Skip to content
Failed

Console Output

Pull request #2588 opened
13:37:15 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 5efe28149a2060ff64faab5d4c1566f4cb994792 rather than 1fa436664ff84969edb293fe2992094fa0fb9de3
Obtained Jenkinsfile from 5efe28149a2060ff64faab5d4c1566f4cb994792
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 ad1b00369dd78a15c273e17e363f91bced3f6e18
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/docker-py_PR-2588@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision ad1b00369dd78a15c273e17e363f91bced3f6e18 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ad1b00369dd78a15c273e17e363f91bced3f6e18 # timeout=10
Commit message: "Merge pull request #22 from docker/add-getOnlineNodeNamesByPrefix"
First time build. Skipping changelog.
 > git --version # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06f4142a18e029cce) in /home/ubuntu/workspace/docker-py_PR-2588
[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-2588@tmp/dac03f78-af73-40d0-a55a-5747c5123157/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
13:37:24 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:37:24 chowning workspace
[Pipeline] sh
13:37:25 + pwd
13:37:25 + id -u
13:37:25 + id -g
13:37:25 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2588:/workspace busybox chown -R 1000:1000 /workspace
13:37:25 Unable to find image 'busybox:latest' locally
13:37:25 latest: Pulling from library/busybox
13:37:25 76df9210b28c: Pulling fs layer
13:37:25 76df9210b28c: Verifying Checksum
13:37:25 76df9210b28c: Download complete
13:37:26 76df9210b28c: Pull complete
13:37:26 Digest: sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209
13:37:26 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
13:37:28 Removing all docker containers
[Pipeline] sh
13:37:28 + docker container ls -aq
[Pipeline] echo
13:37:28 Docker containers have been removed
[Pipeline] echo
13:37:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:37:28 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
13:37:30 using credential docker-jenkins-github-credentials
13:37:30 Cloning the remote Git repository
13:37:30 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-2588 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2588/head:refs/remotes/origin/PR-2588 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:37:32 Fetching without tags
13:37:33 Merging remotes/origin/master commit 5efe28149a2060ff64faab5d4c1566f4cb994792 into PR head commit 1fa436664ff84969edb293fe2992094fa0fb9de3
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2588/head:refs/remotes/origin/PR-2588 # 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 --progress -- https://github.com/docker/docker-py.git +refs/pull/2588/head:refs/remotes/origin/PR-2588 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1fa436664ff84969edb293fe2992094fa0fb9de3 # timeout=10
 > git merge 5efe28149a2060ff64faab5d4c1566f4cb994792 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
13:37:33 Merge succeeded, producing 1fa436664ff84969edb293fe2992094fa0fb9de3
13:37:33 Checking out Revision 1fa436664ff84969edb293fe2992094fa0fb9de3 (PR-2588)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1fa436664ff84969edb293fe2992094fa0fb9de3 # timeout=10
13:37:37 Commit message: "Updates to slim variant"
13:37:37 First time build. Skipping changelog.
[Pipeline] sh
13:37:37 + git rev-parse HEAD
[Pipeline] isUnix
[Pipeline] sh
 > git --version # timeout=10
fatal: bad object ad1b00369dd78a15c273e17e363f91bced3f6e18
13:37:38 + docker pull dockerbuildbot/docker-py:py2-1fa436664ff84969edb293fe2992094fa0fb9de3
13:37:38 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-1fa436664ff84969edb293fe2992094fa0fb9de3 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
13:37:38 + docker build -t dockerbuildbot/docker-py:py2-1fa436664ff84969edb293fe2992094fa0fb9de3 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
13:37:38 Sending build context to Docker daemon  1.303MB

13:37:38 Step 1/19 : ARG PYTHON_VERSION=3.7
13:37:38 Step 2/19 : FROM python:${PYTHON_VERSION}
13:37:38 2.7: Pulling from library/python
13:37:38 7e2b2a5af8f6: Pulling fs layer
13:37:38 09b6f03ffac4: Pulling fs layer
13:37:38 dc3f0c679f0f: Pulling fs layer
13:37:38 fd4b47407fc3: Pulling fs layer
13:37:38 b32f6bf7d96d: Pulling fs layer
13:37:38 6f4489a7e4cf: Pulling fs layer
13:37:38 af4b99ad9ef0: Pulling fs layer
13:37:38 39db0bc48c26: Pulling fs layer
13:37:38 acb4a89489fc: Pulling fs layer
13:37:38 fd4b47407fc3: Waiting
13:37:38 b32f6bf7d96d: Waiting
13:37:38 6f4489a7e4cf: Waiting
13:37:38 af4b99ad9ef0: Waiting
13:37:38 39db0bc48c26: Waiting
13:37:38 acb4a89489fc: Waiting
13:37:38 09b6f03ffac4: Verifying Checksum
13:37:38 09b6f03ffac4: Download complete
13:37:39 dc3f0c679f0f: Verifying Checksum
13:37:39 dc3f0c679f0f: Download complete
13:37:39 7e2b2a5af8f6: Verifying Checksum
13:37:39 7e2b2a5af8f6: Download complete
13:37:39 fd4b47407fc3: Verifying Checksum
13:37:39 fd4b47407fc3: Download complete
13:37:40 6f4489a7e4cf: Verifying Checksum
13:37:40 6f4489a7e4cf: Download complete
13:37:40 af4b99ad9ef0: Verifying Checksum
13:37:40 af4b99ad9ef0: Download complete
13:37:40 39db0bc48c26: Verifying Checksum
13:37:40 39db0bc48c26: Download complete
13:37:40 acb4a89489fc: Verifying Checksum
13:37:40 acb4a89489fc: Download complete
13:37:42 b32f6bf7d96d: Verifying Checksum
13:37:42 b32f6bf7d96d: Download complete
13:37:44 7e2b2a5af8f6: Pull complete
13:37:44 09b6f03ffac4: Pull complete
13:37:45 dc3f0c679f0f: Pull complete
13:37:49 fd4b47407fc3: Pull complete
13:38:01 b32f6bf7d96d: Pull complete
13:38:01 6f4489a7e4cf: Pull complete
13:38:03 af4b99ad9ef0: Pull complete
13:38:03 39db0bc48c26: Pull complete
13:38:04 acb4a89489fc: Pull complete
13:38:04 Digest: sha256:cfa62318c459b1fde9e0841c619906d15ada5910d625176e24bf692cf8a2601d
13:38:04 Status: Downloaded newer image for python:2.7
13:38:04  ---> 68e7be49c28c
13:38:04 Step 3/19 : ARG APT_MIRROR
13:38:05  ---> Running in b0da549415ff
13:38:05 Removing intermediate container b0da549415ff
13:38:05  ---> e89c4156f2e0
13:38:05 Step 4/19 : 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
13:38:05  ---> Running in 78c60fe16816
13:38:07 Removing intermediate container 78c60fe16816
13:38:07  ---> 787b8b43b3b0
13:38:07 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
13:38:07  ---> Running in 3f604fc88983
13:38:08 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:38:08 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
13:38:08 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
13:38:08 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [201 kB]
13:38:08 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7905 kB]
13:38:09 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7380 B]
13:38:10 Fetched 8350 kB in 2s (3533 kB/s)
13:38:11 Reading package lists...
13:38:12 Reading package lists...
13:38:12 Building dependency tree...
13:38:12 Reading state information...
13:38:12 curl is already the newest version (7.64.0-4+deb10u1).
13:38:12 The following additional packages will be installed:
13:38:12   libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip
13:38:12 Suggested packages:
13:38:12   libxml-simple-perl ruby
13:38:12 The following NEW packages will be installed:
13:38:12   gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip
13:38:12 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
13:38:12 Need to get 708 kB of archives.
13:38:12 After this operation, 1197 kB of additional disk space will be used.
13:38:12 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
13:38:12 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB]
13:38:12 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
13:38:12 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
13:38:12 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
13:38:12 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
13:38:12 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB]
13:38:12 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
13:38:12 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB]
13:38:13 debconf: delaying package configuration, since apt-utils is not installed
13:38:13 Fetched 708 kB in 0s (2456 kB/s)
13:38:13 Selecting previously unselected package gnupg2.
13:38:13 (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 ... 24538 files and directories currently installed.)
13:38:13 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ...
13:38:13 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
13:38:13 Selecting previously unselected package libqrencode4:amd64.
13:38:13 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ...
13:38:13 Unpacking libqrencode4:amd64 (4.0.2-1) ...
13:38:13 Selecting previously unselected package libxmu6:amd64.
13:38:13 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
13:38:13 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
13:38:13 Selecting previously unselected package libxmuu1:amd64.
13:38:13 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
13:38:13 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
13:38:13 Selecting previously unselected package tree.
13:38:13 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ...
13:38:13 Unpacking tree (1.8.0-1) ...
13:38:13 Selecting previously unselected package pass.
13:38:13 Preparing to unpack .../5-pass_1.7.3-2_all.deb ...
13:38:13 Unpacking pass (1.7.3-2) ...
13:38:13 Selecting previously unselected package qrencode.
13:38:13 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ...
13:38:13 Unpacking qrencode (4.0.2-1) ...
13:38:13 Selecting previously unselected package xauth.
13:38:13 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ...
13:38:13 Unpacking xauth (1:1.0.10-1) ...
13:38:13 Selecting previously unselected package xclip.
13:38:13 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ...
13:38:13 Unpacking xclip (0.13-1) ...
13:38:13 Setting up gnupg2 (2.2.12-1+deb10u1) ...
13:38:13 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
13:38:13 Setting up libqrencode4:amd64 (4.0.2-1) ...
13:38:13 Setting up qrencode (4.0.2-1) ...
13:38:13 Setting up tree (1.8.0-1) ...
13:38:13 Setting up xclip (0.13-1) ...
13:38:13 Setting up pass (1.7.3-2) ...
13:38:13 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
13:38:13 Setting up xauth (1:1.0.10-1) ...
13:38:13 Processing triggers for libc-bin (2.28-10) ...
13:38:14 Removing intermediate container 3f604fc88983
13:38:14  ---> d71464de7c4a
13:38:14 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
13:38:14  ---> b62a53f546b8
13:38:14 Step 7/19 : RUN gpg2 --import gpg-keys/secret
13:38:15  ---> Running in be6affb56f4e
13:38:16 gpg: directory '/root/.gnupg' created
13:38:16 gpg: keybox '/root/.gnupg/pubring.kbx' created
13:38:16 gpg: /root/.gnupg/trustdb.gpg: trustdb created
13:38:16 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
13:38:16 gpg: key 464ED987A7B21401: secret key imported
13:38:16 gpg: Total number processed: 1
13:38:16 gpg:               imported: 1
13:38:16 gpg:       secret keys read: 1
13:38:16 gpg:   secret keys imported: 1
13:38:16 Removing intermediate container be6affb56f4e
13:38:16  ---> af5924a88cca
13:38:16 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
13:38:16  ---> Running in 71a1cb0aa4cd
13:38:17 gpg: inserting ownertrust of 6
13:38:17 Removing intermediate container 71a1cb0aa4cd
13:38:17  ---> d099359715c9
13:38:17 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
13:38:17  ---> Running in 4777eefd66b8
13:38:18 gpg: please do a --check-trustdb
13:38:18 mkdir: created directory '/root/.password-store/'
13:38:18 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
13:38:19 Removing intermediate container 4777eefd66b8
13:38:19  ---> 93b23eb9f957
13:38:19 Step 10/19 : RUN gpg2 --check-trustdb
13:38:19  ---> Running in d09372324247
13:38:20 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
13:38:20 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
13:38:20 Removing intermediate container d09372324247
13:38:20  ---> 4c1d67494d6c
13:38:20 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
13:38:20  ---> Running in 8a8a16236c5c
13:38:21 Removing intermediate container 8a8a16236c5c
13:38:21  ---> f3b1cf0726f2
13:38:21 Step 12/19 : 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
13:38:21  ---> Running in 62ff6caf2c6f
13:38:23 Removing intermediate container 62ff6caf2c6f
13:38:23  ---> 611610cec186
13:38:23 Step 13/19 : WORKDIR /src
13:38:23  ---> Running in 8bcb3898a12b
13:38:23 Removing intermediate container 8bcb3898a12b
13:38:23  ---> 1fe027f2733f
13:38:23 Step 14/19 : COPY requirements.txt /src/requirements.txt
13:38:23  ---> 55f79e8dfcab
13:38:23 Step 15/19 : RUN pip install -r requirements.txt
13:38:23  ---> Running in 14ce8699791b
13:38:24 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
13:38:24 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version < "3.6"' don't match your environment
13:38:24 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version >= "3.6"' don't match your environment
13:38:24 Requirement already satisfied: appdirs==1.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (1.4.3)
13:38:28 Collecting asn1crypto==0.22.0
13:38:29   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
13:38:29 Collecting backports.ssl-match-hostname==3.5.0.1
13:38:29   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
13:38:30 Collecting cffi==1.10.0
13:38:30   Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB)
13:38:31 Collecting cryptography==2.3
13:38:31   Downloading cryptography-2.3-cp27-cp27mu-manylinux1_x86_64.whl (2.1 MB)
13:38:31 Collecting enum34==1.1.6
13:38:31   Downloading enum34-1.1.6-py2-none-any.whl (12 kB)
13:38:31 Collecting idna==2.5
13:38:31   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
13:38:31 Collecting ipaddress==1.0.18
13:38:31   Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB)
13:38:31 Collecting packaging==16.8
13:38:31   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
13:38:31 Collecting paramiko==2.4.2
13:38:31   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
13:38:31 Collecting pycparser==2.17
13:38:31   Downloading pycparser-2.17.tar.gz (231 kB)
13:38:32 Collecting pyOpenSSL==18.0.0
13:38:32   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
13:38:32 Collecting pyparsing==2.2.0
13:38:32   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
13:38:32 Collecting requests==2.20.0
13:38:32   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
13:38:32 Collecting six==1.10.0
13:38:32   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
13:38:32 Collecting urllib3==1.24.3
13:38:32   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
13:38:32 Collecting websocket-client==0.56.0
13:38:32   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
13:38:33 Collecting pyasn1>=0.1.7
13:38:33   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
13:38:33 Collecting pynacl>=1.0.1
13:38:33   Downloading PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964 kB)
13:38:33 Collecting bcrypt>=3.1.3
13:38:33   Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB)
13:38:33 Collecting certifi>=2017.4.17
13:38:33   Downloading certifi-2020.4.5.1-py2.py3-none-any.whl (157 kB)
13:38:33 Collecting chardet<3.1.0,>=3.0.2
13:38:33   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
13:38:33 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
13:38:33   Building wheel for backports.ssl-match-hostname (setup.py): started
13:38:33   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
13:38:33   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=a981c3b865871a3f16122f57fc353d763147771f79405d78d2ea518de10d921f
13:38:33   Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f
13:38:33   Building wheel for pycparser (setup.py): started
13:38:34   Building wheel for pycparser (setup.py): finished with status 'done'
13:38:34   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193885 sha256=6c89d2ccdaa25416fcf6e542e0f9664af079db5b7dccb7d4c9e7c1a1f61add71
13:38:34   Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3
13:38:34 Successfully built backports.ssl-match-hostname pycparser
13:38:34 Installing collected packages: asn1crypto, backports.ssl-match-hostname, pycparser, cffi, six, idna, enum34, ipaddress, cryptography, pyparsing, packaging, pyasn1, pynacl, bcrypt, paramiko, pyOpenSSL, certifi, chardet, urllib3, requests, websocket-client
13:38:35   Attempting uninstall: six
13:38:35     Found existing installation: six 1.14.0
13:38:35     Uninstalling six-1.14.0:
13:38:35       Successfully uninstalled six-1.14.0
13:38:35 Successfully installed asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.4.5.1 cffi-1.10.0 chardet-3.0.4 cryptography-2.3 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
13:38:40 WARNING: You are using pip version 20.0.2; however, version 20.1.1 is available.
13:38:40 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
13:38:42 Removing intermediate container 14ce8699791b
13:38:42  ---> 456c622890c0
13:38:42 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
13:38:42  ---> 3090e748025b
13:38:42 Step 17/19 : RUN pip install -r test-requirements.txt
13:38:42  ---> Running in a16fd6075f81
13:38:43 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
13:38:48 Collecting setuptools==44.0.0
13:38:48   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
13:38:49 Collecting coverage==4.5.2
13:38:49   Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB)
13:38:49 Collecting flake8==3.6.0
13:38:49   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
13:38:50 Collecting mock==1.0.1
13:38:50   Downloading mock-1.0.1.tar.gz (818 kB)
13:38:50 Collecting pytest==4.3.1
13:38:50   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
13:38:50 Collecting pytest-cov==2.6.1
13:38:50   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
13:38:50 Collecting pytest-timeout==1.3.3
13:38:50   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
13:38:50 Collecting pyflakes<2.1.0,>=2.0.0
13:38:50   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
13:38:50 Requirement already satisfied: configparser; python_version < "3.2" in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 3)) (4.0.2)
13:38:50 Requirement already satisfied: enum34; python_version < "3.4" in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 3)) (1.1.6)
13:38:50 Collecting pycodestyle<2.5.0,>=2.4.0
13:38:50   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
13:38:50 Collecting mccabe<0.7.0,>=0.6.0
13:38:50   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
13:38:50 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python2.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0)
13:38:50 Requirement already satisfied: pathlib2>=2.2.0; python_version < "3.6" in /usr/local/lib/python2.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (2.3.5)
13:38:50 Collecting py>=1.5.0
13:38:50   Downloading py-1.8.1-py2.py3-none-any.whl (83 kB)
13:38:51 Collecting attrs>=17.4.0
13:38:51   Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
13:38:51 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7"
13:38:51   Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB)
13:38:51 Collecting atomicwrites>=1.0
13:38:51   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
13:38:51 Collecting pluggy>=0.7
13:38:51   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
13:38:51 Collecting funcsigs; python_version < "3.0"
13:38:51   Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB)
13:38:51 Requirement already satisfied: scandir; python_version < "3.5" in /usr/local/lib/python2.7/site-packages (from pathlib2>=2.2.0; python_version < "3.6"->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0)
13:38:51 Requirement already satisfied: importlib-metadata>=0.12; python_version < "3.8" in /usr/local/lib/python2.7/site-packages (from pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.6.0)
13:38:51 Requirement already satisfied: contextlib2; python_version < "3" in /usr/local/lib/python2.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (0.6.0.post1)
13:38:51 Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python2.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.2.0)
13:38:51 Building wheels for collected packages: mock
13:38:51   Building wheel for mock (setup.py): started
13:38:51   Building wheel for mock (setup.py): finished with status 'done'
13:38:51   Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=23eb9e62241d6a1fa7eb52ecd8435ae6f276d6aa012bee5f3ab8a1e73ee1e5fb
13:38:51   Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660
13:38:51 Successfully built mock
13:38:51 Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, py, attrs, more-itertools, atomicwrites, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout
13:38:51   Attempting uninstall: setuptools
13:38:51     Found existing installation: setuptools 44.1.0
13:38:51     Uninstalling setuptools-44.1.0:
13:38:51       Successfully uninstalled setuptools-44.1.0
13:38:52 Successfully installed atomicwrites-1.4.0 attrs-19.3.0 coverage-4.5.2 flake8-3.6.0 funcsigs-1.0.2 mccabe-0.6.1 mock-1.0.1 more-itertools-5.0.0 pluggy-0.13.1 py-1.8.1 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-44.0.0
13:38:53 WARNING: You are using pip version 20.0.2; however, version 20.1.1 is available.
13:38:53 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
13:38:54 Removing intermediate container a16fd6075f81
13:38:54  ---> ee7fbcb56878
13:38:54 Step 18/19 : COPY . /src
13:38:54  ---> 119edc1faa4e
13:38:54 Step 19/19 : RUN pip install .
13:38:54  ---> Running in 535a27a049e0
13:38:56 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
13:38:56 Processing /src
13:38:56 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0.dev0) (1.10.0)
13:38:56 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0.dev0) (0.56.0)
13:38:56 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0.dev0) (2.20.0)
13:38:56 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0.dev0) (3.5.0.1)
13:38:56 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0.dev0) (1.0.18)
13:38:56 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.3.0.dev0) (2020.4.5.1)
13:38:56 Requirement already satisfied: idna<2.8,>=2.5 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.3.0.dev0) (2.5)
13:38:56 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.3.0.dev0) (3.0.4)
13:38:56 Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.3.0.dev0) (1.24.3)
13:38:56 Building wheels for collected packages: docker
13:38:56   Building wheel for docker (setup.py): started
13:38:56   Building wheel for docker (setup.py): finished with status 'done'
13:38:56   Created wheel for docker: filename=docker-4.3.0.dev0-py2.py3-none-any.whl size=144050 sha256=429607378afedf552ab24f3e0f918b64425b78166379baec538938b0014754c7
13:38:56   Stored in directory: /tmp/pip-ephem-wheel-cache-GC6PP4/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
13:38:56 Successfully built docker
13:38:56 Installing collected packages: docker
13:38:57 Successfully installed docker-4.3.0.dev0
13:38:57 WARNING: You are using pip version 20.0.2; however, version 20.1.1 is available.
13:38:57 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
13:38:58 Removing intermediate container 535a27a049e0
13:38:58  ---> 56741632541f
13:38:58 Successfully built 56741632541f
13:38:58 Successfully tagged dockerbuildbot/docker-py:py2-1fa436664ff84969edb293fe2992094fa0fb9de3
[Pipeline] isUnix
[Pipeline] sh
13:38:58 + docker tag dockerbuildbot/docker-py:py2-1fa436664ff84969edb293fe2992094fa0fb9de3 dockerbuildbot/docker-py:py2-1fa436664ff84969edb293fe2992094fa0fb9de3
[Pipeline] isUnix
[Pipeline] sh
13:38:58 + docker push dockerbuildbot/docker-py:py2-1fa436664ff84969edb293fe2992094fa0fb9de3
13:38:58 The push refers to repository [docker.io/dockerbuildbot/docker-py]
13:38:58 038dc74a4bad: Preparing
13:38:58 bb6c5eebe986: Preparing
13:38:58 af306b377a80: Preparing
13:38:58 02beb868299a: Preparing
13:38:58 1f6e19898e48: Preparing
13:38:58 2d5e2a07cc92: Preparing
13:38:58 d0ff83f3096a: Preparing
13:38:58 8ce8154ac8ba: Preparing
13:38:58 4106b74ae193: Preparing
13:38:58 c5988839b60c: Preparing
13:38:58 84a95a8552ac: Preparing
13:38:58 f94f352d5500: Preparing
13:38:58 de763a7e7126: Preparing
13:38:58 b2a0a15734e4: Preparing
13:38:58 0fa9e8fce688: Preparing
13:38:58 e571d2d3c73c: Preparing
13:38:58 da7b0a80a4f2: Preparing
13:38:58 ceee8816bb96: Preparing
13:38:58 47458fb45d99: Preparing
13:38:58 46829331b1e4: Preparing
13:38:58 d35c5bda4793: Preparing
13:38:58 a3c1026c6bcc: Preparing
13:38:58 f1d420c2af1a: Preparing
13:38:58 461719022993: Preparing
13:38:58 2d5e2a07cc92: Waiting
13:38:58 d0ff83f3096a: Waiting
13:38:58 8ce8154ac8ba: Waiting
13:38:58 4106b74ae193: Waiting
13:38:58 c5988839b60c: Waiting
13:38:58 84a95a8552ac: Waiting
13:38:58 f94f352d5500: Waiting
13:38:58 47458fb45d99: Waiting
13:38:58 de763a7e7126: Waiting
13:38:58 b2a0a15734e4: Waiting
13:38:58 46829331b1e4: Waiting
13:38:58 0fa9e8fce688: Waiting
13:38:58 d35c5bda4793: Waiting
13:38:58 e571d2d3c73c: Waiting
13:38:58 a3c1026c6bcc: Waiting
13:38:58 da7b0a80a4f2: Waiting
13:38:58 ceee8816bb96: Waiting
13:38:58 f1d420c2af1a: Waiting
13:38:58 461719022993: Waiting
13:39:00 02beb868299a: Pushed
13:39:00 038dc74a4bad: Pushed
13:39:00 bb6c5eebe986: Pushed
13:39:01 af306b377a80: Pushed
13:39:01 2d5e2a07cc92: Pushed
13:39:02 d0ff83f3096a: Pushed
13:39:03 8ce8154ac8ba: Pushed
13:39:03 1f6e19898e48: Pushed
13:39:03 c5988839b60c: Pushed
13:39:03 4106b74ae193: Pushed
13:39:04 84a95a8552ac: Pushed
13:39:04 e571d2d3c73c: Layer already exists
13:39:04 de763a7e7126: Pushed
13:39:04 da7b0a80a4f2: Layer already exists
13:39:04 ceee8816bb96: Layer already exists
13:39:04 47458fb45d99: Layer already exists
13:39:04 f94f352d5500: Pushed
13:39:04 d35c5bda4793: Layer already exists
13:39:04 46829331b1e4: Layer already exists
13:39:04 461719022993: Layer already exists
13:39:04 a3c1026c6bcc: Layer already exists
13:39:04 f1d420c2af1a: Layer already exists
13:39:05 0fa9e8fce688: Pushed
13:39:07 b2a0a15734e4: Pushed
13:39:08 py2-1fa436664ff84969edb293fe2992094fa0fb9de3: digest: sha256:946872b0eec249eec458814b30c3941fcf780fc1d869caafeabf4a0c98b30cdc size: 5353
[Pipeline] isUnix
[Pipeline] sh
13:39:08 + docker pull dockerbuildbot/docker-py:py3-1fa436664ff84969edb293fe2992094fa0fb9de3
13:39:08 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-1fa436664ff84969edb293fe2992094fa0fb9de3 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
13:39:09 + docker build -t dockerbuildbot/docker-py:py3-1fa436664ff84969edb293fe2992094fa0fb9de3 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
13:39:09 Sending build context to Docker daemon  1.303MB

13:39:09 Step 1/19 : ARG PYTHON_VERSION=3.7
13:39:09 Step 2/19 : FROM python:${PYTHON_VERSION}
13:39:09 3.7: Pulling from library/python
13:39:09 376057ac6fa1: Pulling fs layer
13:39:09 5a63a0a859d8: Pulling fs layer
13:39:09 496548a8c952: Pulling fs layer
13:39:09 2adae3950d4d: Pulling fs layer
13:39:09 0ed5a9824906: Pulling fs layer
13:39:09 bb94ffe72389: Pulling fs layer
13:39:09 70d0b3967cd8: Pulling fs layer
13:39:09 5efaeecfa72a: Pulling fs layer
13:39:09 db8816f44548: Pulling fs layer
13:39:09 2adae3950d4d: Waiting
13:39:09 0ed5a9824906: Waiting
13:39:09 bb94ffe72389: Waiting
13:39:09 70d0b3967cd8: Waiting
13:39:09 5efaeecfa72a: Waiting
13:39:09 db8816f44548: Waiting
13:39:09 496548a8c952: Verifying Checksum
13:39:09 496548a8c952: Download complete
13:39:09 5a63a0a859d8: Verifying Checksum
13:39:09 5a63a0a859d8: Download complete
13:39:10 376057ac6fa1: Verifying Checksum
13:39:10 376057ac6fa1: Download complete
13:39:11 bb94ffe72389: Verifying Checksum
13:39:11 bb94ffe72389: Download complete
13:39:11 2adae3950d4d: Verifying Checksum
13:39:11 2adae3950d4d: Download complete
13:39:11 5efaeecfa72a: Verifying Checksum
13:39:11 5efaeecfa72a: Download complete
13:39:11 db8816f44548: Verifying Checksum
13:39:11 db8816f44548: Download complete
13:39:11 70d0b3967cd8: Verifying Checksum
13:39:11 70d0b3967cd8: Download complete
13:39:15 0ed5a9824906: Verifying Checksum
13:39:15 0ed5a9824906: Download complete
13:39:16 376057ac6fa1: Pull complete
13:39:17 5a63a0a859d8: Pull complete
13:39:17 496548a8c952: Pull complete
13:39:21 2adae3950d4d: Pull complete
13:39:31 0ed5a9824906: Pull complete
13:39:31 bb94ffe72389: Pull complete
13:39:33 70d0b3967cd8: Pull complete
13:39:33 5efaeecfa72a: Pull complete
13:39:33 db8816f44548: Pull complete
13:39:33 Digest: sha256:00759a433cfec8c420688d4d0f941bc789d84bd248cda8d8ece7c2a93554eac2
13:39:33 Status: Downloaded newer image for python:3.7
13:39:33  ---> 5e996c9d7c99
13:39:33 Step 3/19 : ARG APT_MIRROR
13:39:34  ---> Running in 55bbae6fdfc2
13:39:34 Removing intermediate container 55bbae6fdfc2
13:39:34  ---> d0ca2db95c01
13:39:34 Step 4/19 : 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
13:39:34  ---> Running in 7949b15580b1
13:39:36 Removing intermediate container 7949b15580b1
13:39:36  ---> 2f43b63910bc
13:39:36 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
13:39:36  ---> Running in d0437214f81e
13:39:36 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:39:36 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
13:39:36 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
13:39:36 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [201 kB]
13:39:36 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7905 kB]
13:39:37 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7380 B]
13:39:38 Fetched 8350 kB in 2s (4641 kB/s)
13:39:38 Reading package lists...
13:39:39 Reading package lists...
13:39:39 Building dependency tree...
13:39:39 Reading state information...
13:39:39 curl is already the newest version (7.64.0-4+deb10u1).
13:39:39 The following additional packages will be installed:
13:39:39   libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip
13:39:39 Suggested packages:
13:39:39   libxml-simple-perl ruby
13:39:39 The following NEW packages will be installed:
13:39:39   gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip
13:39:39 0 upgraded, 9 newly installed, 0 to remove and 1 not upgraded.
13:39:39 Need to get 708 kB of archives.
13:39:39 After this operation, 1197 kB of additional disk space will be used.
13:39:39 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
13:39:39 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB]
13:39:39 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
13:39:39 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
13:39:39 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
13:39:39 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
13:39:39 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB]
13:39:39 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
13:39:39 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB]
13:39:40 debconf: delaying package configuration, since apt-utils is not installed
13:39:40 Fetched 708 kB in 0s (2553 kB/s)
13:39:40 Selecting previously unselected package gnupg2.
13:39:40 (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 ... 24605 files and directories currently installed.)
13:39:40 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ...
13:39:40 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
13:39:40 Selecting previously unselected package libqrencode4:amd64.
13:39:40 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ...
13:39:40 Unpacking libqrencode4:amd64 (4.0.2-1) ...
13:39:40 Selecting previously unselected package libxmu6:amd64.
13:39:40 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
13:39:40 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
13:39:40 Selecting previously unselected package libxmuu1:amd64.
13:39:40 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
13:39:40 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
13:39:40 Selecting previously unselected package tree.
13:39:40 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ...
13:39:40 Unpacking tree (1.8.0-1) ...
13:39:40 Selecting previously unselected package pass.
13:39:40 Preparing to unpack .../5-pass_1.7.3-2_all.deb ...
13:39:40 Unpacking pass (1.7.3-2) ...
13:39:40 Selecting previously unselected package qrencode.
13:39:40 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ...
13:39:40 Unpacking qrencode (4.0.2-1) ...
13:39:40 Selecting previously unselected package xauth.
13:39:40 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ...
13:39:40 Unpacking xauth (1:1.0.10-1) ...
13:39:40 Selecting previously unselected package xclip.
13:39:40 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ...
13:39:40 Unpacking xclip (0.13-1) ...
13:39:40 Setting up gnupg2 (2.2.12-1+deb10u1) ...
13:39:40 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
13:39:40 Setting up libqrencode4:amd64 (4.0.2-1) ...
13:39:40 Setting up qrencode (4.0.2-1) ...
13:39:40 Setting up tree (1.8.0-1) ...
13:39:40 Setting up xclip (0.13-1) ...
13:39:40 Setting up pass (1.7.3-2) ...
13:39:40 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
13:39:40 Setting up xauth (1:1.0.10-1) ...
13:39:40 Processing triggers for libc-bin (2.28-10) ...
13:39:41 Removing intermediate container d0437214f81e
13:39:41  ---> 762ada40b40c
13:39:41 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
13:39:41  ---> 232ea53ac4c7
13:39:41 Step 7/19 : RUN gpg2 --import gpg-keys/secret
13:39:41  ---> Running in 176fdc56695a
13:39:42 gpg: directory '/root/.gnupg' created
13:39:42 gpg: keybox '/root/.gnupg/pubring.kbx' created
13:39:42 gpg: /root/.gnupg/trustdb.gpg: trustdb created
13:39:42 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
13:39:42 gpg: key 464ED987A7B21401: secret key imported
13:39:42 gpg: Total number processed: 1
13:39:42 gpg:               imported: 1
13:39:42 gpg:       secret keys read: 1
13:39:42 gpg:   secret keys imported: 1
13:39:42 Removing intermediate container 176fdc56695a
13:39:42  ---> 48d3947256d3
13:39:42 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
13:39:42  ---> Running in d9b0ef122c27
13:39:43 gpg: inserting ownertrust of 6
13:39:43 Removing intermediate container d9b0ef122c27
13:39:43  ---> dad0b9d7e026
13:39:43 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
13:39:43  ---> Running in 287b529ed6b2
13:39:44 gpg: please do a --check-trustdb
13:39:44 mkdir: created directory '/root/.password-store/'
13:39:44 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
13:39:44 Removing intermediate container 287b529ed6b2
13:39:44  ---> c19c7ec16b55
13:39:44 Step 10/19 : RUN gpg2 --check-trustdb
13:39:44  ---> Running in 18ec3b3aa92b
13:39:45 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
13:39:45 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
13:39:45 Removing intermediate container 18ec3b3aa92b
13:39:45  ---> 1df6d95feec3
13:39:45 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
13:39:45  ---> Running in a18a62c4029c
13:39:45 Removing intermediate container a18a62c4029c
13:39:45  ---> ee6d4d754cda
13:39:45 Step 12/19 : 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
13:39:45  ---> Running in c15145e69601
13:39:47 Removing intermediate container c15145e69601
13:39:47  ---> 73a92dbac5ff
13:39:47 Step 13/19 : WORKDIR /src
13:39:47  ---> Running in 3f6323bc26a3
13:39:47 Removing intermediate container 3f6323bc26a3
13:39:47  ---> 012b7f009e3a
13:39:47 Step 14/19 : COPY requirements.txt /src/requirements.txt
13:39:47  ---> 4cbceee04f39
13:39:47 Step 15/19 : RUN pip install -r requirements.txt
13:39:47  ---> Running in 671ebd9f2c23
13:39:49 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version < "3.6"' don't match your environment
13:39:49 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version >= "3.6"' don't match your environment
13:39:53 Collecting appdirs==1.4.3
13:39:53   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
13:39:54 Collecting asn1crypto==0.22.0
13:39:54   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
13:39:54 Collecting backports.ssl-match-hostname==3.5.0.1
13:39:54   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
13:39:54 Collecting cffi==1.10.0
13:39:54   Downloading cffi-1.10.0.tar.gz (418 kB)
13:39:55 Collecting cryptography==2.3
13:39:55   Downloading cryptography-2.3-cp34-abi3-manylinux1_x86_64.whl (2.1 MB)
13:39:55 Collecting enum34==1.1.6
13:39:55   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
13:39:55 Collecting idna==2.5
13:39:55   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
13:39:55 Collecting ipaddress==1.0.18
13:39:55   Downloading ipaddress-1.0.18.tar.gz (32 kB)
13:39:55 Collecting packaging==16.8
13:39:55   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
13:39:55 Collecting paramiko==2.4.2
13:39:55   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
13:39:55 Collecting pycparser==2.17
13:39:55   Downloading pycparser-2.17.tar.gz (231 kB)
13:39:56 Collecting pyOpenSSL==18.0.0
13:39:56   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
13:39:56 Collecting pyparsing==2.2.0
13:39:56   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
13:39:56 Collecting requests==2.20.0
13:39:56   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
13:39:56 Collecting six==1.10.0
13:39:56   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
13:39:56 Collecting urllib3==1.24.3
13:39:56   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
13:39:56 Collecting websocket-client==0.56.0
13:39:56   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
13:39:56 Collecting pyasn1>=0.1.7
13:39:56   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
13:39:56 Collecting bcrypt>=3.1.3
13:39:56   Downloading bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl (56 kB)
13:39:56 Collecting pynacl>=1.0.1
13:39:56   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
13:39:56 Collecting certifi>=2017.4.17
13:39:56   Downloading certifi-2020.4.5.1-py2.py3-none-any.whl (157 kB)
13:39:56 Collecting chardet<3.1.0,>=3.0.2
13:39:56   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
13:39:56 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
13:39:56   Building wheel for backports.ssl-match-hostname (setup.py): started
13:39:57   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
13:39:57   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5205 sha256=ada7da022c4dcf66ce8ccdf6ed7db0dc6d325b71647a091dbf3167dccef2cd65
13:39:57   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
13:39:57   Building wheel for cffi (setup.py): started
13:40:00   Building wheel for cffi (setup.py): finished with status 'done'
13:40:00   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371197 sha256=454415cd20e420a008d5bc3519c6b17749ef0a0e8d5523c46953837a0911697b
13:40:00   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
13:40:00   Building wheel for ipaddress (setup.py): started
13:40:00   Building wheel for ipaddress (setup.py): finished with status 'done'
13:40:00   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18104 sha256=c5a77d9a4e816b46db87e07b6c3b0995e730b7ab5c64351d90f05e4e48fb0324
13:40:00   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
13:40:00   Building wheel for pycparser (setup.py): started
13:40:01   Building wheel for pycparser (setup.py): finished with status 'done'
13:40:01   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192833 sha256=cb3f28202bf4b1150fcf83d3c67426fdecbe0ddb62f233fb86e7f9f79f9b86ab
13:40:01   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
13:40:01 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
13:40:01 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, idna, six, cryptography, enum34, ipaddress, pyparsing, packaging, pyasn1, bcrypt, pynacl, paramiko, pyOpenSSL, certifi, urllib3, chardet, requests, websocket-client
13:40:02 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.4.5.1 cffi-1.10.0 chardet-3.0.4 cryptography-2.3 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
13:40:07 Removing intermediate container 671ebd9f2c23
13:40:07  ---> a32ccc6b0aff
13:40:07 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
13:40:07  ---> 889203b3f28c
13:40:07 Step 17/19 : RUN pip install -r test-requirements.txt
13:40:07  ---> Running in 4077665422f0
13:40:13 Collecting setuptools==44.0.0
13:40:14   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
13:40:14 Collecting coverage==4.5.2
13:40:14   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
13:40:14 Collecting flake8==3.6.0
13:40:14   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
13:40:14 Collecting mock==1.0.1
13:40:14   Downloading mock-1.0.1.tar.gz (818 kB)
13:40:15 Collecting pytest==4.3.1
13:40:15   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
13:40:15 Collecting pytest-cov==2.6.1
13:40:15   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
13:40:15 Collecting pytest-timeout==1.3.3
13:40:15   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
13:40:15 Collecting mccabe<0.7.0,>=0.6.0
13:40:15   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
13:40:15 Collecting pyflakes<2.1.0,>=2.0.0
13:40:15   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
13:40:15 Collecting pycodestyle<2.5.0,>=2.4.0
13:40:15   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
13:40:15 Collecting atomicwrites>=1.0
13:40:15   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
13:40:15 Collecting py>=1.5.0
13:40:15   Downloading py-1.8.1-py2.py3-none-any.whl (83 kB)
13:40:15 Collecting pluggy>=0.7
13:40:15   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
13:40:15 Collecting attrs>=17.4.0
13:40:15   Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
13:40:15 Collecting more-itertools>=4.0.0; python_version > "2.7"
13:40:15   Downloading more_itertools-8.3.0-py3-none-any.whl (44 kB)
13:40:15 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0)
13:40:15 Collecting importlib-metadata>=0.12; python_version < "3.8"
13:40:15   Downloading importlib_metadata-1.6.0-py2.py3-none-any.whl (30 kB)
13:40:15 Collecting zipp>=0.5
13:40:15   Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB)
13:40:15 Building wheels for collected packages: mock
13:40:15   Building wheel for mock (setup.py): started
13:40:16   Building wheel for mock (setup.py): finished with status 'done'
13:40:16   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23754 sha256=77307125b163d9f20ea6efdd9c6e91958909f193ed32433cb33cf6d57b40ea4d
13:40:16   Stored in directory: /root/.cache/pip/wheels/16/03/37/f0a64ab894c9102906f192db1a4071b7592292ad661563c69b
13:40:16 Successfully built mock
13:40:16 Installing collected packages: setuptools, coverage, mccabe, pyflakes, pycodestyle, flake8, mock, atomicwrites, py, zipp, importlib-metadata, pluggy, attrs, more-itertools, pytest, pytest-cov, pytest-timeout
13:40:16   Attempting uninstall: setuptools
13:40:16     Found existing installation: setuptools 46.4.0
13:40:16     Uninstalling setuptools-46.4.0:
13:40:16       Successfully uninstalled setuptools-46.4.0
13:40:17 Successfully installed atomicwrites-1.4.0 attrs-19.3.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-1.6.0 mccabe-0.6.1 mock-1.0.1 more-itertools-8.3.0 pluggy-0.13.1 py-1.8.1 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-44.0.0 zipp-3.1.0
13:40:17 Removing intermediate container 4077665422f0
13:40:17  ---> 429b5f699ba7
13:40:17 Step 18/19 : COPY . /src
13:40:17  ---> e807562bdc18
13:40:17 Step 19/19 : RUN pip install .
13:40:18  ---> Running in 8927a2f3298b
13:40:19 Processing /src
13:40:19 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.3.0.dev0) (1.10.0)
13:40:19 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.3.0.dev0) (0.56.0)
13:40:19 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.3.0.dev0) (2.20.0)
13:40:19 Requirement already satisfied: idna<2.8,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.3.0.dev0) (2.5)
13:40:19 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.3.0.dev0) (3.0.4)
13:40:19 Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.3.0.dev0) (1.24.3)
13:40:19 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.3.0.dev0) (2020.4.5.1)
13:40:19 Building wheels for collected packages: docker
13:40:19   Building wheel for docker (setup.py): started
13:40:19   Building wheel for docker (setup.py): finished with status 'done'
13:40:19   Created wheel for docker: filename=docker-4.3.0.dev0-py2.py3-none-any.whl size=144051 sha256=8018867f2daddac148e3f01e60e0c4edac5113fff612353f7662c7f1be016dff
13:40:19   Stored in directory: /tmp/pip-ephem-wheel-cache-f04gxrvp/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
13:40:19 Successfully built docker
13:40:19 Installing collected packages: docker
13:40:19 Successfully installed docker-4.3.0.dev0
13:40:20 Removing intermediate container 8927a2f3298b
13:40:20  ---> 606b4e3f949a
13:40:20 Successfully built 606b4e3f949a
13:40:20 Successfully tagged dockerbuildbot/docker-py:py3-1fa436664ff84969edb293fe2992094fa0fb9de3
[Pipeline] isUnix
[Pipeline] sh
13:40:20 + docker tag dockerbuildbot/docker-py:py3-1fa436664ff84969edb293fe2992094fa0fb9de3 dockerbuildbot/docker-py:py3-1fa436664ff84969edb293fe2992094fa0fb9de3
[Pipeline] isUnix
[Pipeline] sh
13:40:20 + docker push dockerbuildbot/docker-py:py3-1fa436664ff84969edb293fe2992094fa0fb9de3
13:40:20 The push refers to repository [docker.io/dockerbuildbot/docker-py]
13:40:20 c02b4f3ba007: Preparing
13:40:20 b07c3b394d02: Preparing
13:40:20 1abb739b44f4: Preparing
13:40:20 67e992794680: Preparing
13:40:20 c41145b5a367: Preparing
13:40:20 cab2b0b9e587: Preparing
13:40:20 1d37ce937c99: Preparing
13:40:20 d2981b254daf: Preparing
13:40:20 20d0a24cf57f: Preparing
13:40:20 6cb9551da8f7: Preparing
13:40:20 4b01cc0152db: Preparing
13:40:20 7c69c31107c6: Preparing
13:40:20 3b14331e5024: Preparing
13:40:20 14ad189b4cd5: Preparing
13:40:20 4665185a5dd1: Preparing
13:40:20 ee730e119cd6: Preparing
13:40:20 35dd3ebed11d: Preparing
13:40:20 f61899846314: Preparing
13:40:20 697765a85531: Preparing
13:40:20 8c39f7b1a31a: Preparing
13:40:20 88cfc2fcd059: Preparing
13:40:20 760e8d95cf58: Preparing
13:40:20 7cc1c2d7e744: Preparing
13:40:20 8c02234b8605: Preparing
13:40:20 1d37ce937c99: Waiting
13:40:20 d2981b254daf: Waiting
13:40:20 20d0a24cf57f: Waiting
13:40:20 6cb9551da8f7: Waiting
13:40:20 4b01cc0152db: Waiting
13:40:20 7c69c31107c6: Waiting
13:40:20 3b14331e5024: Waiting
13:40:20 14ad189b4cd5: Waiting
13:40:20 4665185a5dd1: Waiting
13:40:20 ee730e119cd6: Waiting
13:40:20 35dd3ebed11d: Waiting
13:40:20 f61899846314: Waiting
13:40:20 697765a85531: Waiting
13:40:20 8c39f7b1a31a: Waiting
13:40:20 88cfc2fcd059: Waiting
13:40:20 760e8d95cf58: Waiting
13:40:20 7cc1c2d7e744: Waiting
13:40:20 8c02234b8605: Waiting
13:40:20 cab2b0b9e587: Waiting
13:40:22 67e992794680: Pushed
13:40:22 b07c3b394d02: Pushed
13:40:23 1abb739b44f4: Pushed
13:40:23 c02b4f3ba007: Pushed
13:40:23 cab2b0b9e587: Pushed
13:40:23 1d37ce937c99: Pushed
13:40:24 20d0a24cf57f: Pushed
13:40:24 d2981b254daf: Pushed
13:40:24 4b01cc0152db: Pushed
13:40:25 6cb9551da8f7: Pushed
13:40:25 7c69c31107c6: Pushed
13:40:25 c41145b5a367: Pushed
13:40:25 ee730e119cd6: Layer already exists
13:40:25 35dd3ebed11d: Layer already exists
13:40:25 f61899846314: Layer already exists
13:40:25 8c39f7b1a31a: Layer already exists
13:40:25 697765a85531: Layer already exists
13:40:25 88cfc2fcd059: Layer already exists
13:40:25 760e8d95cf58: Layer already exists
13:40:25 7cc1c2d7e744: Layer already exists
13:40:26 8c02234b8605: Layer already exists
13:40:26 3b14331e5024: Pushed
13:40:26 4665185a5dd1: Pushed
13:40:29 14ad189b4cd5: Pushed
13:40:31 py3-1fa436664ff84969edb293fe2992094fa0fb9de3: digest: sha256:1f3217976ee31835d501288c92c11baa083fb70d2b732dd632cfda206b134f45 size: 5349
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-031c891115c740a65) in /home/ubuntu/workspace/docker-py_PR-2588
[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-2588@tmp/86cc708c-ca43-45c2-88e0-18e1a3aface4/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
13:40:32 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-1fa436664ff84969edb293fe2992094fa0fb9de3 /src/scripts/versions.py
13:40:32 Unable to find image 'dockerbuildbot/docker-py:py3-1fa436664ff84969edb293fe2992094fa0fb9de3' locally
13:40:32 py3-1fa436664ff84969edb293fe2992094fa0fb9de3: Pulling from dockerbuildbot/docker-py
13:40:32 376057ac6fa1: Pulling fs layer
13:40:32 5a63a0a859d8: Pulling fs layer
13:40:32 496548a8c952: Pulling fs layer
13:40:32 2adae3950d4d: Pulling fs layer
13:40:32 0ed5a9824906: Pulling fs layer
13:40:32 bb94ffe72389: Pulling fs layer
13:40:32 70d0b3967cd8: Pulling fs layer
13:40:32 5efaeecfa72a: Pulling fs layer
13:40:32 db8816f44548: Pulling fs layer
13:40:32 c05b926761e7: Pulling fs layer
13:40:32 37a33e0c2697: Pulling fs layer
13:40:32 2be56cd424a9: Pulling fs layer
13:40:32 bad39284d947: Pulling fs layer
13:40:32 3f48b64cc8cd: Pulling fs layer
13:40:32 4e919340037d: Pulling fs layer
13:40:32 8690bd1410aa: Pulling fs layer
13:40:32 214c5ef84384: Pulling fs layer
13:40:32 0b9c3a49f252: Pulling fs layer
13:40:32 8dce995e700e: Pulling fs layer
13:40:32 9888f513cf1f: Pulling fs layer
13:40:32 b1b811d1af84: Pulling fs layer
13:40:32 13b43b65a8ee: Pulling fs layer
13:40:32 b997cf71b3d3: Pulling fs layer
13:40:32 265f8393f636: Pulling fs layer
13:40:32 0ed5a9824906: Waiting
13:40:32 bb94ffe72389: Waiting
13:40:32 70d0b3967cd8: Waiting
13:40:32 2adae3950d4d: Waiting
13:40:32 5efaeecfa72a: Waiting
13:40:32 db8816f44548: Waiting
13:40:32 c05b926761e7: Waiting
13:40:32 37a33e0c2697: Waiting
13:40:32 2be56cd424a9: Waiting
13:40:32 bad39284d947: Waiting
13:40:32 3f48b64cc8cd: Waiting
13:40:32 4e919340037d: Waiting
13:40:32 8690bd1410aa: Waiting
13:40:32 214c5ef84384: Waiting
13:40:32 0b9c3a49f252: Waiting
13:40:32 8dce995e700e: Waiting
13:40:32 9888f513cf1f: Waiting
13:40:32 b1b811d1af84: Waiting
13:40:32 13b43b65a8ee: Waiting
13:40:32 b997cf71b3d3: Waiting
13:40:32 265f8393f636: Waiting
13:40:32 5a63a0a859d8: Verifying Checksum
13:40:32 5a63a0a859d8: Download complete
13:40:32 496548a8c952: Verifying Checksum
13:40:32 496548a8c952: Download complete
13:40:32 376057ac6fa1: Verifying Checksum
13:40:32 376057ac6fa1: Download complete
13:40:33 2adae3950d4d: Verifying Checksum
13:40:33 2adae3950d4d: Download complete
13:40:33 bb94ffe72389: Verifying Checksum
13:40:33 bb94ffe72389: Download complete
13:40:33 5efaeecfa72a: Verifying Checksum
13:40:33 5efaeecfa72a: Download complete
13:40:33 70d0b3967cd8: Verifying Checksum
13:40:33 70d0b3967cd8: Download complete
13:40:33 c05b926761e7: Verifying Checksum
13:40:33 c05b926761e7: Download complete
13:40:33 db8816f44548: Verifying Checksum
13:40:33 db8816f44548: Download complete
13:40:33 2be56cd424a9: Verifying Checksum
13:40:33 2be56cd424a9: Download complete
13:40:34 bad39284d947: Verifying Checksum
13:40:34 bad39284d947: Download complete
13:40:34 37a33e0c2697: Verifying Checksum
13:40:34 37a33e0c2697: Download complete
13:40:34 4e919340037d: Verifying Checksum
13:40:34 4e919340037d: Download complete
13:40:34 3f48b64cc8cd: Verifying Checksum
13:40:34 3f48b64cc8cd: Download complete
13:40:34 8690bd1410aa: Verifying Checksum
13:40:34 8690bd1410aa: Download complete
13:40:34 0b9c3a49f252: Verifying Checksum
13:40:34 0b9c3a49f252: Download complete
13:40:34 214c5ef84384: Verifying Checksum
13:40:34 214c5ef84384: Download complete
13:40:34 8dce995e700e: Verifying Checksum
13:40:34 8dce995e700e: Download complete
13:40:34 b1b811d1af84: Verifying Checksum
13:40:34 b1b811d1af84: Download complete
13:40:34 9888f513cf1f: Verifying Checksum
13:40:34 9888f513cf1f: Download complete
13:40:34 13b43b65a8ee: Verifying Checksum
13:40:34 13b43b65a8ee: Download complete
13:40:34 b997cf71b3d3: Verifying Checksum
13:40:34 b997cf71b3d3: Download complete
13:40:34 265f8393f636: Verifying Checksum
13:40:34 265f8393f636: Download complete
13:40:34 0ed5a9824906: Verifying Checksum
13:40:34 0ed5a9824906: Download complete
13:40:36 376057ac6fa1: Pull complete
13:40:36 5a63a0a859d8: Pull complete
13:40:36 496548a8c952: Pull complete
13:40:38 2adae3950d4d: Pull complete
13:40:45 0ed5a9824906: Pull complete
13:40:45 bb94ffe72389: Pull complete
13:40:46 70d0b3967cd8: Pull complete
13:40:46 5efaeecfa72a: Pull complete
13:40:46 db8816f44548: Pull complete
13:40:46 c05b926761e7: Pull complete
13:40:47 37a33e0c2697: Pull complete
13:40:47 2be56cd424a9: Pull complete
13:40:47 bad39284d947: Pull complete
13:40:47 3f48b64cc8cd: Pull complete
13:40:47 4e919340037d: Pull complete
13:40:47 8690bd1410aa: Pull complete
13:40:47 214c5ef84384: Pull complete
13:40:47 0b9c3a49f252: Pull complete
13:40:48 8dce995e700e: Pull complete
13:40:48 9888f513cf1f: Pull complete
13:40:48 b1b811d1af84: Pull complete
13:40:49 13b43b65a8ee: Pull complete
13:40:49 b997cf71b3d3: Pull complete
13:40:49 265f8393f636: Pull complete
13:40:49 Digest: sha256:1f3217976ee31835d501288c92c11baa083fb70d2b732dd632cfda206b134f45
13:40:49 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-1fa436664ff84969edb293fe2992094fa0fb9de3
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py2.7_19.03.5)
[Pipeline] { (Branch: py2.7_19.03.11)
[Pipeline] { (Branch: py3.7_19.03.5)
[Pipeline] { (Branch: py3.7_19.03.11)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-031c891115c740a65) in /home/ubuntu/workspace/docker-py_PR-2588
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06f4142a18e029cce) in /home/ubuntu/workspace/docker-py_PR-2588
[Pipeline] {
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-024953a080fcff623) in /home/ubuntu/workspace/docker-py_PR-2588
[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/
$ 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-2588@tmp/a2b61798-822b-421c-9da6-583d93a53f69/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-2588@tmp/88a8719c-cb8c-46d5-8f43-be76f427a776/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] echo
13:41:21 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:41:21 chowning workspace
[Pipeline] sh
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
13:41:21 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:41:21 chowning workspace
[Pipeline] sh
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-2588@tmp/ad6f5349-8a2d-4f44-b712-971a4af80976/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
13:41:21 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:41:21 chowning workspace
[Pipeline] sh
13:41:21 + pwd
13:41:21 + id -u
13:41:21 + id -g
13:41:21 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2588:/workspace busybox chown -R 1000:1000 /workspace
13:41:21 + pwd
13:41:21 + id -u
13:41:21 + id -g
13:41:21 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2588:/workspace busybox chown -R 1000:1000 /workspace
13:41:22 + pwd
13:41:22 + id -u
13:41:22 + id -g
13:41:22 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2588:/workspace busybox chown -R 1000:1000 /workspace
13:41:22 Unable to find image 'busybox:latest' locally
13:41:22 latest: Pulling from library/busybox
13:41:22 76df9210b28c: Pulling fs layer
13:41:22 76df9210b28c: Verifying Checksum
13:41:22 76df9210b28c: Download complete
13:41:22 76df9210b28c: Pull complete
13:41:22 Digest: sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209
13:41:22 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
13:41:22 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
13:41:22 Removing all docker containers
[Pipeline] sh
13:41:23 + docker container ls -aq
[Pipeline] echo
13:41:23 Docker containers have been removed
[Pipeline] echo
13:41:23 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:41:23 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.5)
13:41:23 + docker container ls -aq
[Pipeline] checkout
[Pipeline] echo
13:41:23 Docker containers have been removed
[Pipeline] echo
13:41:23 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:41:23 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.11)
13:41:23 using credential docker-jenkins-github-credentials
[Pipeline] checkout
13:41:23 Cloning the remote Git repository
13:41:23 Cloning with configured refspecs honoured and without tags
13:41:23 using credential docker-jenkins-github-credentials
13:41:23 Cloning the remote Git repository
13:41:23 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
13:41:23 Removing all docker containers
[Pipeline] sh
13:41:23 + docker container ls -aq
[Pipeline] echo
13:41:23 Docker containers have been removed
[Pipeline] echo
13:41:23 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:41:23 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.5)
[Pipeline] checkout
13:41:23 using credential docker-jenkins-github-credentials
13:41:23 Cloning the remote Git repository
13:41:23 Cloning with configured refspecs honoured and without tags
13:41:23 Fetching without tags
13:41:24 Merging remotes/origin/master commit 5efe28149a2060ff64faab5d4c1566f4cb994792 into PR head commit 1fa436664ff84969edb293fe2992094fa0fb9de3
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2588 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2588/head:refs/remotes/origin/PR-2588 +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/2588/head:refs/remotes/origin/PR-2588 # 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 --progress -- https://github.com/docker/docker-py.git +refs/pull/2588/head:refs/remotes/origin/PR-2588 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1fa436664ff84969edb293fe2992094fa0fb9de3 # timeout=10
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2588 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2588/head:refs/remotes/origin/PR-2588 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:41:24 Merge succeeded, producing 1fa436664ff84969edb293fe2992094fa0fb9de3
13:41:24 Checking out Revision 1fa436664ff84969edb293fe2992094fa0fb9de3 (PR-2588)
13:41:24 Commit message: "Updates to slim variant"
13:41:24 Fetching without tags
13:41:24 Merging remotes/origin/master commit 5efe28149a2060ff64faab5d4c1566f4cb994792 into PR head commit 1fa436664ff84969edb293fe2992094fa0fb9de3
13:41:24 Merge succeeded, producing 1fa436664ff84969edb293fe2992094fa0fb9de3
13:41:24 Checking out Revision 1fa436664ff84969edb293fe2992094fa0fb9de3 (PR-2588)
13:41:24 Commit message: "Updates to slim variant"
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2588 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2588/head:refs/remotes/origin/PR-2588 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:41:24 Fetching without tags
13:41:24 Merging remotes/origin/master commit 5efe28149a2060ff64faab5d4c1566f4cb994792 into PR head commit 1fa436664ff84969edb293fe2992094fa0fb9de3
13:41:24 Merge succeeded, producing 1fa436664ff84969edb293fe2992094fa0fb9de3
13:41:24 Checking out Revision 1fa436664ff84969edb293fe2992094fa0fb9de3 (PR-2588)
13:41:24 Commit message: "Updates to slim variant"
[Pipeline] sh
 > git merge 5efe28149a2060ff64faab5d4c1566f4cb994792 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1fa436664ff84969edb293fe2992094fa0fb9de3 # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2588/head:refs/remotes/origin/PR-2588 # 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 --progress -- https://github.com/docker/docker-py.git +refs/pull/2588/head:refs/remotes/origin/PR-2588 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1fa436664ff84969edb293fe2992094fa0fb9de3 # timeout=10
 > git merge 5efe28149a2060ff64faab5d4c1566f4cb994792 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1fa436664ff84969edb293fe2992094fa0fb9de3 # timeout=10
 > git --version # timeout=10
fatal: bad object ad1b00369dd78a15c273e17e363f91bced3f6e18
13:41:25 + docker network create dpy-testnet-1-0-py3.7-19.03.5
13:41:25 3865bf163bab35168eacf5ddf6e3e417c22382406d6e9057691b4b5107e6253f
[Pipeline] sh
[Pipeline] sh
 > git --version # timeout=10
fatal: bad object ad1b00369dd78a15c273e17e363f91bced3f6e18
13:41:25 + docker run -d --name dpy-dind-1-0-py3.7-19.03.5 -v /tmp --privileged --network dpy-testnet-1-0-py3.7-19.03.5 docker:19.03.5-dind dockerd -H tcp://0.0.0.0:2375
13:41:25 Unable to find image 'docker:19.03.5-dind' locally
13:41:25 19.03.5-dind: Pulling from library/docker
13:41:25 c9b1b535fdd9: Pulling fs layer
13:41:25 cd54125436dc: Pulling fs layer
13:41:25 70d1554c15cb: Pulling fs layer
13:41:25 79e322b40fa7: Pulling fs layer
13:41:25 fa396aa1c77a: Pulling fs layer
13:41:25 af8b1978c51e: Pulling fs layer
13:41:25 e3cc93a7c611: Pulling fs layer
13:41:25 1a997a372dbd: Pulling fs layer
13:41:25 57ab6c938e0f: Pulling fs layer
13:41:25 78fcc3f54ae1: Pulling fs layer
13:41:25 6a8202733384: Pulling fs layer
13:41:25 e3cc93a7c611: Waiting
13:41:25 1a997a372dbd: Waiting
13:41:25 57ab6c938e0f: Waiting
13:41:25 79e322b40fa7: Waiting
13:41:25 fa396aa1c77a: Waiting
13:41:25 af8b1978c51e: Waiting
13:41:25 78fcc3f54ae1: Waiting
13:41:25 6a8202733384: Waiting
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2588/head:refs/remotes/origin/PR-2588 # 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 --progress -- https://github.com/docker/docker-py.git +refs/pull/2588/head:refs/remotes/origin/PR-2588 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1fa436664ff84969edb293fe2992094fa0fb9de3 # timeout=10
 > git merge 5efe28149a2060ff64faab5d4c1566f4cb994792 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1fa436664ff84969edb293fe2992094fa0fb9de3 # timeout=10
13:41:25 + docker network create dpy-testnet-1-0-py2.7-19.03.11
13:41:25 54112a6a0812b62878d109d4f264cc87e6a3c9059df73b8b08131e8d4f641d9e
[Pipeline] sh
13:41:25 70d1554c15cb: Verifying Checksum
13:41:25 70d1554c15cb: Download complete
13:41:25 c9b1b535fdd9: Verifying Checksum
13:41:25 c9b1b535fdd9: Download complete
13:41:25 fa396aa1c77a: Verifying Checksum
13:41:25 fa396aa1c77a: Download complete
13:41:25 cd54125436dc: Verifying Checksum
13:41:25 cd54125436dc: Download complete
13:41:25 af8b1978c51e: Verifying Checksum
13:41:25 af8b1978c51e: Download complete
13:41:25 e3cc93a7c611: Verifying Checksum
13:41:25 e3cc93a7c611: Download complete
[Pipeline] sh
 > git --version # timeout=10
fatal: bad object ad1b00369dd78a15c273e17e363f91bced3f6e18
13:41:25 + docker run -d --name dpy-dind-1-0-py2.7-19.03.11 -v /tmp --privileged --network dpy-testnet-1-0-py2.7-19.03.11 docker:19.03.11-dind dockerd -H tcp://0.0.0.0:2375
13:41:25 Unable to find image 'docker:19.03.11-dind' locally
13:41:25 19.03.11-dind: Pulling from library/docker
13:41:25 Digest: sha256:a275e69ff735fcb353243d42be7b277890d96dd1d1eee8588cb68cbe1e65f826
13:41:25 Status: Downloaded newer image for docker:19.03.11-dind
13:41:26 57ab6c938e0f: Verifying Checksum
13:41:26 57ab6c938e0f: Download complete
13:41:26 c9b1b535fdd9: Pull complete
13:41:26 1a997a372dbd: Verifying Checksum
13:41:26 1a997a372dbd: Download complete
13:41:26 78fcc3f54ae1: Verifying Checksum
13:41:26 78fcc3f54ae1: Download complete
13:41:26 6a8202733384: Verifying Checksum
13:41:26 6a8202733384: Download complete
13:41:26 dea3765cac974bc52cf74e2929605e03836e584d9d5d638a9e31bd138af80b91
13:41:26 + docker network create dpy-testnet-1-0-py2.7-19.03.5
13:41:26 431abe3305f3ba6f32e5ab62a914fc790fb1235ba3b83cb853682cd60551ef89
[Pipeline] sh
13:41:26 79e322b40fa7: Verifying Checksum
13:41:26 79e322b40fa7: Download complete
13:41:26 + docker run -d --name dpy-dind-1-0-py2.7-19.03.5 -v /tmp --privileged --network dpy-testnet-1-0-py2.7-19.03.5 docker:19.03.5-dind dockerd -H tcp://0.0.0.0:2375
13:41:26 Unable to find image 'docker:19.03.5-dind' locally
13:41:26 19.03.5-dind: Pulling from library/docker
13:41:26 c9b1b535fdd9: Pulling fs layer
13:41:26 cd54125436dc: Pulling fs layer
13:41:26 70d1554c15cb: Pulling fs layer
13:41:26 79e322b40fa7: Pulling fs layer
13:41:26 fa396aa1c77a: Pulling fs layer
13:41:26 af8b1978c51e: Pulling fs layer
13:41:26 e3cc93a7c611: Pulling fs layer
13:41:26 1a997a372dbd: Pulling fs layer
13:41:26 57ab6c938e0f: Pulling fs layer
13:41:26 78fcc3f54ae1: Pulling fs layer
13:41:26 6a8202733384: Pulling fs layer
13:41:26 e3cc93a7c611: Waiting
13:41:26 79e322b40fa7: Waiting
13:41:26 fa396aa1c77a: Waiting
13:41:26 af8b1978c51e: Waiting
13:41:26 1a997a372dbd: Waiting
13:41:26 57ab6c938e0f: Waiting
13:41:26 78fcc3f54ae1: Waiting
13:41:26 6a8202733384: Waiting
13:41:26 cd54125436dc: Pull complete
13:41:26 c9b1b535fdd9: Verifying Checksum
13:41:26 c9b1b535fdd9: Download complete
13:41:26 70d1554c15cb: Verifying Checksum
13:41:26 70d1554c15cb: Download complete
13:41:26 cd54125436dc: Verifying Checksum
13:41:26 cd54125436dc: Download complete
13:41:26 fa396aa1c77a: Verifying Checksum
13:41:26 fa396aa1c77a: Download complete
13:41:26 af8b1978c51e: Verifying Checksum
13:41:26 af8b1978c51e: Download complete
13:41:26 70d1554c15cb: Pull complete
13:41:26 e3cc93a7c611: Verifying Checksum
13:41:26 e3cc93a7c611: Download complete
13:41:26 c9b1b535fdd9: Pull complete
13:41:26 57ab6c938e0f: Verifying Checksum
13:41:26 57ab6c938e0f: Download complete
13:41:26 1a997a372dbd: Verifying Checksum
13:41:26 1a997a372dbd: Download complete
13:41:26 78fcc3f54ae1: Verifying Checksum
13:41:26 78fcc3f54ae1: Download complete
[Pipeline] sh
13:41:27 6a8202733384: Verifying Checksum
13:41:27 6a8202733384: Download complete
13:41:27 + docker run --name dpy-tests-1-0-py2.7-19.03.11 -e DOCKER_HOST=tcp://dpy-dind-1-0-py2.7-19.03.11:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py2.7-19.03.11 --volumes-from dpy-dind-1-0-py2.7-19.03.11 dockerbuildbot/docker-py:py2-1fa436664ff84969edb293fe2992094fa0fb9de3 py.test -v -rxs --cov=docker tests/
13:41:27 Unable to find image 'dockerbuildbot/docker-py:py2-1fa436664ff84969edb293fe2992094fa0fb9de3' locally
13:41:27 py2-1fa436664ff84969edb293fe2992094fa0fb9de3: Pulling from dockerbuildbot/docker-py
13:41:27 7e2b2a5af8f6: Pulling fs layer
13:41:27 09b6f03ffac4: Pulling fs layer
13:41:27 dc3f0c679f0f: Pulling fs layer
13:41:27 fd4b47407fc3: Pulling fs layer
13:41:27 b32f6bf7d96d: Pulling fs layer
13:41:27 6f4489a7e4cf: Pulling fs layer
13:41:27 af4b99ad9ef0: Pulling fs layer
13:41:27 39db0bc48c26: Pulling fs layer
13:41:27 acb4a89489fc: Pulling fs layer
13:41:27 7af39a4c262e: Pulling fs layer
13:41:27 99a369436a9d: Pulling fs layer
13:41:27 43cf3ee9afbd: Pulling fs layer
13:41:27 b28679c6275c: Pulling fs layer
13:41:27 0cb48912d4fa: Pulling fs layer
13:41:27 9400ec1e278b: Pulling fs layer
13:41:27 94db21a5b2ac: Pulling fs layer
13:41:27 35f05a9b93ae: Pulling fs layer
13:41:27 c4fed451bfd4: Pulling fs layer
13:41:27 50250b004a8a: Pulling fs layer
13:41:27 5e6e323a5c18: Pulling fs layer
13:41:27 a0a722b38cee: Pulling fs layer
13:41:27 94cf7dbe2624: Pulling fs layer
13:41:27 8c08d2701313: Pulling fs layer
13:41:27 7756095aa3bd: Pulling fs layer
13:41:27 b28679c6275c: Waiting
13:41:27 0cb48912d4fa: Waiting
13:41:27 9400ec1e278b: Waiting
13:41:27 94db21a5b2ac: Waiting
13:41:27 35f05a9b93ae: Waiting
13:41:27 c4fed451bfd4: Waiting
13:41:27 50250b004a8a: Waiting
13:41:27 5e6e323a5c18: Waiting
13:41:27 a0a722b38cee: Waiting
13:41:27 94cf7dbe2624: Waiting
13:41:27 8c08d2701313: Waiting
13:41:27 7756095aa3bd: Waiting
13:41:27 39db0bc48c26: Waiting
13:41:27 acb4a89489fc: Waiting
13:41:27 fd4b47407fc3: Waiting
13:41:27 7af39a4c262e: Waiting
13:41:27 99a369436a9d: Waiting
13:41:27 43cf3ee9afbd: Waiting
13:41:27 b32f6bf7d96d: Waiting
13:41:27 6f4489a7e4cf: Waiting
13:41:27 af4b99ad9ef0: Waiting
13:41:27 79e322b40fa7: Verifying Checksum
13:41:27 79e322b40fa7: Download complete
13:41:27 09b6f03ffac4: Verifying Checksum
13:41:27 09b6f03ffac4: Download complete
13:41:27 dc3f0c679f0f: Verifying Checksum
13:41:27 dc3f0c679f0f: Download complete
13:41:27 cd54125436dc: Pull complete
13:41:27 70d1554c15cb: Pull complete
13:41:28 7e2b2a5af8f6: Verifying Checksum
13:41:28 7e2b2a5af8f6: Download complete
13:41:28 79e322b40fa7: Pull complete
13:41:28 fa396aa1c77a: Pull complete
13:41:28 af8b1978c51e: Pull complete
13:41:28 fd4b47407fc3: Verifying Checksum
13:41:28 fd4b47407fc3: Download complete
13:41:28 6f4489a7e4cf: Verifying Checksum
13:41:28 6f4489a7e4cf: Download complete
13:41:29 e3cc93a7c611: Pull complete
13:41:29 39db0bc48c26: Verifying Checksum
13:41:29 39db0bc48c26: Download complete
13:41:29 af4b99ad9ef0: Verifying Checksum
13:41:29 af4b99ad9ef0: Download complete
13:41:29 1a997a372dbd: Pull complete
13:41:29 57ab6c938e0f: Pull complete
13:41:29 78fcc3f54ae1: Pull complete
13:41:29 7af39a4c262e: Verifying Checksum
13:41:29 7af39a4c262e: Download complete
13:41:29 acb4a89489fc: Verifying Checksum
13:41:29 acb4a89489fc: Download complete
13:41:29 6a8202733384: Pull complete
13:41:29 Digest: sha256:033ba84f8ea98910d8fc51b8263fbeb24c48d6daf55ef7c654e2981784dac2f4
13:41:29 Status: Downloaded newer image for docker:19.03.5-dind
13:41:29 43cf3ee9afbd: Verifying Checksum
13:41:29 43cf3ee9afbd: Download complete
13:41:29 99a369436a9d: Verifying Checksum
13:41:29 99a369436a9d: Download complete
13:41:29 b28679c6275c: Verifying Checksum
13:41:29 b28679c6275c: Download complete
13:41:29 0cb48912d4fa: Verifying Checksum
13:41:29 0cb48912d4fa: Download complete
13:41:29 9400ec1e278b: Verifying Checksum
13:41:29 9400ec1e278b: Download complete
13:41:29 94db21a5b2ac: Verifying Checksum
13:41:29 94db21a5b2ac: Download complete
13:41:29 c4fed451bfd4: Verifying Checksum
13:41:29 c4fed451bfd4: Download complete
13:41:29 79e322b40fa7: Pull complete
13:41:29 fa396aa1c77a: Pull complete
13:41:29 af8b1978c51e: Pull complete
13:41:29 d1273692bf0601acbf3a67b6efc3b73adf913bbac0288f0cba8fe2e19ccc5e38
13:41:29 35f05a9b93ae: Verifying Checksum
13:41:29 35f05a9b93ae: Download complete
13:41:29 50250b004a8a: Verifying Checksum
13:41:29 50250b004a8a: Download complete
13:41:29 a0a722b38cee: Verifying Checksum
13:41:29 a0a722b38cee: Download complete
13:41:29 e3cc93a7c611: Pull complete
13:41:30 5e6e323a5c18: Verifying Checksum
13:41:30 5e6e323a5c18: Download complete
13:41:30 1a997a372dbd: Pull complete
13:41:30 57ab6c938e0f: Pull complete
13:41:30 94cf7dbe2624: Verifying Checksum
13:41:30 94cf7dbe2624: Download complete
13:41:30 8c08d2701313: Verifying Checksum
13:41:30 8c08d2701313: Download complete
13:41:30 7756095aa3bd: Verifying Checksum
13:41:30 7756095aa3bd: Download complete
13:41:30 b32f6bf7d96d: Verifying Checksum
13:41:30 b32f6bf7d96d: Download complete
13:41:30 78fcc3f54ae1: Pull complete
13:41:30 6a8202733384: Pull complete
13:41:30 Digest: sha256:033ba84f8ea98910d8fc51b8263fbeb24c48d6daf55ef7c654e2981784dac2f4
13:41:30 Status: Downloaded newer image for docker:19.03.5-dind
[Pipeline] sh
13:41:30 79258230fea8603e7d73aa5ff30a7bd9b077cb3f39051611a9bfe59831957c5d
13:41:30 + docker run --name dpy-tests-1-0-py3.7-19.03.5 -e DOCKER_HOST=tcp://dpy-dind-1-0-py3.7-19.03.5:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py3.7-19.03.5 --volumes-from dpy-dind-1-0-py3.7-19.03.5 dockerbuildbot/docker-py:py3-1fa436664ff84969edb293fe2992094fa0fb9de3 py.test -v -rxs --cov=docker tests/
[Pipeline] sh
13:41:31 7e2b2a5af8f6: Pull complete
13:41:31 09b6f03ffac4: Pull complete
13:41:31 + docker run --name dpy-tests-1-0-py2.7-19.03.5 -e DOCKER_HOST=tcp://dpy-dind-1-0-py2.7-19.03.5:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py2.7-19.03.5 --volumes-from dpy-dind-1-0-py2.7-19.03.5 dockerbuildbot/docker-py:py2-1fa436664ff84969edb293fe2992094fa0fb9de3 py.test -v -rxs --cov=docker tests/
13:41:31 Unable to find image 'dockerbuildbot/docker-py:py2-1fa436664ff84969edb293fe2992094fa0fb9de3' locally
13:41:31 py2-1fa436664ff84969edb293fe2992094fa0fb9de3: Pulling from dockerbuildbot/docker-py
13:41:31 7e2b2a5af8f6: Pulling fs layer
13:41:31 09b6f03ffac4: Pulling fs layer
13:41:31 dc3f0c679f0f: Pulling fs layer
13:41:31 fd4b47407fc3: Pulling fs layer
13:41:31 b32f6bf7d96d: Pulling fs layer
13:41:31 6f4489a7e4cf: Pulling fs layer
13:41:31 af4b99ad9ef0: Pulling fs layer
13:41:31 39db0bc48c26: Pulling fs layer
13:41:31 acb4a89489fc: Pulling fs layer
13:41:31 7af39a4c262e: Pulling fs layer
13:41:31 99a369436a9d: Pulling fs layer
13:41:31 43cf3ee9afbd: Pulling fs layer
13:41:31 b28679c6275c: Pulling fs layer
13:41:31 0cb48912d4fa: Pulling fs layer
13:41:31 9400ec1e278b: Pulling fs layer
13:41:31 94db21a5b2ac: Pulling fs layer
13:41:31 35f05a9b93ae: Pulling fs layer
13:41:31 c4fed451bfd4: Pulling fs layer
13:41:31 50250b004a8a: Pulling fs layer
13:41:31 5e6e323a5c18: Pulling fs layer
13:41:31 a0a722b38cee: Pulling fs layer
13:41:31 94cf7dbe2624: Pulling fs layer
13:41:31 8c08d2701313: Pulling fs layer
13:41:31 7756095aa3bd: Pulling fs layer
13:41:31 b28679c6275c: Waiting
13:41:31 0cb48912d4fa: Waiting
13:41:31 9400ec1e278b: Waiting
13:41:31 94db21a5b2ac: Waiting
13:41:31 35f05a9b93ae: Waiting
13:41:31 c4fed451bfd4: Waiting
13:41:31 50250b004a8a: Waiting
13:41:31 5e6e323a5c18: Waiting
13:41:31 a0a722b38cee: Waiting
13:41:31 94cf7dbe2624: Waiting
13:41:31 8c08d2701313: Waiting
13:41:31 7756095aa3bd: Waiting
13:41:31 fd4b47407fc3: Waiting
13:41:31 b32f6bf7d96d: Waiting
13:41:31 6f4489a7e4cf: Waiting
13:41:31 af4b99ad9ef0: Waiting
13:41:31 39db0bc48c26: Waiting
13:41:31 acb4a89489fc: Waiting
13:41:31 7af39a4c262e: Waiting
13:41:31 99a369436a9d: Waiting
13:41:31 43cf3ee9afbd: Waiting
13:41:32 dc3f0c679f0f: Verifying Checksum
13:41:32 dc3f0c679f0f: Download complete
13:41:32 09b6f03ffac4: Verifying Checksum
13:41:32 09b6f03ffac4: Download complete
13:41:32 dc3f0c679f0f: Pull complete
13:41:32 ============================= test session starts ==============================
13:41:32 platform linux -- Python 3.7.7, pytest-4.3.1, py-1.8.1, pluggy-0.13.1 -- /usr/local/bin/python
13:41:32 cachedir: .pytest_cache
13:41:32 rootdir: /src, inifile: pytest.ini
13:41:32 plugins: cov-2.6.1, timeout-1.3.3
13:41:33 7e2b2a5af8f6: Verifying Checksum
13:41:33 7e2b2a5af8f6: Download complete
13:41:33 fd4b47407fc3: Verifying Checksum
13:41:33 fd4b47407fc3: Download complete
13:41:33 6f4489a7e4cf: Verifying Checksum
13:41:33 6f4489a7e4cf: Download complete
13:41:33 af4b99ad9ef0: Verifying Checksum
13:41:33 af4b99ad9ef0: Download complete
13:41:33 39db0bc48c26: Verifying Checksum
13:41:33 39db0bc48c26: Download complete
13:41:33 7af39a4c262e: Verifying Checksum
13:41:33 7af39a4c262e: Download complete
13:41:33 acb4a89489fc: Verifying Checksum
13:41:33 acb4a89489fc: Download complete
13:41:33 43cf3ee9afbd: Verifying Checksum
13:41:33 43cf3ee9afbd: Download complete
13:41:33 99a369436a9d: Verifying Checksum
13:41:33 99a369436a9d: Download complete
13:41:33 b28679c6275c: Verifying Checksum
13:41:33 b28679c6275c: Download complete
13:41:34 0cb48912d4fa: Verifying Checksum
13:41:34 0cb48912d4fa: Download complete
13:41:34 9400ec1e278b: Verifying Checksum
13:41:34 9400ec1e278b: Download complete
13:41:34 94db21a5b2ac: Verifying Checksum
13:41:34 94db21a5b2ac: Download complete
13:41:34 35f05a9b93ae: Verifying Checksum
13:41:34 35f05a9b93ae: Download complete
13:41:34 c4fed451bfd4: Verifying Checksum
13:41:34 c4fed451bfd4: Download complete
13:41:34 fd4b47407fc3: Pull complete
13:41:34 50250b004a8a: Verifying Checksum
13:41:34 50250b004a8a: Download complete
13:41:34 b32f6bf7d96d: Verifying Checksum
13:41:34 b32f6bf7d96d: Download complete
13:41:34 a0a722b38cee: Verifying Checksum
13:41:34 a0a722b38cee: Download complete
13:41:34 5e6e323a5c18: Verifying Checksum
13:41:34 5e6e323a5c18: Download complete
13:41:34 8c08d2701313: Verifying Checksum
13:41:34 8c08d2701313: Download complete
13:41:34 7756095aa3bd: Verifying Checksum
13:41:34 7756095aa3bd: Download complete
13:41:34 94cf7dbe2624: Verifying Checksum
13:41:34 94cf7dbe2624: Download complete
13:41:34 collecting ... collected 942 items
13:41:34 
13:41:35 7e2b2a5af8f6: Pull complete
13:41:36 09b6f03ffac4: Pull complete
Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’
13:41:36 dc3f0c679f0f: Pull complete
13:41:37 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
13:41:37 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
13:41:37 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
13:41:37 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
13:41:38 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
13:41:38 fd4b47407fc3: Pull complete
13:41:39 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
13:41:40 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
13:41:40 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
13:41:40 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
13:41:40 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
13:41:40 b32f6bf7d96d: Pull complete
13:41:40 6f4489a7e4cf: Pull complete
13:41:41 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
13:41:41 af4b99ad9ef0: Pull complete
13:41:41 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
13:41:41 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
13:41:41 39db0bc48c26: Pull complete
13:41:42 acb4a89489fc: Pull complete
13:41:42 7af39a4c262e: Pull complete
13:41:42 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
13:41:42 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
13:41:42 99a369436a9d: Pull complete
13:41:42 43cf3ee9afbd: Pull complete
13:41:42 b28679c6275c: Pull complete
13:41:42 0cb48912d4fa: Pull complete
13:41:42 9400ec1e278b: Pull complete
13:41:43 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
13:41:43 94db21a5b2ac: Pull complete
13:41:43 35f05a9b93ae: Pull complete
13:41:43 c4fed451bfd4: Pull complete
13:41:43 50250b004a8a: Pull complete
13:41:43 5e6e323a5c18: Pull complete
13:41:43 a0a722b38cee: Pull complete
13:41:44 94cf7dbe2624: Pull complete
13:41:44 8c08d2701313: Pull complete
13:41:44 7756095aa3bd: Pull complete
13:41:44 Digest: sha256:946872b0eec249eec458814b30c3941fcf780fc1d869caafeabf4a0c98b30cdc
13:41:44 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-1fa436664ff84969edb293fe2992094fa0fb9de3
13:41:45 b32f6bf7d96d: Pull complete
13:41:45 6f4489a7e4cf: Pull complete
13:41:45 af4b99ad9ef0: Pull complete
13:41:46 39db0bc48c26: Pull complete
13:41:46 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
13:41:46 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
13:41:46 acb4a89489fc: Pull complete
13:41:46 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  2%]
13:41:46 7af39a4c262e: Pull complete
13:41:46 99a369436a9d: Pull complete
13:41:46 43cf3ee9afbd: Pull complete
13:41:47 b28679c6275c: Pull complete
13:41:47 0cb48912d4fa: Pull complete
13:41:47 9400ec1e278b: Pull complete
13:41:47 94db21a5b2ac: Pull complete
13:41:47 35f05a9b93ae: Pull complete
13:41:47 c4fed451bfd4: Pull complete
13:41:47 50250b004a8a: Pull complete
13:41:47 ============================= test session starts ==============================
13:41:47 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.8.1, pluggy-0.13.1 -- /usr/local/bin/python
13:41:47 cachedir: .pytest_cache
13:41:47 rootdir: /src, inifile: pytest.ini
13:41:47 plugins: cov-2.6.1, timeout-1.3.3
13:41:48 5e6e323a5c18: Pull complete
13:41:48 a0a722b38cee: Pull complete
13:41:48 94cf7dbe2624: Pull complete
13:41:48 8c08d2701313: Pull complete
13:41:48 7756095aa3bd: Pull complete
13:41:48 Digest: sha256:946872b0eec249eec458814b30c3941fcf780fc1d869caafeabf4a0c98b30cdc
13:41:48 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-1fa436664ff84969edb293fe2992094fa0fb9de3
13:41:49 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0cb5d2f89db1c0293) in /home/ubuntu/workspace/docker-py_PR-2588
[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-2588@tmp/313cdf0c-87ea-4e91-95d7-715e5399b330/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
13:41:50 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:41:50 chowning workspace
[Pipeline] sh
13:41:50 collecting ... collected 942 items
13:41:50 
13:41:51 + pwd
13:41:51 + id -u
13:41:51 + id -g
13:41:51 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2588:/workspace busybox chown -R 1000:1000 /workspace
13:41:51 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
13:41:51 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
13:41:51 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
13:41:51 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
13:41:51 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
13:41:51 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
13:41:51 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
13:41:51 ============================= test session starts ==============================
13:41:51 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.8.1, pluggy-0.13.1 -- /usr/local/bin/python
13:41:51 cachedir: .pytest_cache
13:41:51 rootdir: /src, inifile: pytest.ini
13:41:51 plugins: cov-2.6.1, timeout-1.3.3
[Pipeline] echo
13:41:52 Removing all docker containers
[Pipeline] sh
13:41:52 + docker container ls -aq
[Pipeline] echo
13:41:52 Docker containers have been removed
[Pipeline] echo
13:41:52 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:41:52 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.11)
[Pipeline] checkout
13:41:52 using credential docker-jenkins-github-credentials
13:41:52 Cloning the remote Git repository
13:41:52 Cloning with configured refspecs honoured and without tags
13:41:52 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
13:41:52 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
13:41:53 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
13:41:53 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
13:41:53 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
13:41:53 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
13:41:53 Fetching without tags
13:41:53 Merging remotes/origin/master commit 5efe28149a2060ff64faab5d4c1566f4cb994792 into PR head commit 1fa436664ff84969edb293fe2992094fa0fb9de3
13:41:53 Merge succeeded, producing 1fa436664ff84969edb293fe2992094fa0fb9de3
13:41:53 Checking out Revision 1fa436664ff84969edb293fe2992094fa0fb9de3 (PR-2588)
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2588 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2588/head:refs/remotes/origin/PR-2588 +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/2588/head:refs/remotes/origin/PR-2588 # 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 --progress -- https://github.com/docker/docker-py.git +refs/pull/2588/head:refs/remotes/origin/PR-2588 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1fa436664ff84969edb293fe2992094fa0fb9de3 # timeout=10
 > git merge 5efe28149a2060ff64faab5d4c1566f4cb994792 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
13:41:53 Commit message: "Updates to slim variant"
[Pipeline] sh
13:41:54 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
13:41:54 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
13:41:54 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
13:41:54 + docker network create dpy-testnet-1-0-py3.7-19.03.11
13:41:54 6a64bced5e2cac0c190698776d544590a2678b2cc70ffd13116643f73d63aa50
[Pipeline] sh
13:41:54 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
 > git --version # timeout=10
fatal: bad object ad1b00369dd78a15c273e17e363f91bced3f6e18
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1fa436664ff84969edb293fe2992094fa0fb9de3 # timeout=10
13:41:54 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
13:41:54 + docker run -d --name dpy-dind-1-0-py3.7-19.03.11 -v /tmp --privileged --network dpy-testnet-1-0-py3.7-19.03.11 docker:19.03.11-dind dockerd -H tcp://0.0.0.0:2375
13:41:54 c349f542bcf9ec13332585993f87624e470d80b23cec040198b0d3f91de94c81
13:41:54 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
13:41:54 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
[Pipeline] sh
13:41:55 collecting ... collected 942 items
13:41:55 
13:41:55 + docker run --name dpy-tests-1-0-py3.7-19.03.11 -e DOCKER_HOST=tcp://dpy-dind-1-0-py3.7-19.03.11:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py3.7-19.03.11 --volumes-from dpy-dind-1-0-py3.7-19.03.11 dockerbuildbot/docker-py:py3-1fa436664ff84969edb293fe2992094fa0fb9de3 py.test -v -rxs --cov=docker tests/
13:41:55 Unable to find image 'dockerbuildbot/docker-py:py3-1fa436664ff84969edb293fe2992094fa0fb9de3' locally
13:41:55 py3-1fa436664ff84969edb293fe2992094fa0fb9de3: Pulling from dockerbuildbot/docker-py
13:41:55 376057ac6fa1: Already exists
13:41:55 5a63a0a859d8: Already exists
13:41:55 496548a8c952: Already exists
13:41:55 2adae3950d4d: Already exists
13:41:55 0ed5a9824906: Already exists
13:41:55 bb94ffe72389: Already exists
13:41:55 70d0b3967cd8: Already exists
13:41:55 5efaeecfa72a: Already exists
13:41:55 db8816f44548: Already exists
13:41:55 c05b926761e7: Pulling fs layer
13:41:55 37a33e0c2697: Pulling fs layer
13:41:55 2be56cd424a9: Pulling fs layer
13:41:55 bad39284d947: Pulling fs layer
13:41:55 3f48b64cc8cd: Pulling fs layer
13:41:55 4e919340037d: Pulling fs layer
13:41:55 8690bd1410aa: Pulling fs layer
13:41:55 214c5ef84384: Pulling fs layer
13:41:55 0b9c3a49f252: Pulling fs layer
13:41:55 8dce995e700e: Pulling fs layer
13:41:55 9888f513cf1f: Pulling fs layer
13:41:55 b1b811d1af84: Pulling fs layer
13:41:55 13b43b65a8ee: Pulling fs layer
13:41:55 b997cf71b3d3: Pulling fs layer
13:41:55 265f8393f636: Pulling fs layer
13:41:55 bad39284d947: Waiting
13:41:55 3f48b64cc8cd: Waiting
13:41:55 4e919340037d: Waiting
13:41:55 8690bd1410aa: Waiting
13:41:55 214c5ef84384: Waiting
13:41:55 0b9c3a49f252: Waiting
13:41:55 8dce995e700e: Waiting
13:41:55 9888f513cf1f: Waiting
13:41:55 b1b811d1af84: Waiting
13:41:55 13b43b65a8ee: Waiting
13:41:55 b997cf71b3d3: Waiting
13:41:55 265f8393f636: Waiting
13:41:55 2be56cd424a9: Download complete
13:41:55 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
13:41:55 c05b926761e7: Download complete
13:41:55 bad39284d947: Verifying Checksum
13:41:55 bad39284d947: Download complete
13:41:55 3f48b64cc8cd: Verifying Checksum
13:41:55 3f48b64cc8cd: Download complete
13:41:55 c05b926761e7: Pull complete
13:41:55 8690bd1410aa: Verifying Checksum
13:41:55 8690bd1410aa: Download complete
13:41:55 4e919340037d: Verifying Checksum
13:41:55 4e919340037d: Download complete
13:41:55 37a33e0c2697: Verifying Checksum
13:41:55 37a33e0c2697: Download complete
13:41:55 0b9c3a49f252: Verifying Checksum
13:41:55 0b9c3a49f252: Download complete
13:41:55 8dce995e700e: Verifying Checksum
13:41:55 8dce995e700e: Download complete
13:41:55 b1b811d1af84: Verifying Checksum
13:41:55 b1b811d1af84: Download complete
13:41:56 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
13:41:56 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  4%]
13:41:56 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
13:41:56 9888f513cf1f: Verifying Checksum
13:41:56 9888f513cf1f: Download complete
13:41:56 13b43b65a8ee: Verifying Checksum
13:41:56 13b43b65a8ee: Download complete
13:41:56 214c5ef84384: Verifying Checksum
13:41:56 214c5ef84384: Download complete
13:41:56 37a33e0c2697: Pull complete
13:41:56 265f8393f636: Verifying Checksum
13:41:56 265f8393f636: Download complete
13:41:56 2be56cd424a9: Pull complete
13:41:56 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
13:41:56 b997cf71b3d3: Download complete
13:41:56 bad39284d947: Pull complete
13:41:56 3f48b64cc8cd: Pull complete
13:41:56 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
13:41:56 4e919340037d: Pull complete
13:41:56 8690bd1410aa: Pull complete
13:41:56 214c5ef84384: Pull complete
13:41:56 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
13:41:56 0b9c3a49f252: Pull complete
13:41:56 8dce995e700e: Pull complete
13:41:57 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
13:41:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
13:41:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
13:41:57 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
13:41:57 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
13:41:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
13:41:57 9888f513cf1f: Pull complete
13:41:57 b1b811d1af84: Pull complete
13:41:57 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
13:41:57 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
13:41:57 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
13:41:57 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
13:41:57 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
13:41:58 13b43b65a8ee: Pull complete
13:41:58 b997cf71b3d3: Pull complete
13:41:58 265f8393f636: Pull complete
13:41:58 Digest: sha256:1f3217976ee31835d501288c92c11baa083fb70d2b732dd632cfda206b134f45
13:41:58 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-1fa436664ff84969edb293fe2992094fa0fb9de3
13:41:58 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
13:41:59 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
13:41:59 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
13:41:59 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
13:41:59 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
13:41:59 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
13:41:59 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
13:41:59 ============================= test session starts ==============================
13:41:59 platform linux -- Python 3.7.7, pytest-4.3.1, py-1.8.1, pluggy-0.13.1 -- /usr/local/bin/python
13:41:59 cachedir: .pytest_cache
13:41:59 rootdir: /src, inifile: pytest.ini
13:41:59 plugins: cov-2.6.1, timeout-1.3.3
13:42:00 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
13:42:00 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
13:42:00 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
13:42:00 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
13:42:00 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
13:42:00 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
13:42:00 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
13:42:00 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
13:42:00 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
13:42:01 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
13:42:01 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
13:42:01 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
13:42:02 collecting ... collected 942 items
13:42:02 
13:42:02 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
13:42:02 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
13:42:02 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
13:42:02 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
13:42:02 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
13:42:03 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
13:42:03 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
13:42:03 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
13:42:03 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
13:42:04 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
13:42:04 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
13:42:04 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
13:42:04 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
13:42:04 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
13:42:04 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
13:42:04 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
13:42:05 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  2%]
13:42:05 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
13:42:06 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
13:42:06 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
13:42:06 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
13:42:06 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  2%]
13:42:07 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
13:42:07 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
13:42:07 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
13:42:07 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
13:42:08 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
13:42:08 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
13:42:08 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
13:42:08 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
13:42:09 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
13:42:09 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
13:42:09 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
13:42:10 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
13:42:11 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
13:42:11 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
13:42:11 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
13:42:11 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
13:42:11 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
13:42:11 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
13:42:11 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
13:42:11 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
13:42:11 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
13:42:11 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
13:42:11 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
13:42:11 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
13:42:11 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
13:42:11 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
13:42:12 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
13:42:12 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
13:42:12 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
13:42:12 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
13:42:13 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
13:42:13 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
13:42:13 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
13:42:13 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
13:42:13 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
13:42:13 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
13:42:13 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
13:42:13 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
13:42:13 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
13:42:13 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
13:42:13 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  2%]
13:42:14 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
13:42:14 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
13:42:14 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
13:42:14 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
13:42:15 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
13:42:15 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
13:42:16 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
13:42:16 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
13:42:16 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  4%]
13:42:16 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
13:42:16 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
13:42:16 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
13:42:17 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
13:42:17 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
13:42:17 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  4%]
13:42:17 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
13:42:17 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
13:42:17 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
13:42:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
13:42:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
13:42:18 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
13:42:18 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
13:42:18 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
13:42:18 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
13:42:18 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
13:42:18 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
13:42:18 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
13:42:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
13:42:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
13:42:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
13:42:19 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
13:42:19 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
13:42:19 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
13:42:19 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
13:42:19 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
13:42:19 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
13:42:19 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
13:42:19 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
13:42:20 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
13:42:20 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
13:42:21 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
13:42:21 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
13:42:21 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
13:42:21 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
13:42:21 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
13:42:22 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
13:42:22 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  6%]
13:42:22 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
13:42:22 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
13:42:22 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
13:42:22 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
13:42:22 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
13:42:22 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
13:42:22 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  4%]
13:42:22 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
13:42:23 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
13:42:23 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
13:42:23 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
13:42:23 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
13:42:23 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
13:42:23 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
13:42:23 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
13:42:23 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
13:42:23 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
13:42:24 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
13:42:24 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
13:42:24 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
13:42:24 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
13:42:24 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
13:42:24 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
13:42:25 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
13:42:25 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
13:42:25 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
13:42:25 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
13:42:26 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
13:42:26 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
13:42:26 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
13:42:26 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
13:42:26 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  7%]
13:42:26 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
13:42:26 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
13:42:27 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
13:42:27 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
13:42:27 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
13:42:27 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
13:42:27 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
13:42:28 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
13:42:29 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
13:42:29 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
13:42:29 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
13:42:29 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
13:42:30 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
13:42:30 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
13:42:31 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
13:42:32 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
13:42:32 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
13:42:32 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
13:42:36 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
13:42:39 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
13:42:40 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  6%]
13:42:40 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
13:42:41 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
13:42:41 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
13:42:42 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
13:42:42 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
13:42:43 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
13:42:43 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  6%]
13:42:44 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
13:42:44 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
13:42:44 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
13:42:44 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  8%]
13:42:44 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
13:42:45 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
13:42:45 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
13:42:45 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
13:42:46 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
13:42:46 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
13:42:46 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  7%]
13:42:46 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  6%]
13:42:47 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
13:42:47 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
13:42:47 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
13:42:47 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
13:42:47 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
13:42:47 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
13:42:48 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
13:42:48 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
13:42:48 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
13:42:48 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
13:42:48 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
13:42:48 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
13:42:49 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
13:42:49 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
13:42:49 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
13:42:49 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
13:42:50 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
13:42:50 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
13:42:50 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
13:42:51 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
13:42:51 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
13:42:51 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
13:42:52 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
13:42:52 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
13:42:52 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
13:42:52 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
13:42:52 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
13:42:52 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  7%]
13:42:53 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  7%]
13:42:53 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  9%]
13:42:53 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
13:42:53 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
13:42:54 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
13:42:54 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
13:42:54 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
13:42:54 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
13:42:55 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
13:42:55 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
13:42:56 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
13:42:57 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
13:42:57 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
13:42:57 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
13:42:58 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
13:42:58 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
13:42:59 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
13:42:59 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
13:42:59 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
13:42:59 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
13:42:59 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
13:43:00 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
13:43:00 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
13:43:01 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
13:43:01 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
13:43:03 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%]
13:43:03 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
13:43:04 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
13:43:05 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  8%]
13:43:05 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
13:43:05 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
13:43:06 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
13:43:07 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
13:43:07 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
13:43:07 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
13:43:08 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
13:43:08 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
13:43:09 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
13:43:09 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
13:43:09 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
13:43:09 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
13:43:10 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
13:43:10 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
13:43:10 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
13:43:10 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
13:43:11 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
13:43:11 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  8%]
13:43:12 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
13:43:13 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  9%]
13:43:13 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
13:43:13 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
13:43:14 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
13:43:14 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  8%]
13:43:14 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
13:43:14 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
13:43:15 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
13:43:15 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
13:43:15 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
13:43:15 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
13:43:15 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
13:43:16 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
13:43:16 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
13:43:16 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
13:43:16 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
13:43:16 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
13:43:17 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
13:43:17 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
13:43:17 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
13:43:17 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
13:43:18 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
13:43:18 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
13:43:18 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%]
13:43:18 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
13:43:18 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
13:43:19 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
13:43:19 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  9%]
13:43:19 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
13:43:19 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
13:43:19 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
13:43:20 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
13:43:20 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
13:43:20 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
13:43:21 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
13:43:21 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
13:43:21 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
13:43:22 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
13:43:22 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
13:43:23 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
13:43:23 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%]
13:43:23 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
13:43:23 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
13:43:23 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  9%]
13:43:23 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
13:43:24 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
13:43:24 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
13:43:24 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
13:43:25 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
13:43:25 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%]
13:43:25 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
13:43:25 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
13:43:26 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
13:43:26 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
13:43:26 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
13:43:27 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
13:43:27 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
13:43:27 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
13:43:28 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
13:43:28 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
13:43:28 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
13:43:29 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
13:43:29 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%]
13:43:29 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
13:43:29 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
13:43:30 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
13:43:30 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
13:43:30 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
13:43:30 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
13:43:31 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
13:43:31 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
13:43:31 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
13:43:31 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
13:43:31 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
13:43:31 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
13:43:32 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 13%]
13:43:32 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
13:43:32 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
13:43:33 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
13:43:34 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
13:43:34 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
13:43:35 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
13:43:35 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
13:43:36 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
13:43:36 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
13:43:36 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%]
13:43:36 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
13:43:36 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
13:43:36 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
13:43:37 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
13:43:37 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
13:43:37 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
13:43:38 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
13:43:39 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%]
13:43:39 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
13:43:39 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
13:43:39 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
13:43:39 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
13:43:40 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
13:43:40 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 14%]
13:43:41 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
13:43:41 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%]
13:43:41 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
13:43:41 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
13:43:43 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
13:43:43 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
13:43:43 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
13:43:43 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
13:43:43 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
13:43:44 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
13:43:44 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%]
13:43:44 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
13:43:44 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
13:43:44 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
13:43:45 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
13:43:45 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
13:43:45 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%]
13:43:45 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
13:43:45 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
13:43:45 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
13:43:45 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
13:43:46 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
13:43:46 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
13:43:46 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
13:43:47 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
13:43:47 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
13:43:48 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
13:43:48 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
13:43:48 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
13:43:48 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
13:43:49 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
13:43:49 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
13:43:49 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
13:43:50 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
13:43:50 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
13:43:50 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
13:43:50 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
13:43:50 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%]
13:43:51 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
13:43:51 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
13:43:51 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
13:43:51 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
13:43:52 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
13:43:52 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
13:43:52 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 13%]
13:43:52 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
13:43:52 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
13:43:52 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%]
13:43:52 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
13:43:53 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
13:43:53 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
13:43:53 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
13:43:53 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
13:43:53 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
13:43:54 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
13:43:54 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
13:43:54 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%]
13:43:54 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
13:43:54 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
13:43:54 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
13:43:54 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
13:43:54 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
13:43:55 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
13:43:55 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
13:43:55 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
13:43:55 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 16%]
13:43:55 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%]
13:43:55 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
13:43:55 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
13:43:55 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
13:43:55 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
13:43:55 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
13:43:56 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
13:43:56 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
13:43:56 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
13:43:56 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
13:43:56 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
13:43:56 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
13:43:56 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
13:43:57 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
13:43:57 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
13:43:57 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
13:43:57 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
13:43:58 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 13%]
13:43:58 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
13:43:58 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
13:43:58 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
13:43:59 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
13:43:59 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
13:43:59 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%]
13:43:59 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
13:43:59 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
13:43:59 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
13:44:00 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
13:44:00 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
13:44:00 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
13:44:00 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 14%]
13:44:01 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
13:44:01 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
13:44:01 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
13:44:01 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%]
13:44:02 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
13:44:02 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%]
13:44:02 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
13:44:02 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
13:44:03 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
13:44:03 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
13:44:03 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
13:44:04 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
13:44:04 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
13:44:04 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
13:44:04 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
13:44:04 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
13:44:05 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
13:44:05 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 14%]
13:44:06 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
13:44:06 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
13:44:06 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
13:44:06 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
13:44:06 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%]
13:44:07 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
13:44:07 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
13:44:08 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
13:44:08 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
13:44:08 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
13:44:08 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
13:44:08 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
13:44:09 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
13:44:09 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
13:44:09 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%]
13:44:09 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%]
13:44:09 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
13:44:09 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
13:44:09 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
13:44:09 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
13:44:10 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
13:44:10 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
13:44:10 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
13:44:11 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
13:44:11 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 13%]
13:44:12 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
13:44:12 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
13:44:12 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
13:44:12 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
13:44:12 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
13:44:12 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%]
13:44:12 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
13:44:13 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%]
13:44:13 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
13:44:13 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
13:44:13 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
13:44:13 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
13:44:13 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
13:44:13 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
13:44:14 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
13:44:14 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
13:44:14 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
13:44:14 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
13:44:15 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
13:44:15 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
13:44:15 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
13:44:15 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
13:44:15 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
13:44:15 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
13:44:15 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
13:44:15 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 16%]
13:44:15 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%]
13:44:15 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
13:44:15 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
13:44:15 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
13:44:15 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
13:44:15 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
13:44:16 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
13:44:16 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
13:44:16 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
13:44:16 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
13:44:16 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
13:44:16 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
13:44:17 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%]
13:44:17 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
13:44:17 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
13:44:17 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%]
13:44:17 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
13:44:17 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
13:44:17 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
13:44:17 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
13:44:18 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%]
13:44:18 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
13:44:18 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
13:44:18 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
13:44:18 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
13:44:19 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
13:44:19 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
13:44:19 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
13:44:19 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
13:44:19 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%]
13:44:20 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
13:44:20 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
13:44:20 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 16%]
13:44:20 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%]
13:44:20 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
13:44:20 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
13:44:20 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
13:44:20 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
13:44:20 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
13:44:20 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
13:44:20 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
13:44:20 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
13:44:21 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 14%]
13:44:21 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
13:44:21 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
13:44:21 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
13:44:22 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
13:44:22 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
13:44:22 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%]
13:44:22 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
13:44:23 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
13:44:23 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
13:44:23 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
13:44:23 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
13:44:23 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%]
13:44:23 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
13:44:23 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
13:44:24 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%]
13:44:24 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
13:44:24 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
13:44:24 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
13:44:24 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
13:44:25 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
13:44:25 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
13:44:25 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
13:44:25 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
13:44:25 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
13:44:26 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
13:44:26 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
13:44:26 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
13:44:26 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
13:44:26 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
13:44:26 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 22%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 23%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 24%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
13:44:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
13:44:27 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
13:44:27 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
13:44:28 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
13:44:28 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
13:44:28 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
13:44:28 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
13:44:28 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
13:44:29 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
13:44:29 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%]
13:44:29 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
13:44:29 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
13:44:29 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
13:44:30 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%]
13:44:30 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%]
13:44:30 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
13:44:30 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
13:44:30 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
13:44:30 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
13:44:30 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
13:44:30 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 25%]
13:44:30 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%]
13:44:30 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
13:44:30 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
13:44:30 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
13:44:30 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
13:44:30 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
13:44:30 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
13:44:30 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
13:44:30 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 26%]
13:44:30 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 26%]
13:44:30 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
13:44:31 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
13:44:31 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
13:44:31 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
13:44:31 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
13:44:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
13:44:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
13:44:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
13:44:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
13:44:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
13:44:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%]
13:44:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 27%]
13:44:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 27%]
13:44:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
13:44:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
13:44:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
13:44:32 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
13:44:32 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
13:44:33 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%]
13:44:33 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
13:44:33 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
13:44:33 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
13:44:33 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%]
13:44:34 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
13:44:34 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
13:44:34 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%]
13:44:34 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%]
13:44:34 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
13:44:34 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
13:44:34 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
13:44:34 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
13:44:34 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
13:44:34 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
13:44:35 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
13:44:35 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
13:44:35 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
13:44:35 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
13:44:35 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
13:44:35 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
13:44:36 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
13:44:36 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
13:44:36 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
13:44:36 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
13:44:36 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
13:44:36 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
13:44:37 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
13:44:37 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
13:44:37 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 16%]
13:44:37 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%]
13:44:37 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
13:44:37 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%]
13:44:37 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%]
13:44:37 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
13:44:37 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
13:44:38 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
13:44:38 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%]
13:44:38 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
13:44:38 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
13:44:38 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
13:44:39 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
13:44:39 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
13:44:40 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
13:44:40 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
13:44:40 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
13:44:40 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
13:44:40 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
13:44:40 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
13:44:41 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
13:44:41 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
13:44:41 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
13:44:41 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
13:44:41 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
13:44:41 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
13:44:41 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
13:44:42 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%]
13:44:42 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%]
13:44:42 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%]
13:44:43 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
13:44:43 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
13:44:44 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
13:44:44 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
13:44:44 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
13:44:44 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
13:44:44 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
13:44:44 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%]
13:44:44 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
13:44:44 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
13:44:44 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
13:44:45 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
13:44:45 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
13:44:45 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
13:44:45 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
13:44:45 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
13:44:45 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
13:44:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
13:44:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
13:44:46 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
13:44:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
13:44:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
13:44:46 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 22%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 23%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 24%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
13:44:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
13:44:48 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 28%]
13:44:48 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
13:44:48 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
13:44:48 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
13:44:49 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
13:44:49 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%]
13:44:49 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
13:44:49 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
13:44:49 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
13:44:49 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
13:44:49 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
13:44:49 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
13:44:49 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
13:44:50 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 28%]
13:44:50 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%]
13:44:50 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
13:44:50 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
13:44:50 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
13:44:50 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
13:44:50 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
13:44:50 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
13:44:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 25%]
13:44:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%]
13:44:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
13:44:51 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
13:44:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
13:44:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
13:44:51 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
13:44:51 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
13:44:51 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
13:44:51 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
13:44:51 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 26%]
13:44:51 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 26%]
13:44:51 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
13:44:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
13:44:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%]
13:44:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 22%]
13:44:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
13:44:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
13:44:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
13:44:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
13:44:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 23%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 24%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 27%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 27%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
13:44:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
13:44:53 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
13:44:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
13:44:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
13:44:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
13:44:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
13:44:53 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
13:44:53 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
13:44:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%]
13:44:54 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
13:44:55 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%]
13:44:55 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%]
13:44:55 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
13:44:55 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
13:44:55 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
13:44:55 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
13:44:55 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
13:44:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 25%]
13:44:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%]
13:44:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
13:44:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
13:44:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
13:44:55 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
13:44:55 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
13:44:55 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
13:44:55 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
13:44:55 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 26%]
13:44:55 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 26%]
13:44:55 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
13:44:56 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
13:44:56 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
13:44:56 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
13:44:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
13:44:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
13:44:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
13:44:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
13:44:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
13:44:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%]
13:44:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 27%]
13:44:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 27%]
13:44:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
13:44:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
13:44:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
13:44:57 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
13:44:58 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%]
13:44:59 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
13:45:01 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
13:45:01 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
13:45:01 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
13:45:01 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
13:45:01 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
13:45:02 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
13:45:04 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
13:45:04 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
13:45:05 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%]
13:45:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
13:45:05 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
13:45:05 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%]
13:45:06 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
13:45:07 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
13:45:07 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
13:45:08 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
13:45:08 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
13:45:08 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%]
13:45:09 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
13:45:09 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
13:45:09 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
13:45:09 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
13:45:09 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
13:45:09 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
13:45:10 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 28%]
13:45:10 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
13:45:10 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 29%]
13:45:11 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
13:45:11 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 28%]
13:45:11 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
13:45:12 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%]
13:45:12 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
13:45:12 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
13:45:12 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 29%]
13:45:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
13:45:13 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
13:45:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
13:45:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 28%]
13:45:13 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
13:45:13 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
13:45:13 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
13:45:13 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
13:45:14 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
13:45:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
13:45:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
13:45:15 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 28%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 22%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 23%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 24%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
13:45:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
13:45:16 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
13:45:17 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
13:45:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
13:45:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
13:45:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
13:45:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
13:45:18 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%]
13:45:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
13:45:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
13:45:19 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
13:45:20 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 25%]
13:45:20 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%]
13:45:20 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
13:45:20 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
13:45:20 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
13:45:20 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
13:45:20 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
13:45:20 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
13:45:20 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
13:45:20 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 26%]
13:45:20 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 26%]
13:45:20 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
13:45:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
13:45:20 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
13:45:20 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
13:45:20 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
13:45:20 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
13:45:20 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
13:45:21 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
13:45:21 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%]
13:45:21 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 27%]
13:45:21 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 27%]
13:45:21 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
13:45:21 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
13:45:21 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
13:45:23 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
13:45:24 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
13:45:26 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
13:45:26 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
13:45:26 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
13:45:28 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
13:45:29 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
13:45:31 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%]
13:45:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
13:45:32 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
13:45:32 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 29%]
13:45:33 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
13:45:33 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
13:45:34 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 29%]
13:45:35 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%]
13:45:35 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
13:45:36 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
13:45:36 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 29%]
13:45:37 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
13:45:38 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 29%]
13:45:40 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 28%]
13:45:40 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
13:45:40 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
13:45:41 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
13:45:41 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%]
13:45:41 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%]
13:45:41 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%]
13:45:41 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
13:45:41 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
13:45:41 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
13:45:41 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
13:45:41 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
13:45:41 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
13:45:41 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
13:45:41 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 30%]
13:45:41 tests/integration/api_swarm_test.py::SwarmTest::test_update_node FAILED  [ 29%]
13:45:41 tests/integration/api_swarm_test.py::SwarmTest::test_update_node ERROR   [ 29%]
13:45:41 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm FAILED [ 29%]
13:45:42 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 28%]
13:45:42 tests/integration/api_volume_test.py::TestVolumes::test_create_volume FAILED [ 29%]
13:45:42 tests/integration/api_volume_test.py::TestVolumes::test_create_volume ERROR [ 29%]
13:45:42 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
13:45:42 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver FAILED [ 29%]
13:45:43 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume FAILED [ 29%]
13:45:43 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume ERROR [ 29%]
13:45:43 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume FAILED [ 30%]
13:45:43 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume FAILED [ 30%]
13:45:43 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume ERROR [ 30%]
13:45:43 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%]
13:45:43 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 31%]
13:45:43 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
13:45:43 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
13:45:44 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
13:45:44 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
13:45:44 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes FAILED [ 30%]
13:45:44 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes ERROR [ 30%]
13:45:44 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes FAILED [ 30%]
13:45:44 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume FAILED [ 30%]
13:45:45 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume FAILED [ 30%]
13:45:45 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume ERROR [ 30%]
13:45:45 tests/integration/client_test.py::ClientTest::test_df FAILED             [ 30%]
13:45:45 tests/integration/client_test.py::ClientTest::test_info FAILED           [ 30%]
13:45:45 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
13:45:45 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
13:45:46 tests/integration/client_test.py::ClientTest::test_ping FAILED           [ 30%]
13:45:46 tests/integration/client_test.py::ClientTest::test_version FAILED        [ 30%]
13:45:46 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events FAILED [ 31%]
13:45:46 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 31%]
13:45:46 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
13:45:46 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
13:45:46 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json FAILED [ 31%]
13:45:47 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get FAILED [ 31%]
13:45:47 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list FAILED [ 31%]
13:45:47 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse FAILED [ 31%]
13:45:47 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run FAILED [ 31%]
13:45:47 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
13:45:47 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
13:45:48 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach FAILED [ 32%]
13:45:48 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove FAILED [ 32%]
13:45:48 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error FAILED [ 32%]
13:45:49 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error FAILED [ 32%]
13:45:49 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
13:45:49 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
13:45:49 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist FAILED [ 32%]
13:45:49 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver FAILED [ 32%]
13:45:49 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume FAILED [ 32%]
13:45:50 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network FAILED [ 32%]
13:45:50 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver FAILED [ 32%]
13:45:50 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config FAILED [ 33%]
13:45:50 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs FAILED [ 33%]
13:45:51 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel FAILED [ 33%]
13:45:51 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume FAILED [ 33%]
13:45:52 tests/integration/models_containers_test.py::ContainerTest::test_commit FAILED [ 33%]
13:45:52 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver FAILED [ 33%]
13:45:52 tests/integration/models_containers_test.py::ContainerTest::test_diff FAILED [ 33%]
13:45:52 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed FAILED [ 33%]
13:45:53 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success FAILED [ 33%]
13:45:53 tests/integration/models_containers_test.py::ContainerTest::test_kill FAILED [ 33%]
13:45:53 tests/integration/models_containers_test.py::ContainerTest::test_logs FAILED [ 34%]
13:45:53 tests/integration/models_containers_test.py::ContainerTest::test_pause FAILED [ 34%]
13:45:54 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list FAILED [ 34%]
13:45:54 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
13:45:54 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none FAILED [ 34%]
13:45:54 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple FAILED [ 34%]
13:45:55 tests/integration/models_containers_test.py::ContainerTest::test_remove FAILED [ 34%]
13:45:55 tests/integration/models_containers_test.py::ContainerTest::test_rename FAILED [ 34%]
13:45:55 tests/integration/models_containers_test.py::ContainerTest::test_restart FAILED [ 34%]
13:45:55 tests/integration/models_containers_test.py::ContainerTest::test_start FAILED [ 34%]
13:45:56 tests/integration/models_containers_test.py::ContainerTest::test_stats FAILED [ 35%]
13:45:56 tests/integration/models_containers_test.py::ContainerTest::test_stop FAILED [ 35%]
13:45:57 tests/integration/models_containers_test.py::ContainerTest::test_top FAILED [ 35%]
13:45:57 tests/integration/models_containers_test.py::ContainerTest::test_update FAILED [ 35%]
13:45:57 tests/integration/models_containers_test.py::ContainerTest::test_wait FAILED [ 35%]
13:45:57 tests/integration/models_images_test.py::ImageCollectionTest::test_build FAILED [ 35%]
13:45:57 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error FAILED [ 35%]
13:45:58 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success FAILED [ 35%]
13:45:58 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output FAILED [ 35%]
13:45:58 tests/integration/models_images_test.py::ImageCollectionTest::test_list FAILED [ 35%]
13:45:58 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository FAILED [ 36%]
13:45:59 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error FAILED [ 36%]
13:45:59 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
13:45:59 tests/integration/models_images_test.py::ImageCollectionTest::test_pull FAILED [ 36%]
13:45:59 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple FAILED [ 36%]
13:46:00 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha FAILED [ 36%]
13:46:00 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag FAILED [ 36%]
13:46:00 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load FAILED [ 36%]
13:46:01 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
13:46:01 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name FAILED [ 36%]
13:46:01 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error FAILED [ 36%]
13:46:01 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove FAILED [ 37%]
13:46:01 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create FAILED [ 37%]
13:46:02 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get FAILED [ 37%]
13:46:02 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove FAILED [ 37%]
13:46:02 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect FAILED [ 37%]
13:46:02 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update FAILED [ 37%]
13:46:02 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%]
13:46:03 tests/integration/models_resources_test.py::ModelTest::test_reload FAILED [ 37%]
13:46:03 tests/integration/models_services_test.py::ServiceTest::test_create ERROR [ 37%]
13:46:03 tests/integration/models_services_test.py::ServiceTest::test_create_with_network ERROR [ 37%]
13:46:03 tests/integration/models_services_test.py::ServiceTest::test_force_update_service ERROR [ 38%]
13:46:03 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool ERROR [ 38%]
13:46:04 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
13:46:04 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%]
13:46:04 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%]
13:46:04 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%]
13:46:04 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
13:46:04 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
13:46:04 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
13:46:04 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
13:46:04 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
13:46:04 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
13:46:04 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
13:46:04 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 30%]
13:46:04 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method ERROR [ 38%]
13:46:04 tests/integration/models_services_test.py::ServiceTest::test_get ERROR   [ 38%]
13:46:04 tests/integration/models_services_test.py::ServiceTest::test_list_remove ERROR [ 38%]
13:46:04 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service ERROR [ 38%]
13:46:05 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service ERROR [ 38%]
13:46:05 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 29%]
13:46:05 tests/integration/models_services_test.py::ServiceTest::test_scale_service ERROR [ 38%]
13:46:05 tests/integration/models_services_test.py::ServiceTest::test_tasks ERROR [ 38%]
13:46:05 tests/integration/models_services_test.py::ServiceTest::test_update ERROR [ 38%]
13:46:06 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels ERROR [ 39%]
13:46:06 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels ERROR [ 39%]
13:46:06 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%]
13:46:06 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 31%]
13:46:06 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
13:46:06 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
13:46:06 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XFAIL [ 39%]
13:46:06 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
13:46:07 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels ERROR [ 39%]
13:46:07 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave FAILED [ 39%]
13:46:07 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 29%]
13:46:07 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm FAILED [ 39%]
13:46:07 tests/integration/models_volumes_test.py::VolumesTest::test_create_get FAILED [ 39%]
13:46:08 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove FAILED [ 39%]
13:46:08 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream FAILED [ 39%]
13:46:08 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side FAILED [ 40%]
13:46:08 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names FAILED [ 40%]
13:46:08 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none FAILED [ 40%]
13:46:09 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value FAILED [ 40%]
13:46:09 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
13:46:09 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol FAILED [ 40%]
13:46:09 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
13:46:09 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
13:46:09 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
13:46:09 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
13:46:09 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%]
13:46:09 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 41%]
13:46:09 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%]
13:46:09 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 41%]
13:46:09 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
13:46:09 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
13:46:09 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
13:46:09 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
13:46:10 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
13:46:10 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
13:46:10 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%]
13:46:10 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 42%]
13:46:10 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%]
13:46:10 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
13:46:10 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
13:46:10 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
13:46:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
13:46:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
13:46:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
13:46:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%]
13:46:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%]
13:46:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%]
13:46:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%]
13:46:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
13:46:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
13:46:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
13:46:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
13:46:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
13:46:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 45%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 45%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 47%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 47%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
13:46:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 48%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 49%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 49%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 50%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 50%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 51%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 51%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 51%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 51%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
13:46:10 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%]
13:46:10 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 52%]
13:46:10 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 52%]
13:46:10 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 53%]
13:46:10 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 53%]
13:46:10 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 53%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 53%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 54%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 54%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 54%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 54%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 54%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 55%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 55%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 55%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 55%]
13:46:10 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 55%]
13:46:10 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%]
13:46:10 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 56%]
13:46:10 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%]
13:46:10 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
13:46:10 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
13:46:10 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 56%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 57%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 57%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 57%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 58%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 58%]
13:46:10 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%]
13:46:10 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%]
13:46:10 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
13:46:10 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
13:46:10 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
13:46:10 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
13:46:10 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%]
13:46:10 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%]
13:46:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%]
13:46:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
13:46:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
13:46:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
13:46:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
13:46:12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%]
13:46:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%]
13:46:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%]
13:46:12 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 60%]
13:46:12 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 60%]
13:46:12 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%]
13:46:12 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
13:46:12 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
13:46:12 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
13:46:12 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
13:46:12 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%]
13:46:12 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%]
13:46:12 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%]
13:46:12 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%]
13:46:12 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 61%]
13:46:12 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 61%]
13:46:12 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
13:46:12 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
13:46:12 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
13:46:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
13:46:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%]
13:46:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%]
13:46:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%]
13:46:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%]
13:46:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%]
13:46:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
13:46:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
13:46:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
13:46:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
13:46:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%]
13:46:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%]
13:46:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%]
13:46:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%]
13:46:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%]
13:46:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%]
13:46:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
13:46:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
13:46:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
13:46:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
13:46:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%]
13:46:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%]
13:46:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%]
13:46:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%]
13:46:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%]
13:46:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
13:46:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
13:46:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
13:46:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
13:46:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%]
13:46:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%]
13:46:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%]
13:46:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%]
13:46:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%]
13:46:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%]
13:46:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
13:46:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
13:46:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
13:46:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
13:46:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%]
13:46:12 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 66%]
13:46:12 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 66%]
13:46:12 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%]
13:46:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%]
13:46:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
13:46:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
13:46:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
13:46:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
13:46:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%]
13:46:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%]
13:46:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%]
13:46:12 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%]
13:46:12 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%]
13:46:12 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%]
13:46:12 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
13:46:12 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
13:46:12 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
13:46:12 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 67%]
13:46:12 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 67%]
13:46:12 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 68%]
13:46:12 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
13:46:12 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
13:46:12 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
13:46:12 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
13:46:12 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
13:46:12 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 68%]
13:46:12 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 68%]
13:46:12 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 68%]
13:46:12 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
13:46:12 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
13:46:12 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
13:46:12 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 69%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 70%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 71%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 71%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
13:46:12 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
13:46:12 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
13:46:12 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
13:46:12 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
13:46:12 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
13:46:12 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 72%]
13:46:12 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
13:46:12 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
13:46:12 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
13:46:12 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
13:46:12 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
13:46:12 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
13:46:12 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
13:46:12 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
13:46:12 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 73%]
13:46:12 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 73%]
13:46:12 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
13:46:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
13:46:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
13:46:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
13:46:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
13:46:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
13:46:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
13:46:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%]
13:46:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 74%]
13:46:13 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
13:46:13 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
13:46:13 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
13:46:13 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
13:46:13 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
13:46:13 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
13:46:13 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
13:46:13 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
13:46:13 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 75%]
13:46:13 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
13:46:13 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
13:46:13 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
13:46:13 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
13:46:13 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
13:46:13 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
13:46:13 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
13:46:13 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
13:46:13 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 76%]
13:46:13 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 76%]
13:46:13 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
13:46:13 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
13:46:13 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
13:46:13 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
13:46:13 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
13:46:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
13:46:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
13:46:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
13:46:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 77%]
13:46:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
13:46:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
13:46:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
13:46:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
13:46:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
13:46:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
13:46:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
13:46:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 78%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 78%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 79%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 79%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 80%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 80%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
13:46:13 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
13:46:13 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
13:46:13 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
13:46:13 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
13:46:13 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 81%]
13:46:13 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
13:46:13 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
13:46:13 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
13:46:13 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
13:46:13 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
13:46:13 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
13:46:13 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
13:46:13 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 82%]
13:46:13 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 82%]
13:46:13 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
13:46:13 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
13:46:13 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
13:46:13 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
13:46:13 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
13:46:13 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
13:46:13 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
13:46:13 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 83%]
13:46:13 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 83%]
13:46:13 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 83%]
13:46:13 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
13:46:13 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
13:46:13 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
13:46:13 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
13:46:13 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
13:46:13 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
13:46:13 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
13:46:13 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
13:46:13 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 84%]
13:46:13 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
13:46:13 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
13:46:13 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 85%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 85%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 86%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 86%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 87%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 88%]
13:46:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
13:46:13 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
13:46:13 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
13:46:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
13:46:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
13:46:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
13:46:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
13:46:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
13:46:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 89%]
13:46:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
13:46:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
13:46:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
13:46:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
13:46:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
13:46:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
13:46:13 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
13:46:13 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
13:46:13 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
13:46:13 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 90%]
13:46:13 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
13:46:13 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
13:46:13 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
13:46:13 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
13:46:13 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
13:46:13 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
13:46:13 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
13:46:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
13:46:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 91%]
13:46:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
13:46:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
13:46:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
13:46:13 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
13:46:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
13:46:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
13:46:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
13:46:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
13:46:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 92%]
13:46:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 92%]
13:46:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
13:46:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
13:46:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
13:46:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
13:46:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
13:46:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
13:46:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
13:46:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
13:46:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 93%]
13:46:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
13:46:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
13:46:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
13:46:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
13:46:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
13:46:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
13:46:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
13:46:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
13:46:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 94%]
13:46:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
13:46:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
13:46:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
13:46:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
13:46:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
13:46:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
13:46:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
13:46:13 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
13:46:13 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
13:46:13 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 95%]
13:46:13 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
13:46:13 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
13:46:13 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
13:46:13 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
13:46:13 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_maxint PASSED [ 96%]
13:46:13 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
13:46:13 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
13:46:13 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
13:46:13 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%]
13:46:13 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
13:46:13 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
13:46:13 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
13:46:14 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
13:46:14 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
13:46:14 
13:46:14 ==================================== ERRORS ====================================
13:46:14 _______________ ERROR at teardown of SwarmTest.test_update_node ________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:384: in _make_request
13:46:14     six.raise_from(e, None)
13:46:14 <string>:2: in raise_from
13:46:14     ???
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:380: in _make_request
13:46:14     httplib_response = conn.getresponse()
13:46:14 /usr/local/lib/python3.7/http/client.py:1344: in getresponse
13:46:14     response.begin()
13:46:14 /usr/local/lib/python3.7/http/client.py:306: in begin
13:46:14     version, status, reason = self._read_status()
13:46:14 /usr/local/lib/python3.7/http/client.py:267: in _read_status
13:46:14     line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
13:46:14 /usr/local/lib/python3.7/socket.py:589: in readinto
13:46:14     return self._sock.recv_into(b)
13:46:14 E   ConnectionResetError: [Errno 104] Connection reset by peer
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:368: in increment
13:46:14     raise six.reraise(type(error), error, _stacktrace)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/packages/six.py:685: in reraise
13:46:14     raise value.with_traceback(tb)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:384: in _make_request
13:46:14     six.raise_from(e, None)
13:46:14 <string>:2: in raise_from
13:46:14     ???
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:380: in _make_request
13:46:14     httplib_response = conn.getresponse()
13:46:14 /usr/local/lib/python3.7/http/client.py:1344: in getresponse
13:46:14     response.begin()
13:46:14 /usr/local/lib/python3.7/http/client.py:306: in begin
13:46:14     version, status, reason = self._read_status()
13:46:14 /usr/local/lib/python3.7/http/client.py:267: in _read_status
13:46:14     line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
13:46:14 /usr/local/lib/python3.7/socket.py:589: in readinto
13:46:14     return self._sock.recv_into(b)
13:46:14 E   urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/api_swarm_test.py:21: in tearDown
13:46:14     force_leave_swarm(self.client)
13:46:14 tests/helpers.py:99: in force_leave_swarm
13:46:14     return client.leave_swarm(force=True)  # elif APIClient
13:46:14 docker/utils/decorators.py:34: in wrapper
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/swarm.py:274: in leave_swarm
13:46:14     response = self._post(url, params={'force': force})
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:498: in send
13:46:14     raise ConnectionError(err, request=request)
13:46:14 E   requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
13:46:14 _____________ ERROR at teardown of TestVolumes.test_create_volume ______________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f47308f0410>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/perfectcherryblossom (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47308f0410>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/base.py:82: in tearDown
13:46:14     super(BaseAPIIntegrationTest, self).tearDown()
13:46:14 tests/integration/base.py:49: in tearDown
13:46:14     client.api.remove_volume(volume)
13:46:14 docker/api/volume.py:160: in remove_volume
13:46:14     resp = self._delete(url)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:238: in _delete
13:46:14     return self.delete(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:606: in delete
13:46:14     return self.request('DELETE', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/perfectcherryblossom (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47308f0410>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 __________ ERROR at teardown of TestVolumes.test_force_remove_volume ___________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730838650>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/shootthebullet (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730838650>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/base.py:82: in tearDown
13:46:14     super(BaseAPIIntegrationTest, self).tearDown()
13:46:14 tests/integration/base.py:49: in tearDown
13:46:14     client.api.remove_volume(volume)
13:46:14 docker/api/volume.py:160: in remove_volume
13:46:14     resp = self._delete(url)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:238: in _delete
13:46:14     return self.delete(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:606: in delete
13:46:14     return self.request('DELETE', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/shootthebullet (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730838650>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 _____________ ERROR at teardown of TestVolumes.test_inspect_volume _____________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f473094e390>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/embodimentofscarletdevil (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f473094e390>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/base.py:82: in tearDown
13:46:14     super(BaseAPIIntegrationTest, self).tearDown()
13:46:14 tests/integration/base.py:49: in tearDown
13:46:14     client.api.remove_volume(volume)
13:46:14 docker/api/volume.py:160: in remove_volume
13:46:14     resp = self._delete(url)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:238: in _delete
13:46:14     return self.delete(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:606: in delete
13:46:14     return self.request('DELETE', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/embodimentofscarletdevil (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f473094e390>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ______________ ERROR at teardown of TestVolumes.test_list_volumes ______________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f47308e3a10>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/imperishablenight (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47308e3a10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/base.py:82: in tearDown
13:46:14     super(BaseAPIIntegrationTest, self).tearDown()
13:46:14 tests/integration/base.py:49: in tearDown
13:46:14     client.api.remove_volume(volume)
13:46:14 docker/api/volume.py:160: in remove_volume
13:46:14     resp = self._delete(url)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:238: in _delete
13:46:14     return self.delete(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:606: in delete
13:46:14     return self.request('DELETE', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/imperishablenight (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47308e3a10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 _____________ ERROR at teardown of TestVolumes.test_remove_volume ______________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730b00fd0>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/shootthebullet (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730b00fd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/base.py:82: in tearDown
13:46:14     super(BaseAPIIntegrationTest, self).tearDown()
13:46:14 tests/integration/base.py:49: in tearDown
13:46:14     client.api.remove_volume(volume)
13:46:14 docker/api/volume.py:160: in remove_volume
13:46:14     resp = self._delete(url)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:238: in _delete
13:46:14     return self.delete(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:606: in delete
13:46:14     return self.request('DELETE', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/shootthebullet (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730b00fd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 __________________ ERROR at setup of ServiceTest.test_create ___________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_services_test.py:16: in setUpClass
13:46:14     helpers.force_leave_swarm(client)
13:46:14 tests/helpers.py:98: in force_leave_swarm
13:46:14     return client.swarm.leave(force=True)
13:46:14 docker/client.py:159: in swarm
13:46:14     return Swarm(client=self)
13:46:14 docker/models/swarm.py:17: in __init__
13:46:14     self.reload()
13:46:14 docker/models/swarm.py:147: in reload
13:46:14     self.attrs = self.client.api.inspect_swarm()
13:46:14 docker/utils/decorators.py:34: in wrapper
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/swarm.py:185: in inspect_swarm
13:46:14     return self._result(self._get(url), True)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:230: in _get
13:46:14     return self.get(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:14     return self.request('GET', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ____________ ERROR at setup of ServiceTest.test_create_with_network ____________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_services_test.py:16: in setUpClass
13:46:14     helpers.force_leave_swarm(client)
13:46:14 tests/helpers.py:98: in force_leave_swarm
13:46:14     return client.swarm.leave(force=True)
13:46:14 docker/client.py:159: in swarm
13:46:14     return Swarm(client=self)
13:46:14 docker/models/swarm.py:17: in __init__
13:46:14     self.reload()
13:46:14 docker/models/swarm.py:147: in reload
13:46:14     self.attrs = self.client.api.inspect_swarm()
13:46:14 docker/utils/decorators.py:34: in wrapper
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/swarm.py:185: in inspect_swarm
13:46:14     return self._result(self._get(url), True)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:230: in _get
13:46:14     return self.get(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:14     return self.request('GET', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ___________ ERROR at setup of ServiceTest.test_force_update_service ____________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_services_test.py:16: in setUpClass
13:46:14     helpers.force_leave_swarm(client)
13:46:14 tests/helpers.py:98: in force_leave_swarm
13:46:14     return client.swarm.leave(force=True)
13:46:14 docker/client.py:159: in swarm
13:46:14     return Swarm(client=self)
13:46:14 docker/models/swarm.py:17: in __init__
13:46:14     self.reload()
13:46:14 docker/models/swarm.py:147: in reload
13:46:14     self.attrs = self.client.api.inspect_swarm()
13:46:14 docker/utils/decorators.py:34: in wrapper
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/swarm.py:185: in inspect_swarm
13:46:14     return self._result(self._get(url), True)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:230: in _get
13:46:14     return self.get(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:14     return self.request('GET', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ______ ERROR at setup of ServiceTest.test_force_update_service_using_bool ______
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_services_test.py:16: in setUpClass
13:46:14     helpers.force_leave_swarm(client)
13:46:14 tests/helpers.py:98: in force_leave_swarm
13:46:14     return client.swarm.leave(force=True)
13:46:14 docker/client.py:159: in swarm
13:46:14     return Swarm(client=self)
13:46:14 docker/models/swarm.py:17: in __init__
13:46:14     self.reload()
13:46:14 docker/models/swarm.py:147: in reload
13:46:14     self.attrs = self.client.api.inspect_swarm()
13:46:14 docker/utils/decorators.py:34: in wrapper
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/swarm.py:185: in inspect_swarm
13:46:14     return self._result(self._get(url), True)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:230: in _get
13:46:14     return self.get(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:14     return self.request('GET', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 _ ERROR at setup of ServiceTest.test_force_update_service_using_shorthand_method _
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_services_test.py:16: in setUpClass
13:46:14     helpers.force_leave_swarm(client)
13:46:14 tests/helpers.py:98: in force_leave_swarm
13:46:14     return client.swarm.leave(force=True)
13:46:14 docker/client.py:159: in swarm
13:46:14     return Swarm(client=self)
13:46:14 docker/models/swarm.py:17: in __init__
13:46:14     self.reload()
13:46:14 docker/models/swarm.py:147: in reload
13:46:14     self.attrs = self.client.api.inspect_swarm()
13:46:14 docker/utils/decorators.py:34: in wrapper
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/swarm.py:185: in inspect_swarm
13:46:14     return self._result(self._get(url), True)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:230: in _get
13:46:14     return self.get(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:14     return self.request('GET', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ____________________ ERROR at setup of ServiceTest.test_get ____________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_services_test.py:16: in setUpClass
13:46:14     helpers.force_leave_swarm(client)
13:46:14 tests/helpers.py:98: in force_leave_swarm
13:46:14     return client.swarm.leave(force=True)
13:46:14 docker/client.py:159: in swarm
13:46:14     return Swarm(client=self)
13:46:14 docker/models/swarm.py:17: in __init__
13:46:14     self.reload()
13:46:14 docker/models/swarm.py:147: in reload
13:46:14     self.attrs = self.client.api.inspect_swarm()
13:46:14 docker/utils/decorators.py:34: in wrapper
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/swarm.py:185: in inspect_swarm
13:46:14     return self._result(self._get(url), True)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:230: in _get
13:46:14     return self.get(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:14     return self.request('GET', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ________________ ERROR at setup of ServiceTest.test_list_remove ________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_services_test.py:16: in setUpClass
13:46:14     helpers.force_leave_swarm(client)
13:46:14 tests/helpers.py:98: in force_leave_swarm
13:46:14     return client.swarm.leave(force=True)
13:46:14 docker/client.py:159: in swarm
13:46:14     return Swarm(client=self)
13:46:14 docker/models/swarm.py:17: in __init__
13:46:14     self.reload()
13:46:14 docker/models/swarm.py:147: in reload
13:46:14     self.attrs = self.client.api.inspect_swarm()
13:46:14 docker/utils/decorators.py:34: in wrapper
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/swarm.py:185: in inspect_swarm
13:46:14     return self._result(self._get(url), True)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:230: in _get
13:46:14     return self.get(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:14     return self.request('GET', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ________ ERROR at setup of ServiceTest.test_scale_method_global_service ________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_services_test.py:16: in setUpClass
13:46:14     helpers.force_leave_swarm(client)
13:46:14 tests/helpers.py:98: in force_leave_swarm
13:46:14     return client.swarm.leave(force=True)
13:46:14 docker/client.py:159: in swarm
13:46:14     return Swarm(client=self)
13:46:14 docker/models/swarm.py:17: in __init__
13:46:14     self.reload()
13:46:14 docker/models/swarm.py:147: in reload
13:46:14     self.attrs = self.client.api.inspect_swarm()
13:46:14 docker/utils/decorators.py:34: in wrapper
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/swarm.py:185: in inspect_swarm
13:46:14     return self._result(self._get(url), True)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:230: in _get
13:46:14     return self.get(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:14     return self.request('GET', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ___________ ERROR at setup of ServiceTest.test_scale_method_service ____________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_services_test.py:16: in setUpClass
13:46:14     helpers.force_leave_swarm(client)
13:46:14 tests/helpers.py:98: in force_leave_swarm
13:46:14     return client.swarm.leave(force=True)
13:46:14 docker/client.py:159: in swarm
13:46:14     return Swarm(client=self)
13:46:14 docker/models/swarm.py:17: in __init__
13:46:14     self.reload()
13:46:14 docker/models/swarm.py:147: in reload
13:46:14     self.attrs = self.client.api.inspect_swarm()
13:46:14 docker/utils/decorators.py:34: in wrapper
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/swarm.py:185: in inspect_swarm
13:46:14     return self._result(self._get(url), True)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:230: in _get
13:46:14     return self.get(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:14     return self.request('GET', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 _______________ ERROR at setup of ServiceTest.test_scale_service _______________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_services_test.py:16: in setUpClass
13:46:14     helpers.force_leave_swarm(client)
13:46:14 tests/helpers.py:98: in force_leave_swarm
13:46:14     return client.swarm.leave(force=True)
13:46:14 docker/client.py:159: in swarm
13:46:14     return Swarm(client=self)
13:46:14 docker/models/swarm.py:17: in __init__
13:46:14     self.reload()
13:46:14 docker/models/swarm.py:147: in reload
13:46:14     self.attrs = self.client.api.inspect_swarm()
13:46:14 docker/utils/decorators.py:34: in wrapper
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/swarm.py:185: in inspect_swarm
13:46:14     return self._result(self._get(url), True)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:230: in _get
13:46:14     return self.get(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:14     return self.request('GET', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ___________________ ERROR at setup of ServiceTest.test_tasks ___________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_services_test.py:16: in setUpClass
13:46:14     helpers.force_leave_swarm(client)
13:46:14 tests/helpers.py:98: in force_leave_swarm
13:46:14     return client.swarm.leave(force=True)
13:46:14 docker/client.py:159: in swarm
13:46:14     return Swarm(client=self)
13:46:14 docker/models/swarm.py:17: in __init__
13:46:14     self.reload()
13:46:14 docker/models/swarm.py:147: in reload
13:46:14     self.attrs = self.client.api.inspect_swarm()
13:46:14 docker/utils/decorators.py:34: in wrapper
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/swarm.py:185: in inspect_swarm
13:46:14     return self._result(self._get(url), True)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:230: in _get
13:46:14     return self.get(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:14     return self.request('GET', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 __________________ ERROR at setup of ServiceTest.test_update ___________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_services_test.py:16: in setUpClass
13:46:14     helpers.force_leave_swarm(client)
13:46:14 tests/helpers.py:98: in force_leave_swarm
13:46:14     return client.swarm.leave(force=True)
13:46:14 docker/client.py:159: in swarm
13:46:14     return Swarm(client=self)
13:46:14 docker/models/swarm.py:17: in __init__
13:46:14     self.reload()
13:46:14 docker/models/swarm.py:147: in reload
13:46:14     self.attrs = self.client.api.inspect_swarm()
13:46:14 docker/utils/decorators.py:34: in wrapper
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/swarm.py:185: in inspect_swarm
13:46:14     return self._result(self._get(url), True)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:230: in _get
13:46:14     return self.get(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:14     return self.request('GET', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 _______ ERROR at setup of ServiceTest.test_update_remove_service_labels ________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_services_test.py:16: in setUpClass
13:46:14     helpers.force_leave_swarm(client)
13:46:14 tests/helpers.py:98: in force_leave_swarm
13:46:14     return client.swarm.leave(force=True)
13:46:14 docker/client.py:159: in swarm
13:46:14     return Swarm(client=self)
13:46:14 docker/models/swarm.py:17: in __init__
13:46:14     self.reload()
13:46:14 docker/models/swarm.py:147: in reload
13:46:14     self.attrs = self.client.api.inspect_swarm()
13:46:14 docker/utils/decorators.py:34: in wrapper
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/swarm.py:185: in inspect_swarm
13:46:14     return self._result(self._get(url), True)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:230: in _get
13:46:14     return self.get(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:14     return self.request('GET', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ______ ERROR at setup of ServiceTest.test_update_retains_container_labels ______
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_services_test.py:16: in setUpClass
13:46:14     helpers.force_leave_swarm(client)
13:46:14 tests/helpers.py:98: in force_leave_swarm
13:46:14     return client.swarm.leave(force=True)
13:46:14 docker/client.py:159: in swarm
13:46:14     return Swarm(client=self)
13:46:14 docker/models/swarm.py:17: in __init__
13:46:14     self.reload()
13:46:14 docker/models/swarm.py:147: in reload
13:46:14     self.attrs = self.client.api.inspect_swarm()
13:46:14 docker/utils/decorators.py:34: in wrapper
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/swarm.py:185: in inspect_swarm
13:46:14     return self._result(self._get(url), True)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:230: in _get
13:46:14     return self.get(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:14     return self.request('GET', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 _______ ERROR at setup of ServiceTest.test_update_retains_service_labels _______
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_services_test.py:16: in setUpClass
13:46:14     helpers.force_leave_swarm(client)
13:46:14 tests/helpers.py:98: in force_leave_swarm
13:46:14     return client.swarm.leave(force=True)
13:46:14 docker/client.py:159: in swarm
13:46:14     return Swarm(client=self)
13:46:14 docker/models/swarm.py:17: in __init__
13:46:14     self.reload()
13:46:14 docker/models/swarm.py:147: in reload
13:46:14     self.attrs = self.client.api.inspect_swarm()
13:46:14 docker/utils/decorators.py:34: in wrapper
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/swarm.py:185: in inspect_swarm
13:46:14     return self._result(self._get(url), True)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:230: in _get
13:46:14     return self.get(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:14     return self.request('GET', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730da4b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 =================================== FAILURES ===================================
13:46:14 __________________________ SwarmTest.test_update_node __________________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:384: in _make_request
13:46:14     six.raise_from(e, None)
13:46:14 <string>:2: in raise_from
13:46:14     ???
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:380: in _make_request
13:46:14     httplib_response = conn.getresponse()
13:46:14 /usr/local/lib/python3.7/http/client.py:1344: in getresponse
13:46:14     response.begin()
13:46:14 /usr/local/lib/python3.7/http/client.py:306: in begin
13:46:14     version, status, reason = self._read_status()
13:46:14 /usr/local/lib/python3.7/http/client.py:275: in _read_status
13:46:14     raise RemoteDisconnected("Remote end closed connection without"
13:46:14 E   http.client.RemoteDisconnected: Remote end closed connection without response
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:368: in increment
13:46:14     raise six.reraise(type(error), error, _stacktrace)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/packages/six.py:685: in reraise
13:46:14     raise value.with_traceback(tb)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:384: in _make_request
13:46:14     six.raise_from(e, None)
13:46:14 <string>:2: in raise_from
13:46:14     ???
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:380: in _make_request
13:46:14     httplib_response = conn.getresponse()
13:46:14 /usr/local/lib/python3.7/http/client.py:1344: in getresponse
13:46:14     response.begin()
13:46:14 /usr/local/lib/python3.7/http/client.py:306: in begin
13:46:14     version, status, reason = self._read_status()
13:46:14 /usr/local/lib/python3.7/http/client.py:275: in _read_status
13:46:14     raise RemoteDisconnected("Remote end closed connection without"
13:46:14 E   urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/api_swarm_test.py:201: in test_update_node
13:46:14     assert self.init_swarm()
13:46:14 tests/integration/base.py:127: in init_swarm
13:46:14     return self._init_swarm(self.client, **kwargs)
13:46:14 tests/integration/base.py:94: in _init_swarm
13:46:14     '127.0.0.1', listen_addr=helpers.swarm_listen_addr(), **kwargs
13:46:14 docker/utils/decorators.py:34: in wrapper
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/swarm.py:169: in init_swarm
13:46:14     response = self._post_json(url, data=data)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:498: in send
13:46:14     raise ConnectionError(err, request=request)
13:46:14 E   requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
13:46:14 _________________________ SwarmTest.test_update_swarm __________________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f47310e5350>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm/leave?force=True (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47310e5350>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/api_swarm_test.py:12: in setUp
13:46:14     force_leave_swarm(self.client)
13:46:14 tests/helpers.py:99: in force_leave_swarm
13:46:14     return client.leave_swarm(force=True)  # elif APIClient
13:46:14 docker/utils/decorators.py:34: in wrapper
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/swarm.py:274: in leave_swarm
13:46:14     response = self._post(url, params={'force': force})
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm/leave?force=True (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47310e5350>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ________________________ TestVolumes.test_create_volume ________________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4731016dd0>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4731016dd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/api_volume_test.py:12: in test_create_volume
13:46:14     result = self.client.create_volume(name)
13:46:14 docker/api/volume.py:89: in create_volume
13:46:14     return self._result(self._post_json(url, data=data), True)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4731016dd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ________________ TestVolumes.test_create_volume_invalid_driver _________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4731132290>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4731132290>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/api_volume_test.py:22: in test_create_volume_invalid_driver
13:46:14     self.client.create_volume('perfectcherryblossom', driver_name)
13:46:14 docker/api/volume.py:89: in create_volume
13:46:14     return self._result(self._post_json(url, data=data), True)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4731132290>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 _____________________ TestVolumes.test_force_remove_volume _____________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f473091b3d0>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f473091b3d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/api_volume_test.py:55: in test_force_remove_volume
13:46:14     self.client.create_volume(name)
13:46:14 docker/api/volume.py:89: in create_volume
13:46:14     return self._result(self._post_json(url, data=data), True)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f473091b3d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 _________________ TestVolumes.test_inspect_nonexistent_volume __________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730cce4d0>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/embodimentofscarletdevil (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730cce4d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/api_volume_test.py:43: in test_inspect_nonexistent_volume
13:46:14     self.client.inspect_volume(name)
13:46:14 docker/api/volume.py:114: in inspect_volume
13:46:14     return self._result(self._get(url), True)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:230: in _get
13:46:14     return self.get(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:14     return self.request('GET', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/embodimentofscarletdevil (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730cce4d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 _______________________ TestVolumes.test_inspect_volume ________________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4731132d50>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4731132d50>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/api_volume_test.py:36: in test_inspect_volume
13:46:14     volume_info = self.client.create_volume(name)
13:46:14 docker/api/volume.py:89: in create_volume
13:46:14     return self._result(self._post_json(url, data=data), True)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4731132d50>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ________________________ TestVolumes.test_list_volumes _________________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f473082bad0>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f473082bad0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/api_volume_test.py:27: in test_list_volumes
13:46:14     volume_info = self.client.create_volume(name)
13:46:14 docker/api/volume.py:89: in create_volume
13:46:14     return self._result(self._post_json(url, data=data), True)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f473082bad0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ________________________ TestVolumes.test_prune_volumes ________________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730c3bf90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730c3bf90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/api_volume_test.py:61: in test_prune_volumes
13:46:14     self.client.create_volume(name)
13:46:14 docker/api/volume.py:89: in create_volume
13:46:14     return self._result(self._post_json(url, data=data), True)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730c3bf90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 __________________ TestVolumes.test_remove_nonexistent_volume __________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730a26a10>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/shootthebullet (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730a26a10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/api_volume_test.py:69: in test_remove_nonexistent_volume
13:46:14     self.client.remove_volume(name)
13:46:14 docker/api/volume.py:160: in remove_volume
13:46:14     resp = self._delete(url)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:238: in _delete
13:46:14     return self.delete(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:606: in delete
13:46:14     return self.request('DELETE', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/shootthebullet (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730a26a10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ________________________ TestVolumes.test_remove_volume ________________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730c89cd0>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730c89cd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/api_volume_test.py:48: in test_remove_volume
13:46:14     self.client.create_volume(name)
13:46:14 docker/api/volume.py:89: in create_volume
13:46:14     return self._result(self._post_json(url, data=data), True)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730c89cd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ______________________________ ClientTest.test_df ______________________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f47307c21d0>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/system/df (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47307c21d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/client_test.py:28: in test_df
13:46:14     data = self.client.df()
13:46:14 docker/client.py:175: in df
13:46:14     return self.api.df()
13:46:14 docker/utils/decorators.py:34: in wrapper
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/daemon.py:22: in df
13:46:14     return self._result(self._get(url), True)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:230: in _get
13:46:14     return self.get(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:14     return self.request('GET', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/system/df (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47307c21d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 _____________________________ ClientTest.test_info _____________________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f47309510d0>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/info (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47309510d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/client_test.py:16: in test_info
13:46:14     info = self.client.info()
13:46:14 docker/client.py:179: in info
13:46:14     return self.api.info(*args, **kwargs)
13:46:14 docker/api/daemon.py:95: in info
13:46:14     return self._result(self._get(self._url("/info")), True)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:230: in _get
13:46:14     return self.get(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:14     return self.request('GET', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/info (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47309510d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 _____________________________ ClientTest.test_ping _____________________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730ea9790>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/_ping (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730ea9790>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/client_test.py:21: in test_ping
13:46:14     assert self.client.ping() is True
13:46:14 docker/client.py:187: in ping
13:46:14     return self.api.ping(*args, **kwargs)
13:46:14 docker/api/daemon.py:166: in ping
13:46:14     return self._result(self._get(self._url('/_ping'))) == 'OK'
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:230: in _get
13:46:14     return self.get(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:14     return self.request('GET', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/_ping (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730ea9790>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ___________________________ ClientTest.test_version ____________________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f47311bffd0>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47311bffd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/client_test.py:24: in test_version
13:46:14     assert 'Version' in self.client.version()
13:46:14 docker/client.py:191: in version
13:46:14     return self.api.version(*args, **kwargs)
13:46:14 docker/api/daemon.py:181: in version
13:46:14     return self._result(self._get(url), json=True)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:230: in _get
13:46:14     return self.get(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:14     return self.request('GET', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47311bffd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ___________________ CancellableEventsTest.test_cancel_events ___________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730c2f810>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/events?until=1591191951 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730c2f810>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/client_test.py:41: in test_cancel_events
13:46:14     events = self.client.events(until=start + timedelta(seconds=5))
13:46:14 docker/client.py:171: in events
13:46:14     return self.api.events(*args, **kwargs)
13:46:14 docker/api/daemon.py:78: in events
13:46:14     response = self._get(url, params=params, stream=True, timeout=None)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:230: in _get
13:46:14     return self.get(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:14     return self.request('GET', url, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/events?until=1591191951 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730c2f810>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ____________________ ErrorsTest.test_api_error_parses_json _____________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f47311b8150>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47311b8150>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/errors_test.py:8: in test_api_error_parses_json
13:46:14     container = self.client.create_container(TEST_IMG, ['sleep', '10'])
13:46:14 docker/api/container.py:430: in create_container
13:46:14     return self.create_container_from_config(config, name)
13:46:14 docker/api/container.py:440: in create_container_from_config
13:46:14     res = self._post_json(u, data=config, params=params)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47311b8150>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 _______________________ ContainerCollectionTest.test_get _______________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f47306df750>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47306df750>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_containers_test.py:187: in test_get
13:46:14     container = client.containers.run("alpine", "sleep 300", detach=True)
13:46:14 docker/models/containers.py:803: in run
13:46:14     detach=detach, **kwargs)
13:46:14 docker/models/containers.py:861: in create
13:46:14     resp = self.client.api.create_container(**create_kwargs)
13:46:14 docker/api/container.py:430: in create_container
13:46:14     return self.create_container_from_config(config, name)
13:46:14 docker/api/container.py:440: in create_container_from_config
13:46:14     res = self._post_json(u, data=config, params=params)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47306df750>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ______________________ ContainerCollectionTest.test_list _______________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730f44b10>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730f44b10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_containers_test.py:195: in test_list
13:46:14     "alpine", "sleep 300", detach=True).id
13:46:14 docker/models/containers.py:803: in run
13:46:14     detach=detach, **kwargs)
13:46:14 docker/models/containers.py:861: in create
13:46:14     resp = self.client.api.create_container(**create_kwargs)
13:46:14 docker/api/container.py:430: in create_container
13:46:14     return self.create_container_from_config(config, name)
13:46:14 docker/api/container.py:440: in create_container_from_config
13:46:14     res = self._post_json(u, data=config, params=params)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730f44b10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ___________________ ContainerCollectionTest.test_list_sparse ___________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f47303bc590>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47303bc590>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_containers_test.py:213: in test_list_sparse
13:46:14     "alpine", "sleep 300", detach=True).id
13:46:14 docker/models/containers.py:803: in run
13:46:14     detach=detach, **kwargs)
13:46:14 docker/models/containers.py:861: in create
13:46:14     resp = self.client.api.create_container(**create_kwargs)
13:46:14 docker/api/container.py:430: in create_container
13:46:14     return self.create_container_from_config(config, name)
13:46:14 docker/api/container.py:440: in create_container_from_config
13:46:14     res = self._post_json(u, data=config, params=params)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47303bc590>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 _______________________ ContainerCollectionTest.test_run _______________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730fade10>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730fade10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_containers_test.py:18: in test_run
13:46:14     assert client.containers.run(
13:46:14 docker/models/containers.py:803: in run
13:46:14     detach=detach, **kwargs)
13:46:14 docker/models/containers.py:861: in create
13:46:14     resp = self.client.api.create_container(**create_kwargs)
13:46:14 docker/api/container.py:430: in create_container
13:46:14     return self.create_container_from_config(config, name)
13:46:14 docker/api/container.py:440: in create_container_from_config
13:46:14     res = self._post_json(u, data=config, params=params)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730fade10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ___________________ ContainerCollectionTest.test_run_detach ____________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f472fae0410>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472fae0410>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_containers_test.py:24: in test_run_detach
13:46:14     container = client.containers.run("alpine", "sleep 300", detach=True)
13:46:14 docker/models/containers.py:803: in run
13:46:14     detach=detach, **kwargs)
13:46:14 docker/models/containers.py:861: in create
13:46:14     resp = self.client.api.create_container(**create_kwargs)
13:46:14 docker/api/container.py:430: in create_container
13:46:14     return self.create_container_from_config(config, name)
13:46:14 docker/api/container.py:440: in create_container_from_config
13:46:14     res = self._post_json(u, data=config, params=params)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472fae0410>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ______________ ContainerCollectionTest.test_run_with_auto_remove _______________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f47303edc10>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47303edc10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_containers_test.py:131: in test_run_with_auto_remove
13:46:14     'alpine', 'sh -c "echo hello && sleep 2"', auto_remove=True
13:46:14 docker/models/containers.py:803: in run
13:46:14     detach=detach, **kwargs)
13:46:14 docker/models/containers.py:861: in create
13:46:14     resp = self.client.api.create_container(**create_kwargs)
13:46:14 docker/api/container.py:430: in create_container
13:46:14     return self.create_container_from_config(config, name)
13:46:14 docker/api/container.py:440: in create_container_from_config
13:46:14     res = self._post_json(u, data=config, params=params)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47303edc10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ___________ ContainerCollectionTest.test_run_with_auto_remove_error ____________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730f729d0>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730f729d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_containers_test.py:143: in test_run_with_auto_remove_error
13:46:14     auto_remove=True
13:46:14 docker/models/containers.py:803: in run
13:46:14     detach=detach, **kwargs)
13:46:14 docker/models/containers.py:861: in create
13:46:14     resp = self.client.api.create_container(**create_kwargs)
13:46:14 docker/api/container.py:430: in create_container
13:46:14     return self.create_container_from_config(config, name)
13:46:14 docker/api/container.py:440: in create_container_from_config
13:46:14     res = self._post_json(u, data=config, params=params)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730f729d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 _________________ ContainerCollectionTest.test_run_with_error __________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f472fac1610>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472fac1610>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_containers_test.py:32: in test_run_with_error
13:46:14     client.containers.run("alpine", "cat /test", remove=True)
13:46:14 docker/models/containers.py:803: in run
13:46:14     detach=detach, **kwargs)
13:46:14 docker/models/containers.py:861: in create
13:46:14     resp = self.client.api.create_container(**create_kwargs)
13:46:14 docker/api/container.py:430: in create_container
13:46:14     return self.create_container_from_config(config, name)
13:46:14 docker/api/container.py:440: in create_container_from_config
13:46:14     res = self._post_json(u, data=config, params=params)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472fac1610>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 _______ ContainerCollectionTest.test_run_with_image_that_does_not_exist ________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f47310f9590>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47310f9590>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_containers_test.py:41: in test_run_with_image_that_does_not_exist
13:46:14     client.containers.run("dockerpytest_does_not_exist")
13:46:14 docker/models/containers.py:803: in run
13:46:14     detach=detach, **kwargs)
13:46:14 docker/models/containers.py:861: in create
13:46:14     resp = self.client.api.create_container(**create_kwargs)
13:46:14 docker/api/container.py:430: in create_container
13:46:14     return self.create_container_from_config(config, name)
13:46:14 docker/api/container.py:440: in create_container_from_config
13:46:14     res = self._post_json(u, data=config, params=params)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47310f9590>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ____________ ContainerCollectionTest.test_run_with_json_file_driver ____________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4731058210>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4731058210>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_containers_test.py:121: in test_run_with_json_file_driver
13:46:14     log_config=dict(type='json-file')
13:46:14 docker/models/containers.py:803: in run
13:46:14     detach=detach, **kwargs)
13:46:14 docker/models/containers.py:861: in create
13:46:14     resp = self.client.api.create_container(**create_kwargs)
13:46:14 docker/api/container.py:430: in create_container
13:46:14     return self.create_container_from_config(config, name)
13:46:14 docker/api/container.py:440: in create_container_from_config
13:46:14     res = self._post_json(u, data=config, params=params)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4731058210>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ______________ ContainerCollectionTest.test_run_with_named_volume ______________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f473099ba90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f473099ba90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_containers_test.py:69: in test_run_with_named_volume
13:46:14     volume = client.volumes.create(name="somevolume")
13:46:14 docker/models/volumes.py:57: in create
13:46:14     obj = self.client.api.create_volume(name, **kwargs)
13:46:14 docker/api/volume.py:89: in create_volume
13:46:14     return self._result(self._post_json(url, data=data), True)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f473099ba90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ________________ ContainerCollectionTest.test_run_with_network _________________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4731021510>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/networks/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4731021510>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_containers_test.py:92: in test_run_with_network
13:46:14     client.networks.create(net_name)
13:46:14 docker/models/networks.py:154: in create
13:46:14     resp = self.client.api.create_network(name, *args, **kwargs)
13:46:14 docker/api/network.py:152: in create_network
13:46:14     res = self._post_json(url, data=data)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/networks/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4731021510>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ______________ ContainerCollectionTest.test_run_with_none_driver _______________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730fe1950>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730fe1950>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_containers_test.py:112: in test_run_with_none_driver
13:46:14     log_config=dict(type='none')
13:46:14 docker/models/containers.py:803: in run
13:46:14     detach=detach, **kwargs)
13:46:14 docker/models/containers.py:861: in create
13:46:14     resp = self.client.api.create_container(**create_kwargs)
13:46:14 docker/api/container.py:430: in create_container
13:46:14     return self.create_container_from_config(config, name)
13:46:14 docker/api/container.py:440: in create_container_from_config
13:46:14     res = self._post_json(u, data=config, params=params)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730fe1950>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ______________ ContainerCollectionTest.test_run_with_proxy_config ______________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f473099b510>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f473099b510>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_containers_test.py:180: in test_run_with_proxy_config
13:46:14     out = client.containers.run('alpine', 'sh -c "env"')
13:46:14 docker/models/containers.py:803: in run
13:46:14     detach=detach, **kwargs)
13:46:14 docker/models/containers.py:861: in create
13:46:14     resp = self.client.api.create_container(**create_kwargs)
13:46:14 docker/api/container.py:430: in create_container
13:46:14     return self.create_container_from_config(config, name)
13:46:14 docker/api/container.py:440: in create_container_from_config
13:46:14     res = self._post_json(u, data=config, params=params)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f473099b510>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 _____________ ContainerCollectionTest.test_run_with_streamed_logs ______________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:14     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:14     self.send(msg)
13:46:14 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:14     self.connect()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:14     conn = self._new_conn()
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:14     self, "Failed to establish a new connection: %s" % e)
13:46:14 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f473046a690>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:14     timeout=timeout
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:14     _stacktrace=sys.exc_info()[2])
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:14     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:14 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f473046a690>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 tests/integration/models_containers_test.py:151: in test_run_with_streamed_logs
13:46:14     'alpine', 'sh -c "echo hello && echo world"', stream=True
13:46:14 docker/models/containers.py:803: in run
13:46:14     detach=detach, **kwargs)
13:46:14 docker/models/containers.py:861: in create
13:46:14     resp = self.client.api.create_container(**create_kwargs)
13:46:14 docker/api/container.py:430: in create_container
13:46:14     return self.create_container_from_config(config, name)
13:46:14 docker/api/container.py:440: in create_container_from_config
13:46:14     res = self._post_json(u, data=config, params=params)
13:46:14 docker/api/client.py:289: in _post_json
13:46:14     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:14 docker/utils/decorators.py:46: in inner
13:46:14     return f(self, *args, **kwargs)
13:46:14 docker/api/client.py:226: in _post
13:46:14     return self.post(url, **self._set_request_timeout(kwargs))
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:14     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:14     resp = self.send(prep, **send_kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:14     r = adapter.send(request, **kwargs)
13:46:14 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:14     raise ConnectionError(e, request=request)
13:46:14 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f473046a690>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:14 ________ ContainerCollectionTest.test_run_with_streamed_logs_and_cancel ________
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:14     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:14     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:14 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:14     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:14 E   socket.gaierror: [Errno -2] Name or service not known
13:46:14 
13:46:14 During handling of the above exception, another exception occurred:
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:14     chunked=chunked)
13:46:14 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:14     conn.request(method, url, **httplib_request_kw)
13:46:14 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:14     self._send_request(method, url, body, headers, encode_chunked)
13:46:14 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:14     self.endheaders(body, encode_chunked=encode_chunked)
13:46:14 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f472f92a950>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f92a950>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_containers_test.py:163: in test_run_with_streamed_logs_and_cancel
13:46:15     'alpine', 'sh -c "echo hello && echo world"', stream=True
13:46:15 docker/models/containers.py:803: in run
13:46:15     detach=detach, **kwargs)
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f92a950>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 _________________ ContainerCollectionTest.test_run_with_volume _________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730d04950>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730d04950>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_containers_test.py:53: in test_run_with_volume
13:46:15     detach=True
13:46:15 docker/models/containers.py:803: in run
13:46:15     detach=detach, **kwargs)
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730d04950>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 __________________________ ContainerTest.test_commit ___________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f472f990790>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f990790>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_containers_test.py:237: in test_commit
13:46:15     detach=True
13:46:15 docker/models/containers.py:803: in run
13:46:15     detach=detach, **kwargs)
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f990790>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 _________________ ContainerTest.test_create_with_volume_driver _________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f473094dd90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f473094dd90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_containers_test.py:453: in test_create_with_volume_driver
13:46:15     volume_driver='foo'
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f473094dd90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ___________________________ ContainerTest.test_diff ____________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f472f9171d0>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f9171d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_containers_test.py:248: in test_diff
13:46:15     container = client.containers.run("alpine", "touch /test", detach=True)
13:46:15 docker/models/containers.py:803: in run
13:46:15     detach=detach, **kwargs)
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f9171d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ______________________ ContainerTest.test_exec_run_failed ______________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4731049190>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4731049190>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_containers_test.py:266: in test_exec_run_failed
13:46:15     "alpine", "sh -c 'sleep 60'", detach=True
13:46:15 docker/models/containers.py:803: in run
13:46:15     detach=detach, **kwargs)
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4731049190>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 _____________________ ContainerTest.test_exec_run_success ______________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f47303db890>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47303db890>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_containers_test.py:256: in test_exec_run_success
13:46:15     "alpine", "sh -c 'echo \"hello\" > /test; sleep 60'", detach=True
13:46:15 docker/models/containers.py:803: in run
13:46:15     detach=detach, **kwargs)
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47303db890>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ___________________________ ContainerTest.test_kill ____________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f47308f1ed0>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47308f1ed0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_containers_test.py:274: in test_kill
13:46:15     container = client.containers.run("alpine", "sleep 300", detach=True)
13:46:15 docker/models/containers.py:803: in run
13:46:15     detach=detach, **kwargs)
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47308f1ed0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ___________________________ ContainerTest.test_logs ____________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f47312f3610>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47312f3610>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_containers_test.py:286: in test_logs
13:46:15     detach=True)
13:46:15 docker/models/containers.py:803: in run
13:46:15     detach=detach, **kwargs)
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47312f3610>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ___________________________ ContainerTest.test_pause ___________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f472f967f90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f967f90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_containers_test.py:293: in test_pause
13:46:15     container = client.containers.run("alpine", "sleep 300", detach=True)
13:46:15 docker/models/containers.py:803: in run
13:46:15     detach=detach, **kwargs)
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f967f90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 _____________________ ContainerTest.test_ports_target_list _____________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f473099bd90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f473099bd90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_containers_test.py:396: in test_ports_target_list
13:46:15     ports=target_ports
13:46:15 docker/models/containers.py:803: in run
13:46:15     detach=detach, **kwargs)
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f473099bd90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 _____________________ ContainerTest.test_ports_target_none _____________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730cc27d0>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730cc27d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_containers_test.py:356: in test_ports_target_none
13:46:15     ports=target_ports
13:46:15 docker/models/containers.py:803: in run
13:46:15     detach=detach, **kwargs)
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730cc27d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ____________________ ContainerTest.test_ports_target_tuple _____________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f47303e6590>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47303e6590>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_containers_test.py:376: in test_ports_target_tuple
13:46:15     ports=target_ports
13:46:15 docker/models/containers.py:803: in run
13:46:15     detach=detach, **kwargs)
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47303e6590>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 __________________________ ContainerTest.test_remove ___________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f473094df90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f473094df90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_containers_test.py:304: in test_remove
13:46:15     container = client.containers.run("alpine", "echo hello", detach=True)
13:46:15 docker/models/containers.py:803: in run
13:46:15     detach=detach, **kwargs)
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f473094df90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 __________________________ ContainerTest.test_rename ___________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f472f90b650>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create?name=test1 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f90b650>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_containers_test.py:315: in test_rename
13:46:15     detach=True)
13:46:15 docker/models/containers.py:803: in run
13:46:15     detach=detach, **kwargs)
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create?name=test1 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f90b650>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 __________________________ ContainerTest.test_restart __________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730d4f150>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730d4f150>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_containers_test.py:324: in test_restart
13:46:15     container = client.containers.run("alpine", "sleep 100", detach=True)
13:46:15 docker/models/containers.py:803: in run
13:46:15     detach=detach, **kwargs)
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730d4f150>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ___________________________ ContainerTest.test_start ___________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730f81550>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730f81550>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_containers_test.py:334: in test_start
13:46:15     container = client.containers.create("alpine", "sleep 50", detach=True)
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730f81550>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ___________________________ ContainerTest.test_stats ___________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4731049a50>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4731049a50>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_containers_test.py:343: in test_stats
13:46:15     container = client.containers.run("alpine", "sleep 100", detach=True)
13:46:15 docker/models/containers.py:803: in run
13:46:15     detach=detach, **kwargs)
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4731049a50>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ___________________________ ContainerTest.test_stop ____________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f472fac18d0>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472fac18d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_containers_test.py:412: in test_stop
13:46:15     container = client.containers.run("alpine", "top", detach=True)
13:46:15 docker/models/containers.py:803: in run
13:46:15     detach=detach, **kwargs)
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472fac18d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ____________________________ ContainerTest.test_top ____________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f47308b6550>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47308b6550>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_containers_test.py:421: in test_top
13:46:15     container = client.containers.run("alpine", "sleep 60", detach=True)
13:46:15 docker/models/containers.py:803: in run
13:46:15     detach=detach, **kwargs)
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47308b6550>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 __________________________ ContainerTest.test_update ___________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730d04f50>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730d04f50>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_containers_test.py:430: in test_update
13:46:15     cpu_shares=2)
13:46:15 docker/models/containers.py:803: in run
13:46:15     detach=detach, **kwargs)
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730d04f50>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ___________________________ ContainerTest.test_wait ____________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730c9dd90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730c9dd90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_containers_test.py:440: in test_wait
13:46:15     detach=True)
13:46:15 docker/models/containers.py:803: in run
13:46:15     detach=detach, **kwargs)
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730c9dd90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ________________________ ImageCollectionTest.test_build ________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730ef3d90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', 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 0x7f4730ef3d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_images_test.py:17: in test_build
13:46:15     "CMD echo hello world".encode('ascii')
13:46:15 docker/models/images.py:279: in build
13:46:15     resp = self.client.api.build(**kwargs)
13:46:15 docker/api/build.py:269: in build
13:46:15     timeout=timeout,
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', 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 0x7f4730ef3d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 __________________ ImageCollectionTest.test_build_with_error ___________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730ea9110>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', 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 0x7f4730ea9110>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_images_test.py:28: in test_build_with_error
13:46:15     "RUN exit 1".encode('ascii')
13:46:15 docker/models/images.py:279: in build
13:46:15     resp = self.client.api.build(**kwargs)
13:46:15 docker/api/build.py:269: in build
13:46:15     timeout=timeout,
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', 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 0x7f4730ea9110>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 _____________ ImageCollectionTest.test_build_with_multiple_success _____________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730f44390>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', 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 0x7f4730f44390>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_images_test.py:40: in test_build_with_multiple_success
13:46:15     "CMD echo hello world".encode('ascii')
13:46:15 docker/models/images.py:279: in build
13:46:15     resp = self.client.api.build(**kwargs)
13:46:15 docker/api/build.py:269: in build
13:46:15     timeout=timeout,
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', 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 0x7f4730f44390>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ___________ ImageCollectionTest.test_build_with_success_build_output ___________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730b76d10>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', 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 0x7f4730b76d10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_images_test.py:51: in test_build_with_success_build_output
13:46:15     "CMD echo Successfully built abcd1234".encode('ascii')
13:46:15 docker/models/images.py:279: in build
13:46:15     resp = self.client.api.build(**kwargs)
13:46:15 docker/api/build.py:269: in build
13:46:15     timeout=timeout,
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', 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 0x7f4730b76d10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ________________________ ImageCollectionTest.test_list _________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730f9ea90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/images/create?tag=latest&fromImage=alpine (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730f9ea90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_images_test.py:59: in test_list
13:46:15     image = client.images.pull('alpine:latest')
13:46:15 docker/models/images.py:445: in pull
13:46:15     repository, tag=tag, stream=True, **kwargs
13:46:15 docker/api/image.py:412: in pull
13:46:15     stream=stream, timeout=None
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/images/create?tag=latest&fromImage=alpine (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730f9ea90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ________________ ImageCollectionTest.test_list_with_repository _________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f47303c6250>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/images/create?tag=latest&fromImage=alpine (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47303c6250>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_images_test.py:64: in test_list_with_repository
13:46:15     image = client.images.pull('alpine:latest')
13:46:15 docker/models/images.py:445: in pull
13:46:15     repository, tag=tag, stream=True, **kwargs
13:46:15 docker/api/image.py:412: in pull
13:46:15     stream=stream, timeout=None
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/images/create?tag=latest&fromImage=alpine (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47303c6250>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 _____________________ ImageCollectionTest.test_load_error ______________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f472f9501d0>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/images/load (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f9501d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_images_test.py:98: in test_load_error
13:46:15     client.images.load('abc')
13:46:15 docker/models/images.py:382: in load
13:46:15     resp = self.client.api.load_image(data)
13:46:15 docker/api/image.py:313: in load_image
13:46:15     self._url("/images/load"), data=data, params=params, stream=True
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/images/load (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f9501d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ________________________ ImageCollectionTest.test_pull _________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730409050>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/images/create?tag=latest&fromImage=alpine (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730409050>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_images_test.py:70: in test_pull
13:46:15     image = client.images.pull('alpine:latest')
13:46:15 docker/models/images.py:445: in pull
13:46:15     repository, tag=tag, stream=True, **kwargs
13:46:15 docker/api/image.py:412: in pull
13:46:15     stream=stream, timeout=None
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/images/create?tag=latest&fromImage=alpine (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730409050>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ____________________ ImageCollectionTest.test_pull_multiple ____________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f473097b050>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/images/create?fromImage=hello-world (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f473097b050>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_images_test.py:89: in test_pull_multiple
13:46:15     images = client.images.pull('hello-world')
13:46:15 docker/models/images.py:445: in pull
13:46:15     repository, tag=tag, stream=True, **kwargs
13:46:15 docker/api/image.py:412: in pull
13:46:15     stream=stream, timeout=None
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/images/create?fromImage=hello-world (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f473097b050>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ____________________ ImageCollectionTest.test_pull_with_sha ____________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f47308da210>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', 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 0x7f47308da210>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_images_test.py:84: in test_pull_with_sha
13:46:15     image = client.images.pull(image_ref)
13:46:15 docker/models/images.py:445: in pull
13:46:15     repository, tag=tag, stream=True, **kwargs
13:46:15 docker/api/image.py:412: in pull
13:46:15     stream=stream, timeout=None
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', 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 0x7f47308da210>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ____________________ ImageCollectionTest.test_pull_with_tag ____________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730e51c90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/images/create?tag=3.10&fromImage=alpine (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730e51c90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_images_test.py:75: in test_pull_with_tag
13:46:15     image = client.images.pull('alpine', tag='3.10')
13:46:15 docker/models/images.py:445: in pull
13:46:15     repository, tag=tag, stream=True, **kwargs
13:46:15 docker/api/image.py:412: in pull
13:46:15     stream=stream, timeout=None
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/images/create?tag=3.10&fromImage=alpine (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730e51c90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ____________________ ImageCollectionTest.test_save_and_load ____________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730b7ea10>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/images/alpine:3.10/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730b7ea10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_images_test.py:102: in test_save_and_load
13:46:15     image = client.images.get(TEST_IMG)
13:46:15 docker/models/images.py:316: in get
13:46:15     return self.prepare_model(self.client.api.inspect_image(name))
13:46:15 docker/utils/decorators.py:19: in wrapped
13:46:15     return f(self, resource_id, *args, **kwargs)
13:46:15 docker/api/image.py:246: in inspect_image
13:46:15     self._get(self._url("/images/{0}/json", image)), True
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:230: in _get
13:46:15     return self.get(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:15     return self.request('GET', url, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/images/alpine:3.10/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730b7ea10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 _______________ ImageCollectionTest.test_save_and_load_repo_name _______________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f472f83ae10>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/images/alpine:3.10/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f83ae10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_images_test.py:116: in test_save_and_load_repo_name
13:46:15     image = client.images.get(TEST_IMG)
13:46:15 docker/models/images.py:316: in get
13:46:15     return self.prepare_model(self.client.api.inspect_image(name))
13:46:15 docker/utils/decorators.py:19: in wrapped
13:46:15     return f(self, resource_id, *args, **kwargs)
13:46:15 docker/api/image.py:246: in inspect_image
13:46:15     self._get(self._url("/images/{0}/json", image)), True
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:230: in _get
13:46:15     return self.get(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:15     return self.request('GET', url, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/images/alpine:3.10/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f83ae10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ___________________ ImageCollectionTest.test_save_name_error ___________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730979b90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/images/alpine:3.10/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730979b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_images_test.py:136: in test_save_name_error
13:46:15     image = client.images.get(TEST_IMG)
13:46:15 docker/models/images.py:316: in get
13:46:15     return self.prepare_model(self.client.api.inspect_image(name))
13:46:15 docker/utils/decorators.py:19: in wrapped
13:46:15     return f(self, resource_id, *args, **kwargs)
13:46:15 docker/api/image.py:246: in inspect_image
13:46:15     self._get(self._url("/images/{0}/json", image)), True
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:230: in _get
13:46:15     return self.get(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:15     return self.request('GET', url, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/images/alpine:3.10/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730979b90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ________________________ ImageTest.test_tag_and_remove _________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f472f92ae10>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/images/create?tag=latest&fromImage=alpine (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f92ae10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_images_test.py:149: in test_tag_and_remove
13:46:15     image = client.images.pull('alpine:latest')
13:46:15 docker/models/images.py:445: in pull
13:46:15     repository, tag=tag, stream=True, **kwargs
13:46:15 docker/api/image.py:412: in pull
13:46:15     stream=stream, timeout=None
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/images/create?tag=latest&fromImage=alpine (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f92ae10>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ______________________ NetworkCollectionTest.test_create _______________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f472f8cccd0>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/networks/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f8cccd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_networks_test.py:11: in test_create
13:46:15     network = client.networks.create(name, labels={'foo': 'bar'})
13:46:15 docker/models/networks.py:154: in create
13:46:15     resp = self.client.api.create_network(name, *args, **kwargs)
13:46:15 docker/api/network.py:152: in create_network
13:46:15     res = self._post_json(url, data=data)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/networks/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f8cccd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ________________________ NetworkCollectionTest.test_get ________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f472f981d50>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/networks/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f981d50>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_networks_test.py:19: in test_get
13:46:15     network_id = client.networks.create(name).id
13:46:15 docker/models/networks.py:154: in create
13:46:15     resp = self.client.api.create_network(name, *args, **kwargs)
13:46:15 docker/api/network.py:152: in create_network
13:46:15     res = self._post_json(url, data=data)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/networks/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f981d50>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ____________________ NetworkCollectionTest.test_list_remove ____________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f472f967490>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/networks/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f967490>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_networks_test.py:27: in test_list_remove
13:46:15     network = client.networks.create(name)
13:46:15 docker/models/networks.py:154: in create
13:46:15     resp = self.client.api.create_network(name, *args, **kwargs)
13:46:15 docker/api/network.py:152: in create_network
13:46:15     res = self._post_json(url, data=data)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/networks/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f967490>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 _____________________ NetworkTest.test_connect_disconnect ______________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f47303e1950>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/networks/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47303e1950>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_networks_test.py:54: in test_connect_disconnect
13:46:15     network = client.networks.create(helpers.random_name())
13:46:15 docker/models/networks.py:154: in create
13:46:15     resp = self.client.api.create_network(name, *args, **kwargs)
13:46:15 docker/api/network.py:152: in create_network
13:46:15     res = self._post_json(url, data=data)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/networks/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47303e1950>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ________________________ NodesTest.test_list_get_update ________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730cdaf50>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730cdaf50>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_nodes_test.py:11: in setUp
13:46:15     helpers.force_leave_swarm(docker.from_env(version=TEST_API_VERSION))
13:46:15 tests/helpers.py:98: in force_leave_swarm
13:46:15     return client.swarm.leave(force=True)
13:46:15 docker/client.py:159: in swarm
13:46:15     return Swarm(client=self)
13:46:15 docker/models/swarm.py:17: in __init__
13:46:15     self.reload()
13:46:15 docker/models/swarm.py:147: in reload
13:46:15     self.attrs = self.client.api.inspect_swarm()
13:46:15 docker/utils/decorators.py:34: in wrapper
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/swarm.py:185: in inspect_swarm
13:46:15     return self._result(self._get(url), True)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:230: in _get
13:46:15     return self.get(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:15     return self.request('GET', url, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730cdaf50>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ____________________________ ModelTest.test_reload _____________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f472fa5c150>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472fa5c150>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_resources_test.py:9: in test_reload
13:46:15     container = client.containers.run("alpine", "sleep 300", detach=True)
13:46:15 docker/models/containers.py:803: in run
13:46:15     detach=detach, **kwargs)
13:46:15 docker/models/containers.py:861: in create
13:46:15     resp = self.client.api.create_container(**create_kwargs)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472fa5c150>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 _______________________ SwarmTest.test_init_update_leave _______________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f472f8835d0>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f8835d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_swarm_test.py:12: in setUp
13:46:15     helpers.force_leave_swarm(docker.from_env(version=TEST_API_VERSION))
13:46:15 tests/helpers.py:98: in force_leave_swarm
13:46:15     return client.swarm.leave(force=True)
13:46:15 docker/client.py:159: in swarm
13:46:15     return Swarm(client=self)
13:46:15 docker/models/swarm.py:17: in __init__
13:46:15     self.reload()
13:46:15 docker/models/swarm.py:147: in reload
13:46:15     self.attrs = self.client.api.inspect_swarm()
13:46:15 docker/utils/decorators.py:34: in wrapper
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/swarm.py:185: in inspect_swarm
13:46:15     return self._result(self._get(url), True)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:230: in _get
13:46:15     return self.get(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:15     return self.request('GET', url, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f8835d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 _________________ SwarmTest.test_join_on_already_joined_swarm __________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730cb9690>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730cb9690>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_swarm_test.py:12: in setUp
13:46:15     helpers.force_leave_swarm(docker.from_env(version=TEST_API_VERSION))
13:46:15 tests/helpers.py:98: in force_leave_swarm
13:46:15     return client.swarm.leave(force=True)
13:46:15 docker/client.py:159: in swarm
13:46:15     return Swarm(client=self)
13:46:15 docker/models/swarm.py:17: in __init__
13:46:15     self.reload()
13:46:15 docker/models/swarm.py:147: in reload
13:46:15     self.attrs = self.client.api.inspect_swarm()
13:46:15 docker/utils/decorators.py:34: in wrapper
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/swarm.py:185: in inspect_swarm
13:46:15     return self._result(self._get(url), True)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:230: in _get
13:46:15     return self.get(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:15     return self.request('GET', url, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/swarm (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730cb9690>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 _________________________ VolumesTest.test_create_get __________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f472f7bd690>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f7bd690>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_volumes_test.py:11: in test_create_get
13:46:15     labels={'labelkey': 'labelvalue'}
13:46:15 docker/models/volumes.py:57: in create
13:46:15     obj = self.client.api.create_volume(name, **kwargs)
13:46:15 docker/api/volume.py:89: in create_volume
13:46:15     return self._result(self._post_json(url, data=data), True)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f7bd690>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 _________________________ VolumesTest.test_list_remove _________________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730fccc90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730fccc90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/models_volumes_test.py:23: in test_list_remove
13:46:15     volume = client.volumes.create('dockerpytest_1')
13:46:15 docker/models/volumes.py:57: in create
13:46:15     obj = self.client.api.create_volume(name, **kwargs)
13:46:15 docker/api/volume.py:89: in create_volume
13:46:15     return self._result(self._post_json(url, data=data), True)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/volumes/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730fccc90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ________ TestRegressions.test_443_handle_nonchunked_response_in_stream _________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f472f887d90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', 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 0x7f472f887d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/regression_test.py:15: in test_443_handle_nonchunked_response_in_stream
13:46:15     for line in self.client.build(fileobj=dfile, tag="a/b/c"):
13:46:15 docker/api/build.py:269: in build
13:46:15     timeout=timeout,
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', 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 0x7f472f887d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ______________ TestRegressions.test_542_truncate_ids_client_side _______________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4731190950>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4731190950>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/regression_test.py:22: in test_542_truncate_ids_client_side
13:46:15     self.client.create_container(TEST_IMG, ['true'])
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4731190950>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 _________ TestRegressions.test_647_support_doubleslash_in_image_names __________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f472f914910>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/images/gensokyo.jp//kirisame/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f914910>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/regression_test.py:29: in test_647_support_doubleslash_in_image_names
13:46:15     self.client.inspect_image('gensokyo.jp//kirisame')
13:46:15 docker/utils/decorators.py:19: in wrapped
13:46:15     return f(self, resource_id, *args, **kwargs)
13:46:15 docker/api/image.py:246: in inspect_image
13:46:15     self._get(self._url("/images/{0}/json", image)), True
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:230: in _get
13:46:15     return self.get(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:537: in get
13:46:15     return self.request('GET', url, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/images/gensokyo.jp//kirisame/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f914910>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ______________ TestRegressions.test_649_handle_timeout_value_none ______________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f472f7f0a90>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f7f0a90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/regression_test.py:33: in test_649_handle_timeout_value_none
13:46:15     ctnr = self.client.create_container(TEST_IMG, ['sleep', '2'])
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f7f0a90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 ___________ TestRegressions.test_715_handle_user_param_as_int_value ____________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f472f8f9610>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f8f9610>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/regression_test.py:38: in test_715_handle_user_param_as_int_value
13:46:15     ctnr = self.client.create_container(TEST_IMG, ['id', '-u'], user=1000)
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f472f8f9610>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 _______________ TestRegressions.test_792_explicit_port_protocol ________________
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:159: in _new_conn
13:46:15     (self._dns_host, self.port), self.timeout, **extra_kw)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/connection.py:57: in create_connection
13:46:15     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
13:46:15 /usr/local/lib/python3.7/socket.py:752: in getaddrinfo
13:46:15     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
13:46:15 E   socket.gaierror: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:600: in urlopen
13:46:15     chunked=chunked)
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:354: in _make_request
13:46:15     conn.request(method, url, **httplib_request_kw)
13:46:15 /usr/local/lib/python3.7/http/client.py:1252: in request
13:46:15     self._send_request(method, url, body, headers, encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1298: in _send_request
13:46:15     self.endheaders(body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1247: in endheaders
13:46:15     self._send_output(message_body, encode_chunked=encode_chunked)
13:46:15 /usr/local/lib/python3.7/http/client.py:1026: in _send_output
13:46:15     self.send(msg)
13:46:15 /usr/local/lib/python3.7/http/client.py:966: in send
13:46:15     self.connect()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:181: in connect
13:46:15     conn = self._new_conn()
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connection.py:168: in _new_conn
13:46:15     self, "Failed to establish a new connection: %s" % e)
13:46:15 E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4730a2d7d0>: Failed to establish a new connection: [Errno -2] Name or service not known
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:449: in send
13:46:15     timeout=timeout
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:638: in urlopen
13:46:15     _stacktrace=sys.exc_info()[2])
13:46:15 /usr/local/lib/python3.7/site-packages/urllib3/util/retry.py:399: in increment
13:46:15     raise MaxRetryError(_pool, url, error or ResponseError(cause))
13:46:15 E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730a2d7d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 
13:46:15 During handling of the above exception, another exception occurred:
13:46:15 tests/integration/regression_test.py:52: in test_792_explicit_port_protocol
13:46:15     port_bindings={'2000/tcp': tcp_port, '2000/udp': udp_port}
13:46:15 docker/api/container.py:430: in create_container
13:46:15     return self.create_container_from_config(config, name)
13:46:15 docker/api/container.py:440: in create_container_from_config
13:46:15     res = self._post_json(u, data=config, params=params)
13:46:15 docker/api/client.py:289: in _post_json
13:46:15     return self._post(url, data=json.dumps(data2), **kwargs)
13:46:15 docker/utils/decorators.py:46: in inner
13:46:15     return f(self, *args, **kwargs)
13:46:15 docker/api/client.py:226: in _post
13:46:15     return self.post(url, **self._set_request_timeout(kwargs))
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:572: in post
13:46:15     return self.request('POST', url, data=data, json=json, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:524: in request
13:46:15     resp = self.send(prep, **send_kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/sessions.py:637: in send
13:46:15     r = adapter.send(request, **kwargs)
13:46:15 /usr/local/lib/python3.7/site-packages/requests/adapters.py:516: in send
13:46:15     raise ConnectionError(e, request=request)
13:46:15 E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='dpy-dind-1-0-py3.7-19.03.11', port=2375): Max retries exceeded with url: /v1.40/containers/create (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4730a2d7d0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
13:46:15 =============================== warnings summary ===============================
13:46:15 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
13:46:15   /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
13:46:15     from collections import MutableMapping
13:46:15 
13:46:15 -- Docs: https://docs.pytest.org/en/latest/warnings.html
13:46:15 
13:46:15 ----------- coverage: platform linux, python 3.7.7-final-0 -----------
13:46:15 Name                                  Stmts   Miss Branch BrPart  Cover
13:46:15 -----------------------------------------------------------------------
13:46:15 docker/__init__.py                        8      0      0      0   100%
13:46:15 docker/api/__init__.py                    1      0      0      0   100%
13:46:15 docker/api/build.py                     126     19     93     17    82%
13:46:15 docker/api/client.py                    265     46    100     13    82%
13:46:15 docker/api/config.py                     31      0      6      2    95%
13:46:15 docker/api/container.py                 265     22    104     23    87%
13:46:15 docker/api/daemon.py                     39      2     14      4    89%
13:46:15 docker/api/exec_api.py                   46      4     22      4    88%
13:46:15 docker/api/image.py                     149     19     52     10    85%
13:46:15 docker/api/network.py                    90     13     48     12    80%
13:46:15 docker/api/plugin.py                     90     13     14      4    82%
13:46:15 docker/api/secret.py                     36      3     10      3    83%
13:46:15 docker/api/service.py                   200     65    149     32    59%
13:46:15 docker/api/swarm.py                     106     14     38     11    81%
13:46:15 docker/api/volume.py                     38      9     14      2    71%
13:46:15 docker/auth.py                          198     16     74     16    88%
13:46:15 docker/client.py                         67      6      2      0    91%
13:46:15 docker/constants.py                      20      0      0      0   100%
13:46:15 docker/context/__init__.py                2      0      0      0   100%
13:46:15 docker/context/api.py                    78     16     38      8    76%
13:46:15 docker/context/config.py                 61     27     16      2    52%
13:46:15 docker/context/context.py               138     17     58     12    83%
13:46:15 docker/credentials/__init__.py            3      0      0      0   100%
13:46:15 docker/credentials/constants.py           4      0      0      0   100%
13:46:15 docker/credentials/errors.py             11      1      2      1    85%
13:46:15 docker/credentials/store.py              50      9     16      5    73%
13:46:15 docker/credentials/utils.py              23     13     12      1    31%
13:46:15 docker/errors.py                        110     15     20      6    84%
13:46:15 docker/models/__init__.py                 0      0      0      0   100%
13:46:15 docker/models/configs.py                 21      8      2      0    57%
13:46:15 docker/models/containers.py             183     11     70      9    91%
13:46:15 docker/models/images.py                 137     55     58      4    52%
13:46:15 docker/models/networks.py                37      7     12      3    71%
13:46:15 docker/models/nodes.py                   15      5      2      0    59%
13:46:15 docker/models/plugins.py                 49     30     10      0    32%
13:46:15 docker/models/resource.py                41      9      6      2    77%
13:46:15 docker/models/secrets.py                 21      8      2      0    57%
13:46:15 docker/models/services.py                87     35     36      4    59%
13:46:15 docker/models/swarm.py                   39     15      6      1    56%
13:46:15 docker/models/volumes.py                 23      9      4      0    52%
13:46:15 docker/tls.py                            37      6     14      6    76%
13:46:15 docker/transport/__init__.py             11      3      0      0    73%
13:46:15 docker/transport/basehttpadapter.py       6      0      2      1    88%
13:46:15 docker/transport/npipeconn.py            58     53     10      0     7%
13:46:15 docker/transport/npipesocket.py         137    132     22      0     3%
13:46:15 docker/transport/sshconn.py              87     61     22      1    25%
13:46:15 docker/transport/ssladapter.py           36     10     10      4    65%
13:46:15 docker/transport/unixconn.py             65      6     12      4    87%
13:46:15 docker/types/__init__.py                  6      0      0      0   100%
13:46:15 docker/types/base.py                      5      0      2      0   100%
13:46:15 docker/types/containers.py              360     46    298     35    86%
13:46:15 docker/types/daemon.py                   36      8     14      5    70%
13:46:15 docker/types/healthcheck.py              34     12      4      1    61%
13:46:15 docker/types/networks.py                 35      4     22      3    84%
13:46:15 docker/types/services.py                312     45    206     33    83%
13:46:15 docker/types/swarm.py                    51     24     40     10    52%
13:46:15 docker/utils/__init__.py                  3      0      0      0   100%
13:46:15 docker/utils/build.py                   154     18     76      7    87%
13:46:15 docker/utils/config.py                   36      1     10      1    96%
13:46:15 docker/utils/decorators.py               32      1     12      1    95%
13:46:15 docker/utils/fnmatch.py                  55     18     28      2    61%
13:46:15 docker/utils/json_stream.py              43      8     14      2    79%
13:46:15 docker/utils/ports.py                    50      3     32      2    91%
13:46:15 docker/utils/proxy.py                    32      1     12      0    98%
13:46:15 docker/utils/socket.py                   86      9     40      7    86%
13:46:15 docker/utils/utils.py                   285     19    177     13    92%
13:46:15 docker/version.py                         2      0      2      0   100%
13:46:15 -----------------------------------------------------------------------
13:46:15 TOTAL                                  4962   1029   2191    349    77%
13:46:15 
13:46:15 =========================== short test summary info ============================
13:46:15 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
13:46:15   CONFIG_RT_GROUP_SCHED isn't enabled
13:46:15 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
13:46:15   Not supported on most drivers
13:46:15 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
13:46:15   Output of docker top depends on host distro, and is not formalized.
13:46:15 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
13:46:15   This doesn't seem to be taken into account by the engine
13:46:15 XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks
13:46:15   Flaky test
13:46:15 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
13:46:15 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
13:46:15 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
13:46:15 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
13:46:15 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
13:46:15 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
13:46:15 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
13:46:15 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
13:46:15 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
13:46:15 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
13:46:15 SKIPPED [1] tests/unit/utils_test.py:486: shlex doesn't support bytes in py3
13:46:15 = 85 failed, 821 passed, 12 skipped, 6 xfailed, 3 xpassed, 1 warnings, 21 error in 255.40 seconds =
13:46:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
[Pipeline] sh
13:46:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
13:46:15 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
13:46:15 + docker stop dpy-dind-1-0-py3.7-19.03.11 dpy-tests-1-0-py3.7-19.03.11
13:46:15 dpy-dind-1-0-py3.7-19.03.11
13:46:15 dpy-tests-1-0-py3.7-19.03.11
13:46:15 + docker rm -vf dpy-dind-1-0-py3.7-19.03.11 dpy-tests-1-0-py3.7-19.03.11
13:46:15 dpy-dind-1-0-py3.7-19.03.11
13:46:15 dpy-tests-1-0-py3.7-19.03.11
13:46:15 + docker network rm dpy-testnet-1-0-py3.7-19.03.11
13:46:15 dpy-testnet-1-0-py3.7-19.03.11
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.11
13:46:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
13:46:17 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
13:46:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
13:46:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%]
13:46:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%]
13:46:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%]
13:46:21 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
13:46:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
13:46:21 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
13:46:21 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
13:46:22 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
13:46:22 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
13:46:23 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
13:46:23 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
13:46:23 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
13:46:24 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 33%]
13:46:25 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%]
13:46:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
13:46:25 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%]
13:46:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
13:46:26 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
13:46:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
13:46:26 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
13:46:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
13:46:27 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
13:46:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%]
13:46:27 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
13:46:28 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
13:46:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%]
13:46:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
13:46:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
13:46:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
13:46:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
13:46:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
13:46:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
13:46:36 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
13:46:36 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%]
13:46:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%]
13:46:37 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
13:46:37 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%]
13:46:37 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%]
13:46:37 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%]
13:46:37 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
13:46:37 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
13:46:37 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
13:46:37 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
13:46:37 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
13:46:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%]
13:46:38 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
13:46:38 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
13:46:38 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 30%]
13:46:38 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
13:46:40 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%]
13:46:40 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 31%]
13:46:40 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
13:46:40 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
13:46:40 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
13:46:40 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
13:46:40 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
13:46:40 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
13:46:40 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
13:46:41 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
13:46:41 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
13:46:42 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%]
13:46:42 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
13:46:42 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%]
13:46:42 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 33%]
13:46:43 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%]
13:46:43 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%]
13:46:43 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
13:46:44 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%]
13:46:44 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
13:46:44 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
13:46:44 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
13:46:45 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
13:46:45 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
13:46:46 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
13:46:46 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
13:46:46 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
13:46:46 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
13:46:47 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
13:46:48 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 35%]
13:46:48 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%]
13:46:48 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%]
13:46:48 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
13:46:49 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
13:46:50 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
13:46:51 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
13:46:51 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
13:46:51 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
13:46:51 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%]
13:46:51 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%]
13:46:51 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%]
13:46:51 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%]
13:46:51 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
13:46:53 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
13:46:58 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
13:46:58 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
13:46:58 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
13:46:59 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
13:47:00 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%]
13:47:00 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
13:47:00 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
13:47:00 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 38%]
13:47:00 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 38%]
13:47:00 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 38%]
13:47:00 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 38%]
13:47:00 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
13:47:00 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
13:47:00 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
13:47:00 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
13:47:00 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
13:47:00 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%]
13:47:00 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 39%]
13:47:00 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 39%]
13:47:00 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 39%]
13:47:00 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%]
13:47:01 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%]
13:47:01 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
13:47:02 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
13:47:02 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
13:47:02 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
13:47:02 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
13:47:03 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
13:47:03 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
13:47:04 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%]
13:47:04 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
13:47:04 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
13:47:05 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
13:47:05 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
13:47:06 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 35%]
13:47:06 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%]
13:47:06 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%]
13:47:06 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
13:47:07 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
13:47:07 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
13:47:07 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%]
13:47:07 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
13:47:07 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
13:47:07 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
13:47:07 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
13:47:07 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%]
13:47:07 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%]
13:47:08 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%]
13:47:08 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%]
13:47:08 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
13:47:08 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
13:47:08 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
13:47:08 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
13:47:08 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
13:47:09 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%]
13:47:09 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%]
13:47:09 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
13:47:09 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
13:47:10 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
13:47:10 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
13:47:11 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
13:47:11 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%]
13:47:12 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
13:47:12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
13:47:12 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
13:47:13 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
13:47:13 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
13:47:13 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
13:47:13 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
13:47:13 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%]
13:47:13 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 41%]
13:47:13 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%]
13:47:13 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 41%]
13:47:13 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
13:47:13 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
13:47:13 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
13:47:13 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
13:47:13 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
13:47:13 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
13:47:13 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%]
13:47:13 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 42%]
13:47:13 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%]
13:47:13 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
13:47:13 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
13:47:13 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
13:47:13 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
13:47:13 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
13:47:13 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
13:47:13 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%]
13:47:13 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%]
13:47:13 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%]
13:47:13 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%]
13:47:13 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
13:47:13 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
13:47:13 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
13:47:13 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
13:47:13 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
13:47:13 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 45%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 45%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 47%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 47%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
13:47:13 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 48%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 49%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 49%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 50%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 50%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 51%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 51%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 51%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 51%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
13:47:13 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%]
13:47:13 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 52%]
13:47:13 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 52%]
13:47:13 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 53%]
13:47:13 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 53%]
13:47:13 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 53%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 53%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 54%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 54%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 54%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 54%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 54%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 55%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 55%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 55%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 55%]
13:47:13 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 55%]
13:47:13 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%]
13:47:13 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 56%]
13:47:13 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%]
13:47:13 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
13:47:13 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
13:47:13 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 56%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 57%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 57%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 57%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 58%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 58%]
13:47:13 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%]
13:47:14 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
13:47:14 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%]
13:47:14 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%]
13:47:14 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%]
13:47:14 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
13:47:14 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
13:47:14 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
13:47:15 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
13:47:15 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
13:47:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%]
13:47:15 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%]
13:47:15 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
13:47:15 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%]
13:47:15 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 60%]
13:47:15 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 60%]
13:47:15 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%]
13:47:15 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
13:47:15 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
13:47:15 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
13:47:15 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
13:47:15 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%]
13:47:15 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%]
13:47:15 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%]
13:47:15 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%]
13:47:15 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 61%]
13:47:15 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 61%]
13:47:15 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
13:47:15 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
13:47:15 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
13:47:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
13:47:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%]
13:47:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%]
13:47:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%]
13:47:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%]
13:47:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%]
13:47:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
13:47:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
13:47:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
13:47:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
13:47:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%]
13:47:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%]
13:47:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%]
13:47:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%]
13:47:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%]
13:47:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%]
13:47:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
13:47:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
13:47:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
13:47:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
13:47:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%]
13:47:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%]
13:47:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%]
13:47:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%]
13:47:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%]
13:47:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
13:47:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
13:47:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%]
13:47:16 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
13:47:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
13:47:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
13:47:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%]
13:47:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%]
13:47:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%]
13:47:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%]
13:47:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%]
13:47:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%]
13:47:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
13:47:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
13:47:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
13:47:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
13:47:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%]
13:47:16 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 66%]
13:47:16 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 66%]
13:47:16 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%]
13:47:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%]
13:47:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
13:47:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
13:47:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
13:47:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
13:47:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%]
13:47:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%]
13:47:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%]
13:47:16 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%]
13:47:16 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%]
13:47:16 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%]
13:47:16 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
13:47:16 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
13:47:16 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
13:47:16 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 67%]
13:47:16 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 67%]
13:47:16 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 68%]
13:47:16 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
13:47:16 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
13:47:16 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
13:47:16 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
13:47:16 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
13:47:16 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 68%]
13:47:16 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 68%]
13:47:16 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 68%]
13:47:16 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
13:47:16 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
13:47:16 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
13:47:16 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 69%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 70%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 71%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 71%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
13:47:16 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
13:47:16 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
13:47:16 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
13:47:16 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
13:47:16 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
13:47:16 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 72%]
13:47:16 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
13:47:16 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
13:47:16 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
13:47:16 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
13:47:16 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
13:47:16 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
13:47:16 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
13:47:16 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
13:47:16 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 73%]
13:47:16 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 73%]
13:47:16 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
13:47:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
13:47:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
13:47:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
13:47:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
13:47:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
13:47:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
13:47:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%]
13:47:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 74%]
13:47:16 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
13:47:16 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
13:47:16 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
13:47:16 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
13:47:16 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
13:47:16 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
13:47:16 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
13:47:16 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
13:47:16 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 75%]
13:47:16 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
13:47:16 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
13:47:16 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
13:47:16 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
13:47:16 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
13:47:16 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
13:47:16 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
13:47:16 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
13:47:16 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 76%]
13:47:16 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 76%]
13:47:16 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
13:47:16 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
13:47:16 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
13:47:16 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
13:47:16 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
13:47:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
13:47:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
13:47:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
13:47:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 77%]
13:47:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
13:47:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
13:47:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
13:47:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
13:47:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
13:47:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
13:47:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
13:47:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 78%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 78%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 79%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 79%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 80%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 80%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
13:47:16 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
13:47:16 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
13:47:16 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
13:47:16 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
13:47:16 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 81%]
13:47:16 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
13:47:16 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
13:47:16 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
13:47:16 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
13:47:16 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
13:47:16 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
13:47:16 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
13:47:16 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 82%]
13:47:16 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 82%]
13:47:16 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
13:47:16 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
13:47:16 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
13:47:16 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
13:47:16 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
13:47:16 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
13:47:16 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
13:47:16 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 83%]
13:47:16 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 83%]
13:47:16 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 83%]
13:47:16 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
13:47:16 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
13:47:16 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
13:47:16 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
13:47:16 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
13:47:16 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
13:47:16 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
13:47:16 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
13:47:16 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 84%]
13:47:16 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
13:47:16 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
13:47:16 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
13:47:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%]
13:47:16 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
13:47:16 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
13:47:16 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 38%]
13:47:16 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 38%]
13:47:16 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 38%]
13:47:16 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 38%]
13:47:16 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
13:47:16 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
13:47:16 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
13:47:16 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
13:47:16 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
13:47:16 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%]
13:47:16 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 39%]
13:47:16 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 39%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 85%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 85%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 86%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 86%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 87%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 88%]
13:47:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
13:47:17 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
13:47:17 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
13:47:17 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
13:47:17 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
13:47:17 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
13:47:17 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
13:47:17 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
13:47:17 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 89%]
13:47:17 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
13:47:17 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
13:47:17 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
13:47:17 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
13:47:17 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
13:47:17 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
13:47:17 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
13:47:17 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
13:47:17 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
13:47:17 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 90%]
13:47:17 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
13:47:17 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
13:47:17 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
13:47:17 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
13:47:17 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
13:47:17 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 39%]
13:47:17 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
13:47:17 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
13:47:17 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
13:47:17 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 91%]
13:47:17 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
13:47:17 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
13:47:17 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
13:47:17 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
13:47:17 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
13:47:17 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
13:47:17 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
13:47:17 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
13:47:17 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 92%]
13:47:17 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 92%]
13:47:17 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
13:47:17 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
13:47:17 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
13:47:17 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
13:47:17 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
13:47:17 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
13:47:17 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
13:47:17 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
13:47:17 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 93%]
13:47:17 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
13:47:17 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
13:47:17 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
13:47:17 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
13:47:17 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
13:47:17 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
13:47:17 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
13:47:17 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
13:47:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 94%]
13:47:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
13:47:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
13:47:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
13:47:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
13:47:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
13:47:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
13:47:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
13:47:17 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
13:47:17 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
13:47:17 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 95%]
13:47:17 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
13:47:17 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
13:47:17 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
13:47:17 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
13:47:17 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_maxint PASSED [ 96%]
13:47:17 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
13:47:17 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
13:47:17 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
13:47:17 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%]
13:47:17 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
13:47:17 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
13:47:17 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
13:47:17 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
13:47:17 
13:47:17 =============================== warnings summary ===============================
13:47:17 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
13:47:17   /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
13:47:17     from collections import MutableMapping
13:47:17 
13:47:17 -- Docs: https://docs.pytest.org/en/latest/warnings.html
13:47:17 
13:47:17 ----------- coverage: platform linux, python 3.7.7-final-0 -----------
13:47:17 Name                                  Stmts   Miss Branch BrPart  Cover
13:47:17 -----------------------------------------------------------------------
13:47:17 docker/__init__.py                        8      0      0      0   100%
13:47:17 docker/api/__init__.py                    1      0      0      0   100%
13:47:17 docker/api/build.py                     126     19     93     17    82%
13:47:17 docker/api/client.py                    265     46    100     13    82%
13:47:17 docker/api/config.py                     31      0      6      2    95%
13:47:17 docker/api/container.py                 265     17    104     19    90%
13:47:17 docker/api/daemon.py                     39      2     14      4    89%
13:47:17 docker/api/exec_api.py                   46      4     22      4    88%
13:47:17 docker/api/image.py                     149     19     52     10    85%
13:47:17 docker/api/network.py                    90     13     48     12    80%
13:47:17 docker/api/plugin.py                     90     13     14      4    82%
13:47:17 docker/api/secret.py                     36      3     10      3    83%
13:47:17 docker/api/service.py                   200     60    149     32    61%
13:47:17 docker/api/swarm.py                     106     14     38     10    82%
13:47:17 docker/api/volume.py                     38      3     14      3    88%
13:47:17 docker/auth.py                          198     16     74     16    88%
13:47:17 docker/client.py                         67      4      2      0    94%
13:47:17 docker/constants.py                      20      0      0      0   100%
13:47:17 docker/context/__init__.py                2      0      0      0   100%
13:47:17 docker/context/api.py                    78     16     38      8    76%
13:47:17 docker/context/config.py                 61     27     16      2    52%
13:47:17 docker/context/context.py               138     17     58     12    83%
13:47:17 docker/credentials/__init__.py            3      0      0      0   100%
13:47:17 docker/credentials/constants.py           4      0      0      0   100%
13:47:17 docker/credentials/errors.py             11      1      2      1    85%
13:47:17 docker/credentials/store.py              50      9     16      5    73%
13:47:17 docker/credentials/utils.py              23     13     12      1    31%
13:47:17 docker/errors.py                        110     12     20      6    86%
13:47:17 docker/models/__init__.py                 0      0      0      0   100%
13:47:17 docker/models/configs.py                 21      8      2      0    57%
13:47:17 docker/models/containers.py             183      6     70      5    95%
13:47:17 docker/models/images.py                 137     29     58      3    76%
13:47:17 docker/models/networks.py                37      1     12      0    98%
13:47:17 docker/models/nodes.py                   15      1      2      0    94%
13:47:17 docker/models/plugins.py                 49     30     10      0    32%
13:47:17 docker/models/resource.py                41      9      6      2    77%
13:47:17 docker/models/secrets.py                 21      8      2      0    57%
13:47:17 docker/models/services.py                87      3     36      3    95%
13:47:17 docker/models/swarm.py                   39      3      6      3    87%
13:47:17 docker/models/volumes.py                 23      1      4      0    96%
13:47:17 docker/tls.py                            37      6     14      6    76%
13:47:17 docker/transport/__init__.py             11      3      0      0    73%
13:47:17 docker/transport/basehttpadapter.py       6      0      2      1    88%
13:47:17 docker/transport/npipeconn.py            58     53     10      0     7%
13:47:17 docker/transport/npipesocket.py         137    132     22      0     3%
13:47:17 docker/transport/sshconn.py              87     61     22      1    25%
13:47:17 docker/transport/ssladapter.py           36     10     10      4    65%
13:47:17 docker/transport/unixconn.py             65      6     12      4    87%
13:47:17 docker/types/__init__.py                  6      0      0      0   100%
13:47:17 docker/types/base.py                      5      0      2      0   100%
13:47:17 docker/types/containers.py              360     46    298     35    86%
13:47:17 docker/types/daemon.py                   36      8     14      4    72%
13:47:17 docker/types/healthcheck.py              34     12      4      1    61%
13:47:17 docker/types/networks.py                 35      4     22      3    84%
13:47:17 docker/types/services.py                312     45    206     33    83%
13:47:17 docker/types/swarm.py                    51     24     40     10    52%
13:47:17 docker/utils/__init__.py                  3      0      0      0   100%
13:47:17 docker/utils/build.py                   154     18     76      7    87%
13:47:17 docker/utils/config.py                   36      1     10      1    96%
13:47:17 docker/utils/decorators.py               32      1     12      1    95%
13:47:17 docker/utils/fnmatch.py                  55     18     28      2    61%
13:47:17 docker/utils/json_stream.py              43      8     14      2    79%
13:47:17 docker/utils/ports.py                    50      3     32      2    91%
13:47:17 docker/utils/proxy.py                    32      1     12      0    98%
13:47:17 docker/utils/socket.py                   86      9     40      7    86%
13:47:17 docker/utils/utils.py                   285     19    177     13    92%
13:47:17 docker/version.py                         2      0      2      0   100%
13:47:17 -----------------------------------------------------------------------
13:47:17 TOTAL                                  4962    915   2191    337    79%
13:47:17 
13:47:17 =========================== short test summary info ============================
13:47:17 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
13:47:17   CONFIG_RT_GROUP_SCHED isn't enabled
13:47:17 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
13:47:17   Not supported on most drivers
13:47:17 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
13:47:17   Output of docker top depends on host distro, and is not formalized.
13:47:17 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
13:47:17   This doesn't seem to be taken into account by the engine
13:47:17 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
13:47:17 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
13:47:17 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
13:47:17 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
13:47:17 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
13:47:17 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
13:47:17 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
13:47:17 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
13:47:17 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
13:47:17 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
13:47:17 SKIPPED [1] tests/unit/utils_test.py:486: shlex doesn't support bytes in py3
13:47:17 == 921 passed, 12 skipped, 5 xfailed, 4 xpassed, 1 warnings in 345.82 seconds ==
13:47:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
[Pipeline] sh
13:47:18 + docker stop dpy-dind-1-0-py3.7-19.03.5 dpy-tests-1-0-py3.7-19.03.5
13:47:20 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
13:47:20 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
13:47:20 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
13:47:21 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
13:47:22 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
13:47:22 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
13:47:23 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 33%]
13:47:23 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
13:47:23 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%]
13:47:24 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%]
13:47:25 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
13:47:25 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
13:47:25 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
13:47:25 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
13:47:25 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
13:47:25 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%]
13:47:25 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%]
13:47:25 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
13:47:26 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
13:47:27 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
13:47:28 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%]
13:47:28 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
13:47:28 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
13:47:29 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
13:47:29 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
13:47:29 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
13:47:29 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
13:47:29 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
13:47:29 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%]
13:47:29 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 41%]
13:47:29 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%]
13:47:29 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 41%]
13:47:29 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
13:47:29 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
13:47:29 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
13:47:29 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
13:47:29 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
13:47:29 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
13:47:29 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%]
13:47:29 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 42%]
13:47:29 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%]
13:47:29 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
13:47:29 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
13:47:29 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
13:47:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
13:47:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
13:47:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
13:47:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%]
13:47:30 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%]
13:47:30 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%]
13:47:30 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%]
13:47:30 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
13:47:30 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
13:47:30 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
13:47:30 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
13:47:30 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
13:47:30 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 45%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 45%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 47%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 47%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
13:47:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 48%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 49%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 49%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 50%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 50%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 51%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 51%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 51%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 51%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
13:47:30 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%]
13:47:30 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 52%]
13:47:30 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 52%]
13:47:30 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 53%]
13:47:30 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 53%]
13:47:30 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 53%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 53%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 54%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 54%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 54%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 54%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 54%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 55%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 55%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 55%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 55%]
13:47:30 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 55%]
13:47:30 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%]
13:47:30 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 56%]
13:47:30 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%]
13:47:30 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
13:47:30 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
13:47:30 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 56%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 57%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 57%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 57%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 58%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 58%]
13:47:30 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%]
13:47:30 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%]
13:47:30 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%]
13:47:30 dpy-dind-1-0-py3.7-19.03.5
13:47:30 dpy-tests-1-0-py3.7-19.03.5
13:47:30 + docker rm -vf dpy-dind-1-0-py3.7-19.03.5 dpy-tests-1-0-py3.7-19.03.5
13:47:30 dpy-dind-1-0-py3.7-19.03.5
13:47:30 dpy-tests-1-0-py3.7-19.03.5
13:47:30 + docker network rm dpy-testnet-1-0-py3.7-19.03.5
13:47:30 dpy-testnet-1-0-py3.7-19.03.5
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:47:30 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%]
13:47:31 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
13:47:31 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
13:47:31 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
13:47:31 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
13:47:32 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%]
13:47:32 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%]
13:47:32 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 60%]
13:47:32 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 60%]
13:47:32 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%]
13:47:32 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
13:47:32 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
13:47:32 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
13:47:32 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
13:47:32 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%]
13:47:32 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%]
13:47:32 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%]
13:47:32 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%]
13:47:32 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 61%]
13:47:32 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 61%]
13:47:32 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
13:47:32 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
13:47:32 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
13:47:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
13:47:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%]
13:47:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%]
13:47:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%]
13:47:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%]
13:47:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%]
13:47:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
13:47:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
13:47:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
13:47:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
13:47:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%]
13:47:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%]
13:47:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%]
13:47:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%]
13:47:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%]
13:47:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%]
13:47:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
13:47:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
13:47:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
13:47:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
13:47:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%]
13:47:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%]
13:47:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%]
13:47:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%]
13:47:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%]
13:47:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
13:47:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
13:47:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
13:47:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
13:47:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%]
13:47:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%]
13:47:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%]
13:47:32 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%]
13:47:32 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%]
13:47:32 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%]
13:47:32 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
13:47:32 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
13:47:32 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
13:47:32 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
13:47:32 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%]
13:47:32 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 66%]
13:47:32 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 66%]
13:47:32 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%]
13:47:32 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%]
13:47:32 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
13:47:32 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
13:47:32 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
13:47:32 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
13:47:32 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%]
13:47:32 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%]
13:47:32 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%]
13:47:32 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%]
13:47:32 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%]
13:47:32 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%]
13:47:32 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
13:47:32 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
13:47:32 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
13:47:32 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 67%]
13:47:32 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 67%]
13:47:32 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 68%]
13:47:32 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
13:47:32 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
13:47:32 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
13:47:32 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
13:47:32 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
13:47:32 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 68%]
13:47:32 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 68%]
13:47:32 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 68%]
13:47:32 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
13:47:32 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
13:47:32 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
13:47:32 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 69%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 70%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 71%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 71%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
13:47:32 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
13:47:32 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
13:47:32 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
13:47:32 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
13:47:32 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
13:47:32 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 72%]
13:47:32 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
13:47:32 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
13:47:32 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
13:47:32 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
13:47:32 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
13:47:32 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
13:47:32 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
13:47:32 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
13:47:32 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 73%]
13:47:32 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 73%]
13:47:32 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
13:47:32 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
13:47:32 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
13:47:32 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
13:47:32 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
13:47:32 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
13:47:32 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
13:47:32 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%]
13:47:32 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 74%]
13:47:32 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
13:47:32 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
13:47:32 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
13:47:32 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
13:47:32 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
13:47:32 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
13:47:32 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
13:47:32 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
13:47:32 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 75%]
13:47:32 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
13:47:32 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
13:47:32 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
13:47:32 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
13:47:32 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
13:47:32 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
13:47:32 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
13:47:32 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
13:47:32 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 76%]
13:47:32 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 76%]
13:47:32 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
13:47:32 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
13:47:32 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
13:47:32 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
13:47:32 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
13:47:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
13:47:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
13:47:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
13:47:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 77%]
13:47:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
13:47:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
13:47:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
13:47:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
13:47:33 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
13:47:33 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
13:47:33 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
13:47:33 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 78%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 78%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 79%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 79%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 80%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 80%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
13:47:33 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
13:47:33 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
13:47:33 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
13:47:33 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
13:47:33 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 81%]
13:47:33 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
13:47:33 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
13:47:33 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
13:47:33 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
13:47:33 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
13:47:33 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
13:47:33 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
13:47:33 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 82%]
13:47:33 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 82%]
13:47:33 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
13:47:33 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
13:47:33 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
13:47:33 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
13:47:33 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
13:47:33 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
13:47:33 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
13:47:33 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 83%]
13:47:33 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 83%]
13:47:33 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 83%]
13:47:33 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
13:47:33 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
13:47:33 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
13:47:33 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
13:47:33 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
13:47:33 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
13:47:33 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
13:47:33 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
13:47:33 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 84%]
13:47:33 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
13:47:33 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
13:47:33 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 85%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 85%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 86%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 86%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 87%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 88%]
13:47:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
13:47:33 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
13:47:33 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
13:47:33 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
13:47:33 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
13:47:33 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
13:47:33 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
13:47:33 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
13:47:33 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 89%]
13:47:33 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
13:47:33 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
13:47:33 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
13:47:33 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
13:47:33 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
13:47:33 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
13:47:33 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
13:47:33 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
13:47:33 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
13:47:33 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 90%]
13:47:33 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
13:47:33 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
13:47:33 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
13:47:33 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
13:47:33 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
13:47:33 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
13:47:33 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
13:47:33 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
13:47:33 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 91%]
13:47:33 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
13:47:33 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
13:47:33 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
13:47:33 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
13:47:33 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
13:47:33 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
13:47:33 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
13:47:33 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
13:47:33 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 92%]
13:47:33 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 92%]
13:47:33 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
13:47:33 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
13:47:33 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
13:47:33 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
13:47:33 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
13:47:33 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
13:47:33 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
13:47:33 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
13:47:33 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 93%]
13:47:33 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
13:47:33 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
13:47:33 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
13:47:33 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
13:47:33 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
13:47:33 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
13:47:33 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
13:47:33 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
13:47:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 94%]
13:47:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
13:47:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
13:47:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
13:47:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
13:47:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
13:47:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
13:47:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
13:47:33 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
13:47:33 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
13:47:33 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 95%]
13:47:33 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
13:47:33 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
13:47:33 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
13:47:33 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
13:47:33 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_maxint PASSED [ 96%]
13:47:33 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
13:47:33 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
13:47:33 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
13:47:33 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%]
13:47:33 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
13:47:33 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
13:47:33 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
13:47:34 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
13:47:34 
13:47:34 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
13:47:34 Name                                  Stmts   Miss Branch BrPart  Cover
13:47:34 -----------------------------------------------------------------------
13:47:34 docker/__init__.py                        8      0      0      0   100%
13:47:34 docker/api/__init__.py                    1      0      0      0   100%
13:47:34 docker/api/build.py                     126     19     92     17    82%
13:47:34 docker/api/client.py                    265     45     98     12    82%
13:47:34 docker/api/config.py                     31      1      6      2    92%
13:47:34 docker/api/container.py                 265     17    102     19    90%
13:47:34 docker/api/daemon.py                     39      2     14      4    89%
13:47:34 docker/api/exec_api.py                   46      4     22      4    88%
13:47:34 docker/api/image.py                     149     19     50     10    84%
13:47:34 docker/api/network.py                    90     13     48     12    80%
13:47:34 docker/api/plugin.py                     90     13     12      4    81%
13:47:34 docker/api/secret.py                     36      4     10      3    80%
13:47:34 docker/api/service.py                   200     60    149     32    61%
13:47:34 docker/api/swarm.py                     106     14     38     10    82%
13:47:34 docker/api/volume.py                     38      3     14      3    88%
13:47:34 docker/auth.py                          198     16     74     17    88%
13:47:34 docker/client.py                         67      4      2      0    94%
13:47:34 docker/constants.py                      20      0      0      0   100%
13:47:34 docker/context/__init__.py                2      0      0      0   100%
13:47:34 docker/context/api.py                    78     16     38      8    76%
13:47:34 docker/context/config.py                 61     27     16      2    52%
13:47:34 docker/context/context.py               138     17     58     12    83%
13:47:34 docker/credentials/__init__.py            3      0      0      0   100%
13:47:34 docker/credentials/constants.py           4      0      0      0   100%
13:47:34 docker/credentials/errors.py             11      1      2      1    85%
13:47:34 docker/credentials/store.py              50      6     16      3    83%
13:47:34 docker/credentials/utils.py              23     13     12      1    31%
13:47:34 docker/errors.py                        110     12     18      6    86%
13:47:34 docker/models/__init__.py                 0      0      0      0   100%
13:47:34 docker/models/configs.py                 21      8      0      0    62%
13:47:34 docker/models/containers.py             183      6     60      5    95%
13:47:34 docker/models/images.py                 137     29     52      3    76%
13:47:34 docker/models/networks.py                37      1      8      0    98%
13:47:34 docker/models/nodes.py                   15      1      0      0    93%
13:47:34 docker/models/plugins.py                 49     30      8      0    33%
13:47:34 docker/models/resource.py                41      9      6      2    77%
13:47:34 docker/models/secrets.py                 21      8      0      0    62%
13:47:34 docker/models/services.py                87      3     34      3    95%
13:47:34 docker/models/swarm.py                   39      3      6      3    87%
13:47:34 docker/models/volumes.py                 23      1      2      0    96%
13:47:34 docker/tls.py                            37      6     14      6    76%
13:47:34 docker/transport/__init__.py             11      3      0      0    73%
13:47:34 docker/transport/basehttpadapter.py       6      0      2      1    88%
13:47:34 docker/transport/npipeconn.py            58     53     10      0     7%
13:47:34 docker/transport/npipesocket.py         137    132     22      0     3%
13:47:34 docker/transport/sshconn.py              87     61     22      1    25%
13:47:34 docker/transport/ssladapter.py           36      8     10      4    70%
13:47:34 docker/transport/unixconn.py             65      5     12      4    88%
13:47:34 docker/types/__init__.py                  6      0      0      0   100%
13:47:34 docker/types/base.py                      5      0      2      0   100%
13:47:34 docker/types/containers.py              360     46    296     35    86%
13:47:34 docker/types/daemon.py                   36      9     14      3    68%
13:47:34 docker/types/healthcheck.py              34     12      4      1    61%
13:47:34 docker/types/networks.py                 35      4     22      3    84%
13:47:34 docker/types/services.py                312     45    206     33    83%
13:47:34 docker/types/swarm.py                    51     24     40     10    52%
13:47:34 docker/utils/__init__.py                  3      0      0      0   100%
13:47:34 docker/utils/build.py                   154     14     74      7    89%
13:47:34 docker/utils/config.py                   36      1     10      1    96%
13:47:34 docker/utils/decorators.py               32      1     12      1    95%
13:47:34 docker/utils/fnmatch.py                  55     18     28      2    61%
13:47:34 docker/utils/json_stream.py              43      8     14      2    79%
13:47:34 docker/utils/ports.py                    50      3     28      2    91%
13:47:34 docker/utils/proxy.py                    32      1     12      0    98%
13:47:34 docker/utils/socket.py                   86      8     40      7    87%
13:47:34 docker/utils/utils.py                   285     17    164     12    93%
13:47:34 docker/version.py                         2      0      0      0   100%
13:47:34 -----------------------------------------------------------------------
13:47:34 TOTAL                                  4962    904   2125    333    79%
13:47:34 
13:47:34 =========================== short test summary info ============================
13:47:34 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
13:47:34   CONFIG_RT_GROUP_SCHED isn't enabled
13:47:34 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
13:47:34   Not supported on most drivers
13:47:34 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
13:47:34   Output of docker top depends on host distro, and is not formalized.
13:47:34 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
13:47:34   This doesn't seem to be taken into account by the engine
13:47:34 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
13:47:34 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
13:47:34 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
13:47:34 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
13:47:34 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
13:47:34 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
13:47:34 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
13:47:34 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
13:47:34 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
13:47:34 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
13:47:34 
13:47:34 ======== 922 passed, 11 skipped, 5 xfailed, 4 xpassed in 342.77 seconds ========
[Pipeline] sh
13:47:34 + docker stop dpy-dind-1-0-py2.7-19.03.5 dpy-tests-1-0-py2.7-19.03.5
13:47:40 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
13:47:40 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
13:47:42 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%]
13:47:43 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%]
13:47:43 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%]
13:47:44 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
13:47:46 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
13:47:47 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
13:47:47 dpy-dind-1-0-py2.7-19.03.5
13:47:47 dpy-tests-1-0-py2.7-19.03.5
13:47:47 + docker rm -vf dpy-dind-1-0-py2.7-19.03.5 dpy-tests-1-0-py2.7-19.03.5
13:47:47 dpy-dind-1-0-py2.7-19.03.5
13:47:47 dpy-tests-1-0-py2.7-19.03.5
13:47:47 + docker network rm dpy-testnet-1-0-py2.7-19.03.5
13:47:47 dpy-testnet-1-0-py2.7-19.03.5
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:47:47 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
13:47:48 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
13:47:49 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
13:47:49 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 35%]
13:47:49 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%]
13:47:49 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%]
13:47:50 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
13:47:50 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
13:47:51 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
13:47:51 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
13:47:51 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
13:47:51 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
13:47:51 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%]
13:47:51 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%]
13:47:51 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%]
13:47:51 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%]
13:47:51 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
13:47:53 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
13:47:59 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
13:48:00 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
13:48:00 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
13:48:00 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
13:48:00 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 38%]
13:48:00 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 38%]
13:48:00 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 38%]
13:48:00 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 38%]
13:48:00 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
13:48:00 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
13:48:00 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
13:48:00 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
13:48:00 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
13:48:00 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%]
13:48:00 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 39%]
13:48:01 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 39%]
13:48:01 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 39%]
13:48:06 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
13:48:08 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
13:48:10 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
13:48:10 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
13:48:10 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
13:48:10 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
13:48:10 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%]
13:48:10 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%]
13:48:14 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%]
13:48:14 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
13:48:15 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
13:48:15 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
13:48:15 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
13:48:15 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
13:48:15 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
13:48:15 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%]
13:48:15 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 41%]
13:48:15 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%]
13:48:15 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 41%]
13:48:15 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
13:48:15 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
13:48:15 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
13:48:15 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
13:48:15 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
13:48:15 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
13:48:15 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%]
13:48:15 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 42%]
13:48:15 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%]
13:48:15 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
13:48:15 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
13:48:15 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
13:48:15 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
13:48:15 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
13:48:15 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
13:48:15 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%]
13:48:15 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%]
13:48:15 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%]
13:48:15 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%]
13:48:15 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
13:48:15 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
13:48:15 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
13:48:15 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
13:48:15 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
13:48:15 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 45%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 45%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
13:48:15 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
13:48:16 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
13:48:16 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%]
13:48:16 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%]
13:48:16 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%]
13:48:16 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%]
13:48:16 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
13:48:16 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
13:48:16 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
13:48:16 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
13:48:16 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
13:48:16 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 47%]
13:48:16 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 47%]
13:48:16 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%]
13:48:16 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%]
13:48:16 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
13:48:16 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
13:48:16 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
13:48:16 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
13:48:16 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 48%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 49%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 49%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 50%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 50%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 51%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 51%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 51%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 51%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
13:48:16 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%]
13:48:16 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 52%]
13:48:16 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 52%]
13:48:16 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 53%]
13:48:16 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 53%]
13:48:16 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 53%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 53%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 54%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 54%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 54%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 54%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 54%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 55%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 55%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 55%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 55%]
13:48:16 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 55%]
13:48:16 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%]
13:48:16 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 56%]
13:48:16 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%]
13:48:16 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
13:48:16 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
13:48:16 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 56%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 57%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 57%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 57%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 58%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 58%]
13:48:16 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%]
13:48:16 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%]
13:48:16 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%]
13:48:16 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%]
13:48:16 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
13:48:17 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
13:48:17 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
13:48:17 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
13:48:17 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%]
13:48:18 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%]
13:48:18 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 60%]
13:48:18 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 60%]
13:48:18 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%]
13:48:18 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
13:48:18 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
13:48:18 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
13:48:18 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
13:48:18 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%]
13:48:18 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%]
13:48:18 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%]
13:48:18 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%]
13:48:18 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 61%]
13:48:18 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 61%]
13:48:18 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
13:48:18 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
13:48:18 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
13:48:18 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
13:48:18 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%]
13:48:18 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%]
13:48:18 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%]
13:48:18 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%]
13:48:18 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%]
13:48:18 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
13:48:18 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
13:48:18 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
13:48:18 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
13:48:18 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%]
13:48:18 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%]
13:48:18 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%]
13:48:18 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%]
13:48:18 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%]
13:48:18 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%]
13:48:18 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
13:48:18 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
13:48:18 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
13:48:18 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
13:48:18 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%]
13:48:18 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%]
13:48:18 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%]
13:48:18 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%]
13:48:18 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%]
13:48:18 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
13:48:18 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
13:48:18 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
13:48:18 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
13:48:18 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%]
13:48:18 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%]
13:48:18 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%]
13:48:18 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%]
13:48:18 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%]
13:48:18 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%]
13:48:18 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
13:48:18 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
13:48:18 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
13:48:18 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
13:48:18 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%]
13:48:18 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 66%]
13:48:18 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 66%]
13:48:18 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%]
13:48:18 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%]
13:48:18 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
13:48:18 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
13:48:18 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
13:48:18 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
13:48:18 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%]
13:48:18 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%]
13:48:18 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%]
13:48:18 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%]
13:48:18 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%]
13:48:18 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%]
13:48:18 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
13:48:18 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
13:48:18 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
13:48:18 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 67%]
13:48:18 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 67%]
13:48:18 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 68%]
13:48:18 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
13:48:18 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
13:48:18 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
13:48:18 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
13:48:18 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
13:48:18 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 68%]
13:48:18 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 68%]
13:48:18 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 68%]
13:48:18 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
13:48:18 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
13:48:18 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
13:48:18 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 69%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 70%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 71%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 71%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
13:48:18 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
13:48:18 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
13:48:18 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
13:48:18 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
13:48:18 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
13:48:18 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 72%]
13:48:18 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
13:48:18 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
13:48:18 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
13:48:18 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
13:48:18 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
13:48:18 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
13:48:18 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
13:48:18 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
13:48:18 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 73%]
13:48:18 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 73%]
13:48:18 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
13:48:18 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
13:48:18 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
13:48:18 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
13:48:18 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
13:48:18 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
13:48:18 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
13:48:18 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%]
13:48:18 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 74%]
13:48:18 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
13:48:18 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
13:48:18 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
13:48:18 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
13:48:18 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
13:48:18 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
13:48:18 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
13:48:18 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
13:48:18 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 75%]
13:48:18 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
13:48:18 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
13:48:18 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
13:48:18 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
13:48:18 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
13:48:18 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
13:48:18 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
13:48:18 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
13:48:18 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 76%]
13:48:18 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 76%]
13:48:18 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
13:48:18 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
13:48:18 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
13:48:18 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
13:48:18 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
13:48:18 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
13:48:18 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
13:48:18 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
13:48:18 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 77%]
13:48:18 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
13:48:18 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
13:48:18 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
13:48:18 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
13:48:18 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
13:48:18 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
13:48:18 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
13:48:18 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 78%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 78%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 79%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 79%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 80%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 80%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
13:48:18 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
13:48:18 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
13:48:18 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
13:48:18 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
13:48:18 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 81%]
13:48:18 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
13:48:18 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
13:48:18 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
13:48:18 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
13:48:18 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
13:48:19 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
13:48:19 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
13:48:19 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 82%]
13:48:19 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 82%]
13:48:19 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
13:48:19 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
13:48:19 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
13:48:19 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
13:48:19 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
13:48:19 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
13:48:19 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
13:48:19 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 83%]
13:48:19 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 83%]
13:48:19 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 83%]
13:48:19 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
13:48:19 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
13:48:19 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
13:48:19 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
13:48:19 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
13:48:19 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
13:48:19 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
13:48:19 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
13:48:19 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 84%]
13:48:19 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
13:48:19 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
13:48:19 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 85%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 85%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 86%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 86%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 87%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 88%]
13:48:19 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
13:48:19 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
13:48:19 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
13:48:19 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
13:48:19 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
13:48:19 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
13:48:19 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
13:48:19 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
13:48:19 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 89%]
13:48:19 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
13:48:19 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
13:48:19 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
13:48:19 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
13:48:19 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
13:48:19 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
13:48:19 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
13:48:19 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
13:48:19 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
13:48:19 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 90%]
13:48:19 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
13:48:19 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
13:48:19 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
13:48:19 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
13:48:19 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
13:48:19 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
13:48:19 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
13:48:19 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
13:48:19 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 91%]
13:48:19 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
13:48:19 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
13:48:19 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
13:48:19 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
13:48:19 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
13:48:19 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
13:48:19 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
13:48:19 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
13:48:19 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 92%]
13:48:19 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 92%]
13:48:19 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
13:48:19 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
13:48:19 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
13:48:19 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
13:48:19 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
13:48:19 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
13:48:19 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
13:48:19 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
13:48:19 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 93%]
13:48:19 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
13:48:19 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
13:48:19 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
13:48:19 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
13:48:19 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
13:48:19 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
13:48:19 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
13:48:19 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
13:48:19 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 94%]
13:48:19 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
13:48:19 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
13:48:19 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
13:48:19 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
13:48:19 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
13:48:19 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
13:48:19 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
13:48:19 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
13:48:19 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
13:48:19 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 95%]
13:48:19 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
13:48:19 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
13:48:19 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
13:48:19 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
13:48:19 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_maxint PASSED [ 96%]
13:48:19 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
13:48:19 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
13:48:19 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
13:48:19 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%]
13:48:19 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
13:48:19 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
13:48:19 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
13:48:20 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
13:48:20 
13:48:20 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
13:48:20 Name                                  Stmts   Miss Branch BrPart  Cover
13:48:20 -----------------------------------------------------------------------
13:48:20 docker/__init__.py                        8      0      0      0   100%
13:48:20 docker/api/__init__.py                    1      0      0      0   100%
13:48:20 docker/api/build.py                     126     19     92     17    82%
13:48:20 docker/api/client.py                    265     45     98     12    82%
13:48:20 docker/api/config.py                     31      1      6      2    92%
13:48:20 docker/api/container.py                 265     17    102     19    90%
13:48:20 docker/api/daemon.py                     39      2     14      4    89%
13:48:20 docker/api/exec_api.py                   46      4     22      4    88%
13:48:20 docker/api/image.py                     149     19     50     10    84%
13:48:20 docker/api/network.py                    90     13     48     12    80%
13:48:20 docker/api/plugin.py                     90     13     12      4    81%
13:48:20 docker/api/secret.py                     36      4     10      3    80%
13:48:20 docker/api/service.py                   200     60    149     32    61%
13:48:20 docker/api/swarm.py                     106     14     38     10    82%
13:48:20 docker/api/volume.py                     38      3     14      3    88%
13:48:20 docker/auth.py                          198     16     74     17    88%
13:48:20 docker/client.py                         67      4      2      0    94%
13:48:20 docker/constants.py                      20      0      0      0   100%
13:48:20 docker/context/__init__.py                2      0      0      0   100%
13:48:20 docker/context/api.py                    78     16     38      8    76%
13:48:20 docker/context/config.py                 61     27     16      2    52%
13:48:20 docker/context/context.py               138     17     58     12    83%
13:48:20 docker/credentials/__init__.py            3      0      0      0   100%
13:48:20 docker/credentials/constants.py           4      0      0      0   100%
13:48:20 docker/credentials/errors.py             11      1      2      1    85%
13:48:20 docker/credentials/store.py              50      6     16      3    83%
13:48:20 docker/credentials/utils.py              23     13     12      1    31%
13:48:20 docker/errors.py                        110     12     18      6    86%
13:48:20 docker/models/__init__.py                 0      0      0      0   100%
13:48:20 docker/models/configs.py                 21      8      0      0    62%
13:48:20 docker/models/containers.py             183      6     60      5    95%
13:48:20 docker/models/images.py                 137     29     52      3    76%
13:48:20 docker/models/networks.py                37      1      8      0    98%
13:48:20 docker/models/nodes.py                   15      1      0      0    93%
13:48:20 docker/models/plugins.py                 49     30      8      0    33%
13:48:20 docker/models/resource.py                41      9      6      2    77%
13:48:20 docker/models/secrets.py                 21      8      0      0    62%
13:48:20 docker/models/services.py                87      3     34      3    95%
13:48:20 docker/models/swarm.py                   39      3      6      3    87%
13:48:20 docker/models/volumes.py                 23      1      2      0    96%
13:48:20 docker/tls.py                            37      6     14      6    76%
13:48:20 docker/transport/__init__.py             11      3      0      0    73%
13:48:20 docker/transport/basehttpadapter.py       6      0      2      1    88%
13:48:20 docker/transport/npipeconn.py            58     53     10      0     7%
13:48:20 docker/transport/npipesocket.py         137    132     22      0     3%
13:48:20 docker/transport/sshconn.py              87     61     22      1    25%
13:48:20 docker/transport/ssladapter.py           36      8     10      4    70%
13:48:20 docker/transport/unixconn.py             65      5     12      4    88%
13:48:20 docker/types/__init__.py                  6      0      0      0   100%
13:48:20 docker/types/base.py                      5      0      2      0   100%
13:48:20 docker/types/containers.py              360     46    296     35    86%
13:48:20 docker/types/daemon.py                   36      9     14      3    68%
13:48:20 docker/types/healthcheck.py              34     12      4      1    61%
13:48:20 docker/types/networks.py                 35      4     22      3    84%
13:48:20 docker/types/services.py                312     45    206     33    83%
13:48:20 docker/types/swarm.py                    51     24     40     10    52%
13:48:20 docker/utils/__init__.py                  3      0      0      0   100%
13:48:20 docker/utils/build.py                   154     14     74      7    89%
13:48:20 docker/utils/config.py                   36      1     10      1    96%
13:48:20 docker/utils/decorators.py               32      1     12      1    95%
13:48:20 docker/utils/fnmatch.py                  55     18     28      2    61%
13:48:20 docker/utils/json_stream.py              43      8     14      2    79%
13:48:20 docker/utils/ports.py                    50      3     28      2    91%
13:48:20 docker/utils/proxy.py                    32      1     12      0    98%
13:48:20 docker/utils/socket.py                   86      8     40      7    87%
13:48:20 docker/utils/utils.py                   285     17    164     12    93%
13:48:20 docker/version.py                         2      0      0      0   100%
13:48:20 -----------------------------------------------------------------------
13:48:20 TOTAL                                  4962    904   2125    333    79%
13:48:20 
13:48:20 =========================== short test summary info ============================
13:48:20 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
13:48:20   CONFIG_RT_GROUP_SCHED isn't enabled
13:48:20 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
13:48:20   Not supported on most drivers
13:48:20 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
13:48:20   Output of docker top depends on host distro, and is not formalized.
13:48:20 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
13:48:20   This doesn't seem to be taken into account by the engine
13:48:20 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
13:48:20 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
13:48:20 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
13:48:20 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
13:48:20 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
13:48:20 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
13:48:20 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
13:48:20 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
13:48:20 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
13:48:20 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
13:48:20 
13:48:20 ======== 922 passed, 11 skipped, 5 xfailed, 4 xpassed in 392.94 seconds ========
[Pipeline] sh
13:48:20 + docker stop dpy-dind-1-0-py2.7-19.03.11 dpy-tests-1-0-py2.7-19.03.11
13:48:32 dpy-dind-1-0-py2.7-19.03.11
13:48:32 dpy-tests-1-0-py2.7-19.03.11
13:48:32 + docker rm -vf dpy-dind-1-0-py2.7-19.03.11 dpy-tests-1-0-py2.7-19.03.11
13:48:32 dpy-dind-1-0-py2.7-19.03.11
13:48:32 dpy-tests-1-0-py2.7-19.03.11
13:48:32 + docker network rm dpy-testnet-1-0-py2.7-19.03.11
13:48:32 dpy-testnet-1-0-py2.7-19.03.11
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE