Skip to content
Success

Console Output

Pull request #2647 updated
19:26:54 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 2b1c7eb72406bcdb4b6eb3567333a27e0eb6e1ed rather than 82a7d08a3314462391f2658c573e7df76c01bf19
Obtained Jenkinsfile from 2b1c7eb72406bcdb4b6eb3567333a27e0eb6e1ed
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-038dedd3dc3529cf0) in /home/ubuntu/workspace/docker-py_PR-2647
[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-2647@tmp/7c4060ad-3abc-4375-8002-54162f810086/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
19:26:56 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:26:56 chowning workspace
[Pipeline] sh
19:26:57 + pwd
19:26:57 + id -u
19:26:57 + id -g
19:26:57 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2647:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
19:26:57 Removing all docker containers
[Pipeline] sh
19:26:58 + docker container ls -aq
[Pipeline] echo
19:26:58 Docker containers have been removed
[Pipeline] echo
19:26:58 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:26:58 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
19:26:58 using credential docker-jenkins-github-credentials
19:26:58 Cloning the remote Git repository
19:26:58 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2647 # 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/2647/head:refs/remotes/origin/PR-2647 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:26:59 Fetching without tags
19:26:59 Merging remotes/origin/master commit 2b1c7eb72406bcdb4b6eb3567333a27e0eb6e1ed into PR head commit 82a7d08a3314462391f2658c573e7df76c01bf19
19:26:59 Merge succeeded, producing 467d11db1337ba79ca1644bf7c4730b00cc9e676
19:26:59 Checking out Revision 467d11db1337ba79ca1644bf7c4730b00cc9e676 (PR-2647)
19:26:59 Commit message: "Merge commit '2b1c7eb72406bcdb4b6eb3567333a27e0eb6e1ed' into HEAD"
19:26:59 First time build. Skipping changelog.
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2647/head:refs/remotes/origin/PR-2647 # 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/2647/head:refs/remotes/origin/PR-2647 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 82a7d08a3314462391f2658c573e7df76c01bf19 # timeout=10
 > git merge 2b1c7eb72406bcdb4b6eb3567333a27e0eb6e1ed # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 467d11db1337ba79ca1644bf7c4730b00cc9e676 # timeout=10
 > git rev-list --no-walk 811f36368e4e05385ea6b74b5302e1194a7c4de0 # timeout=10
[Pipeline] sh
19:27:00 + git rev-parse HEAD
[Pipeline] isUnix
[Pipeline] sh
19:27:00 + docker pull dockerbuildbot/docker-py:py2-467d11db1337ba79ca1644bf7c4730b00cc9e676
19:27:00 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-467d11db1337ba79ca1644bf7c4730b00cc9e676 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
19:27:01 + docker build -t dockerbuildbot/docker-py:py2-467d11db1337ba79ca1644bf7c4730b00cc9e676 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
19:27:01 Sending build context to Docker daemon  1.317MB

19:27:01 Step 1/19 : ARG PYTHON_VERSION=3.7
19:27:01 Step 2/19 : FROM python:${PYTHON_VERSION}
19:27:01 2.7: Pulling from library/python
19:27:01 7e2b2a5af8f6: Pulling fs layer
19:27:01 09b6f03ffac4: Pulling fs layer
19:27:01 dc3f0c679f0f: Pulling fs layer
19:27:01 fd4b47407fc3: Pulling fs layer
19:27:01 b32f6bf7d96d: Pulling fs layer
19:27:01 6f4489a7e4cf: Pulling fs layer
19:27:01 af4b99ad9ef0: Pulling fs layer
19:27:01 39db0bc48c26: Pulling fs layer
19:27:01 acb4a89489fc: Pulling fs layer
19:27:01 6f4489a7e4cf: Waiting
19:27:01 af4b99ad9ef0: Waiting
19:27:01 39db0bc48c26: Waiting
19:27:01 acb4a89489fc: Waiting
19:27:01 fd4b47407fc3: Waiting
19:27:01 b32f6bf7d96d: Waiting
19:27:01 09b6f03ffac4: Verifying Checksum
19:27:01 09b6f03ffac4: Download complete
19:27:01 dc3f0c679f0f: Verifying Checksum
19:27:01 dc3f0c679f0f: Download complete
19:27:01 7e2b2a5af8f6: Verifying Checksum
19:27:01 7e2b2a5af8f6: Download complete
19:27:02 6f4489a7e4cf: Verifying Checksum
19:27:02 6f4489a7e4cf: Download complete
19:27:02 fd4b47407fc3: Verifying Checksum
19:27:02 fd4b47407fc3: Download complete
19:27:02 39db0bc48c26: Verifying Checksum
19:27:02 39db0bc48c26: Download complete
19:27:02 af4b99ad9ef0: Verifying Checksum
19:27:02 af4b99ad9ef0: Download complete
19:27:03 acb4a89489fc: Verifying Checksum
19:27:03 acb4a89489fc: Download complete
19:27:04 b32f6bf7d96d: Verifying Checksum
19:27:04 b32f6bf7d96d: Download complete
19:27:05 7e2b2a5af8f6: Pull complete
19:27:05 09b6f03ffac4: Pull complete
19:27:06 dc3f0c679f0f: Pull complete
19:27:08 fd4b47407fc3: Pull complete
19:27:14 b32f6bf7d96d: Pull complete
19:27:14 6f4489a7e4cf: Pull complete
19:27:15 af4b99ad9ef0: Pull complete
19:27:15 39db0bc48c26: Pull complete
19:27:16 acb4a89489fc: Pull complete
19:27:16 Digest: sha256:cfa62318c459b1fde9e0841c619906d15ada5910d625176e24bf692cf8a2601d
19:27:16 Status: Downloaded newer image for python:2.7
19:27:16  ---> 68e7be49c28c
19:27:16 Step 3/19 : ARG APT_MIRROR
19:27:17  ---> Running in 3f9e1bfe3121
19:27:17 Removing intermediate container 3f9e1bfe3121
19:27:17  ---> d7b8c824a62c
19:27:17 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
19:27:17  ---> Running in 6f8c1a20323e
19:27:18 Removing intermediate container 6f8c1a20323e
19:27:18  ---> 4302bdf33fc2
19:27:18 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
19:27:18  ---> Running in 87474efba37a
19:27:18 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:27:18 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 Packages [220 kB]
19:27:18 Get:3 http://deb.debian.org/debian buster InRelease [122 kB]
19:27:18 Get:4 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:27:18 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
19:27:19 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
19:27:20 Fetched 8374 kB in 2s (5204 kB/s)
19:27:20 Reading package lists...
19:27:21 Reading package lists...
19:27:21 Building dependency tree...
19:27:21 Reading state information...
19:27:21 curl is already the newest version (7.64.0-4+deb10u1).
19:27:21 The following additional packages will be installed:
19:27:21   libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip
19:27:21 Suggested packages:
19:27:21   libxml-simple-perl ruby
19:27:21 The following NEW packages will be installed:
19:27:21   gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip
19:27:22 0 upgraded, 9 newly installed, 0 to remove and 52 not upgraded.
19:27:22 Need to get 708 kB of archives.
19:27:22 After this operation, 1197 kB of additional disk space will be used.
19:27:22 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
19:27:22 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB]
19:27:22 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
19:27:22 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
19:27:22 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
19:27:22 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
19:27:22 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB]
19:27:22 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
19:27:22 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB]
19:27:22 debconf: delaying package configuration, since apt-utils is not installed
19:27:22 Fetched 708 kB in 0s (2442 kB/s)
19:27:22 Selecting previously unselected package gnupg2.
19:27:22 (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.)
19:27:22 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ...
19:27:22 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
19:27:22 Selecting previously unselected package libqrencode4:amd64.
19:27:22 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ...
19:27:22 Unpacking libqrencode4:amd64 (4.0.2-1) ...
19:27:22 Selecting previously unselected package libxmu6:amd64.
19:27:22 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
19:27:22 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
19:27:22 Selecting previously unselected package libxmuu1:amd64.
19:27:22 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
19:27:22 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
19:27:22 Selecting previously unselected package tree.
19:27:22 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ...
19:27:22 Unpacking tree (1.8.0-1) ...
19:27:22 Selecting previously unselected package pass.
19:27:22 Preparing to unpack .../5-pass_1.7.3-2_all.deb ...
19:27:22 Unpacking pass (1.7.3-2) ...
19:27:22 Selecting previously unselected package qrencode.
19:27:22 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ...
19:27:22 Unpacking qrencode (4.0.2-1) ...
19:27:22 Selecting previously unselected package xauth.
19:27:22 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ...
19:27:22 Unpacking xauth (1:1.0.10-1) ...
19:27:22 Selecting previously unselected package xclip.
19:27:22 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ...
19:27:22 Unpacking xclip (0.13-1) ...
19:27:22 Setting up gnupg2 (2.2.12-1+deb10u1) ...
19:27:22 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
19:27:22 Setting up libqrencode4:amd64 (4.0.2-1) ...
19:27:22 Setting up qrencode (4.0.2-1) ...
19:27:22 Setting up tree (1.8.0-1) ...
19:27:22 Setting up xclip (0.13-1) ...
19:27:22 Setting up pass (1.7.3-2) ...
19:27:22 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
19:27:22 Setting up xauth (1:1.0.10-1) ...
19:27:22 Processing triggers for libc-bin (2.28-10) ...
19:27:23 Removing intermediate container 87474efba37a
19:27:23  ---> 1dd9cf51f24c
19:27:23 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
19:27:23  ---> 043caabf324b
19:27:23 Step 7/19 : RUN gpg2 --import gpg-keys/secret
19:27:23  ---> Running in 627a3dea06c9
19:27:24 gpg: directory '/root/.gnupg' created
19:27:24 gpg: keybox '/root/.gnupg/pubring.kbx' created
19:27:24 gpg: /root/.gnupg/trustdb.gpg: trustdb created
19:27:24 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
19:27:24 gpg: key 464ED987A7B21401: secret key imported
19:27:24 gpg: Total number processed: 1
19:27:24 gpg:               imported: 1
19:27:24 gpg:       secret keys read: 1
19:27:24 gpg:   secret keys imported: 1
19:27:24 Removing intermediate container 627a3dea06c9
19:27:24  ---> eab2ff64f864
19:27:24 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
19:27:24  ---> Running in 939838fe0276
19:27:24 gpg: inserting ownertrust of 6
19:27:25 Removing intermediate container 939838fe0276
19:27:25  ---> 505c3ff15e4c
19:27:25 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
19:27:25  ---> Running in 8c1e8d6ce1a5
19:27:25 gpg: please do a --check-trustdb
19:27:25 mkdir: created directory '/root/.password-store/'
19:27:25 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
19:27:25 Removing intermediate container 8c1e8d6ce1a5
19:27:25  ---> 11f043ecc0c4
19:27:25 Step 10/19 : RUN gpg2 --check-trustdb
19:27:26  ---> Running in 786a79eac697
19:27:26 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
19:27:26 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
19:27:26 Removing intermediate container 786a79eac697
19:27:26  ---> d7f50954c87d
19:27:26 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
19:27:26  ---> Running in 5127698160d8
19:27:26 Removing intermediate container 5127698160d8
19:27:26  ---> 0166ed43147e
19:27:26 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
19:27:26  ---> Running in 857428e77bb3
19:27:27 Removing intermediate container 857428e77bb3
19:27:27  ---> 5f3af7ca2b54
19:27:27 Step 13/19 : WORKDIR /src
19:27:27  ---> Running in f84aa430829d
19:27:27 Removing intermediate container f84aa430829d
19:27:27  ---> 736e4c2f47f0
19:27:27 Step 14/19 : COPY requirements.txt /src/requirements.txt
19:27:28  ---> 863810a4ee87
19:27:28 Step 15/19 : RUN pip install -r requirements.txt
19:27:28  ---> Running in bf51a65fdfc4
19:27:28 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
19:27:28 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
19:27:28 Requirement already satisfied: appdirs==1.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (1.4.3)
19:27:32 Collecting asn1crypto==0.22.0
19:27:33   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
19:27:33 Collecting backports.ssl-match-hostname==3.5.0.1
19:27:33   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
19:27:34 Collecting cffi==1.10.0
19:27:34   Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB)
19:27:34 Collecting cryptography==2.3
19:27:34   Downloading cryptography-2.3-cp27-cp27mu-manylinux1_x86_64.whl (2.1 MB)
19:27:34 Collecting enum34==1.1.6
19:27:34   Downloading enum34-1.1.6-py2-none-any.whl (12 kB)
19:27:34 Collecting idna==2.5
19:27:34   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
19:27:34 Collecting ipaddress==1.0.18
19:27:34   Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB)
19:27:34 Collecting packaging==16.8
19:27:34   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
19:27:35 Collecting paramiko==2.4.2
19:27:35   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
19:27:35 Collecting pycparser==2.17
19:27:35   Downloading pycparser-2.17.tar.gz (231 kB)
19:27:35 Collecting pyOpenSSL==18.0.0
19:27:35   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
19:27:35 Collecting pyparsing==2.2.0
19:27:35   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
19:27:35 Collecting requests==2.20.0
19:27:35   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
19:27:35 Collecting six==1.10.0
19:27:35   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
19:27:35 Collecting urllib3==1.24.3
19:27:35   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
19:27:35 Collecting websocket-client==0.56.0
19:27:35   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
19:27:35 Collecting pyasn1>=0.1.7
19:27:35   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
19:27:35 Collecting pynacl>=1.0.1
19:27:35   Downloading PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964 kB)
19:27:35 Collecting bcrypt>=3.1.3
19:27:35   Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB)
19:27:36 Collecting certifi>=2017.4.17
19:27:36   Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB)
19:27:36 Collecting chardet<3.1.0,>=3.0.2
19:27:36   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
19:27:36 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
19:27:36   Building wheel for backports.ssl-match-hostname (setup.py): started
19:27:36   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
19:27:36   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=bcde67dcd62865892746760e9665a6f7035a3a7be500e4208b0521e8b9e81d0c
19:27:36   Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f
19:27:36   Building wheel for pycparser (setup.py): started
19:27:36   Building wheel for pycparser (setup.py): finished with status 'done'
19:27:36   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193886 sha256=8b27bdfb7ad6e7954d35eed6b0d8f5d019e92322306e79c1837a0965e78ccc5f
19:27:36   Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3
19:27:36 Successfully built backports.ssl-match-hostname pycparser
19:27:36 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
19:27:36   Attempting uninstall: six
19:27:36     Found existing installation: six 1.14.0
19:27:36     Uninstalling six-1.14.0:
19:27:36       Successfully uninstalled six-1.14.0
19:27:37 Successfully installed asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.6.20 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
19:27:42 WARNING: You are using pip version 20.0.2; however, version 20.2.2 is available.
19:27:42 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
19:27:42 Removing intermediate container bf51a65fdfc4
19:27:42  ---> 58b02c337f6a
19:27:42 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
19:27:42  ---> bcd4afbd5dad
19:27:42 Step 17/19 : RUN pip install -r test-requirements.txt
19:27:42  ---> Running in 71d705734a05
19:27: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
19:27:47 Collecting setuptools==44.0.0
19:27:49   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
19:27:49 Collecting coverage==4.5.2
19:27:49   Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB)
19:27:49 Collecting flake8==3.6.0
19:27:49   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
19:27:49 Collecting mock==1.0.1
19:27:49   Downloading mock-1.0.1.tar.gz (818 kB)
19:27:50 Collecting pytest==4.3.1
19:27:50   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
19:27:50 Collecting pytest-cov==2.6.1
19:27:50   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
19:27:50 Collecting pytest-timeout==1.3.3
19:27:50   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
19:27:50 Collecting pyflakes<2.1.0,>=2.0.0
19:27:50   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
19:27: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)
19:27: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)
19:27:50 Collecting pycodestyle<2.5.0,>=2.4.0
19:27:50   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
19:27:50 Collecting mccabe<0.7.0,>=0.6.0
19:27:50   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
19:27: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)
19:27: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)
19:27:50 Collecting py>=1.5.0
19:27:50   Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
19:27:50 Collecting attrs>=17.4.0
19:27:50   Downloading attrs-20.1.0-py2.py3-none-any.whl (49 kB)
19:27:50 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7"
19:27:50   Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB)
19:27:50 Collecting atomicwrites>=1.0
19:27:50   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
19:27:50 Collecting pluggy>=0.7
19:27:50   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
19:27:50 Collecting funcsigs; python_version < "3.0"
19:27:50   Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB)
19:27:50 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)
19:27:50 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)
19:27:50 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)
19:27:50 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)
19:27:50 Building wheels for collected packages: mock
19:27:50   Building wheel for mock (setup.py): started
19:27:50   Building wheel for mock (setup.py): finished with status 'done'
19:27:50   Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=4523116b00ce2fa88001ae5e2597e1c77f527fe17e3f9f81fc7acefb1d73cce8
19:27:50   Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660
19:27:50 Successfully built mock
19:27:51 Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, py, attrs, more-itertools, atomicwrites, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout
19:27:51   Attempting uninstall: setuptools
19:27:51     Found existing installation: setuptools 44.1.0
19:27:51     Uninstalling setuptools-44.1.0:
19:27:51       Successfully uninstalled setuptools-44.1.0
19:27:51 Successfully installed atomicwrites-1.4.0 attrs-20.1.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.9.0 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
19:27:52 WARNING: You are using pip version 20.0.2; however, version 20.2.2 is available.
19:27:52 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
19:27:52 Removing intermediate container 71d705734a05
19:27:52  ---> 7a7bc1a8d63c
19:27:52 Step 18/19 : COPY . /src
19:27:52  ---> 2e51c2a2da82
19:27:52 Step 19/19 : RUN pip install .
19:27:52  ---> Running in 3f1a5f270d11
19:27:53 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
19:27:53 Processing /src
19:27:53 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
19:27:53 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (0.56.0)
19:27:53 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (2.20.0)
19:27:53 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (3.5.0.1)
19:27:53 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.0.18)
19:27:53 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.4.0.dev0) (2020.6.20)
19:27:53 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.4.0.dev0) (2.5)
19:27:53 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.4.0.dev0) (3.0.4)
19:27:53 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.4.0.dev0) (1.24.3)
19:27:53 Building wheels for collected packages: docker
19:27:53   Building wheel for docker (setup.py): started
19:27:53   Building wheel for docker (setup.py): finished with status 'done'
19:27:53   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=145333 sha256=ae34b389a21967af61d0bf422b16aa75ffa18c7b37a61d134f5e79fcd51f2ed6
19:27:53   Stored in directory: /tmp/pip-ephem-wheel-cache-MU7YvP/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
19:27:53 Successfully built docker
19:27:54 Installing collected packages: docker
19:27:54 Successfully installed docker-4.4.0.dev0
19:27:54 WARNING: You are using pip version 20.0.2; however, version 20.2.2 is available.
19:27:54 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
19:27:54 Removing intermediate container 3f1a5f270d11
19:27:54  ---> 50daa229aaf5
19:27:54 Successfully built 50daa229aaf5
19:27:54 Successfully tagged dockerbuildbot/docker-py:py2-467d11db1337ba79ca1644bf7c4730b00cc9e676
[Pipeline] isUnix
[Pipeline] sh
19:27:55 + docker tag dockerbuildbot/docker-py:py2-467d11db1337ba79ca1644bf7c4730b00cc9e676 dockerbuildbot/docker-py:py2-467d11db1337ba79ca1644bf7c4730b00cc9e676
[Pipeline] isUnix
[Pipeline] sh
19:27:55 + docker push dockerbuildbot/docker-py:py2-467d11db1337ba79ca1644bf7c4730b00cc9e676
19:27:55 The push refers to repository [docker.io/dockerbuildbot/docker-py]
19:27:55 d6c747bd719e: Preparing
19:27:55 c6a3c2bdbd5c: Preparing
19:27:55 8b888ab19fb2: Preparing
19:27:55 a5dcbc124f0d: Preparing
19:27:55 9cfaf5298f8c: Preparing
19:27:55 c20f3f1608d4: Preparing
19:27:55 f30ee26216b8: Preparing
19:27:55 83d6ad9e67d6: Preparing
19:27:55 578dc65fe21f: Preparing
19:27:55 1558b6fcd098: Preparing
19:27:55 6bc4d3c44ac0: Preparing
19:27:55 1d502c7425bb: Preparing
19:27:55 edc1ef480597: Preparing
19:27:55 1ce3e57c4340: Preparing
19:27:55 ce3050c7a76d: Preparing
19:27:55 e571d2d3c73c: Preparing
19:27:55 da7b0a80a4f2: Preparing
19:27:55 ceee8816bb96: Preparing
19:27:55 47458fb45d99: Preparing
19:27:55 46829331b1e4: Preparing
19:27:55 d35c5bda4793: Preparing
19:27:55 a3c1026c6bcc: Preparing
19:27:55 f1d420c2af1a: Preparing
19:27:55 461719022993: Preparing
19:27:55 c20f3f1608d4: Waiting
19:27:55 f30ee26216b8: Waiting
19:27:55 83d6ad9e67d6: Waiting
19:27:55 578dc65fe21f: Waiting
19:27:55 1558b6fcd098: Waiting
19:27:55 6bc4d3c44ac0: Waiting
19:27:55 1d502c7425bb: Waiting
19:27:55 edc1ef480597: Waiting
19:27:55 1ce3e57c4340: Waiting
19:27:55 ce3050c7a76d: Waiting
19:27:55 e571d2d3c73c: Waiting
19:27:55 da7b0a80a4f2: Waiting
19:27:55 47458fb45d99: Waiting
19:27:55 46829331b1e4: Waiting
19:27:55 d35c5bda4793: Waiting
19:27:55 a3c1026c6bcc: Waiting
19:27:55 f1d420c2af1a: Waiting
19:27:55 461719022993: Waiting
19:27:55 ceee8816bb96: Waiting
19:27:56 d6c747bd719e: Pushed
19:27:56 a5dcbc124f0d: Pushed
19:27:57 c6a3c2bdbd5c: Pushed
19:27:57 c20f3f1608d4: Pushed
19:27:57 8b888ab19fb2: Pushed
19:27:57 f30ee26216b8: Pushed
19:27:58 1558b6fcd098: Pushed
19:27:58 83d6ad9e67d6: Pushed
19:27:58 578dc65fe21f: Pushed
19:27:58 9cfaf5298f8c: Pushed
19:27:59 6bc4d3c44ac0: Pushed
19:27:59 e571d2d3c73c: Layer already exists
19:27:59 1d502c7425bb: Pushed
19:27:59 da7b0a80a4f2: Layer already exists
19:27:59 ceee8816bb96: Layer already exists
19:27:59 47458fb45d99: Layer already exists
19:27:59 46829331b1e4: Layer already exists
19:27:59 d35c5bda4793: Layer already exists
19:27:59 a3c1026c6bcc: Layer already exists
19:27:59 f1d420c2af1a: Layer already exists
19:27:59 461719022993: Layer already exists
19:27:59 ce3050c7a76d: Pushed
19:28:00 edc1ef480597: Pushed
19:28:01 1ce3e57c4340: Pushed
19:28:02 py2-467d11db1337ba79ca1644bf7c4730b00cc9e676: digest: sha256:8e4458162f2354317eb70dac34b2ce8d597e21323e309cd7ecde1de6a7522c44 size: 5353
[Pipeline] isUnix
[Pipeline] sh
19:28:02 + docker pull dockerbuildbot/docker-py:py3-467d11db1337ba79ca1644bf7c4730b00cc9e676
19:28:02 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-467d11db1337ba79ca1644bf7c4730b00cc9e676 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
19:28:02 + docker build -t dockerbuildbot/docker-py:py3-467d11db1337ba79ca1644bf7c4730b00cc9e676 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
19:28:02 Sending build context to Docker daemon  1.317MB

19:28:02 Step 1/19 : ARG PYTHON_VERSION=3.7
19:28:02 Step 2/19 : FROM python:${PYTHON_VERSION}
19:28:02 3.7: Pulling from library/python
19:28:03 d6ff36c9ec48: Already exists
19:28:03 c958d65b3090: Already exists
19:28:03 edaf0a6b092f: Already exists
19:28:03 80931cf68816: Already exists
19:28:03 bc1b8aca3825: Pulling fs layer
19:28:03 edfe96a4dd20: Pulling fs layer
19:28:03 7703a05dd304: Pulling fs layer
19:28:03 a0af5a4f33d6: Pulling fs layer
19:28:03 090f2a33a6a4: Pulling fs layer
19:28:03 a0af5a4f33d6: Waiting
19:28:03 090f2a33a6a4: Waiting
19:28:03 edfe96a4dd20: Verifying Checksum
19:28:03 edfe96a4dd20: Download complete
19:28:03 7703a05dd304: Verifying Checksum
19:28:03 7703a05dd304: Download complete
19:28:03 a0af5a4f33d6: Verifying Checksum
19:28:03 a0af5a4f33d6: Download complete
19:28:03 090f2a33a6a4: Verifying Checksum
19:28:03 090f2a33a6a4: Download complete
19:28:05 bc1b8aca3825: Verifying Checksum
19:28:05 bc1b8aca3825: Download complete
19:28:11 bc1b8aca3825: Pull complete
19:28:11 edfe96a4dd20: Pull complete
19:28:12 7703a05dd304: Pull complete
19:28:12 a0af5a4f33d6: Pull complete
19:28:12 090f2a33a6a4: Pull complete
19:28:12 Digest: sha256:0bb57c218e452ace5a4d55ee3c56e3c57e29c7f43cf55192acf7289becff4b0e
19:28:12 Status: Downloaded newer image for python:3.7
19:28:12  ---> 5c1cd4638fb7
19:28:12 Step 3/19 : ARG APT_MIRROR
19:28:13  ---> Running in 4109695f48c3
19:28:13 Removing intermediate container 4109695f48c3
19:28:13  ---> 16316cd8bb79
19:28:13 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
19:28:13  ---> Running in 93473f56e78a
19:28:14 Removing intermediate container 93473f56e78a
19:28:14  ---> d37d04bb1bc2
19:28:14 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
19:28:14  ---> Running in 2e1ae1b85cef
19:28:14 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
19:28:14 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:28:14 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:28:15 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [220 kB]
19:28:15 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
19:28:15 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
19:28:16 Fetched 8374 kB in 2s (4689 kB/s)
19:28:17 Reading package lists...
19:28:17 Reading package lists...
19:28:17 Building dependency tree...
19:28:17 Reading state information...
19:28:17 curl is already the newest version (7.64.0-4+deb10u1).
19:28:17 The following additional packages will be installed:
19:28:17   libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip
19:28:17 Suggested packages:
19:28:17   libxml-simple-perl ruby
19:28:18 The following NEW packages will be installed:
19:28:18   gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip
19:28:18 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
19:28:18 Need to get 708 kB of archives.
19:28:18 After this operation, 1197 kB of additional disk space will be used.
19:28:18 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
19:28:18 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB]
19:28:18 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
19:28:18 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
19:28:18 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
19:28:18 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
19:28:18 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB]
19:28:18 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
19:28:18 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB]
19:28:18 debconf: delaying package configuration, since apt-utils is not installed
19:28:18 Fetched 708 kB in 0s (1866 kB/s)
19:28:18 Selecting previously unselected package gnupg2.
19:28:18 (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 ... 24604 files and directories currently installed.)
19:28:18 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ...
19:28:18 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
19:28:18 Selecting previously unselected package libqrencode4:amd64.
19:28:18 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ...
19:28:18 Unpacking libqrencode4:amd64 (4.0.2-1) ...
19:28:18 Selecting previously unselected package libxmu6:amd64.
19:28:18 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
19:28:18 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
19:28:18 Selecting previously unselected package libxmuu1:amd64.
19:28:18 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
19:28:18 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
19:28:18 Selecting previously unselected package tree.
19:28:18 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ...
19:28:19 Unpacking tree (1.8.0-1) ...
19:28:19 Selecting previously unselected package pass.
19:28:19 Preparing to unpack .../5-pass_1.7.3-2_all.deb ...
19:28:19 Unpacking pass (1.7.3-2) ...
19:28:19 Selecting previously unselected package qrencode.
19:28:19 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ...
19:28:19 Unpacking qrencode (4.0.2-1) ...
19:28:19 Selecting previously unselected package xauth.
19:28:19 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ...
19:28:19 Unpacking xauth (1:1.0.10-1) ...
19:28:19 Selecting previously unselected package xclip.
19:28:19 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ...
19:28:19 Unpacking xclip (0.13-1) ...
19:28:19 Setting up gnupg2 (2.2.12-1+deb10u1) ...
19:28:19 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
19:28:19 Setting up libqrencode4:amd64 (4.0.2-1) ...
19:28:19 Setting up qrencode (4.0.2-1) ...
19:28:19 Setting up tree (1.8.0-1) ...
19:28:19 Setting up xclip (0.13-1) ...
19:28:19 Setting up pass (1.7.3-2) ...
19:28:19 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
19:28:19 Setting up xauth (1:1.0.10-1) ...
19:28:19 Processing triggers for libc-bin (2.28-10) ...
19:28:20 Removing intermediate container 2e1ae1b85cef
19:28:20  ---> ffe79ebf52c5
19:28:20 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
19:28:20  ---> 7b8883a8a83f
19:28:20 Step 7/19 : RUN gpg2 --import gpg-keys/secret
19:28:20  ---> Running in 3cc9ed4f1d26
19:28:20 gpg: directory '/root/.gnupg' created
19:28:20 gpg: keybox '/root/.gnupg/pubring.kbx' created
19:28:20 gpg: /root/.gnupg/trustdb.gpg: trustdb created
19:28:20 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
19:28:20 gpg: key 464ED987A7B21401: secret key imported
19:28:20 gpg: Total number processed: 1
19:28:20 gpg:               imported: 1
19:28:20 gpg:       secret keys read: 1
19:28:20 gpg:   secret keys imported: 1
19:28:21 Removing intermediate container 3cc9ed4f1d26
19:28:21  ---> 74c675d006aa
19:28:21 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
19:28:21  ---> Running in 5234e5b8eb99
19:28:21 gpg: inserting ownertrust of 6
19:28:22 Removing intermediate container 5234e5b8eb99
19:28:22  ---> 623daaf5457a
19:28:22 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
19:28:22  ---> Running in 9ae583f8af27
19:28:22 gpg: please do a --check-trustdb
19:28:22 mkdir: created directory '/root/.password-store/'
19:28:22 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
19:28:22 Removing intermediate container 9ae583f8af27
19:28:22  ---> 62ca29f7f8b6
19:28:22 Step 10/19 : RUN gpg2 --check-trustdb
19:28:22  ---> Running in 162fc41c3fd0
19:28:23 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
19:28:23 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
19:28:23 Removing intermediate container 162fc41c3fd0
19:28:23  ---> 1c860aa3968e
19:28:23 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
19:28:23  ---> Running in ef98927e7e4f
19:28:23 Removing intermediate container ef98927e7e4f
19:28:23  ---> 538612d2dec5
19:28:23 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
19:28:23  ---> Running in 32e0f73678f9
19:28:24 Removing intermediate container 32e0f73678f9
19:28:24  ---> a1c7559c398d
19:28:24 Step 13/19 : WORKDIR /src
19:28:24  ---> Running in 0bc7337fe702
19:28:24 Removing intermediate container 0bc7337fe702
19:28:24  ---> e7d8612effd2
19:28:24 Step 14/19 : COPY requirements.txt /src/requirements.txt
19:28:24  ---> badfdcb87ed5
19:28:24 Step 15/19 : RUN pip install -r requirements.txt
19:28:24  ---> Running in 01ec6354f612
19:28:26 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
19:28:30 Collecting appdirs==1.4.3
19:28:31   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
19:28:31 Collecting asn1crypto==0.22.0
19:28:31   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
19:28:31 Collecting backports.ssl-match-hostname==3.5.0.1
19:28:31   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
19:28:32 Collecting cffi==1.10.0
19:28:32   Downloading cffi-1.10.0.tar.gz (418 kB)
19:28:32 Collecting cryptography==2.3
19:28:32   Downloading cryptography-2.3-cp34-abi3-manylinux1_x86_64.whl (2.1 MB)
19:28:32 Collecting enum34==1.1.6
19:28:32   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
19:28:32 Collecting idna==2.5
19:28:32   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
19:28:32 Collecting ipaddress==1.0.18
19:28:32   Downloading ipaddress-1.0.18.tar.gz (32 kB)
19:28:33 Collecting packaging==16.8
19:28:33   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
19:28:33 Collecting paramiko==2.4.2
19:28:33   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
19:28:33 Collecting pycparser==2.17
19:28:33   Downloading pycparser-2.17.tar.gz (231 kB)
19:28:33 Collecting pyOpenSSL==18.0.0
19:28:33   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
19:28:33 Collecting pyparsing==2.2.0
19:28:33   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
19:28:33 Collecting requests==2.20.0
19:28:33   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
19:28:33 Collecting six==1.10.0
19:28:33   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
19:28:33 Collecting urllib3==1.24.3
19:28:33   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
19:28:33 Collecting websocket-client==0.56.0
19:28:33   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
19:28:33 Collecting pyasn1>=0.1.7
19:28:33   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
19:28:33 Collecting pynacl>=1.0.1
19:28:33   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
19:28:33 Collecting bcrypt>=3.1.3
19:28:33   Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
19:28:33 Collecting chardet<3.1.0,>=3.0.2
19:28:33   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
19:28:33 Collecting certifi>=2017.4.17
19:28:33   Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB)
19:28:34 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
19:28:34   Building wheel for backports.ssl-match-hostname (setup.py): started
19:28:34   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
19:28:34   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=a7ecf81e1455f41c976647604f13acdc011ccec7793f3552f49c035f28d7896f
19:28:34   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
19:28:34   Building wheel for cffi (setup.py): started
19:28:37   Building wheel for cffi (setup.py): finished with status 'done'
19:28:37   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371216 sha256=ca5f62755e790900815983097a3391985daeecbe75940d61f188d5a0fc9ed3b7
19:28:37   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
19:28:37   Building wheel for ipaddress (setup.py): started
19:28:38   Building wheel for ipaddress (setup.py): finished with status 'done'
19:28:38   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18105 sha256=791a888bae2bbfaebc10e672f205cd1ffb3107c2c27e0541138fcfcfae5511d3
19:28:38   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
19:28:38   Building wheel for pycparser (setup.py): started
19:28:38   Building wheel for pycparser (setup.py): finished with status 'done'
19:28:38   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192838 sha256=5b318ac7cfa6897a36382b33c4d1bba120cfc907dc933077a680d4910b4518ea
19:28:38   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
19:28:38 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
19:28:38 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, idna, six, cryptography, enum34, ipaddress, pyparsing, packaging, pyasn1, pynacl, bcrypt, paramiko, pyOpenSSL, chardet, urllib3, certifi, requests, websocket-client
19:28:39 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.0 certifi-2020.6.20 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
19:28:44 Removing intermediate container 01ec6354f612
19:28:44  ---> df6f6c70af9f
19:28:44 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
19:28:44  ---> e95890849579
19:28:44 Step 17/19 : RUN pip install -r test-requirements.txt
19:28:45  ---> Running in f2a48221160f
19:28:50 Collecting setuptools==44.0.0
19:28:50   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
19:28:51 Collecting coverage==4.5.2
19:28:51   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
19:28:51 Collecting flake8==3.6.0
19:28:51   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
19:28:51 Collecting mock==1.0.1
19:28:51   Downloading mock-1.0.1.tar.gz (818 kB)
19:28:52 Collecting pytest==4.3.1
19:28:52   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
19:28:52 Collecting pytest-cov==2.6.1
19:28:52   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
19:28:52 Collecting pytest-timeout==1.3.3
19:28:52   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
19:28:52 Collecting pyflakes<2.1.0,>=2.0.0
19:28:52   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
19:28:52 Collecting mccabe<0.7.0,>=0.6.0
19:28:52   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
19:28:52 Collecting pycodestyle<2.5.0,>=2.4.0
19:28:52   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
19:28:52 Collecting pluggy>=0.7
19:28:52   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
19:28:52 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)
19:28:52 Collecting atomicwrites>=1.0
19:28:52   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
19:28:52 Collecting more-itertools>=4.0.0; python_version > "2.7"
19:28:52   Downloading more_itertools-8.4.0-py3-none-any.whl (43 kB)
19:28:52 Collecting attrs>=17.4.0
19:28:52   Downloading attrs-20.1.0-py2.py3-none-any.whl (49 kB)
19:28:52 Collecting py>=1.5.0
19:28:52   Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
19:28:52 Collecting importlib-metadata>=0.12; python_version < "3.8"
19:28:52   Downloading importlib_metadata-1.7.0-py2.py3-none-any.whl (31 kB)
19:28:52 Collecting zipp>=0.5
19:28:52   Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB)
19:28:52 Building wheels for collected packages: mock
19:28:52   Building wheel for mock (setup.py): started
19:28:52   Building wheel for mock (setup.py): finished with status 'done'
19:28:52   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23754 sha256=0e84b3cf2f4b07779a76944b65a7f03b8c8143675d5626d753feffb41ba64fad
19:28:52   Stored in directory: /root/.cache/pip/wheels/16/03/37/f0a64ab894c9102906f192db1a4071b7592292ad661563c69b
19:28:52 Successfully built mock
19:28:52 Installing collected packages: setuptools, coverage, pyflakes, mccabe, pycodestyle, flake8, mock, zipp, importlib-metadata, pluggy, atomicwrites, more-itertools, attrs, py, pytest, pytest-cov, pytest-timeout
19:28:52   Attempting uninstall: setuptools
19:28:52     Found existing installation: setuptools 49.6.0
19:28:52     Uninstalling setuptools-49.6.0:
19:28:53       Successfully uninstalled setuptools-49.6.0
19:28:53 Successfully installed atomicwrites-1.4.0 attrs-20.1.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-1.7.0 mccabe-0.6.1 mock-1.0.1 more-itertools-8.4.0 pluggy-0.13.1 py-1.9.0 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
19:28:54 Removing intermediate container f2a48221160f
19:28:54  ---> 374e195f610c
19:28:54 Step 18/19 : COPY . /src
19:28:54  ---> 9ba6d1161cc1
19:28:54 Step 19/19 : RUN pip install .
19:28:54  ---> Running in 47b922b50b0c
19:28:55 Processing /src
19:28:55 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
19:28:55 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (0.56.0)
19:28:55 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (2.20.0)
19:28:55 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.4.0.dev0) (1.24.3)
19:28:55 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.4.0.dev0) (2020.6.20)
19:28:55 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.4.0.dev0) (2.5)
19:28:55 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.4.0.dev0) (3.0.4)
19:28:55 Building wheels for collected packages: docker
19:28:55   Building wheel for docker (setup.py): started
19:28:55   Building wheel for docker (setup.py): finished with status 'done'
19:28:55   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=145334 sha256=1a53c764a328b06277c53f25908719649347e67f77333c0b462a13606339484b
19:28:55   Stored in directory: /tmp/pip-ephem-wheel-cache-3j34j8cm/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
19:28:55 Successfully built docker
19:28:56 Installing collected packages: docker
19:28:56 Successfully installed docker-4.4.0.dev0
19:28:56 Removing intermediate container 47b922b50b0c
19:28:56  ---> 59dd6d3dfa76
19:28:56 Successfully built 59dd6d3dfa76
19:28:56 Successfully tagged dockerbuildbot/docker-py:py3-467d11db1337ba79ca1644bf7c4730b00cc9e676
[Pipeline] isUnix
[Pipeline] sh
19:28:56 + docker tag dockerbuildbot/docker-py:py3-467d11db1337ba79ca1644bf7c4730b00cc9e676 dockerbuildbot/docker-py:py3-467d11db1337ba79ca1644bf7c4730b00cc9e676
[Pipeline] isUnix
[Pipeline] sh
19:28:57 + docker push dockerbuildbot/docker-py:py3-467d11db1337ba79ca1644bf7c4730b00cc9e676
19:28:57 The push refers to repository [docker.io/dockerbuildbot/docker-py]
19:28:57 867dceacb801: Preparing
19:28:57 1bf0faad884a: Preparing
19:28:57 195f239a91b1: Preparing
19:28:57 8c908963d463: Preparing
19:28:57 c369ec33e3b8: Preparing
19:28:57 11cae8142b94: Preparing
19:28:57 eedde6c5bd27: Preparing
19:28:57 8a10347fc658: Preparing
19:28:57 c6e46019ae0f: Preparing
19:28:57 04c16723e972: Preparing
19:28:57 8abae1be86a1: Preparing
19:28:57 3d032cd471e2: Preparing
19:28:57 11e102bc5a78: Preparing
19:28:57 078e82ec6231: Preparing
19:28:57 07e89f9f3db4: Preparing
19:28:57 a616a1b6a32d: Preparing
19:28:57 1262698c17e2: Preparing
19:28:57 12cd54fa9297: Preparing
19:28:57 f17789b093c5: Preparing
19:28:57 e480b226ea6b: Preparing
19:28:57 e5df62d9b33a: Preparing
19:28:57 7a9460d53218: Preparing
19:28:57 b2765ac0333a: Preparing
19:28:57 0ced13fcf944: Preparing
19:28:57 11cae8142b94: Waiting
19:28:57 eedde6c5bd27: Waiting
19:28:57 8a10347fc658: Waiting
19:28:57 c6e46019ae0f: Waiting
19:28:57 04c16723e972: Waiting
19:28:57 8abae1be86a1: Waiting
19:28:57 3d032cd471e2: Waiting
19:28:57 11e102bc5a78: Waiting
19:28:57 078e82ec6231: Waiting
19:28:57 07e89f9f3db4: Waiting
19:28:57 1262698c17e2: Waiting
19:28:57 12cd54fa9297: Waiting
19:28:57 f17789b093c5: Waiting
19:28:57 e480b226ea6b: Waiting
19:28:57 e5df62d9b33a: Waiting
19:28:57 7a9460d53218: Waiting
19:28:57 b2765ac0333a: Waiting
19:28:57 0ced13fcf944: Waiting
19:28:58 8c908963d463: Pushed
19:28:58 1bf0faad884a: Pushed
19:28:58 867dceacb801: Pushed
19:28:59 11cae8142b94: Pushed
19:28:59 195f239a91b1: Pushed
19:28:59 eedde6c5bd27: Pushed
19:28:59 8a10347fc658: Pushed
19:29:00 c6e46019ae0f: Pushed
19:29:01 c369ec33e3b8: Pushed
19:29:01 8abae1be86a1: Pushed
19:29:01 04c16723e972: Pushed
19:29:01 3d032cd471e2: Pushed
19:29:01 a616a1b6a32d: Layer already exists
19:29:01 1262698c17e2: Layer already exists
19:29:01 f17789b093c5: Layer already exists
19:29:01 12cd54fa9297: Layer already exists
19:29:01 e5df62d9b33a: Layer already exists
19:29:01 7a9460d53218: Layer already exists
19:29:01 e480b226ea6b: Layer already exists
19:29:01 b2765ac0333a: Layer already exists
19:29:01 0ced13fcf944: Layer already exists
19:29:01 11e102bc5a78: Pushed
19:29:02 07e89f9f3db4: Pushed
19:29:04 078e82ec6231: Pushed
19:29:05 py3-467d11db1337ba79ca1644bf7c4730b00cc9e676: digest: sha256:de788972e119805492446a9440e9c1e655d4957cc6ecd1a6108457b6e895185c 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-04701f068c0d91d76) in /home/ubuntu/workspace/docker-py_PR-2647
[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-2647@tmp/bda90a19-666a-4b93-8bb3-6d42055b3383/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
19:29:23 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-467d11db1337ba79ca1644bf7c4730b00cc9e676 /src/scripts/versions.py
19:29:23 Unable to find image 'dockerbuildbot/docker-py:py3-467d11db1337ba79ca1644bf7c4730b00cc9e676' locally
19:29:23 py3-467d11db1337ba79ca1644bf7c4730b00cc9e676: Pulling from dockerbuildbot/docker-py
19:29:23 d6ff36c9ec48: Pulling fs layer
19:29:23 c958d65b3090: Pulling fs layer
19:29:23 edaf0a6b092f: Pulling fs layer
19:29:23 80931cf68816: Pulling fs layer
19:29:23 bc1b8aca3825: Pulling fs layer
19:29:23 80931cf68816: Waiting
19:29:23 bc1b8aca3825: Waiting
19:29:23 edfe96a4dd20: Pulling fs layer
19:29:23 7703a05dd304: Pulling fs layer
19:29:23 a0af5a4f33d6: Pulling fs layer
19:29:23 090f2a33a6a4: Pulling fs layer
19:29:23 2e3a2a6435b6: Pulling fs layer
19:29:23 edfe96a4dd20: Waiting
19:29:23 7703a05dd304: Waiting
19:29:23 a0af5a4f33d6: Waiting
19:29:23 090f2a33a6a4: Waiting
19:29:23 f89567408819: Pulling fs layer
19:29:23 871876afcba0: Pulling fs layer
19:29:23 a87b5245ef6f: Pulling fs layer
19:29:23 39d969f2a42c: Pulling fs layer
19:29:23 9cf476e8d87f: Pulling fs layer
19:29:23 07e23b097888: Pulling fs layer
19:29:23 f0b397c89afc: Pulling fs layer
19:29:23 47ab212a19dc: Pulling fs layer
19:29:23 94d767fc5cbd: Pulling fs layer
19:29:23 6e6c5307116f: Pulling fs layer
19:29:23 b6747a0fccfe: Pulling fs layer
19:29:23 19d7f77096be: Pulling fs layer
19:29:23 ffa4d689089f: Pulling fs layer
19:29:23 82069b07f6d8: Pulling fs layer
19:29:23 2e3a2a6435b6: Waiting
19:29:23 f89567408819: Waiting
19:29:23 871876afcba0: Waiting
19:29:23 a87b5245ef6f: Waiting
19:29:23 39d969f2a42c: Waiting
19:29:23 9cf476e8d87f: Waiting
19:29:23 07e23b097888: Waiting
19:29:23 f0b397c89afc: Waiting
19:29:23 47ab212a19dc: Waiting
19:29:23 94d767fc5cbd: Waiting
19:29:23 6e6c5307116f: Waiting
19:29:23 b6747a0fccfe: Waiting
19:29:23 19d7f77096be: Waiting
19:29:23 ffa4d689089f: Waiting
19:29:23 82069b07f6d8: Waiting
19:29:23 edaf0a6b092f: Verifying Checksum
19:29:23 edaf0a6b092f: Download complete
19:29:23 c958d65b3090: Verifying Checksum
19:29:23 c958d65b3090: Download complete
19:29:25 d6ff36c9ec48: Verifying Checksum
19:29:25 d6ff36c9ec48: Download complete
19:29:25 edfe96a4dd20: Verifying Checksum
19:29:25 edfe96a4dd20: Download complete
19:29:26 80931cf68816: Verifying Checksum
19:29:26 80931cf68816: Download complete
19:29:26 a0af5a4f33d6: Verifying Checksum
19:29:26 a0af5a4f33d6: Download complete
19:29:26 090f2a33a6a4: Verifying Checksum
19:29:26 090f2a33a6a4: Download complete
19:29:26 2e3a2a6435b6: Verifying Checksum
19:29:26 2e3a2a6435b6: Download complete
19:29:26 7703a05dd304: Verifying Checksum
19:29:26 7703a05dd304: Download complete
19:29:26 871876afcba0: Verifying Checksum
19:29:26 871876afcba0: Download complete
19:29:27 a87b5245ef6f: Verifying Checksum
19:29:27 a87b5245ef6f: Download complete
19:29:27 39d969f2a42c: Verifying Checksum
19:29:27 39d969f2a42c: Download complete
19:29:27 f89567408819: Verifying Checksum
19:29:27 f89567408819: Download complete
19:29:27 9cf476e8d87f: Verifying Checksum
19:29:27 9cf476e8d87f: Download complete
19:29:27 07e23b097888: Verifying Checksum
19:29:27 07e23b097888: Download complete
19:29:27 f0b397c89afc: Verifying Checksum
19:29:27 f0b397c89afc: Download complete
19:29:27 47ab212a19dc: Verifying Checksum
19:29:27 47ab212a19dc: Download complete
19:29:27 94d767fc5cbd: Verifying Checksum
19:29:27 94d767fc5cbd: Download complete
19:29:27 b6747a0fccfe: Verifying Checksum
19:29:27 b6747a0fccfe: Download complete
19:29:28 19d7f77096be: Download complete
19:29:28 6e6c5307116f: Verifying Checksum
19:29:28 6e6c5307116f: Download complete
19:29:28 ffa4d689089f: Verifying Checksum
19:29:28 ffa4d689089f: Download complete
19:29:28 82069b07f6d8: Verifying Checksum
19:29:28 82069b07f6d8: Download complete
19:29:32 bc1b8aca3825: Verifying Checksum
19:29:32 bc1b8aca3825: Download complete
19:29:35 d6ff36c9ec48: Pull complete
19:29:37 c958d65b3090: Pull complete
19:29:38 edaf0a6b092f: Pull complete
19:29:43 80931cf68816: Pull complete
19:29:57 bc1b8aca3825: Pull complete
19:29:57 edfe96a4dd20: Pull complete
19:29:57 7703a05dd304: Pull complete
19:29:57 a0af5a4f33d6: Pull complete
19:29:58 090f2a33a6a4: Pull complete
19:29:59 2e3a2a6435b6: Pull complete
19:29:59 f89567408819: Pull complete
19:29:59 871876afcba0: Pull complete
19:29:59 a87b5245ef6f: Pull complete
19:29:59 39d969f2a42c: Pull complete
19:29:59 9cf476e8d87f: Pull complete
19:30:00 07e23b097888: Pull complete
19:30:00 f0b397c89afc: Pull complete
19:30:00 47ab212a19dc: Pull complete
19:30:00 94d767fc5cbd: Pull complete
19:30:01 6e6c5307116f: Pull complete
19:30:01 b6747a0fccfe: Pull complete
19:30:02 19d7f77096be: Pull complete
19:30:02 ffa4d689089f: Pull complete
19:30:02 82069b07f6d8: Pull complete
19:30:02 Digest: sha256:de788972e119805492446a9440e9c1e655d4957cc6ecd1a6108457b6e895185c
19:30:02 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-467d11db1337ba79ca1644bf7c4730b00cc9e676
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py2.7_19.03.12)
[Pipeline] { (Branch: py2.7_19.03.13-beta2)
[Pipeline] { (Branch: py3.7_19.03.12)
[Pipeline] { (Branch: py3.7_19.03.13-beta2)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Still waiting to schedule task
‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-05590e70634a83223)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03d527b3e3938ee1a)’ is offline; ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-085fbd5b2ea4559c5)’ is offline; ‘EC2 (managed-agents) - ubuntu-1804-overlay2-arm64v8 (i-0fcbe01a5c9156b41)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-2004-overlay2-arm64v8 (i-082b20506c0412448)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-46’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-47’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-48’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-49’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-50’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘azwin-2-55d120’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘azwin-2-bd4060’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘azwin-2-e8c2d0’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
Still waiting to schedule task
‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-05590e70634a83223)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03d527b3e3938ee1a)’ is offline; ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-085fbd5b2ea4559c5)’ is offline; ‘EC2 (managed-agents) - ubuntu-1804-overlay2-arm64v8 (i-0fcbe01a5c9156b41)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-2004-overlay2-arm64v8 (i-082b20506c0412448)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-46’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-47’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-48’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-49’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-50’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘azwin-2-55d120’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘azwin-2-bd4060’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘azwin-2-e8c2d0’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
Still waiting to schedule task
‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-05590e70634a83223)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03d527b3e3938ee1a)’ is offline; ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-085fbd5b2ea4559c5)’ is offline; ‘EC2 (managed-agents) - ubuntu-1804-overlay2-arm64v8 (i-0fcbe01a5c9156b41)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-2004-overlay2-arm64v8 (i-082b20506c0412448)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-46’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-47’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-48’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-49’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-50’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘azwin-2-55d120’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘azwin-2-bd4060’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘azwin-2-e8c2d0’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
Still waiting to schedule task
‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-05590e70634a83223)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03d527b3e3938ee1a)’ is offline; ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-085fbd5b2ea4559c5)’ is offline; ‘EC2 (managed-agents) - ubuntu-1804-overlay2-arm64v8 (i-0fcbe01a5c9156b41)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-2004-overlay2-arm64v8 (i-082b20506c0412448)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-46’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-47’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-48’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-49’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-50’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘azwin-2-55d120’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘azwin-2-bd4060’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘azwin-2-e8c2d0’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-085fbd5b2ea4559c5) in /home/ubuntu/workspace/docker-py_PR-2647
[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-2647@tmp/0cf7ab78-3bef-4a49-93cb-6d5d732c0157/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
19:31:02 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:31:02 chowning workspace
[Pipeline] sh
19:31:03 + pwd
19:31:03 + id -u
19:31:03 + id -g
19:31:03 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2647:/workspace busybox chown -R 1000:1000 /workspace
19:31:03 Unable to find image 'busybox:latest' locally
19:31:03 latest: Pulling from library/busybox
19:31:03 61c5ed1cbdf8: Pulling fs layer
19:31:03 61c5ed1cbdf8: Verifying Checksum
19:31:03 61c5ed1cbdf8: Download complete
19:31:05 61c5ed1cbdf8: Pull complete
19:31:05 Digest: sha256:4f47c01fa91355af2865ac10fef5bf6ec9c7f42ad2321377c21e844427972977
19:31:05 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
19:31:08 Removing all docker containers
[Pipeline] sh
19:31:08 + docker container ls -aq
[Pipeline] echo
19:31:08 Docker containers have been removed
[Pipeline] echo
19:31:08 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:31:08 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.12)
[Pipeline] checkout
19:31:11 using credential docker-jenkins-github-credentials
19:31:11 Cloning the remote Git repository
19:31:11 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-2647 # 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/2647/head:refs/remotes/origin/PR-2647 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:31:14 Fetching without tags
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2647/head:refs/remotes/origin/PR-2647 # 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/2647/head:refs/remotes/origin/PR-2647 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:31:14 Merging remotes/origin/master commit 2b1c7eb72406bcdb4b6eb3567333a27e0eb6e1ed into PR head commit 82a7d08a3314462391f2658c573e7df76c01bf19
19:31:14 Merge succeeded, producing f2a944f285249f0b2069bdffa01f8f9319b8f1f4
19:31:14 Checking out Revision f2a944f285249f0b2069bdffa01f8f9319b8f1f4 (PR-2647)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 82a7d08a3314462391f2658c573e7df76c01bf19 # timeout=10
 > git merge 2b1c7eb72406bcdb4b6eb3567333a27e0eb6e1ed # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f2a944f285249f0b2069bdffa01f8f9319b8f1f4 # timeout=10
19:31:18 Commit message: "Merge commit '2b1c7eb72406bcdb4b6eb3567333a27e0eb6e1ed' into HEAD"
19:31:19 First time build. Skipping changelog.
[Pipeline] sh
19:31:20 + docker network create dpy-testnet-11-0-py2.7-19.03.12
 > git rev-list --no-walk 811f36368e4e05385ea6b74b5302e1194a7c4de0 # timeout=10
19:31:20 933d8a72c003ba7840f02e84e35b577a51484721241d8c6280759ed8b7b9a8ef
[Pipeline] sh
19:31:20 + docker run -d --name dpy-dind-11-0-py2.7-19.03.12 -v /tmp --privileged --network dpy-testnet-11-0-py2.7-19.03.12 docker:19.03.12-dind dockerd -H tcp://0.0.0.0:2375
19:31:20 Unable to find image 'docker:19.03.12-dind' locally
19:31:20 19.03.12-dind: Pulling from library/docker
19:31:20 df20fa9351a1: Pulling fs layer
19:31:20 25ad7478873d: Pulling fs layer
19:31:20 4684f6177b5d: Pulling fs layer
19:31:20 46e300cec669: Pulling fs layer
19:31:20 63038576ad94: Pulling fs layer
19:31:20 0fdb76c4706c: Pulling fs layer
19:31:20 cb7edeffdfd5: Pulling fs layer
19:31:20 cc28bd76800f: Pulling fs layer
19:31:20 54196fe38f7e: Pulling fs layer
19:31:20 ea71acc29633: Pulling fs layer
19:31:20 657cc4c15165: Pulling fs layer
19:31:20 46e300cec669: Waiting
19:31:20 63038576ad94: Waiting
19:31:20 0fdb76c4706c: Waiting
19:31:20 cb7edeffdfd5: Waiting
19:31:20 cc28bd76800f: Waiting
19:31:20 54196fe38f7e: Waiting
19:31:20 ea71acc29633: Waiting
19:31:20 657cc4c15165: Waiting
19:31:20 4684f6177b5d: Verifying Checksum
19:31:20 4684f6177b5d: Download complete
19:31:20 df20fa9351a1: Verifying Checksum
19:31:20 df20fa9351a1: Download complete
19:31:20 25ad7478873d: Verifying Checksum
19:31:20 25ad7478873d: Download complete
19:31:20 63038576ad94: Verifying Checksum
19:31:20 63038576ad94: Download complete
19:31:21 0fdb76c4706c: Verifying Checksum
19:31:21 0fdb76c4706c: Download complete
19:31:21 cb7edeffdfd5: Verifying Checksum
19:31:21 cb7edeffdfd5: Download complete
19:31:21 54196fe38f7e: Verifying Checksum
19:31:21 54196fe38f7e: Download complete
19:31:21 ea71acc29633: Verifying Checksum
19:31:21 ea71acc29633: Download complete
19:31:21 657cc4c15165: Verifying Checksum
19:31:21 657cc4c15165: Download complete
19:31:21 cc28bd76800f: Verifying Checksum
19:31:21 cc28bd76800f: Download complete
19:31:21 df20fa9351a1: Pull complete
19:31:21 25ad7478873d: Pull complete
19:31:22 4684f6177b5d: Pull complete
19:31:22 46e300cec669: Verifying Checksum
19:31:22 46e300cec669: Download complete
19:31:25 46e300cec669: Pull complete
19:31:25 63038576ad94: Pull complete
19:31:26 0fdb76c4706c: Pull complete
19:31:26 cb7edeffdfd5: Pull complete
19:31:26 cc28bd76800f: Pull complete
19:31:27 54196fe38f7e: Pull complete
19:31:27 ea71acc29633: Pull complete
19:31:27 657cc4c15165: Pull complete
19:31:27 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
19:31:27 Status: Downloaded newer image for docker:19.03.12-dind
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-063aba61d5c2be290) in /home/ubuntu/workspace/docker-py_PR-2647
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
19:31:30 20e22a1581c48825302ce95562e96568d5052e4719bf5cab0ff5ea888db1a302
[Pipeline] sh
19:31:31 + docker run --name dpy-tests-11-0-py2.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-11-0-py2.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-11-0-py2.7-19.03.12 --volumes-from dpy-dind-11-0-py2.7-19.03.12 dockerbuildbot/docker-py:py2-467d11db1337ba79ca1644bf7c4730b00cc9e676 py.test -v -rxs --cov=docker tests/
19:31:31 Unable to find image 'dockerbuildbot/docker-py:py2-467d11db1337ba79ca1644bf7c4730b00cc9e676' locally
19:31:31 py2-467d11db1337ba79ca1644bf7c4730b00cc9e676: Pulling from dockerbuildbot/docker-py
19:31:31 7e2b2a5af8f6: Pulling fs layer
19:31:31 09b6f03ffac4: Pulling fs layer
19:31:31 dc3f0c679f0f: Pulling fs layer
19:31:31 fd4b47407fc3: Pulling fs layer
19:31:31 b32f6bf7d96d: Pulling fs layer
19:31:31 6f4489a7e4cf: Pulling fs layer
19:31:31 af4b99ad9ef0: Pulling fs layer
19:31:31 39db0bc48c26: Pulling fs layer
19:31:31 acb4a89489fc: Pulling fs layer
19:31:31 be532a0eb33c: Pulling fs layer
19:31:31 b11c4e1cebdd: Pulling fs layer
19:31:31 0c10856220d6: Pulling fs layer
19:31:31 d7f4ba788694: Pulling fs layer
19:31:31 b1f388c3b4c3: Pulling fs layer
19:31:31 970ae92b66a1: Pulling fs layer
19:31:31 1ea4956331dd: Pulling fs layer
19:31:31 08301fdfc122: Pulling fs layer
19:31:31 9a0db9a78419: Pulling fs layer
19:31:31 da56fe7765d7: Pulling fs layer
19:31:31 202bc1300795: Pulling fs layer
19:31:31 7678195aa1dc: Pulling fs layer
19:31:31 d023a2246098: Pulling fs layer
19:31:31 3317dce0af6c: Pulling fs layer
19:31:31 3187b4681644: Pulling fs layer
19:31:31 d7f4ba788694: Waiting
19:31:31 b1f388c3b4c3: Waiting
19:31:31 970ae92b66a1: Waiting
19:31:31 1ea4956331dd: Waiting
19:31:31 08301fdfc122: Waiting
19:31:31 9a0db9a78419: Waiting
19:31:31 da56fe7765d7: Waiting
19:31:31 202bc1300795: Waiting
19:31:31 7678195aa1dc: Waiting
19:31:31 d023a2246098: Waiting
19:31:31 3317dce0af6c: Waiting
19:31:31 3187b4681644: Waiting
19:31:31 fd4b47407fc3: Waiting
19:31:31 b32f6bf7d96d: Waiting
19:31:31 6f4489a7e4cf: Waiting
19:31:31 af4b99ad9ef0: Waiting
19:31:31 39db0bc48c26: Waiting
19:31:31 acb4a89489fc: Waiting
19:31:31 be532a0eb33c: Waiting
19:31:31 b11c4e1cebdd: Waiting
19:31:31 0c10856220d6: Waiting
19:31:31 09b6f03ffac4: Verifying Checksum
19:31:31 09b6f03ffac4: Download complete
19:31:31 dc3f0c679f0f: Verifying Checksum
19:31:31 dc3f0c679f0f: Download complete
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-2647@tmp/d0816b83-607b-41b3-8c18-730362d0e947/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
19:31:32 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:31:32 chowning workspace
[Pipeline] sh
19:31:33 7e2b2a5af8f6: Verifying Checksum
19:31:33 7e2b2a5af8f6: Download complete
19:31:33 + pwd
19:31:33 + id -u
19:31:33 + id -g
19:31:33 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2647:/workspace busybox chown -R 1000:1000 /workspace
19:31:33 Unable to find image 'busybox:latest' locally
19:31:33 6f4489a7e4cf: Verifying Checksum
19:31:33 6f4489a7e4cf: Download complete
19:31:33 latest: Pulling from library/busybox
19:31:33 61c5ed1cbdf8: Pulling fs layer
19:31:33 61c5ed1cbdf8: Verifying Checksum
19:31:33 61c5ed1cbdf8: Download complete
19:31:34 fd4b47407fc3: Verifying Checksum
19:31:34 fd4b47407fc3: Download complete
19:31:34 39db0bc48c26: Verifying Checksum
19:31:34 39db0bc48c26: Download complete
19:31:34 af4b99ad9ef0: Verifying Checksum
19:31:34 af4b99ad9ef0: Download complete
19:31:34 be532a0eb33c: Verifying Checksum
19:31:34 be532a0eb33c: Download complete
19:31:34 acb4a89489fc: Verifying Checksum
19:31:34 acb4a89489fc: Download complete
19:31:34 0c10856220d6: Verifying Checksum
19:31:34 0c10856220d6: Download complete
19:31:34 d7f4ba788694: Verifying Checksum
19:31:34 d7f4ba788694: Download complete
19:31:34 b11c4e1cebdd: Verifying Checksum
19:31:34 b11c4e1cebdd: Download complete
19:31:34 b1f388c3b4c3: Verifying Checksum
19:31:34 b1f388c3b4c3: Download complete
19:31:34 970ae92b66a1: Verifying Checksum
19:31:34 970ae92b66a1: Download complete
19:31:34 1ea4956331dd: Verifying Checksum
19:31:34 1ea4956331dd: Download complete
19:31:35 61c5ed1cbdf8: Pull complete
19:31:35 Digest: sha256:4f47c01fa91355af2865ac10fef5bf6ec9c7f42ad2321377c21e844427972977
19:31:35 08301fdfc122: Verifying Checksum
19:31:35 08301fdfc122: Download complete
19:31:35 9a0db9a78419: Verifying Checksum
19:31:35 9a0db9a78419: Download complete
19:31:35 da56fe7765d7: Verifying Checksum
19:31:35 da56fe7765d7: Download complete
19:31:35 7678195aa1dc: Verifying Checksum
19:31:35 7678195aa1dc: Download complete
19:31:35 Status: Downloaded newer image for busybox:latest
19:31:35 d023a2246098: Verifying Checksum
19:31:35 d023a2246098: Download complete
19:31:35 202bc1300795: Verifying Checksum
19:31:35 202bc1300795: Download complete
19:31:35 3187b4681644: Verifying Checksum
19:31:35 3187b4681644: Download complete
19:31:35 3317dce0af6c: Verifying Checksum
19:31:35 3317dce0af6c: Download complete
19:31:38 b32f6bf7d96d: Verifying Checksum
19:31:38 b32f6bf7d96d: Download complete
[Pipeline] echo
19:31:38 Removing all docker containers
[Pipeline] sh
19:31:38 + docker container ls -aq
[Pipeline] echo
19:31:38 Docker containers have been removed
[Pipeline] echo
19:31:38 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:31:38 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.13-beta2)
[Pipeline] checkout
19:31:39 7e2b2a5af8f6: Pull complete
19:31:40 09b6f03ffac4: Pull complete
19:31:40 dc3f0c679f0f: Pull complete
19:31:41 using credential docker-jenkins-github-credentials
19:31:41 Cloning the remote Git repository
19:31:41 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-2647 # 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/2647/head:refs/remotes/origin/PR-2647 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:31:43 Fetching without tags
19:31:44 Merging remotes/origin/master commit 2b1c7eb72406bcdb4b6eb3567333a27e0eb6e1ed into PR head commit 82a7d08a3314462391f2658c573e7df76c01bf19
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2647/head:refs/remotes/origin/PR-2647 # 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/2647/head:refs/remotes/origin/PR-2647 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 82a7d08a3314462391f2658c573e7df76c01bf19 # timeout=10
 > git merge 2b1c7eb72406bcdb4b6eb3567333a27e0eb6e1ed # timeout=10
19:31:44 Merge succeeded, producing a7dfe9b463fb730990d8c944993ec41524393b0c
19:31:44 Checking out Revision a7dfe9b463fb730990d8c944993ec41524393b0c (PR-2647)
19:31:45 fd4b47407fc3: Pull complete
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a7dfe9b463fb730990d8c944993ec41524393b0c # timeout=10
19:31:48 Commit message: "Merge commit '2b1c7eb72406bcdb4b6eb3567333a27e0eb6e1ed' into HEAD"
19:31:48 First time build. Skipping changelog.
[Pipeline] sh
19:31:49 + docker network create dpy-testnet-11-0-py2.7-19.03.13-beta2
19:31:49 8b32adc8e1127e0cd916da7accb6287a22dd871ea22399c70805cce2d0a917a4
[Pipeline] sh
19:31:49 + docker run -d --name dpy-dind-11-0-py2.7-19.03.13-beta2 -v /tmp --privileged --network dpy-testnet-11-0-py2.7-19.03.13-beta2 docker:19.03.13-beta2-dind dockerd -H tcp://0.0.0.0:2375
19:31:49 Unable to find image 'docker:19.03.13-beta2-dind' locally
 > git rev-list --no-walk 811f36368e4e05385ea6b74b5302e1194a7c4de0 # timeout=10
19:31:49 19.03.13-beta2-dind: Pulling from library/docker
19:31:49 df20fa9351a1: Pulling fs layer
19:31:49 25ad7478873d: Pulling fs layer
19:31:49 4684f6177b5d: Pulling fs layer
19:31:49 6a7bc71302bb: Pulling fs layer
19:31:49 ffa883581c86: Pulling fs layer
19:31:49 c63137de011e: Pulling fs layer
19:31:49 963dfd0472c9: Pulling fs layer
19:31:49 06f4d368cf7c: Pulling fs layer
19:31:49 88924d48d2df: Pulling fs layer
19:31:49 e2fccac7c8b3: Pulling fs layer
19:31:49 d607daba1a35: Pulling fs layer
19:31:49 963dfd0472c9: Waiting
19:31:49 06f4d368cf7c: Waiting
19:31:49 88924d48d2df: Waiting
19:31:49 6a7bc71302bb: Waiting
19:31:49 e2fccac7c8b3: Waiting
19:31:49 d607daba1a35: Waiting
19:31:49 ffa883581c86: Waiting
19:31:49 c63137de011e: Waiting
19:31:49 4684f6177b5d: Verifying Checksum
19:31:49 4684f6177b5d: Download complete
19:31:49 25ad7478873d: Verifying Checksum
19:31:49 25ad7478873d: Download complete
19:31:49 ffa883581c86: Verifying Checksum
19:31:49 ffa883581c86: Download complete
19:31:50 c63137de011e: Verifying Checksum
19:31:50 c63137de011e: Download complete
19:31:50 963dfd0472c9: Verifying Checksum
19:31:50 963dfd0472c9: Download complete
19:31:50 df20fa9351a1: Verifying Checksum
19:31:50 df20fa9351a1: Download complete
19:31:50 88924d48d2df: Verifying Checksum
19:31:50 88924d48d2df: Download complete
19:31:50 e2fccac7c8b3: Verifying Checksum
19:31:50 e2fccac7c8b3: Download complete
19:31:50 d607daba1a35: Verifying Checksum
19:31:50 d607daba1a35: Download complete
19:31:50 06f4d368cf7c: Verifying Checksum
19:31:50 06f4d368cf7c: Download complete
19:31:50 df20fa9351a1: Pull complete
19:31:51 25ad7478873d: Pull complete
19:31:51 4684f6177b5d: Pull complete
19:31:51 6a7bc71302bb: Verifying Checksum
19:31:51 6a7bc71302bb: Download complete
19:31:54 b32f6bf7d96d: Pull complete
19:31:55 6f4489a7e4cf: Pull complete
19:31:55 6a7bc71302bb: Pull complete
19:31:55 ffa883581c86: Pull complete
19:31:55 c63137de011e: Pull complete
19:31:55 963dfd0472c9: Pull complete
19:31:56 06f4d368cf7c: Pull complete
19:31:56 88924d48d2df: Pull complete
19:31:56 e2fccac7c8b3: Pull complete
19:31:56 d607daba1a35: Pull complete
19:31:56 Digest: sha256:f3056b5eb11aa6f0dadb42510f681089dfec13c18e0032a91e67f5c50541ce93
19:31:56 Status: Downloaded newer image for docker:19.03.13-beta2-dind
19:31:57 af4b99ad9ef0: Pull complete
19:31:57 39db0bc48c26: Pull complete
19:31:57 acb4a89489fc: Pull complete
19:31:58 be532a0eb33c: Pull complete
19:31:58 b11c4e1cebdd: Pull complete
19:31:58 0c10856220d6: Pull complete
19:31:59 d7f4ba788694: Pull complete
19:31:59 b1f388c3b4c3: Pull complete
19:31:59 970ae92b66a1: Pull complete
19:31:59 aa1749f0d930518dcd0c956494e4a1af5c251209d61aa39a8f0030ec55a47b1f
[Pipeline] sh
19:31:59 1ea4956331dd: Pull complete
19:31:59 08301fdfc122: Pull complete
19:31:59 9a0db9a78419: Pull complete
19:31:59 da56fe7765d7: Pull complete
19:31:59 + docker run --name dpy-tests-11-0-py2.7-19.03.13-beta2 -e DOCKER_HOST=tcp://dpy-dind-11-0-py2.7-19.03.13-beta2:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-11-0-py2.7-19.03.13-beta2 --volumes-from dpy-dind-11-0-py2.7-19.03.13-beta2 dockerbuildbot/docker-py:py2-467d11db1337ba79ca1644bf7c4730b00cc9e676 py.test -v -rxs --cov=docker tests/
19:31:59 Unable to find image 'dockerbuildbot/docker-py:py2-467d11db1337ba79ca1644bf7c4730b00cc9e676' locally
19:31:59 py2-467d11db1337ba79ca1644bf7c4730b00cc9e676: Pulling from dockerbuildbot/docker-py
19:31:59 7e2b2a5af8f6: Pulling fs layer
19:31:59 09b6f03ffac4: Pulling fs layer
19:31:59 dc3f0c679f0f: Pulling fs layer
19:31:59 fd4b47407fc3: Pulling fs layer
19:31:59 b32f6bf7d96d: Pulling fs layer
19:31:59 6f4489a7e4cf: Pulling fs layer
19:31:59 af4b99ad9ef0: Pulling fs layer
19:31:59 39db0bc48c26: Pulling fs layer
19:31:59 acb4a89489fc: Pulling fs layer
19:31:59 be532a0eb33c: Pulling fs layer
19:31:59 b11c4e1cebdd: Pulling fs layer
19:31:59 0c10856220d6: Pulling fs layer
19:31:59 d7f4ba788694: Pulling fs layer
19:31:59 b1f388c3b4c3: Pulling fs layer
19:31:59 970ae92b66a1: Pulling fs layer
19:31:59 1ea4956331dd: Pulling fs layer
19:31:59 08301fdfc122: Pulling fs layer
19:31:59 9a0db9a78419: Pulling fs layer
19:31:59 da56fe7765d7: Pulling fs layer
19:31:59 202bc1300795: Pulling fs layer
19:31:59 7678195aa1dc: Pulling fs layer
19:31:59 d023a2246098: Pulling fs layer
19:31:59 3317dce0af6c: Pulling fs layer
19:31:59 3187b4681644: Pulling fs layer
19:31:59 fd4b47407fc3: Waiting
19:31:59 b32f6bf7d96d: Waiting
19:31:59 6f4489a7e4cf: Waiting
19:31:59 af4b99ad9ef0: Waiting
19:31:59 39db0bc48c26: Waiting
19:31:59 acb4a89489fc: Waiting
19:31:59 be532a0eb33c: Waiting
19:31:59 b11c4e1cebdd: Waiting
19:31:59 0c10856220d6: Waiting
19:31:59 d7f4ba788694: Waiting
19:31:59 b1f388c3b4c3: Waiting
19:31:59 970ae92b66a1: Waiting
19:31:59 1ea4956331dd: Waiting
19:31:59 08301fdfc122: Waiting
19:31:59 9a0db9a78419: Waiting
19:31:59 da56fe7765d7: Waiting
19:31:59 202bc1300795: Waiting
19:31:59 7678195aa1dc: Waiting
19:31:59 d023a2246098: Waiting
19:31:59 3317dce0af6c: Waiting
19:31:59 3187b4681644: Waiting
19:32:00 09b6f03ffac4: Verifying Checksum
19:32:00 09b6f03ffac4: Download complete
19:32:00 dc3f0c679f0f: Verifying Checksum
19:32:00 dc3f0c679f0f: Download complete
19:32:00 202bc1300795: Pull complete
19:32:00 7678195aa1dc: Pull complete
19:32:01 d023a2246098: Pull complete
19:32:01 3317dce0af6c: Pull complete
19:32:01 3187b4681644: Pull complete
19:32:01 Digest: sha256:8e4458162f2354317eb70dac34b2ce8d597e21323e309cd7ecde1de6a7522c44
19:32:01 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-467d11db1337ba79ca1644bf7c4730b00cc9e676
19:32:01 7e2b2a5af8f6: Verifying Checksum
19:32:01 7e2b2a5af8f6: Download complete
19:32:02 6f4489a7e4cf: Verifying Checksum
19:32:02 6f4489a7e4cf: Download complete
19:32:02 fd4b47407fc3: Verifying Checksum
19:32:02 fd4b47407fc3: Download complete
19:32:02 39db0bc48c26: Verifying Checksum
19:32:02 39db0bc48c26: Download complete
19:32:02 af4b99ad9ef0: Verifying Checksum
19:32:02 af4b99ad9ef0: Download complete
19:32:02 be532a0eb33c: Verifying Checksum
19:32:02 be532a0eb33c: Download complete
19:32:03 acb4a89489fc: Verifying Checksum
19:32:03 acb4a89489fc: Download complete
19:32:03 0c10856220d6: Verifying Checksum
19:32:03 0c10856220d6: Download complete
19:32:03 d7f4ba788694: Verifying Checksum
19:32:03 d7f4ba788694: Download complete
19:32:03 b1f388c3b4c3: Verifying Checksum
19:32:03 b1f388c3b4c3: Download complete
19:32:03 970ae92b66a1: Verifying Checksum
19:32:03 970ae92b66a1: Download complete
19:32:03 b11c4e1cebdd: Verifying Checksum
19:32:03 b11c4e1cebdd: Download complete
19:32:03 1ea4956331dd: Verifying Checksum
19:32:03 1ea4956331dd: Download complete
19:32:03 9a0db9a78419: Verifying Checksum
19:32:03 9a0db9a78419: Download complete
19:32:03 08301fdfc122: Verifying Checksum
19:32:03 08301fdfc122: Download complete
19:32:03 da56fe7765d7: Verifying Checksum
19:32:03 da56fe7765d7: Download complete
19:32:03 7678195aa1dc: Verifying Checksum
19:32:03 7678195aa1dc: Download complete
19:32:04 d023a2246098: Verifying Checksum
19:32:04 d023a2246098: Download complete
19:32:04 202bc1300795: Verifying Checksum
19:32:04 202bc1300795: Download complete
19:32:04 3317dce0af6c: Verifying Checksum
19:32:04 3317dce0af6c: Download complete
19:32:04 3187b4681644: Verifying Checksum
19:32:04 3187b4681644: Download complete
19:32:05 ============================= test session starts ==============================
19:32:05 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
19:32:05 cachedir: .pytest_cache
19:32:05 rootdir: /src, inifile: pytest.ini
19:32:05 plugins: cov-2.6.1, timeout-1.3.3
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0cbe58631d292c46f) in /home/ubuntu/workspace/docker-py_PR-2647
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
19:32:07 b32f6bf7d96d: Verifying Checksum
19:32:07 b32f6bf7d96d: Download complete
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e2f2e327a7667903) in /home/ubuntu/workspace/docker-py_PR-2647
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
19:32:09 7e2b2a5af8f6: Pull complete
19:32:09 09b6f03ffac4: Pull complete
19:32:09 dc3f0c679f0f: Pull complete
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-2647@tmp/d1d7533f-60ab-4ebe-9003-286604cc4560/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
19:32:10 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:32:10 chowning workspace
[Pipeline] sh
19:32:11 + pwd
19:32:11 + id -u
19:32:11 + id -g
19:32:11 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2647:/workspace busybox chown -R 1000:1000 /workspace
19:32:11 Unable to find image 'busybox:latest' locally
19:32:11 latest: Pulling from library/busybox
19:32:11 61c5ed1cbdf8: Pulling fs layer
19:32:11 61c5ed1cbdf8: Verifying Checksum
19:32:11 61c5ed1cbdf8: Download complete
19:32:12 61c5ed1cbdf8: Pull complete
19:32:12 Digest: sha256:4f47c01fa91355af2865ac10fef5bf6ec9c7f42ad2321377c21e844427972977
19:32:12 Status: Downloaded newer image for busybox:latest
19:32:12 collecting ... collected 944 items
19:32:12 
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-2647@tmp/6ae9057e-37f7-48bc-bd7a-b8be407d2585/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
19:32:12 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:32:12 chowning workspace
[Pipeline] sh
19:32:13 + pwd
19:32:13 + id -u
19:32:13 + id -g
19:32:13 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2647:/workspace busybox chown -R 1000:1000 /workspace
19:32:13 Unable to find image 'busybox:latest' locally
19:32:13 latest: Pulling from library/busybox
19:32:13 61c5ed1cbdf8: Pulling fs layer
19:32:13 61c5ed1cbdf8: Download complete
19:32:14 fd4b47407fc3: Pull complete
19:32:14 61c5ed1cbdf8: Pull complete
19:32:14 Digest: sha256:4f47c01fa91355af2865ac10fef5bf6ec9c7f42ad2321377c21e844427972977
19:32:14 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
19:32:15 Removing all docker containers
[Pipeline] sh
19:32:15 + docker container ls -aq
[Pipeline] echo
19:32:15 Docker containers have been removed
[Pipeline] echo
19:32:15 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:32:15 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
19:32:15 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
19:32:15 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
19:32:15 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
19:32:15 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
19:32:16 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
[Pipeline] echo
19:32:17 Removing all docker containers
[Pipeline] sh
19:32:17 + docker container ls -aq
19:32:17 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
[Pipeline] echo
19:32:17 Docker containers have been removed
[Pipeline] echo
19:32:17 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:32:17 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13-beta2)
19:32:17 using credential docker-jenkins-github-credentials
[Pipeline] checkout
19:32:17 Cloning the remote Git repository
19:32:17 Cloning with configured refspecs honoured and without tags
19:32:18 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
19:32:18 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
19:32:18 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2647 # 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/2647/head:refs/remotes/origin/PR-2647 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:32:18 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
19:32:19 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
19:32:19 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
19:32:19 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
19:32:19 using credential docker-jenkins-github-credentials
19:32:19 Cloning the remote Git repository
19:32:19 Cloning with configured refspecs honoured and without tags
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2647/head:refs/remotes/origin/PR-2647 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:32:19 Fetching without tags
19:32:20 Merging remotes/origin/master commit 2b1c7eb72406bcdb4b6eb3567333a27e0eb6e1ed into PR head commit 82a7d08a3314462391f2658c573e7df76c01bf19
19:32:20 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
19:32:20 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
19:32:20 Merge succeeded, producing 6dc547dc66a0ba4ed782628a9ac29f3fdc8865d9
19:32:20 Checking out Revision 6dc547dc66a0ba4ed782628a9ac29f3fdc8865d9 (PR-2647)
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2647 # 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/2647/head:refs/remotes/origin/PR-2647 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:32:20 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
 > 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/2647/head:refs/remotes/origin/PR-2647 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 82a7d08a3314462391f2658c573e7df76c01bf19 # timeout=10
 > git merge 2b1c7eb72406bcdb4b6eb3567333a27e0eb6e1ed # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6dc547dc66a0ba4ed782628a9ac29f3fdc8865d9 # timeout=10
19:32:22 Fetching without tags
19:32:22 Merging remotes/origin/master commit 2b1c7eb72406bcdb4b6eb3567333a27e0eb6e1ed into PR head commit 82a7d08a3314462391f2658c573e7df76c01bf19
19:32:22 Merge succeeded, producing fc579f3458e1649c563e5a329d31459cddacaf36
19:32:22 Checking out Revision fc579f3458e1649c563e5a329d31459cddacaf36 (PR-2647)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2647/head:refs/remotes/origin/PR-2647 # 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/2647/head:refs/remotes/origin/PR-2647 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 82a7d08a3314462391f2658c573e7df76c01bf19 # timeout=10
 > git merge 2b1c7eb72406bcdb4b6eb3567333a27e0eb6e1ed # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fc579f3458e1649c563e5a329d31459cddacaf36 # timeout=10
19:32:24 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
19:32:24 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
19:32:24 b32f6bf7d96d: Pull complete
19:32:24 Commit message: "Merge commit '2b1c7eb72406bcdb4b6eb3567333a27e0eb6e1ed' into HEAD"
19:32:24 First time build. Skipping changelog.
19:32:24 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  2%]
19:32:24 6f4489a7e4cf: Pull complete
 > git rev-list --no-walk 811f36368e4e05385ea6b74b5302e1194a7c4de0 # timeout=10
[Pipeline] sh
19:32:25 + docker network create dpy-testnet-11-0-py3.7-19.03.12
19:32:25 7305d684c44f33b7d7cc702cd5461ddd3638aa00cdf7a794cd6a327345b85e7e
[Pipeline] sh
19:32:25 + docker run -d --name dpy-dind-11-0-py3.7-19.03.12 -v /tmp --privileged --network dpy-testnet-11-0-py3.7-19.03.12 docker:19.03.12-dind dockerd -H tcp://0.0.0.0:2375
19:32:25 Unable to find image 'docker:19.03.12-dind' locally
19:32:26 19.03.12-dind: Pulling from library/docker
19:32:26 df20fa9351a1: Pulling fs layer
19:32:26 25ad7478873d: Pulling fs layer
19:32:26 4684f6177b5d: Pulling fs layer
19:32:26 46e300cec669: Pulling fs layer
19:32:26 63038576ad94: Pulling fs layer
19:32:26 0fdb76c4706c: Pulling fs layer
19:32:26 cb7edeffdfd5: Pulling fs layer
19:32:26 cc28bd76800f: Pulling fs layer
19:32:26 54196fe38f7e: Pulling fs layer
19:32:26 ea71acc29633: Pulling fs layer
19:32:26 657cc4c15165: Pulling fs layer
19:32:26 cb7edeffdfd5: Waiting
19:32:26 cc28bd76800f: Waiting
19:32:26 54196fe38f7e: Waiting
19:32:26 46e300cec669: Waiting
19:32:26 63038576ad94: Waiting
19:32:26 0fdb76c4706c: Waiting
19:32:26 ea71acc29633: Waiting
19:32:26 657cc4c15165: Waiting
19:32:26 4684f6177b5d: Verifying Checksum
19:32:26 4684f6177b5d: Download complete
19:32:26 df20fa9351a1: Verifying Checksum
19:32:26 df20fa9351a1: Download complete
19:32:26 25ad7478873d: Verifying Checksum
19:32:26 25ad7478873d: Download complete
19:32:26 0fdb76c4706c: Verifying Checksum
19:32:26 0fdb76c4706c: Download complete
19:32:26 63038576ad94: Verifying Checksum
19:32:26 63038576ad94: Download complete
19:32:26 cb7edeffdfd5: Verifying Checksum
19:32:26 cb7edeffdfd5: Download complete
19:32:26 54196fe38f7e: Verifying Checksum
19:32:26 54196fe38f7e: Download complete
19:32:26 cc28bd76800f: Verifying Checksum
19:32:26 cc28bd76800f: Download complete
19:32:26 ea71acc29633: Verifying Checksum
19:32:26 ea71acc29633: Download complete
19:32:26 657cc4c15165: Verifying Checksum
19:32:26 657cc4c15165: Download complete
19:32:26 Commit message: "Merge commit '2b1c7eb72406bcdb4b6eb3567333a27e0eb6e1ed' into HEAD"
19:32:26 First time build. Skipping changelog.
 > git rev-list --no-walk 811f36368e4e05385ea6b74b5302e1194a7c4de0 # timeout=10
19:32:27 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
19:32:27 af4b99ad9ef0: Pull complete
19:32:27 39db0bc48c26: Pull complete
19:32:27 df20fa9351a1: Pull complete
19:32:27 46e300cec669: Verifying Checksum
19:32:27 46e300cec669: Download complete
[Pipeline] sh
19:32:27 + docker network create dpy-testnet-11-0-py3.7-19.03.13-beta2
19:32:27 25ad7478873d: Pull complete
19:32:27 acb4a89489fc: Pull complete
19:32:27 be532a0eb33c: Pull complete
19:32:27 91fcb2309b4f69e46893e4f98b3ec985c33e1c010284697f55744c23abd685c5
[Pipeline] sh
19:32:28 4684f6177b5d: Pull complete
19:32:28 + docker run -d --name dpy-dind-11-0-py3.7-19.03.13-beta2 -v /tmp --privileged --network dpy-testnet-11-0-py3.7-19.03.13-beta2 docker:19.03.13-beta2-dind dockerd -H tcp://0.0.0.0:2375
19:32:28 Unable to find image 'docker:19.03.13-beta2-dind' locally
19:32:28 19.03.13-beta2-dind: Pulling from library/docker
19:32:28 df20fa9351a1: Pulling fs layer
19:32:28 25ad7478873d: Pulling fs layer
19:32:28 4684f6177b5d: Pulling fs layer
19:32:28 6a7bc71302bb: Pulling fs layer
19:32:28 ffa883581c86: Pulling fs layer
19:32:28 c63137de011e: Pulling fs layer
19:32:28 963dfd0472c9: Pulling fs layer
19:32:28 06f4d368cf7c: Pulling fs layer
19:32:28 88924d48d2df: Pulling fs layer
19:32:28 e2fccac7c8b3: Pulling fs layer
19:32:28 d607daba1a35: Pulling fs layer
19:32:28 c63137de011e: Waiting
19:32:28 963dfd0472c9: Waiting
19:32:28 06f4d368cf7c: Waiting
19:32:28 88924d48d2df: Waiting
19:32:28 e2fccac7c8b3: Waiting
19:32:28 d607daba1a35: Waiting
19:32:28 6a7bc71302bb: Waiting
19:32:28 ffa883581c86: Waiting
19:32:28 4684f6177b5d: Verifying Checksum
19:32:28 4684f6177b5d: Download complete
19:32:28 25ad7478873d: Verifying Checksum
19:32:28 25ad7478873d: Download complete
19:32:28 df20fa9351a1: Verifying Checksum
19:32:28 df20fa9351a1: Download complete
19:32:28 ffa883581c86: Verifying Checksum
19:32:28 ffa883581c86: Download complete
19:32:28 c63137de011e: Verifying Checksum
19:32:28 c63137de011e: Download complete
19:32:28 b11c4e1cebdd: Pull complete
19:32:28 0c10856220d6: Pull complete
19:32:28 d7f4ba788694: Pull complete
19:32:28 b1f388c3b4c3: Pull complete
19:32:29 963dfd0472c9: Verifying Checksum
19:32:29 963dfd0472c9: Download complete
19:32:29 88924d48d2df: Verifying Checksum
19:32:29 88924d48d2df: Download complete
19:32:29 970ae92b66a1: Pull complete
19:32:29 06f4d368cf7c: Verifying Checksum
19:32:29 06f4d368cf7c: Download complete
19:32:29 d607daba1a35: Verifying Checksum
19:32:29 d607daba1a35: Download complete
19:32:29 e2fccac7c8b3: Verifying Checksum
19:32:29 e2fccac7c8b3: Download complete
19:32:29 1ea4956331dd: Pull complete
19:32:29 08301fdfc122: Pull complete
19:32:29 df20fa9351a1: Pull complete
19:32:29 9a0db9a78419: Pull complete
19:32:29 da56fe7765d7: Pull complete
19:32:29 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
19:32:29 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
19:32:29 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
19:32:29 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
19:32:29 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
19:32:29 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
19:32:29 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
19:32:30 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
19:32:30 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
19:32:30 25ad7478873d: Pull complete
19:32:30 6a7bc71302bb: Verifying Checksum
19:32:30 6a7bc71302bb: Download complete
19:32:30 4684f6177b5d: Pull complete
19:32:30 202bc1300795: Pull complete
19:32:30 7678195aa1dc: Pull complete
19:32:30 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
19:32:30 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
19:32:30 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
19:32:30 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
19:32:31 d023a2246098: Pull complete
19:32:31 3317dce0af6c: Pull complete
19:32:31 3187b4681644: Pull complete
19:32:31 Digest: sha256:8e4458162f2354317eb70dac34b2ce8d597e21323e309cd7ecde1de6a7522c44
19:32:31 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-467d11db1337ba79ca1644bf7c4730b00cc9e676
19:32:31 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
19:32:32 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
19:32:32 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
19:32:33 46e300cec669: Pull complete
19:32:33 63038576ad94: Pull complete
19:32:33 0fdb76c4706c: Pull complete
19:32:33 cb7edeffdfd5: Pull complete
19:32:33 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
19:32:33 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  4%]
19:32:33 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
19:32:34 cc28bd76800f: Pull complete
19:32:34 54196fe38f7e: Pull complete
19:32:34 ea71acc29633: Pull complete
19:32:34 6a7bc71302bb: Pull complete
19:32:34 ffa883581c86: Pull complete
19:32:34 c63137de011e: Pull complete
19:32:34 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
19:32:34 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
19:32:34 657cc4c15165: Pull complete
19:32:34 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
19:32:34 Status: Downloaded newer image for docker:19.03.12-dind
19:32:34 963dfd0472c9: Pull complete
19:32:34 ============================= test session starts ==============================
19:32:34 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
19:32:34 cachedir: .pytest_cache
19:32:34 rootdir: /src, inifile: pytest.ini
19:32:34 plugins: cov-2.6.1, timeout-1.3.3
19:32:35 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
19:32:35 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
19:32:35 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
19:32:35 06f4d368cf7c: Pull complete
19:32:35 88924d48d2df: Pull complete
19:32:35 e2fccac7c8b3: Pull complete
19:32:36 d607daba1a35: Pull complete
19:32:36 Digest: sha256:f3056b5eb11aa6f0dadb42510f681089dfec13c18e0032a91e67f5c50541ce93
19:32:36 Status: Downloaded newer image for docker:19.03.13-beta2-dind
19:32:36 6c7c0095bc8e716e43847fd3ddb7ae394305befd854ae99f89cc41c4a36b722c
19:32:36 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
[Pipeline] sh
19:32:37 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
19:32:37 + docker run --name dpy-tests-11-0-py3.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-11-0-py3.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-11-0-py3.7-19.03.12 --volumes-from dpy-dind-11-0-py3.7-19.03.12 dockerbuildbot/docker-py:py3-467d11db1337ba79ca1644bf7c4730b00cc9e676 py.test -v -rxs --cov=docker tests/
19:32:37 Unable to find image 'dockerbuildbot/docker-py:py3-467d11db1337ba79ca1644bf7c4730b00cc9e676' locally
19:32:37 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
19:32:37 py3-467d11db1337ba79ca1644bf7c4730b00cc9e676: Pulling from dockerbuildbot/docker-py
19:32:37 d6ff36c9ec48: Pulling fs layer
19:32:37 c958d65b3090: Pulling fs layer
19:32:37 edaf0a6b092f: Pulling fs layer
19:32:37 80931cf68816: Pulling fs layer
19:32:37 bc1b8aca3825: Pulling fs layer
19:32:37 edfe96a4dd20: Pulling fs layer
19:32:37 7703a05dd304: Pulling fs layer
19:32:37 a0af5a4f33d6: Pulling fs layer
19:32:37 090f2a33a6a4: Pulling fs layer
19:32:37 2e3a2a6435b6: Pulling fs layer
19:32:37 f89567408819: Pulling fs layer
19:32:37 871876afcba0: Pulling fs layer
19:32:37 a87b5245ef6f: Pulling fs layer
19:32:37 39d969f2a42c: Pulling fs layer
19:32:37 9cf476e8d87f: Pulling fs layer
19:32:37 07e23b097888: Pulling fs layer
19:32:37 f0b397c89afc: Pulling fs layer
19:32:37 47ab212a19dc: Pulling fs layer
19:32:37 94d767fc5cbd: Pulling fs layer
19:32:37 6e6c5307116f: Pulling fs layer
19:32:37 b6747a0fccfe: Pulling fs layer
19:32:37 19d7f77096be: Pulling fs layer
19:32:37 ffa4d689089f: Pulling fs layer
19:32:37 82069b07f6d8: Pulling fs layer
19:32:37 a87b5245ef6f: Waiting
19:32:37 39d969f2a42c: Waiting
19:32:37 9cf476e8d87f: Waiting
19:32:37 f0b397c89afc: Waiting
19:32:37 47ab212a19dc: Waiting
19:32:37 94d767fc5cbd: Waiting
19:32:37 6e6c5307116f: Waiting
19:32:37 b6747a0fccfe: Waiting
19:32:37 19d7f77096be: Waiting
19:32:37 ffa4d689089f: Waiting
19:32:37 82069b07f6d8: Waiting
19:32:37 07e23b097888: Waiting
19:32:37 80931cf68816: Waiting
19:32:37 bc1b8aca3825: Waiting
19:32:37 edfe96a4dd20: Waiting
19:32:37 7703a05dd304: Waiting
19:32:37 a0af5a4f33d6: Waiting
19:32:37 090f2a33a6a4: Waiting
19:32:37 2e3a2a6435b6: Waiting
19:32:37 871876afcba0: Waiting
19:32:37 f89567408819: Waiting
19:32:38 c958d65b3090: Verifying Checksum
19:32:38 c958d65b3090: Download complete
19:32:38 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
19:32:38 edaf0a6b092f: Verifying Checksum
19:32:38 edaf0a6b092f: Download complete
19:32:38 dafabd2c74ba59709ee46be8790911a774edcf61656ae29a8fffaba8a155e5a7
[Pipeline] sh
19:32:38 + docker run --name dpy-tests-11-0-py3.7-19.03.13-beta2 -e DOCKER_HOST=tcp://dpy-dind-11-0-py3.7-19.03.13-beta2:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-11-0-py3.7-19.03.13-beta2 --volumes-from dpy-dind-11-0-py3.7-19.03.13-beta2 dockerbuildbot/docker-py:py3-467d11db1337ba79ca1644bf7c4730b00cc9e676 py.test -v -rxs --cov=docker tests/
19:32:38 Unable to find image 'dockerbuildbot/docker-py:py3-467d11db1337ba79ca1644bf7c4730b00cc9e676' locally
19:32:39 py3-467d11db1337ba79ca1644bf7c4730b00cc9e676: Pulling from dockerbuildbot/docker-py
19:32:39 d6ff36c9ec48: Pulling fs layer
19:32:39 c958d65b3090: Pulling fs layer
19:32:39 edaf0a6b092f: Pulling fs layer
19:32:39 80931cf68816: Pulling fs layer
19:32:39 bc1b8aca3825: Pulling fs layer
19:32:39 edfe96a4dd20: Pulling fs layer
19:32:39 7703a05dd304: Pulling fs layer
19:32:39 a0af5a4f33d6: Pulling fs layer
19:32:39 090f2a33a6a4: Pulling fs layer
19:32:39 2e3a2a6435b6: Pulling fs layer
19:32:39 f89567408819: Pulling fs layer
19:32:39 871876afcba0: Pulling fs layer
19:32:39 a87b5245ef6f: Pulling fs layer
19:32:39 39d969f2a42c: Pulling fs layer
19:32:39 9cf476e8d87f: Pulling fs layer
19:32:39 07e23b097888: Pulling fs layer
19:32:39 f0b397c89afc: Pulling fs layer
19:32:39 47ab212a19dc: Pulling fs layer
19:32:39 94d767fc5cbd: Pulling fs layer
19:32:39 6e6c5307116f: Pulling fs layer
19:32:39 b6747a0fccfe: Pulling fs layer
19:32:39 19d7f77096be: Pulling fs layer
19:32:39 ffa4d689089f: Pulling fs layer
19:32:39 82069b07f6d8: Pulling fs layer
19:32:39 80931cf68816: Waiting
19:32:39 bc1b8aca3825: Waiting
19:32:39 edfe96a4dd20: Waiting
19:32:39 7703a05dd304: Waiting
19:32:39 a0af5a4f33d6: Waiting
19:32:39 090f2a33a6a4: Waiting
19:32:39 2e3a2a6435b6: Waiting
19:32:39 f89567408819: Waiting
19:32:39 871876afcba0: Waiting
19:32:39 a87b5245ef6f: Waiting
19:32:39 39d969f2a42c: Waiting
19:32:39 9cf476e8d87f: Waiting
19:32:39 07e23b097888: Waiting
19:32:39 f0b397c89afc: Waiting
19:32:39 47ab212a19dc: Waiting
19:32:39 94d767fc5cbd: Waiting
19:32:39 6e6c5307116f: Waiting
19:32:39 b6747a0fccfe: Waiting
19:32:39 19d7f77096be: Waiting
19:32:39 ffa4d689089f: Waiting
19:32:39 82069b07f6d8: Waiting
19:32:39 c958d65b3090: Verifying Checksum
19:32:39 c958d65b3090: Download complete
19:32:39 edaf0a6b092f: Verifying Checksum
19:32:39 edaf0a6b092f: Download complete
19:32:39 d6ff36c9ec48: Verifying Checksum
19:32:39 d6ff36c9ec48: Download complete
19:32:40 80931cf68816: Verifying Checksum
19:32:40 80931cf68816: Download complete
19:32:40 edfe96a4dd20: Verifying Checksum
19:32:40 edfe96a4dd20: Download complete
19:32:40 a0af5a4f33d6: Verifying Checksum
19:32:40 a0af5a4f33d6: Download complete
19:32:40 090f2a33a6a4: Verifying Checksum
19:32:40 090f2a33a6a4: Download complete
19:32:40 7703a05dd304: Verifying Checksum
19:32:40 7703a05dd304: Download complete
19:32:40 2e3a2a6435b6: Verifying Checksum
19:32:40 2e3a2a6435b6: Download complete
19:32:41 871876afcba0: Verifying Checksum
19:32:41 871876afcba0: Download complete
19:32:41 a87b5245ef6f: Verifying Checksum
19:32:41 a87b5245ef6f: Download complete
19:32:41 39d969f2a42c: Verifying Checksum
19:32:41 39d969f2a42c: Download complete
19:32:41 9cf476e8d87f: Verifying Checksum
19:32:41 9cf476e8d87f: Download complete
19:32:41 07e23b097888: Verifying Checksum
19:32:41 07e23b097888: Download complete
19:32:41 collecting ... collected 944 items
19:32:41 
19:32:41 d6ff36c9ec48: Verifying Checksum
19:32:41 d6ff36c9ec48: Download complete
19:32:41 f0b397c89afc: Verifying Checksum
19:32:41 f0b397c89afc: Download complete
19:32:41 47ab212a19dc: Verifying Checksum
19:32:41 47ab212a19dc: Download complete
19:32:41 edfe96a4dd20: Verifying Checksum
19:32:41 edfe96a4dd20: Download complete
19:32:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
19:32:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
19:32:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
19:32:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
19:32:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
19:32:41 f89567408819: Verifying Checksum
19:32:41 f89567408819: Download complete
19:32:41 94d767fc5cbd: Verifying Checksum
19:32:41 94d767fc5cbd: Download complete
19:32:42 b6747a0fccfe: Verifying Checksum
19:32:42 b6747a0fccfe: Download complete
19:32:42 80931cf68816: Verifying Checksum
19:32:42 80931cf68816: Download complete
19:32:42 a0af5a4f33d6: Verifying Checksum
19:32:42 a0af5a4f33d6: Download complete
19:32:42 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
19:32:42 19d7f77096be: Verifying Checksum
19:32:42 19d7f77096be: Download complete
19:32:42 6e6c5307116f: Verifying Checksum
19:32:42 6e6c5307116f: Download complete
19:32:42 ffa4d689089f: Verifying Checksum
19:32:42 ffa4d689089f: Download complete
19:32:42 7703a05dd304: Verifying Checksum
19:32:42 7703a05dd304: Download complete
19:32:42 090f2a33a6a4: Verifying Checksum
19:32:42 090f2a33a6a4: Download complete
19:32:42 2e3a2a6435b6: Verifying Checksum
19:32:42 2e3a2a6435b6: Download complete
19:32:42 82069b07f6d8: Verifying Checksum
19:32:42 82069b07f6d8: Download complete
19:32:42 871876afcba0: Verifying Checksum
19:32:42 871876afcba0: Download complete
19:32:42 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
19:32:42 a87b5245ef6f: Verifying Checksum
19:32:42 a87b5245ef6f: Download complete
19:32:42 f89567408819: Verifying Checksum
19:32:42 f89567408819: Download complete
19:32:42 39d969f2a42c: Verifying Checksum
19:32:42 39d969f2a42c: Download complete
19:32:42 9cf476e8d87f: Verifying Checksum
19:32:42 9cf476e8d87f: Download complete
19:32:43 07e23b097888: Verifying Checksum
19:32:43 07e23b097888: Download complete
19:32:43 f0b397c89afc: Verifying Checksum
19:32:43 f0b397c89afc: Download complete
19:32:43 47ab212a19dc: Verifying Checksum
19:32:43 47ab212a19dc: Download complete
19:32:43 94d767fc5cbd: Verifying Checksum
19:32:43 94d767fc5cbd: Download complete
19:32:43 b6747a0fccfe: Verifying Checksum
19:32:43 b6747a0fccfe: Download complete
19:32:43 19d7f77096be: Verifying Checksum
19:32:43 19d7f77096be: Download complete
19:32:43 ffa4d689089f: Download complete
19:32:43 6e6c5307116f: Verifying Checksum
19:32:43 6e6c5307116f: Download complete
19:32:43 82069b07f6d8: Verifying Checksum
19:32:43 82069b07f6d8: Download complete
19:32:44 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
19:32:44 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
19:32:44 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
19:32:44 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
19:32:45 bc1b8aca3825: Verifying Checksum
19:32:45 bc1b8aca3825: Download complete
19:32:45 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
19:32:45 bc1b8aca3825: Verifying Checksum
19:32:45 bc1b8aca3825: Download complete
19:32:46 d6ff36c9ec48: Pull complete
19:32:46 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
19:32:47 c958d65b3090: Pull complete
19:32:47 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
19:32:47 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
19:32:47 edaf0a6b092f: Pull complete
19:32:47 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
19:32:47 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
19:32:47 d6ff36c9ec48: Pull complete
19:32:48 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
19:32:48 c958d65b3090: Pull complete
19:32:48 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
19:32:48 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
19:32:48 edaf0a6b092f: Pull complete
19:32:49 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
19:32:49 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
19:32:49 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
19:32:51 80931cf68816: Pull complete
19:32:52 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
19:32:52 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
19:32:53 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  2%]
19:32:53 80931cf68816: Pull complete
19:32:57 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
19:32:57 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
19:32:58 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  6%]
19:32:59 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
19:32:59 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
19:32:59 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
19:32:59 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
19:32:59 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
19:32:59 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
19:32:59 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
19:32:59 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
19:32:59 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
19:33:00 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
19:33:00 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
19:33:01 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
19:33:01 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
19:33:01 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
19:33:01 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
19:33:01 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
19:33:01 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
19:33:02 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
19:33:02 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
19:33:02 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
19:33:03 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
19:33:03 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
19:33:03 bc1b8aca3825: Pull complete
19:33:03 edfe96a4dd20: Pull complete
19:33:03 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
19:33:03 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  4%]
19:33:04 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
19:33:04 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
19:33:04 7703a05dd304: Pull complete
19:33:04 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
19:33:04 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
19:33:04 a0af5a4f33d6: Pull complete
19:33:05 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
19:33:05 090f2a33a6a4: Pull complete
19:33:05 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
19:33:05 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
19:33:05 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  6%]
19:33:05 bc1b8aca3825: Pull complete
19:33:05 edfe96a4dd20: Pull complete
19:33:05 7703a05dd304: Pull complete
19:33:05 a0af5a4f33d6: Pull complete
19:33:05 2e3a2a6435b6: Pull complete
19:33:05 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
19:33:05 090f2a33a6a4: Pull complete
19:33:05 2e3a2a6435b6: Pull complete
19:33:06 f89567408819: Pull complete
19:33:06 871876afcba0: Pull complete
19:33:06 a87b5245ef6f: Pull complete
19:33:06 39d969f2a42c: Pull complete
19:33:06 9cf476e8d87f: Pull complete
19:33:06 07e23b097888: Pull complete
19:33:06 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
19:33:06 f0b397c89afc: Pull complete
19:33:06 47ab212a19dc: Pull complete
19:33:06 f89567408819: Pull complete
19:33:06 871876afcba0: Pull complete
19:33:06 94d767fc5cbd: Pull complete
19:33:06 a87b5245ef6f: Pull complete
19:33:06 39d969f2a42c: Pull complete
19:33:06 9cf476e8d87f: Pull complete
19:33:06 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
19:33:06 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
19:33:07 07e23b097888: Pull complete
19:33:07 f0b397c89afc: Pull complete
19:33:07 47ab212a19dc: Pull complete
19:33:07 94d767fc5cbd: Pull complete
19:33:07 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
19:33:07 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
19:33:08 6e6c5307116f: Pull complete
19:33:08 b6747a0fccfe: Pull complete
19:33:08 19d7f77096be: Pull complete
19:33:08 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
19:33:08 ffa4d689089f: Pull complete
19:33:08 6e6c5307116f: Pull complete
19:33:08 b6747a0fccfe: Pull complete
19:33:08 82069b07f6d8: Pull complete
19:33:08 Digest: sha256:de788972e119805492446a9440e9c1e655d4957cc6ecd1a6108457b6e895185c
19:33:08 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-467d11db1337ba79ca1644bf7c4730b00cc9e676
19:33:09 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
19:33:09 19d7f77096be: Pull complete
19:33:09 ffa4d689089f: Pull complete
19:33:09 82069b07f6d8: Pull complete
19:33:09 Digest: sha256:de788972e119805492446a9440e9c1e655d4957cc6ecd1a6108457b6e895185c
19:33:09 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-467d11db1337ba79ca1644bf7c4730b00cc9e676
19:33:11 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
19:33:11 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
19:33:12 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
19:33:12 ============================= test session starts ==============================
19:33:12 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
19:33:12 cachedir: .pytest_cache
19:33:12 rootdir: /src, inifile: pytest.ini
19:33:12 plugins: cov-2.6.1, timeout-1.3.3
19:33:12 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
19:33:12 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
19:33:12 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
19:33:12 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
19:33:12 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
19:33:13 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
19:33:13 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
19:33:13 ============================= test session starts ==============================
19:33:13 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
19:33:13 cachedir: .pytest_cache
19:33:13 rootdir: /src, inifile: pytest.ini
19:33:13 plugins: cov-2.6.1, timeout-1.3.3
19:33:17 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
19:33:17 collecting ... collected 944 items
19:33:17 
19:33:19 collecting ... collected 944 items
19:33:19 
19:33:21 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
19:33:21 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
19:33:21 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
19:33:21 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
19:33:21 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
19:33:22 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
19:33:22 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
19:33:22 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
19:33:22 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
19:33:22 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
19:33:22 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
19:33:23 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
19:33:23 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
19:33:23 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
19:33:23 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
19:33:23 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
19:33:24 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
19:33:24 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
19:33:24 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
19:33:24 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
19:33:24 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
19:33:25 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
19:33:25 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  8%]
19:33:25 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
19:33:25 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
19:33:25 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
19:33:25 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
19:33:26 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
19:33:26 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
19:33:26 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
19:33:26 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
19:33:26 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
19:33:26 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
19:33:27 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
19:33:27 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
19:33:27 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
19:33:27 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
19:33:27 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
19:33:27 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
19:33:28 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
19:33:28 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
19:33:29 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
19:33:29 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
19:33:29 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
19:33:29 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
19:33:30 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
19:33:30 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
19:33:30 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  2%]
19:33:31 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  2%]
19:33:31 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
19:33:31 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  6%]
19:33:31 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
19:33:31 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
19:33:32 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  9%]
19:33:32 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
19:33:33 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
19:33:33 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
19:33:33 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
19:33:34 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
19:33:34 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
19:33:34 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
19:33:35 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
19:33:35 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
19:33:35 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
19:33:35 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
19:33:35 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
19:33:35 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
19:33:35 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
19:33:35 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
19:33:35 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
19:33:35 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
19:33:35 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
19:33:35 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
19:33:35 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
19:33:35 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
19:33:35 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
19:33:35 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
19:33:35 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
19:33:35 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
19:33:36 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
19:33:36 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
19:33:36 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
19:33:36 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
19:33:36 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
19:33:36 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
19:33:36 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
19:33:36 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
19:33:36 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
19:33:36 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
19:33:37 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
19:33:37 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
19:33:37 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
19:33:37 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
19:33:37 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
19:33:37 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
19:33:37 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
19:33:37 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
19:33:37 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
19:33:38 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
19:33:38 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
19:33:38 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
19:33:38 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  6%]
19:33:39 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
19:33:39 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
19:33:39 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
19:33:39 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
19:33:39 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  4%]
19:33:39 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
19:33:39 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
19:33:39 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
19:33:40 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
19:33:40 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  4%]
19:33:40 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
19:33:40 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
19:33:40 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
19:33:40 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
19:33:40 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
19:33:40 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
19:33:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
19:33:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
19:33:41 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%]
19:33:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
19:33:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
19:33:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
19:33:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
19:33:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
19:33:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
19:33:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
19:33:43 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
19:33:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
19:33:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
19:33:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
19:33:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
19:33:45 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
19:33:45 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
19:33:45 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
19:33:47 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
19:33:47 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
19:33:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
19:33:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
19:33:47 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
19:33:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
19:33:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
19:33:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
19:33:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
19:33:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
19:33:47 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
19:33:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
19:33:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
19:33:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
19:33:48 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
19:33:48 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
19:33:48 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
19:33:49 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
19:33:49 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
19:33:51 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
19:33:52 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
19:33:53 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
19:33:54 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
19:33:55 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%]
19:33:55 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
19:33:55 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
19:33:55 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
19:33:56 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
19:33:58 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
19:33:58 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
19:33:58 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  8%]
19:33:58 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
19:33:58 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
19:33:58 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
19:33:59 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
19:33:59 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
19:33:59 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%]
19:34:00 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
19:34:00 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
19:34:00 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
19:34:01 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
19:34:01 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
19:34:01 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
19:34:01 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
19:34:02 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
19:34:02 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
19:34:03 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
19:34:03 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
19:34:03 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
19:34:03 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
19:34:04 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
19:34:04 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
19:34:04 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  6%]
19:34:04 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  6%]
19:34:05 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
19:34:05 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
19:34:05 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  9%]
19:34:05 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
19:34:05 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
19:34:05 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
19:34:05 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
19:34:06 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 13%]
19:34:06 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
19:34:06 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
19:34:06 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
19:34:07 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
19:34:07 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
19:34:07 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
19:34:07 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
19:34:07 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
19:34:07 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
19:34:08 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
19:34:08 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
19:34:08 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
19:34:08 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
19:34:08 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
19:34:08 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
19:34:09 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
19:34:09 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
19:34:09 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
19:34:09 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
19:34:09 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
19:34:10 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
19:34:10 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
19:34:10 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
19:34:10 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
19:34:10 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
19:34:10 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
19:34:11 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
19:34:11 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
19:34:11 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
19:34:11 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  6%]
19:34:11 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  6%]
19:34:11 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
19:34:12 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
19:34:12 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%]
19:34:12 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
19:34:12 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
19:34:12 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
19:34:12 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
19:34:13 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%]
19:34:13 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
19:34:14 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%]
19:34:14 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
19:34:15 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
19:34:16 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
19:34:16 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
19:34:16 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
19:34:16 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
19:34:17 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
19:34:17 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
19:34:17 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
19:34:17 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
19:34:19 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
19:34:19 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
19:34:20 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
19:34:20 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
19:34:20 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
19:34:20 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
19:34:21 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
19:34:22 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
19:34:23 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
19:34:23 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
19:34:23 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%]
19:34:23 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
19:34:23 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
19:34:23 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
19:34:23 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
19:34:24 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
19:34:24 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
19:34:24 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
19:34:25 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
19:34:25 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
19:34:25 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%]
19:34:25 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%]
19:34:25 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
19:34:25 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
19:34:25 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
19:34:25 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
19:34:26 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
19:34:26 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
19:34:26 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
19:34:26 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
19:34:26 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
19:34:26 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
19:34:27 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
19:34:27 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
19:34:27 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%]
19:34:27 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
19:34:28 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%]
19:34:28 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
19:34:28 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
19:34:28 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
19:34:29 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
19:34:30 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
19:34:30 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
19:34:30 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
19:34:30 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  8%]
19:34:31 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
19:34:31 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
19:34:31 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  8%]
19:34:31 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
19:34:31 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
19:34:31 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
19:34:31 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
19:34:32 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
19:34:32 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
19:34:32 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
19:34:32 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
19:34:32 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
19:34:33 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
19:34:33 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%]
19:34:33 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
19:34:33 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
19:34:33 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
19:34:33 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
19:34:33 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
19:34:34 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
19:34:34 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
19:34:34 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
19:34:34 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
19:34:34 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
19:34:34 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
19:34:35 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
19:34:35 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
19:34:35 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
19:34:35 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
19:34:35 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
19:34:35 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
19:34:35 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%]
19:34:35 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%]
19:34:35 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
19:34:36 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
19:34:36 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
19:34:36 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
19:34:36 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
19:34:36 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
19:34:36 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
19:34:36 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
19:34:37 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
19:34:37 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%]
19:34:37 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
19:34:37 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
19:34:37 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
19:34:38 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  9%]
19:34:38 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  9%]
19:34:38 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
19:34:38 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%]
19:34:38 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
19:34:39 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 13%]
19:34:39 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
19:34:39 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
19:34:40 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
19:34:40 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
19:34:40 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
19:34:40 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
19:34:40 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
19:34:40 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
19:34:40 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
19:34:40 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
19:34:40 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
19:34:41 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
19:34:41 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
19:34:41 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
19:34:41 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
19:34:41 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
19:34:41 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
19:34:41 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
19:34:41 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 20%]
19:34:42 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
19:34:42 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
19:34:42 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
19:34:42 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
19:34:42 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
19:34:42 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%]
19:34:42 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
19:34:42 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
19:34:43 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
19:34:43 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
19:34:43 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
19:34:43 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
19:34:43 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
19:34:43 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
19:34:43 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
19:34:44 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
19:34:44 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
19:34:44 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
19:34:45 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%]
19:34:45 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
19:34:45 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
19:34:45 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
19:34:45 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
19:34:46 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%]
19:34:47 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%]
19:34:47 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%]
19:34:47 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
19:34:48 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
19:34:48 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
19:34:48 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
19:34:48 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%]
19:34:48 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
19:34:48 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
19:34:49 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
19:34:49 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
19:34:49 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
19:34:49 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
19:34:49 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
19:34:49 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
19:34:49 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
19:34:49 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
19:34:50 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 22%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 22%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 23%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 24%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 24%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
19:34:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
19:34:52 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
19:34:52 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
19:34:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
19:34:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
19:34:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
19:34:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
19:34:53 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
19:34:53 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
19:34:53 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
19:34:53 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
19:34:53 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
19:34:53 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
19:34:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 25%]
19:34:54 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
19:34:54 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
19:34:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 25%]
19:34:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%]
19:34:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
19:34:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
19:34:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
19:34:54 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
19:34:54 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
19:34:54 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
19:34:54 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
19:34:54 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 26%]
19:34:54 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 26%]
19:34:54 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
19:34:55 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
19:34:55 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
19:34:55 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
19:34:55 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
19:34:55 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
19:34:55 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
19:34:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 27%]
19:34:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 27%]
19:34:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 27%]
19:34:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
19:34:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
19:34:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
19:34:56 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
19:34:56 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
19:34:56 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%]
19:34:56 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
19:34:56 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
19:34:56 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
19:34:57 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
19:34:57 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
19:34:57 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
19:34:57 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
19:34:58 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
19:34:58 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
19:34:58 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
19:34:58 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
19:34:58 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
19:34:58 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%]
19:34:58 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%]
19:34:58 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
19:34:58 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
19:34:58 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
19:34:59 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
19:34:59 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
19:34:59 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
19:34:59 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
19:34:59 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
19:35:00 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
19:35:00 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%]
19:35:00 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%]
19:35:01 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
19:35:01 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
19:35:01 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
19:35:01 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
19:35:01 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
19:35:01 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%]
19:35:01 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
19:35:01 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
19:35:02 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
19:35:02 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
19:35:02 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
19:35:03 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
19:35:03 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
19:35:04 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
19:35:04 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
19:35:04 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
19:35:04 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
19:35:04 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
19:35:04 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
19:35:05 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
19:35:05 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
19:35:05 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
19:35:05 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
19:35:05 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
19:35:05 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
19:35:05 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%]
19:35:05 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%]
19:35:06 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
19:35:06 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
19:35:06 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
19:35:06 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
19:35:07 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
19:35:07 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
19:35:08 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
19:35:08 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
19:35:08 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
19:35:08 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
19:35:08 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
19:35:09 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
19:35:09 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
19:35:09 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
19:35:09 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
19:35:09 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%]
19:35:09 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
19:35:09 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%]
19:35:09 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
19:35:09 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
19:35:09 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
19:35:09 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
19:35:10 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
19:35:10 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
19:35:10 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
19:35:10 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
19:35:10 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
19:35:10 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
19:35:10 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
19:35:10 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
19:35:11 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
19:35:11 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%]
19:35:11 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 13%]
19:35:11 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 13%]
19:35:11 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
19:35:11 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
19:35:12 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
19:35:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 28%]
19:35:12 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
19:35:12 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%]
19:35:12 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
19:35:12 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
19:35:12 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
19:35:12 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
19:35:13 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
19:35:13 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
19:35:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 28%]
19:35:13 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
19:35:13 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
19:35:13 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
19:35:13 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
19:35:13 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
19:35:14 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
19:35:14 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
19:35:14 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
19:35:14 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
19:35:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
19:35:15 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
19:35:15 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
19:35:15 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 20%]
19:35:15 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
19:35:15 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
19:35:16 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
19:35:16 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
19:35:16 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%]
19:35:16 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
19:35:16 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
19:35:17 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
19:35:17 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
19:35:17 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%]
19:35:17 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%]
19:35:18 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
19:35:18 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%]
19:35:18 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%]
19:35:19 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
19:35:19 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
19:35:19 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
19:35:19 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
19:35:19 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
19:35:19 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
19:35:20 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
19:35:20 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
19:35:21 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
19:35:21 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
19:35:21 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
19:35:21 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
19:35:21 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%]
19:35:21 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
19:35:21 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
19:35:22 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
19:35:22 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
19:35:23 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
19:35:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
19:35:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
19:35:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
19:35:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
19:35:24 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 22%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 22%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 23%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 24%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 24%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
19:35:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
19:35:24 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
19:35:24 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
19:35:24 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
19:35:24 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
19:35:26 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
19:35:26 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
19:35:26 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
19:35:26 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
19:35:26 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 25%]
19:35:28 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 25%]
19:35:28 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%]
19:35:28 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
19:35:28 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
19:35:28 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
19:35:28 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
19:35:28 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
19:35:28 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
19:35:28 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
19:35:28 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 26%]
19:35:28 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 26%]
19:35:28 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
19:35:28 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
19:35:28 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
19:35:28 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%]
19:35:28 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
19:35:28 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
19:35:28 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
19:35:28 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
19:35:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
19:35:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
19:35:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
19:35:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
19:35:28 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
19:35:28 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
19:35:28 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%]
19:35:28 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
19:35:28 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
19:35:28 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
19:35:29 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
19:35:29 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
19:35:29 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 27%]
19:35:29 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 27%]
19:35:29 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 27%]
19:35:29 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
19:35:29 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
19:35:29 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
19:35:29 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
19:35:29 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
19:35:29 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
19:35:29 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
19:35:30 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
19:35:30 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
19:35:30 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
19:35:30 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
19:35:30 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
19:35:30 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
19:35:30 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%]
19:35:30 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%]
19:35:30 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
19:35:30 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
19:35:30 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
19:35:30 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%]
19:35:30 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%]
19:35:30 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
19:35:30 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
19:35:30 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
19:35:30 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
19:35:31 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
19:35:31 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
19:35:31 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
19:35:31 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
19:35:31 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
19:35:31 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
19:35:31 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 29%]
19:35:31 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
19:35:32 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
19:35:32 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
19:35:32 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
19:35:33 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 29%]
19:35:33 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%]
19:35:33 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%]
19:35:34 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
19:35:34 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
19:35:34 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 29%]
19:35:34 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
19:35:34 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
19:35:35 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
19:35:35 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
19:35:35 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
19:35:36 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
19:35:36 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
19:35:36 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
19:35:36 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
19:35:38 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
19:35:38 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
19:35:38 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
19:35:38 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
19:35:39 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
19:35:40 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
19:35:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%]
19:35:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%]
19:35:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
19:35:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
19:35:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
19:35:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
19:35:41 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
19:35:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%]
19:35:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%]
19:35:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
19:35:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
19:35:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
19:35:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
19:35:41 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
19:35:41 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
19:35:41 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
19:35:41 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
19:35:42 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
19:35:42 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
19:35:42 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%]
19:35:42 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
19:35:42 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%]
19:35:42 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
19:35:43 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
19:35:43 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
19:35:43 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%]
19:35:43 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%]
19:35:43 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
19:35:44 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
19:35:44 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 28%]
19:35:44 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
19:35:45 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
19:35:45 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
19:35:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
19:35:45 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
19:35:45 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
19:35:45 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
19:35:45 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
19:35:45 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
19:35:45 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
19:35:46 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
19:35:46 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
19:35:46 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 28%]
19:35:46 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
19:35:46 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
19:35:46 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 20%]
19:35:47 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 20%]
19:35:47 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%]
19:35:47 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
19:35:47 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
19:35:47 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%]
19:35:48 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
19:35:48 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
19:35:48 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
19:35:48 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
19:35:48 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
19:35:49 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
19:35:49 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
19:35:49 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
19:35:50 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
19:35:50 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
19:35:50 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
19:35:50 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
19:35:50 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
19:35:50 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
19:35:50 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
19:35:51 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
19:35:51 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
19:35:51 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
19:35:52 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
19:35:52 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
19:35:52 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%]
19:35:52 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
19:35:52 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
19:35:53 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
19:35:53 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
19:35:53 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
19:35:53 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%]
19:35:53 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
19:35:53 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
19:35:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
19:35:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
19:35:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
19:35:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
19:35:54 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 22%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 22%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 23%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 24%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 24%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
19:35:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 22%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 22%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 23%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 24%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 24%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
19:35:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
19:35:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
19:35:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
19:35:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
19:35:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
19:35:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
19:35:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
19:35:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
19:35:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
19:35:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 25%]
19:35:58 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
19:35:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 25%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 25%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 26%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 26%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 25%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 26%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 26%]
19:35:59 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
19:36:00 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
19:36:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
19:36:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
19:36:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
19:36:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
19:36:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
19:36:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 27%]
19:36:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 27%]
19:36:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 27%]
19:36:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
19:36:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
19:36:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
19:36:00 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
19:36:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
19:36:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
19:36:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
19:36:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
19:36:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
19:36:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 27%]
19:36:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 27%]
19:36:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 27%]
19:36:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
19:36:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
19:36:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
19:36:03 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
19:36:03 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%]
19:36:03 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%]
19:36:03 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%]
19:36:03 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
19:36:03 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
19:36:03 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
19:36:03 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
19:36:03 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
19:36:03 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
19:36:03 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
19:36:03 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 31%]
19:36:03 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
19:36:04 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 29%]
19:36:06 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 29%]
19:36:06 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%]
19:36:06 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 31%]
19:36:06 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
19:36:06 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
19:36:06 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
19:36:07 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 29%]
19:36:08 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
19:36:10 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
19:36:12 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
19:36:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
19:36:13 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
19:36:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
19:36:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
19:36:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
19:36:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
19:36:15 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
19:36:16 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 28%]
19:36:16 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
19:36:16 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 28%]
19:36:17 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 28%]
19:36:18 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 28%]
19:36:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
19:36:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
19:36:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
19:36:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
19:36:21 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
19:36:21 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
19:36:21 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
19:36:21 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
19:36:21 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
19:36:22 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
19:36:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
19:36:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
19:36:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
19:36:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
19:36:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%]
19:36:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%]
19:36:28 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
19:36:28 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
19:36:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
19:36:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
19:36:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
19:36:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
19:36:30 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
19:36:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
19:36:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
19:36:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%]
19:36:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%]
19:36:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%]
19:36:33 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
19:36:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
19:36:34 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
19:36:34 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
19:36:34 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
19:36:34 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
19:36:35 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
19:36:35 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
19:36:35 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 29%]
19:36:35 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
19:36:36 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
19:36:36 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 29%]
19:36:36 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
19:36:36 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%]
19:36:36 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%]
19:36:36 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%]
19:36:36 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
19:36:36 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
19:36:36 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
19:36:36 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
19:36:36 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
19:36:36 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
19:36:36 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
19:36:36 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 31%]
19:36:37 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 34%]
19:36:37 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 29%]
19:36:37 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%]
19:36:37 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 29%]
19:36:37 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%]
19:36:38 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
19:36:38 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 29%]
19:36:38 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%]
19:36:38 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 31%]
19:36:38 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
19:36:38 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
19:36:38 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
19:36:39 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
19:36:39 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 29%]
19:36:39 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
19:36:39 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
19:36:40 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
19:36:40 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
19:36:40 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
19:36:46 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
19:36:47 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
19:36:51 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
19:36:52 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
19:36:52 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
19:36:52 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
19:36:52 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
19:36:52 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
19:36:52 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%]
19:36:53 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%]
19:36:53 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
19:36:53 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
19:36:53 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%]
19:36:54 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
19:36:54 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
19:36:55 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
19:36:55 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
19:36:56 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
19:36:56 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
19:36:56 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
19:36:56 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
19:36:56 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
19:36:56 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
19:36:56 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%]
19:36:56 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 36%]
19:36:57 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%]
19:36:57 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%]
19:36:57 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
19:36:58 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
19:36:58 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
19:36:58 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
19:36:58 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
19:36:58 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
19:36:58 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%]
19:36:58 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%]
19:36:58 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%]
19:36:58 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%]
19:36:58 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%]
19:36:59 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
19:37:00 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
19:37:01 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
19:37:01 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
19:37:01 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
19:37:01 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
19:37:02 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
19:37:03 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
19:37:03 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
19:37:03 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%]
19:37:04 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%]
19:37:04 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%]
19:37:05 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
19:37:05 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
19:37:06 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
19:37:06 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
19:37:06 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
19:37:06 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
19:37:06 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
19:37:06 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 38%]
19:37:06 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 38%]
19:37:06 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 38%]
19:37:06 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 38%]
19:37:06 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
19:37:06 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
19:37:06 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
19:37:06 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
19:37:06 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
19:37:06 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%]
19:37:06 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 39%]
19:37:06 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 39%]
19:37:06 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 39%]
19:37:06 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
19:37:07 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
19:37:07 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
19:37:07 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%]
19:37:07 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%]
19:37:07 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%]
19:37:07 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
19:37:07 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
19:37:07 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
19:37:07 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
19:37:07 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
19:37:07 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
19:37:07 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
19:37:07 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 31%]
19:37:08 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
19:37:08 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 34%]
19:37:08 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
19:37:08 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%]
19:37:08 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%]
19:37:08 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%]
19:37:08 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
19:37:08 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
19:37:08 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
19:37:08 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
19:37:08 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
19:37:08 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
19:37:08 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
19:37:08 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 31%]
19:37:08 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%]
19:37:09 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%]
19:37:09 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%]
19:37:09 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 31%]
19:37:09 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
19:37:10 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
19:37:10 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
19:37:10 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
19:37:10 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
19:37:10 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
19:37:10 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%]
19:37:10 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 31%]
19:37:10 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
19:37:10 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
19:37:10 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
19:37:11 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
19:37:11 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
19:37:12 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
19:37:13 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
19:37:14 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
19:37:14 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
19:37:14 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
19:37:14 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
19:37:15 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%]
19:37:15 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%]
19:37:17 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%]
19:37:18 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
19:37:18 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
19:37:18 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
19:37:18 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
19:37:18 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
19:37:18 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
19:37:18 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%]
19:37:19 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 41%]
19:37:19 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%]
19:37:19 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 41%]
19:37:19 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
19:37:19 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
19:37:19 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
19:37:19 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
19:37:19 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
19:37:19 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
19:37:19 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%]
19:37:19 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 42%]
19:37:19 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%]
19:37:19 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
19:37:19 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
19:37:19 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
19:37:19 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
19:37:19 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
19:37:19 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
19:37:19 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%]
19:37:19 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%]
19:37:19 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%]
19:37:19 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%]
19:37:19 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
19:37:19 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
19:37:19 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
19:37:19 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
19:37:19 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
19:37:19 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 45%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 45%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 47%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
19:37:19 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 49%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 50%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 51%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 51%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 51%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
19:37:19 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%]
19:37:19 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 52%]
19:37:19 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 53%]
19:37:19 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 53%]
19:37:19 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 53%]
19:37:19 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 53%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 54%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 54%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 54%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 54%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_inspect_image_with_auth_config PASSED [ 54%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 55%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 55%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 55%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 55%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 55%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 56%]
19:37:19 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 56%]
19:37:19 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%]
19:37:19 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 56%]
19:37:19 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%]
19:37:19 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
19:37:19 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
19:37:19 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 57%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 57%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 57%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 57%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 58%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 59%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 59%]
19:37:19 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%]
19:37:19 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%]
19:37:19 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%]
19:37:20 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%]
19:37:20 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
19:37:20 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
19:37:20 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
19:37:20 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
19:37:21 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 60%]
19:37:21 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%]
19:37:21 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 60%]
19:37:21 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 60%]
19:37:21 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%]
19:37:21 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
19:37:21 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
19:37:21 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
19:37:21 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
19:37:21 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 61%]
19:37:21 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%]
19:37:21 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%]
19:37:21 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%]
19:37:21 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 61%]
19:37:21 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 61%]
19:37:21 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
19:37:21 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
19:37:21 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
19:37:21 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
19:37:21 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 62%]
19:37:21 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%]
19:37:21 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%]
19:37:21 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%]
19:37:21 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%]
19:37:21 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
19:37:21 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
19:37:21 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
19:37:21 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
19:37:21 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 63%]
19:37:21 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%]
19:37:21 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%]
19:37:21 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%]
19:37:21 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%]
19:37:21 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%]
19:37:21 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
19:37:21 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
19:37:21 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
19:37:21 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
19:37:21 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 64%]
19:37:21 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%]
19:37:21 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%]
19:37:21 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%]
19:37:21 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%]
19:37:21 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
19:37:21 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
19:37:21 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
19:37:21 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
19:37:21 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 65%]
19:37:21 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%]
19:37:21 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%]
19:37:21 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%]
19:37:21 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%]
19:37:21 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%]
19:37:21 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
19:37:21 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
19:37:21 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
19:37:21 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
19:37:21 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 66%]
19:37:21 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 66%]
19:37:21 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 66%]
19:37:21 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%]
19:37:21 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%]
19:37:21 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
19:37:21 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
19:37:21 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
19:37:21 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
19:37:21 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 67%]
19:37:21 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%]
19:37:21 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%]
19:37:21 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%]
19:37:21 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%]
19:37:21 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%]
19:37:21 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
19:37:21 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
19:37:21 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
19:37:21 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 68%]
19:37:21 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 68%]
19:37:21 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 68%]
19:37:21 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
19:37:21 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
19:37:21 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
19:37:21 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
19:37:21 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
19:37:21 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 68%]
19:37:21 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 68%]
19:37:21 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%]
19:37:21 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
19:37:21 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
19:37:21 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
19:37:21 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
19:37:21 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
19:37:21 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
19:37:21 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
19:37:21 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
19:37:21 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
19:37:21 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%]
19:37:21 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
19:37:21 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
19:37:21 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
19:37:21 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
19:37:21 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
19:37:21 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
19:37:21 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
19:37:21 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
19:37:21 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%]
19:37:21 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%]
19:37:21 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
19:37:21 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
19:37:21 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
19:37:21 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
19:37:21 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
19:37:21 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
19:37:21 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
19:37:21 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%]
19:37:21 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%]
19:37:21 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
19:37:21 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
19:37:21 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
19:37:21 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
19:37:21 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
19:37:21 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
19:37:21 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
19:37:21 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
19:37:21 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%]
19:37:21 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
19:37:21 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
19:37:21 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
19:37:21 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
19:37:21 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
19:37:21 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
19:37:21 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
19:37:21 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
19:37:21 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 77%]
19:37:21 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 77%]
19:37:21 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
19:37:21 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
19:37:21 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
19:37:21 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
19:37:21 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
19:37:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
19:37:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
19:37:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
19:37:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%]
19:37:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
19:37:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
19:37:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
19:37:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
19:37:22 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
19:37:22 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
19:37:22 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
19:37:22 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 79%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 79%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 79%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 80%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 81%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 81%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
19:37:22 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
19:37:22 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
19:37:22 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
19:37:22 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
19:37:22 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 82%]
19:37:22 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
19:37:22 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
19:37:22 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
19:37:22 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
19:37:22 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
19:37:22 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
19:37:22 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
19:37:22 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 82%]
19:37:22 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 83%]
19:37:22 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
19:37:22 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
19:37:22 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
19:37:22 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
19:37:22 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
19:37:22 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
19:37:22 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
19:37:22 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 83%]
19:37:22 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 84%]
19:37:22 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 84%]
19:37:22 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
19:37:22 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
19:37:22 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
19:37:22 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
19:37:22 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
19:37:22 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
19:37:22 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
19:37:22 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
19:37:22 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 85%]
19:37:22 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
19:37:22 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
19:37:22 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 86%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%]
19:37:22 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
19:37:22 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
19:37:22 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
19:37:22 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
19:37:22 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
19:37:22 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
19:37:22 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
19:37:22 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
19:37:22 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%]
19:37:22 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
19:37:22 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
19:37:22 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
19:37:22 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
19:37:22 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
19:37:22 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
19:37:22 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
19:37:22 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
19:37:22 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
19:37:22 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%]
19:37:22 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
19:37:22 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
19:37:22 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
19:37:22 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
19:37:22 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
19:37:22 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
19:37:22 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
19:37:22 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
19:37:22 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 92%]
19:37:22 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
19:37:22 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
19:37:22 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
19:37:22 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
19:37:22 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
19:37:22 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
19:37:22 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
19:37:22 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
19:37:22 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%]
19:37:22 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%]
19:37:22 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
19:37:22 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
19:37:22 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
19:37:22 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
19:37:22 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
19:37:22 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
19:37:22 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
19:37:22 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
19:37:22 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%]
19:37:22 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
19:37:22 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
19:37:22 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
19:37:22 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
19:37:22 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
19:37:22 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
19:37:22 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
19:37:22 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
19:37:22 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%]
19:37:22 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
19:37:22 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
19:37:22 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
19:37:22 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
19:37:22 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
19:37:22 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
19:37:22 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
19:37:22 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
19:37:22 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
19:37:22 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 96%]
19:37:22 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
19:37:22 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
19:37:22 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
19:37:22 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
19:37:22 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
19:37:22 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
19:37:22 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
19:37:22 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%]
19:37:22 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
19:37:22 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
19:37:22 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
19:37:23 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
19:37:23 
19:37:23 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
19:37:23 Name                                  Stmts   Miss Branch BrPart  Cover
19:37:23 -----------------------------------------------------------------------
19:37:23 docker/__init__.py                        8      0      0      0   100%
19:37:23 docker/api/__init__.py                    1      0      0      0   100%
19:37:23 docker/api/build.py                     126     19     92     17    82%
19:37:23 docker/api/client.py                    263     45     96     12    82%
19:37:23 docker/api/config.py                     31      1      6      2    92%
19:37:23 docker/api/container.py                 266     17    102     19    90%
19:37:23 docker/api/daemon.py                     39      2     14      4    89%
19:37:23 docker/api/exec_api.py                   46      4     22      4    88%
19:37:23 docker/api/image.py                     156     17     50      9    86%
19:37:23 docker/api/network.py                    90     13     48     12    80%
19:37:23 docker/api/plugin.py                     90     13     12      4    81%
19:37:23 docker/api/secret.py                     36      4     10      3    80%
19:37:23 docker/api/service.py                   200     60    149     32    61%
19:37:23 docker/api/swarm.py                     106     14     38     10    82%
19:37:23 docker/api/volume.py                     38      3     14      3    88%
19:37:23 docker/auth.py                          198     16     74     17    88%
19:37:23 docker/client.py                         67      4      2      0    94%
19:37:23 docker/constants.py                      20      0      0      0   100%
19:37:23 docker/context/__init__.py                2      0      0      0   100%
19:37:23 docker/context/api.py                    78     16     38      8    76%
19:37:23 docker/context/config.py                 61     27     16      2    52%
19:37:23 docker/context/context.py               151     21     62     15    81%
19:37:23 docker/credentials/__init__.py            3      0      0      0   100%
19:37:23 docker/credentials/constants.py           4      0      0      0   100%
19:37:23 docker/credentials/errors.py             11      1      2      1    85%
19:37:23 docker/credentials/store.py              50      6     16      3    83%
19:37:23 docker/credentials/utils.py              23     13     12      1    31%
19:37:23 docker/errors.py                        110     12     18      6    86%
19:37:23 docker/models/__init__.py                 0      0      0      0   100%
19:37:23 docker/models/configs.py                 21      8      0      0    62%
19:37:23 docker/models/containers.py             183      6     60      5    95%
19:37:23 docker/models/images.py                 137     29     52      3    76%
19:37:23 docker/models/networks.py                37      1      8      0    98%
19:37:23 docker/models/nodes.py                   15      1      0      0    93%
19:37:23 docker/models/plugins.py                 49     30      8      0    33%
19:37:23 docker/models/resource.py                41      9      6      2    77%
19:37:23 docker/models/secrets.py                 21      8      0      0    62%
19:37:23 docker/models/services.py                87      3     34      3    95%
19:37:23 docker/models/swarm.py                   39      3      6      3    87%
19:37:23 docker/models/volumes.py                 23      1      2      0    96%
19:37:23 docker/tls.py                            37      6     14      6    76%
19:37:23 docker/transport/__init__.py             11      3      0      0    73%
19:37:23 docker/transport/basehttpadapter.py       6      0      2      1    88%
19:37:23 docker/transport/npipeconn.py            58     53     10      0     7%
19:37:23 docker/transport/npipesocket.py         137    132     22      0     3%
19:37:23 docker/transport/sshconn.py              89     63     24      1    24%
19:37:23 docker/transport/ssladapter.py           36      8     10      4    70%
19:37:23 docker/transport/unixconn.py             65      5     12      4    88%
19:37:23 docker/types/__init__.py                  6      0      0      0   100%
19:37:23 docker/types/base.py                      5      0      2      0   100%
19:37:23 docker/types/containers.py              418     63    326     43    85%
19:37:23 docker/types/daemon.py                   36      9     14      3    68%
19:37:23 docker/types/healthcheck.py              34     12      4      1    61%
19:37:23 docker/types/networks.py                 41      6     28      5    81%
19:37:23 docker/types/services.py                312     45    206     33    83%
19:37:23 docker/types/swarm.py                    51     24     40     10    52%
19:37:23 docker/utils/__init__.py                  3      0      0      0   100%
19:37:23 docker/utils/build.py                   154     14     74      7    89%
19:37:23 docker/utils/config.py                   36      1     10      1    96%
19:37:23 docker/utils/decorators.py               32      1     12      1    95%
19:37:23 docker/utils/fnmatch.py                  55     18     28      2    61%
19:37:23 docker/utils/json_stream.py              43      8     14      2    79%
19:37:23 docker/utils/ports.py                    50      3     28      2    91%
19:37:23 docker/utils/proxy.py                    32      1     12      0    98%
19:37:23 docker/utils/socket.py                   86      8     40      7    87%
19:37:23 docker/utils/utils.py                   285     17    164     12    93%
19:37:23 docker/version.py                         2      0      0      0   100%
19:37:23 -----------------------------------------------------------------------
19:37:23 TOTAL                                  5047    927   2165    345    79%
19:37:23 
19:37:23 =========================== short test summary info ============================
19:37:23 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
19:37:23   CONFIG_RT_GROUP_SCHED isn't enabled
19:37:23 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
19:37:23   Not supported on most drivers
19:37:23 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
19:37:23   Output of docker top depends on host distro, and is not formalized.
19:37:23 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
19:37:23   This doesn't seem to be taken into account by the engine
19:37:23 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
19:37:23 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
19:37:23 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
19:37:23 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
19:37:23 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
19:37:23 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
19:37:23 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
19:37:23 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
19:37:23 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
19:37:23 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
19:37:23 
19:37:23 ======== 924 passed, 11 skipped, 5 xfailed, 4 xpassed in 318.26 seconds ========
19:37:23 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
19:37:23 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
[Pipeline] sh
19:37:24 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%]
19:37:24 + docker stop dpy-dind-11-0-py2.7-19.03.12 dpy-tests-11-0-py2.7-19.03.12
19:37:24 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%]
19:37:25 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%]
19:37:25 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
19:37:26 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
19:37:26 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
19:37:27 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
19:37:27 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
19:37:28 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
19:37:28 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 36%]
19:37:28 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
19:37:28 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
19:37:28 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
19:37:28 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
19:37:28 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%]
19:37:28 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%]
19:37:28 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%]
19:37:28 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
19:37:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
19:37:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
19:37:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
19:37:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
19:37:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%]
19:37:29 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
19:37:29 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
19:37:29 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
19:37:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%]
19:37:29 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
19:37:29 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
19:37:29 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%]
19:37:30 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%]
19:37:30 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%]
19:37:30 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%]
19:37:30 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%]
19:37:30 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
19:37:31 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
19:37:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
19:37:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
19:37:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
19:37:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
19:37:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
19:37:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
19:37:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
19:37:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
19:37:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
19:37:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
19:37:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
19:37:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
19:37:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%]
19:37:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
19:37:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
19:37:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%]
19:37:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%]
19:37:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%]
19:37:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%]
19:37:36 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%]
19:37:36 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
19:37:36 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
19:37:36 dpy-dind-11-0-py2.7-19.03.12
19:37:36 dpy-tests-11-0-py2.7-19.03.12
19:37:36 + docker rm -vf dpy-dind-11-0-py2.7-19.03.12 dpy-tests-11-0-py2.7-19.03.12
19:37:36 dpy-dind-11-0-py2.7-19.03.12
19:37:36 dpy-tests-11-0-py2.7-19.03.12
19:37:36 + docker network rm dpy-testnet-11-0-py2.7-19.03.12
19:37:36 dpy-testnet-11-0-py2.7-19.03.12
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
19:37:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
19:37:37 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
19:37:37 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
19:37:37 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
19:37:37 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
19:37:37 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
19:37:37 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
19:37:38 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
19:37:38 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
19:37:38 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 38%]
19:37:38 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 38%]
19:37:38 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 38%]
19:37:38 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 38%]
19:37:38 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
19:37:38 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
19:37:38 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
19:37:38 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
19:37:38 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
19:37:38 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
19:37:38 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
19:37:38 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%]
19:37:38 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 39%]
19:37:38 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 39%]
19:37:38 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 39%]
19:37:38 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
19:37:38 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
19:37:39 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 34%]
19:37:39 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
19:37:39 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
19:37:39 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 34%]
19:37:39 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%]
19:37:39 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%]
19:37:40 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%]
19:37:40 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%]
19:37:40 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
19:37:40 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
19:37:40 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
19:37:41 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
19:37:41 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
19:37:41 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
19:37:41 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
19:37:41 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
19:37:41 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
19:37:41 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
19:37:41 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
19:37:41 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
19:37:42 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
19:37:42 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%]
19:37:42 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%]
19:37:42 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
19:37:42 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
19:37:44 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%]
19:37:45 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
19:37:45 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
19:37:45 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
19:37:45 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
19:37:45 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
19:37:46 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
19:37:46 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%]
19:37:46 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 41%]
19:37:46 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%]
19:37:46 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 41%]
19:37:46 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
19:37:46 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
19:37:46 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
19:37:46 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
19:37:46 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
19:37:46 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
19:37:46 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%]
19:37:46 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 42%]
19:37:46 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%]
19:37:46 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
19:37:46 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
19:37:46 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
19:37:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
19:37:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
19:37:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
19:37:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%]
19:37:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%]
19:37:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%]
19:37:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%]
19:37:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
19:37:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
19:37:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
19:37:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
19:37:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
19:37:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 45%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 45%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 47%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
19:37:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 49%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 50%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 51%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 51%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 51%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
19:37:46 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%]
19:37:46 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 52%]
19:37:46 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 53%]
19:37:46 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 53%]
19:37:46 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 53%]
19:37:46 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 53%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 54%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 54%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 54%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 54%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_inspect_image_with_auth_config PASSED [ 54%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 55%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 55%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 55%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 55%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 55%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 56%]
19:37:46 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 56%]
19:37:46 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%]
19:37:46 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 56%]
19:37:46 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%]
19:37:46 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
19:37:46 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
19:37:46 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 57%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 57%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 57%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 57%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 58%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 59%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 59%]
19:37:46 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%]
19:37:46 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%]
19:37:47 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%]
19:37:47 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%]
19:37:47 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
19:37:47 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
19:37:47 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
19:37:48 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
19:37:48 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 60%]
19:37:48 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%]
19:37:48 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 60%]
19:37:48 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 60%]
19:37:48 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%]
19:37:48 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
19:37:48 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
19:37:48 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
19:37:48 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
19:37:48 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 61%]
19:37:48 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%]
19:37:48 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%]
19:37:48 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%]
19:37:48 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 61%]
19:37:48 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 61%]
19:37:48 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
19:37:48 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
19:37:48 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
19:37:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
19:37:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 62%]
19:37:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%]
19:37:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%]
19:37:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%]
19:37:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%]
19:37:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
19:37:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
19:37:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
19:37:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
19:37:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 63%]
19:37:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%]
19:37:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%]
19:37:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%]
19:37:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%]
19:37:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%]
19:37:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
19:37:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
19:37:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
19:37:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
19:37:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 64%]
19:37:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%]
19:37:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%]
19:37:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%]
19:37:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%]
19:37:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
19:37:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
19:37:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
19:37:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
19:37:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 65%]
19:37:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%]
19:37:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%]
19:37:48 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%]
19:37:48 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%]
19:37:48 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%]
19:37:48 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
19:37:48 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
19:37:48 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
19:37:48 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
19:37:48 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 66%]
19:37:48 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 66%]
19:37:48 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 66%]
19:37:48 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%]
19:37:48 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%]
19:37:48 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
19:37:48 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
19:37:48 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
19:37:48 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
19:37:48 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 67%]
19:37:48 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%]
19:37:48 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%]
19:37:48 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%]
19:37:48 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%]
19:37:48 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%]
19:37:48 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
19:37:48 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
19:37:48 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
19:37:48 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 68%]
19:37:48 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 68%]
19:37:48 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 68%]
19:37:48 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
19:37:48 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
19:37:48 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
19:37:48 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
19:37:48 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
19:37:48 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 68%]
19:37:48 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 68%]
19:37:48 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%]
19:37:48 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
19:37:48 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
19:37:48 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
19:37:48 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
19:37:48 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
19:37:48 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
19:37:48 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
19:37:49 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
19:37:49 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
19:37:49 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%]
19:37:49 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
19:37:49 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
19:37:49 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
19:37:49 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
19:37:49 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
19:37:49 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
19:37:49 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
19:37:49 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
19:37:49 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%]
19:37:49 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%]
19:37:49 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
19:37:49 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
19:37:49 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
19:37:49 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
19:37:49 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
19:37:49 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
19:37:49 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
19:37:49 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%]
19:37:49 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%]
19:37:49 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
19:37:49 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
19:37:49 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
19:37:49 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
19:37:49 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
19:37:49 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
19:37:49 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
19:37:49 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
19:37:49 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%]
19:37:49 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
19:37:49 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
19:37:49 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
19:37:49 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
19:37:49 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
19:37:49 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
19:37:49 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
19:37:49 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
19:37:49 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 77%]
19:37:49 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 77%]
19:37:49 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
19:37:49 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
19:37:49 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
19:37:49 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
19:37:49 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
19:37:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
19:37:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
19:37:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
19:37:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%]
19:37:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
19:37:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
19:37:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
19:37:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
19:37:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
19:37:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
19:37:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
19:37:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 79%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 79%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 79%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 80%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 81%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 81%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
19:37:49 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
19:37:49 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
19:37:49 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
19:37:49 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
19:37:49 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 82%]
19:37:49 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
19:37:49 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
19:37:49 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
19:37:49 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
19:37:49 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
19:37:49 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
19:37:49 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
19:37:49 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 82%]
19:37:49 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 83%]
19:37:49 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
19:37:49 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
19:37:49 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
19:37:49 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
19:37:49 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
19:37:49 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
19:37:49 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
19:37:49 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 83%]
19:37:49 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 84%]
19:37:49 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 84%]
19:37:49 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
19:37:49 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
19:37:49 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
19:37:49 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
19:37:49 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
19:37:49 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
19:37:49 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
19:37:49 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
19:37:49 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 85%]
19:37:49 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
19:37:49 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
19:37:49 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 86%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%]
19:37:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
19:37:49 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
19:37:49 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
19:37:49 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
19:37:49 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
19:37:49 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
19:37:49 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
19:37:49 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
19:37:49 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%]
19:37:49 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
19:37:49 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
19:37:49 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
19:37:49 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
19:37:49 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
19:37:49 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
19:37:49 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
19:37:49 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
19:37:49 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
19:37:49 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%]
19:37:49 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
19:37:49 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
19:37:49 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
19:37:49 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
19:37:49 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
19:37:49 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
19:37:49 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
19:37:49 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
19:37:49 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 92%]
19:37:49 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
19:37:49 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
19:37:49 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
19:37:49 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
19:37:49 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
19:37:49 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
19:37:49 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
19:37:49 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
19:37:49 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%]
19:37:49 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%]
19:37:49 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
19:37:49 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
19:37:49 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
19:37:49 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
19:37:49 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
19:37:49 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
19:37:49 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
19:37:49 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
19:37:49 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%]
19:37:49 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
19:37:49 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
19:37:49 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
19:37:49 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
19:37:49 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
19:37:49 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
19:37:49 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
19:37:49 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
19:37:49 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%]
19:37:49 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
19:37:49 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
19:37:49 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
19:37:49 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
19:37:49 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
19:37:49 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
19:37:49 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
19:37:49 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
19:37:49 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
19:37:49 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 96%]
19:37:49 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
19:37:49 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
19:37:49 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
19:37:49 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
19:37:49 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
19:37:49 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
19:37:49 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
19:37:49 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%]
19:37:49 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
19:37:49 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
19:37:49 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
19:37:49 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
19:37:49 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
19:37:49 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
19:37:49 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
19:37:49 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
19:37:49 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
19:37:49 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
19:37:49 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
19:37:49 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
19:37:49 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
19:37:49 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
19:37:49 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
19:37:49 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
19:37:49 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
19:37:49 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
19:37:49 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
19:37:49 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
19:37:49 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
19:37:50 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
19:37:50 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
19:37:50 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
19:37:50 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
19:37:50 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
19:37:50 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
19:37:50 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
19:37:50 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
19:37:50 
19:37:50 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
19:37:50 Name                                  Stmts   Miss Branch BrPart  Cover
19:37:50 -----------------------------------------------------------------------
19:37:50 docker/__init__.py                        8      0      0      0   100%
19:37:50 docker/api/__init__.py                    1      0      0      0   100%
19:37:50 docker/api/build.py                     126     19     92     17    82%
19:37:50 docker/api/client.py                    263     45     96     12    82%
19:37:50 docker/api/config.py                     31      1      6      2    92%
19:37:50 docker/api/container.py                 266     17    102     19    90%
19:37:50 docker/api/daemon.py                     39      2     14      4    89%
19:37:50 docker/api/exec_api.py                   46      4     22      4    88%
19:37:50 docker/api/image.py                     156     17     50      9    86%
19:37:50 docker/api/network.py                    90     13     48     12    80%
19:37:50 docker/api/plugin.py                     90     13     12      4    81%
19:37:50 docker/api/secret.py                     36      4     10      3    80%
19:37:50 docker/api/service.py                   200     60    149     32    61%
19:37:50 docker/api/swarm.py                     106     14     38     10    82%
19:37:50 docker/api/volume.py                     38      3     14      3    88%
19:37:50 docker/auth.py                          198     16     74     17    88%
19:37:50 docker/client.py                         67      4      2      0    94%
19:37:50 docker/constants.py                      20      0      0      0   100%
19:37:50 docker/context/__init__.py                2      0      0      0   100%
19:37:50 docker/context/api.py                    78     16     38      8    76%
19:37:50 docker/context/config.py                 61     27     16      2    52%
19:37:50 docker/context/context.py               151     21     62     15    81%
19:37:50 docker/credentials/__init__.py            3      0      0      0   100%
19:37:50 docker/credentials/constants.py           4      0      0      0   100%
19:37:50 docker/credentials/errors.py             11      1      2      1    85%
19:37:50 docker/credentials/store.py              50      6     16      3    83%
19:37:50 docker/credentials/utils.py              23     13     12      1    31%
19:37:50 docker/errors.py                        110     12     18      6    86%
19:37:50 docker/models/__init__.py                 0      0      0      0   100%
19:37:50 docker/models/configs.py                 21      8      0      0    62%
19:37:50 docker/models/containers.py             183      6     60      5    95%
19:37:50 docker/models/images.py                 137     29     52      3    76%
19:37:50 docker/models/networks.py                37      1      8      0    98%
19:37:50 docker/models/nodes.py                   15      1      0      0    93%
19:37:50 docker/models/plugins.py                 49     30      8      0    33%
19:37:50 docker/models/resource.py                41      9      6      2    77%
19:37:50 docker/models/secrets.py                 21      8      0      0    62%
19:37:50 docker/models/services.py                87      3     34      3    95%
19:37:50 docker/models/swarm.py                   39      3      6      3    87%
19:37:50 docker/models/volumes.py                 23      1      2      0    96%
19:37:50 docker/tls.py                            37      6     14      6    76%
19:37:50 docker/transport/__init__.py             11      3      0      0    73%
19:37:50 docker/transport/basehttpadapter.py       6      0      2      1    88%
19:37:50 docker/transport/npipeconn.py            58     53     10      0     7%
19:37:50 docker/transport/npipesocket.py         137    132     22      0     3%
19:37:50 docker/transport/sshconn.py              89     63     24      1    24%
19:37:50 docker/transport/ssladapter.py           36      8     10      4    70%
19:37:50 docker/transport/unixconn.py             65      5     12      4    88%
19:37:50 docker/types/__init__.py                  6      0      0      0   100%
19:37:50 docker/types/base.py                      5      0      2      0   100%
19:37:50 docker/types/containers.py              418     63    326     43    85%
19:37:50 docker/types/daemon.py                   36      9     14      3    68%
19:37:50 docker/types/healthcheck.py              34     12      4      1    61%
19:37:50 docker/types/networks.py                 41      6     28      5    81%
19:37:50 docker/types/services.py                312     45    206     33    83%
19:37:50 docker/types/swarm.py                    51     24     40     10    52%
19:37:50 docker/utils/__init__.py                  3      0      0      0   100%
19:37:50 docker/utils/build.py                   154     14     74      7    89%
19:37:50 docker/utils/config.py                   36      1     10      1    96%
19:37:50 docker/utils/decorators.py               32      1     12      1    95%
19:37:50 docker/utils/fnmatch.py                  55     18     28      2    61%
19:37:50 docker/utils/json_stream.py              43      8     14      2    79%
19:37:50 docker/utils/ports.py                    50      3     28      2    91%
19:37:50 docker/utils/proxy.py                    32      1     12      0    98%
19:37:50 docker/utils/socket.py                   86      8     40      7    87%
19:37:50 docker/utils/utils.py                   285     17    164     12    93%
19:37:50 docker/version.py                         2      0      0      0   100%
19:37:50 -----------------------------------------------------------------------
19:37:50 TOTAL                                  5047    927   2165    345    79%
19:37:50 
19:37:50 =========================== short test summary info ============================
19:37:50 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
19:37:50   CONFIG_RT_GROUP_SCHED isn't enabled
19:37:50 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
19:37:50   Not supported on most drivers
19:37:50 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
19:37:50   Output of docker top depends on host distro, and is not formalized.
19:37:50 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
19:37:50   This doesn't seem to be taken into account by the engine
19:37:50 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
19:37:50 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
19:37:50 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
19:37:50 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
19:37:50 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
19:37:50 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
19:37:50 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
19:37:50 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
19:37:50 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
19:37:50 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
19:37:50 
19:37:50 ======== 924 passed, 11 skipped, 5 xfailed, 4 xpassed in 316.37 seconds ========
[Pipeline] sh
19:37:51 + docker stop dpy-dind-11-0-py2.7-19.03.13-beta2 dpy-tests-11-0-py2.7-19.03.13-beta2
19:37:54 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
19:37:54 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
19:37:54 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%]
19:37:54 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
19:37:54 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
19:37:55 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%]
19:37:55 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%]
19:37:55 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%]
19:37:55 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%]
19:37:55 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%]
19:37:56 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
19:37:56 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
19:37:56 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
19:37:57 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
19:37:57 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
19:37:57 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
19:37:57 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
19:37:58 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
19:37:58 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
19:37:58 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
19:37:58 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
19:37:58 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 36%]
19:37:58 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%]
19:37:58 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%]
19:37:59 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
19:37:59 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
19:37:59 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 36%]
19:37:59 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%]
19:37:59 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%]
19:37:59 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
19:37:59 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
19:37:59 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
19:37:59 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
19:38:00 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
19:38:00 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
19:38:00 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%]
19:38:00 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
19:38:00 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%]
19:38:00 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%]
19:38:00 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
19:38:00 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
19:38:00 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%]
19:38:00 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
19:38:00 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
19:38:00 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
19:38:00 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%]
19:38:01 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%]
19:38:01 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%]
19:38:01 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%]
19:38:01 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
19:38:01 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
19:38:02 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
19:38:03 dpy-dind-11-0-py2.7-19.03.13-beta2
19:38:03 dpy-tests-11-0-py2.7-19.03.13-beta2
19:38:03 + docker rm -vf dpy-dind-11-0-py2.7-19.03.13-beta2 dpy-tests-11-0-py2.7-19.03.13-beta2
19:38:03 dpy-dind-11-0-py2.7-19.03.13-beta2
19:38:03 dpy-tests-11-0-py2.7-19.03.13-beta2
19:38:03 + docker network rm dpy-testnet-11-0-py2.7-19.03.13-beta2
19:38:03 dpy-testnet-11-0-py2.7-19.03.13-beta2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
19:38:07 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
19:38:08 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
19:38:08 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
19:38:08 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 38%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 38%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 38%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 38%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 38%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 38%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 38%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 38%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 39%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 39%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 39%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 39%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 39%]
19:38:08 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 39%]
19:38:14 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
19:38:14 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
19:38:15 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
19:38:15 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
19:38:16 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
19:38:16 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
19:38:16 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
19:38:16 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
19:38:16 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%]
19:38:16 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%]
19:38:17 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
19:38:17 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
19:38:17 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
19:38:17 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
19:38:17 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%]
19:38:17 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%]
19:38:19 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%]
19:38:19 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%]
19:38:19 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
19:38:19 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
19:38:20 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
19:38:20 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
19:38:20 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
19:38:20 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
19:38:20 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
19:38:20 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
19:38:20 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
19:38:20 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%]
19:38:20 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 41%]
19:38:20 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%]
19:38:20 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 41%]
19:38:20 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
19:38:20 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
19:38:20 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
19:38:20 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
19:38:20 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
19:38:20 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
19:38:20 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
19:38:20 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
19:38:20 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
19:38:20 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%]
19:38:20 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 42%]
19:38:20 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%]
19:38:20 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
19:38:20 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
19:38:20 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
19:38:20 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%]
19:38:20 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 41%]
19:38:20 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%]
19:38:20 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 41%]
19:38:20 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
19:38:20 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
19:38:20 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
19:38:20 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
19:38:20 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 45%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 45%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 47%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 49%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 50%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 51%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 51%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 51%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
19:38:21 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
19:38:21 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%]
19:38:21 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 42%]
19:38:21 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%]
19:38:21 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
19:38:21 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
19:38:21 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
19:38:21 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 45%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 45%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 47%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
19:38:21 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%]
19:38:21 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 52%]
19:38:21 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 53%]
19:38:21 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 53%]
19:38:21 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 53%]
19:38:21 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 53%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 54%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 54%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 54%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 54%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_inspect_image_with_auth_config PASSED [ 54%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 55%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 55%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 55%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 55%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 55%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 56%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 56%]
19:38:21 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%]
19:38:21 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 56%]
19:38:21 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%]
19:38:21 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
19:38:21 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
19:38:21 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 57%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 57%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 57%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 57%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 58%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 59%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 59%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%]
19:38:21 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 49%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 50%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 51%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 51%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 51%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
19:38:21 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%]
19:38:21 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 52%]
19:38:21 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 53%]
19:38:21 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 53%]
19:38:21 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 53%]
19:38:21 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 53%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 54%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 54%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 54%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 54%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_inspect_image_with_auth_config PASSED [ 54%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 55%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 55%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 55%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 55%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 55%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 56%]
19:38:21 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 56%]
19:38:21 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%]
19:38:21 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 56%]
19:38:21 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%]
19:38:21 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
19:38:21 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
19:38:21 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 57%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 57%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 57%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%]
19:38:21 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 57%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 58%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 59%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 59%]
19:38:21 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%]
19:38:21 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%]
19:38:21 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%]
19:38:22 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%]
19:38:22 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%]
19:38:22 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
19:38:22 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
19:38:22 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
19:38:22 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
19:38:22 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
19:38:22 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
19:38:22 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
19:38:23 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
19:38:23 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 60%]
19:38:23 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 60%]
19:38:23 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%]
19:38:23 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 60%]
19:38:23 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 60%]
19:38:23 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%]
19:38:23 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
19:38:23 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
19:38:23 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
19:38:23 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
19:38:23 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 61%]
19:38:23 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%]
19:38:23 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%]
19:38:23 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%]
19:38:23 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 61%]
19:38:23 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 61%]
19:38:23 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
19:38:23 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
19:38:23 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 62%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%]
19:38:23 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%]
19:38:23 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 60%]
19:38:23 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 60%]
19:38:23 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%]
19:38:23 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
19:38:23 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
19:38:23 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
19:38:23 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
19:38:23 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 61%]
19:38:23 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%]
19:38:23 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%]
19:38:23 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%]
19:38:23 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 61%]
19:38:23 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 61%]
19:38:23 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
19:38:23 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
19:38:23 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 62%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 63%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 64%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 65%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%]
19:38:23 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%]
19:38:23 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%]
19:38:23 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%]
19:38:23 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
19:38:23 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
19:38:23 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
19:38:23 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
19:38:23 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 66%]
19:38:23 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 66%]
19:38:23 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 66%]
19:38:23 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 67%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
19:38:23 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
19:38:23 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
19:38:23 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 68%]
19:38:23 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 68%]
19:38:23 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 68%]
19:38:23 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
19:38:23 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
19:38:23 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
19:38:23 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
19:38:23 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
19:38:23 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 68%]
19:38:23 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 68%]
19:38:23 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%]
19:38:23 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
19:38:23 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
19:38:23 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
19:38:23 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
19:38:23 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
19:38:23 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
19:38:23 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
19:38:23 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
19:38:23 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%]
19:38:23 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
19:38:23 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
19:38:23 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
19:38:23 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
19:38:23 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
19:38:23 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
19:38:23 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
19:38:23 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
19:38:23 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%]
19:38:23 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%]
19:38:23 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
19:38:23 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
19:38:23 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 63%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%]
19:38:23 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 64%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 65%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%]
19:38:23 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%]
19:38:23 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%]
19:38:23 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%]
19:38:23 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%]
19:38:23 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
19:38:23 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
19:38:23 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
19:38:23 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
19:38:23 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 66%]
19:38:23 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 66%]
19:38:23 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 66%]
19:38:23 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 67%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%]
19:38:23 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
19:38:23 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
19:38:23 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
19:38:23 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 68%]
19:38:23 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 68%]
19:38:23 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 68%]
19:38:23 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
19:38:23 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
19:38:23 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
19:38:23 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
19:38:23 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
19:38:23 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 68%]
19:38:23 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 68%]
19:38:23 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%]
19:38:23 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
19:38:23 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
19:38:23 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
19:38:23 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
19:38:23 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
19:38:23 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
19:38:23 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
19:38:23 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
19:38:23 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
19:38:23 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%]
19:38:23 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
19:38:23 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
19:38:23 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
19:38:23 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
19:38:23 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
19:38:23 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
19:38:23 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
19:38:23 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
19:38:23 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%]
19:38:23 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%]
19:38:23 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
19:38:23 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
19:38:23 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
19:38:23 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
19:38:23 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
19:38:23 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
19:38:23 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%]
19:38:23 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%]
19:38:23 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
19:38:23 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
19:38:23 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
19:38:23 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
19:38:23 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
19:38:23 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
19:38:23 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
19:38:23 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
19:38:23 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%]
19:38:23 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
19:38:23 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
19:38:23 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
19:38:23 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
19:38:23 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
19:38:23 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
19:38:23 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
19:38:23 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
19:38:23 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 77%]
19:38:23 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 77%]
19:38:23 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
19:38:23 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
19:38:23 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
19:38:23 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
19:38:23 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
19:38:23 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
19:38:23 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
19:38:23 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
19:38:23 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%]
19:38:23 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
19:38:23 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
19:38:23 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
19:38:23 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
19:38:23 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
19:38:23 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
19:38:23 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
19:38:23 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
19:38:23 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 79%]
19:38:23 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 79%]
19:38:23 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
19:38:23 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
19:38:23 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
19:38:23 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
19:38:23 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
19:38:23 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
19:38:23 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
19:38:23 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 79%]
19:38:24 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
19:38:24 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
19:38:24 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
19:38:24 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
19:38:24 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
19:38:24 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%]
19:38:24 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%]
19:38:24 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
19:38:24 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
19:38:24 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
19:38:24 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
19:38:24 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
19:38:24 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
19:38:24 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
19:38:24 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
19:38:24 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%]
19:38:24 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
19:38:24 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
19:38:24 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
19:38:24 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
19:38:24 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
19:38:24 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
19:38:24 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
19:38:24 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
19:38:24 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 77%]
19:38:24 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 77%]
19:38:24 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
19:38:24 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
19:38:24 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
19:38:24 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
19:38:24 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
19:38:24 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
19:38:24 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
19:38:24 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
19:38:24 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%]
19:38:24 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
19:38:24 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
19:38:24 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
19:38:24 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
19:38:24 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
19:38:24 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
19:38:24 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
19:38:24 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 79%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 79%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 80%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 81%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 81%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
19:38:24 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
19:38:24 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
19:38:24 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
19:38:24 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 82%]
19:38:24 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
19:38:24 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
19:38:24 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
19:38:24 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
19:38:24 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
19:38:24 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
19:38:24 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
19:38:24 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 82%]
19:38:24 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 83%]
19:38:24 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
19:38:24 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
19:38:24 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
19:38:24 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
19:38:24 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 79%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 80%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 81%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 81%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
19:38:24 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
19:38:24 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
19:38:24 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
19:38:24 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
19:38:24 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 82%]
19:38:24 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
19:38:24 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
19:38:24 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
19:38:24 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
19:38:24 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
19:38:24 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
19:38:24 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
19:38:24 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 82%]
19:38:24 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 83%]
19:38:24 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
19:38:24 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
19:38:24 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
19:38:24 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
19:38:24 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
19:38:24 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
19:38:24 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
19:38:24 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 83%]
19:38:24 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 84%]
19:38:24 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 84%]
19:38:24 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
19:38:24 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
19:38:24 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
19:38:24 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
19:38:24 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
19:38:24 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
19:38:24 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
19:38:24 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
19:38:24 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 85%]
19:38:24 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
19:38:24 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
19:38:24 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 86%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
19:38:24 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
19:38:24 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
19:38:24 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 83%]
19:38:24 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 84%]
19:38:24 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 84%]
19:38:24 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
19:38:24 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
19:38:24 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
19:38:24 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
19:38:24 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
19:38:24 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
19:38:24 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
19:38:24 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
19:38:24 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 85%]
19:38:24 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
19:38:24 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
19:38:24 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 86%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
19:38:24 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
19:38:24 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
19:38:24 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
19:38:24 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
19:38:24 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
19:38:24 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
19:38:24 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
19:38:24 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%]
19:38:24 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
19:38:24 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
19:38:24 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
19:38:24 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
19:38:24 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
19:38:24 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
19:38:24 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
19:38:24 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
19:38:24 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
19:38:24 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%]
19:38:24 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
19:38:24 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
19:38:24 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
19:38:24 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
19:38:24 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
19:38:24 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
19:38:24 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
19:38:24 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
19:38:24 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 92%]
19:38:24 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
19:38:24 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
19:38:24 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
19:38:24 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
19:38:24 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
19:38:24 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
19:38:24 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
19:38:24 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
19:38:24 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%]
19:38:24 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%]
19:38:24 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
19:38:24 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
19:38:24 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
19:38:24 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
19:38:24 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
19:38:24 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
19:38:24 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
19:38:24 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
19:38:24 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%]
19:38:24 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
19:38:24 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
19:38:24 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
19:38:24 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
19:38:24 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
19:38:24 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
19:38:24 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
19:38:24 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
19:38:24 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%]
19:38:24 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
19:38:24 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
19:38:24 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
19:38:24 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
19:38:24 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
19:38:24 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
19:38:24 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
19:38:24 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
19:38:24 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
19:38:24 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 96%]
19:38:24 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
19:38:24 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
19:38:24 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
19:38:24 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
19:38:24 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
19:38:24 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
19:38:24 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
19:38:24 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%]
19:38:24 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
19:38:24 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%]
19:38:24 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
19:38:24 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
19:38:24 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
19:38:24 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
19:38:24 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
19:38:24 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
19:38:24 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
19:38:24 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
19:38:24 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%]
19:38:24 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
19:38:24 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
19:38:24 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
19:38:24 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
19:38:24 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
19:38:24 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
19:38:24 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
19:38:24 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
19:38:24 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
19:38:24 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%]
19:38:24 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
19:38:24 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
19:38:24 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
19:38:24 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
19:38:24 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
19:38:24 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
19:38:24 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
19:38:24 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
19:38:24 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 92%]
19:38:24 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
19:38:24 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
19:38:24 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
19:38:24 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
19:38:24 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
19:38:24 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
19:38:24 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
19:38:24 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
19:38:24 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%]
19:38:24 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%]
19:38:24 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
19:38:24 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
19:38:24 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
19:38:24 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
19:38:24 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
19:38:24 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
19:38:24 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
19:38:24 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
19:38:24 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%]
19:38:24 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
19:38:24 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
19:38:24 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
19:38:24 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
19:38:24 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
19:38:24 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
19:38:24 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
19:38:24 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
19:38:24 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%]
19:38:24 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
19:38:24 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
19:38:24 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
19:38:24 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
19:38:24 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
19:38:24 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
19:38:24 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
19:38:24 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
19:38:24 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
19:38:24 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 96%]
19:38:24 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
19:38:24 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
19:38:24 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
19:38:24 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
19:38:24 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
19:38:24 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
19:38:24 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
19:38:24 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%]
19:38:24 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
19:38:24 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
19:38:25 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
19:38:25 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
19:38:25 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
19:38:25 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
19:38:25 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
19:38:25 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
19:38:25 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
19:38:25 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
19:38:25 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
19:38:25 
19:38:25 =============================== warnings summary ===============================
19:38:25 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
19:38:25   /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
19:38:25     from collections import MutableMapping
19:38:25 
19:38:25 -- Docs: https://docs.pytest.org/en/latest/warnings.html
19:38:25 
19:38:25 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
19:38:25 Name                                  Stmts   Miss Branch BrPart  Cover
19:38:25 -----------------------------------------------------------------------
19:38:25 docker/__init__.py                        8      0      0      0   100%
19:38:25 docker/api/__init__.py                    1      0      0      0   100%
19:38:25 docker/api/build.py                     126     19     93     17    82%
19:38:25 docker/api/client.py                    263     46     98     13    82%
19:38:25 docker/api/config.py                     31      0      6      2    95%
19:38:25 docker/api/container.py                 266     17    104     19    90%
19:38:25 docker/api/daemon.py                     39      2     14      4    89%
19:38:25 docker/api/exec_api.py                   46      4     22      4    88%
19:38:25 docker/api/image.py                     156     17     52      9    87%
19:38:25 docker/api/network.py                    90     13     48     12    80%
19:38:25 docker/api/plugin.py                     90     13     14      4    82%
19:38:25 docker/api/secret.py                     36      3     10      3    83%
19:38:25 docker/api/service.py                   200     60    149     32    61%
19:38:25 docker/api/swarm.py                     106     14     38     10    82%
19:38:25 docker/api/volume.py                     38      3     14      3    88%
19:38:25 docker/auth.py                          198     16     74     16    88%
19:38:25 docker/client.py                         67      4      2      0    94%
19:38:25 docker/constants.py                      20      0      0      0   100%
19:38:25 docker/context/__init__.py                2      0      0      0   100%
19:38:25 docker/context/api.py                    78     16     38      8    76%
19:38:25 docker/context/config.py                 61     27     16      2    52%
19:38:25 docker/context/context.py               151     21     62     15    81%
19:38:25 docker/credentials/__init__.py            3      0      0      0   100%
19:38:25 docker/credentials/constants.py           4      0      0      0   100%
19:38:25 docker/credentials/errors.py             11      1      2      1    85%
19:38:25 docker/credentials/store.py              50      9     16      5    73%
19:38:25 docker/credentials/utils.py              23     13     12      1    31%
19:38:25 docker/errors.py                        110     12     20      6    86%
19:38:25 docker/models/__init__.py                 0      0      0      0   100%
19:38:25 docker/models/configs.py                 21      8      2      0    57%
19:38:25 docker/models/containers.py             183      6     70      5    95%
19:38:25 docker/models/images.py                 137     29     58      3    76%
19:38:25 docker/models/networks.py                37      1     12      0    98%
19:38:25 docker/models/nodes.py                   15      1      2      0    94%
19:38:25 docker/models/plugins.py                 49     30     10      0    32%
19:38:25 docker/models/resource.py                41      9      6      2    77%
19:38:25 docker/models/secrets.py                 21      8      2      0    57%
19:38:25 docker/models/services.py                87      3     36      3    95%
19:38:25 docker/models/swarm.py                   39      3      6      3    87%
19:38:25 docker/models/volumes.py                 23      1      4      0    96%
19:38:25 docker/tls.py                            37      6     14      6    76%
19:38:25 docker/transport/__init__.py             11      3      0      0    73%
19:38:25 docker/transport/basehttpadapter.py       6      0      2      1    88%
19:38:25 docker/transport/npipeconn.py            58     53     10      0     7%
19:38:25 docker/transport/npipesocket.py         137    132     22      0     3%
19:38:25 docker/transport/sshconn.py              89     63     24      1    24%
19:38:25 docker/transport/ssladapter.py           36     10     10      4    65%
19:38:25 docker/transport/unixconn.py             65      6     12      4    87%
19:38:25 docker/types/__init__.py                  6      0      0      0   100%
19:38:25 docker/types/base.py                      5      0      2      0   100%
19:38:25 docker/types/containers.py              418     63    328     43    85%
19:38:25 docker/types/daemon.py                   36      8     14      4    72%
19:38:25 docker/types/healthcheck.py              34     12      4      1    61%
19:38:25 docker/types/networks.py                 41      6     28      5    81%
19:38:25 docker/types/services.py                312     45    206     33    83%
19:38:25 docker/types/swarm.py                    51     24     40     10    52%
19:38:25 docker/utils/__init__.py                  3      0      0      0   100%
19:38:25 docker/utils/build.py                   154     18     76      7    87%
19:38:25 docker/utils/config.py                   36      1     10      1    96%
19:38:25 docker/utils/decorators.py               32      1     12      1    95%
19:38:25 docker/utils/fnmatch.py                  55     18     28      2    61%
19:38:25 docker/utils/json_stream.py              43      8     14      2    79%
19:38:25 docker/utils/ports.py                    50      3     32      2    91%
19:38:25 docker/utils/proxy.py                    32      1     12      0    98%
19:38:25 docker/utils/socket.py                   86      9     40      7    86%
19:38:25 docker/utils/utils.py                   285     19    177     13    92%
19:38:25 docker/version.py                         2      0      2      0   100%
19:38:25 -----------------------------------------------------------------------
19:38:25 TOTAL                                  5047    938   2231    349    79%
19:38:25 
19:38:25 =========================== short test summary info ============================
19:38:25 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
19:38:25   CONFIG_RT_GROUP_SCHED isn't enabled
19:38:25 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
19:38:25   Not supported on most drivers
19:38:25 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
19:38:25   Output of docker top depends on host distro, and is not formalized.
19:38:25 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
19:38:25   This doesn't seem to be taken into account by the engine
19:38:25 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
19:38:25 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
19:38:25 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
19:38:25 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
19:38:25 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
19:38:25 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
19:38:25 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
19:38:25 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
19:38:25 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
19:38:25 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
19:38:25 SKIPPED [1] tests/unit/utils_test.py:478: shlex doesn't support bytes in py3
19:38:25 == 923 passed, 12 skipped, 5 xfailed, 4 xpassed, 1 warnings in 312.30 seconds ==
19:38:25 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
19:38:25 
19:38:25 =============================== warnings summary ===============================
19:38:25 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
19:38:25   /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
19:38:25     from collections import MutableMapping
19:38:25 
19:38:25 -- Docs: https://docs.pytest.org/en/latest/warnings.html
19:38:25 
19:38:25 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
19:38:25 Name                                  Stmts   Miss Branch BrPart  Cover
19:38:25 -----------------------------------------------------------------------
19:38:25 docker/__init__.py                        8      0      0      0   100%
19:38:25 docker/api/__init__.py                    1      0      0      0   100%
19:38:25 docker/api/build.py                     126     19     93     17    82%
19:38:25 docker/api/client.py                    263     46     98     13    82%
19:38:25 docker/api/config.py                     31      0      6      2    95%
19:38:25 docker/api/container.py                 266     17    104     19    90%
19:38:25 docker/api/daemon.py                     39      2     14      4    89%
19:38:25 docker/api/exec_api.py                   46      4     22      4    88%
19:38:25 docker/api/image.py                     156     17     52      9    87%
19:38:25 docker/api/network.py                    90     13     48     12    80%
19:38:25 docker/api/plugin.py                     90     13     14      4    82%
19:38:25 docker/api/secret.py                     36      3     10      3    83%
19:38:25 docker/api/service.py                   200     60    149     32    61%
19:38:25 docker/api/swarm.py                     106     14     38     10    82%
19:38:25 docker/api/volume.py                     38      3     14      3    88%
19:38:25 docker/auth.py                          198     16     74     16    88%
19:38:25 docker/client.py                         67      4      2      0    94%
19:38:25 docker/constants.py                      20      0      0      0   100%
19:38:25 docker/context/__init__.py                2      0      0      0   100%
19:38:25 docker/context/api.py                    78     16     38      8    76%
19:38:25 docker/context/config.py                 61     27     16      2    52%
19:38:25 docker/context/context.py               151     21     62     15    81%
19:38:25 docker/credentials/__init__.py            3      0      0      0   100%
19:38:25 docker/credentials/constants.py           4      0      0      0   100%
19:38:25 docker/credentials/errors.py             11      1      2      1    85%
19:38:25 docker/credentials/store.py              50      9     16      5    73%
19:38:25 docker/credentials/utils.py              23     13     12      1    31%
19:38:25 docker/errors.py                        110     12     20      6    86%
19:38:25 docker/models/__init__.py                 0      0      0      0   100%
19:38:25 docker/models/configs.py                 21      8      2      0    57%
19:38:25 docker/models/containers.py             183      6     70      5    95%
19:38:25 docker/models/images.py                 137     29     58      3    76%
19:38:25 docker/models/networks.py                37      1     12      0    98%
19:38:25 docker/models/nodes.py                   15      1      2      0    94%
19:38:25 docker/models/plugins.py                 49     30     10      0    32%
19:38:25 docker/models/resource.py                41      9      6      2    77%
19:38:25 docker/models/secrets.py                 21      8      2      0    57%
19:38:25 docker/models/services.py                87      3     36      3    95%
19:38:25 docker/models/swarm.py                   39      3      6      3    87%
19:38:25 docker/models/volumes.py                 23      1      4      0    96%
19:38:25 docker/tls.py                            37      6     14      6    76%
19:38:25 docker/transport/__init__.py             11      3      0      0    73%
19:38:25 docker/transport/basehttpadapter.py       6      0      2      1    88%
19:38:25 docker/transport/npipeconn.py            58     53     10      0     7%
19:38:25 docker/transport/npipesocket.py         137    132     22      0     3%
19:38:25 docker/transport/sshconn.py              89     63     24      1    24%
19:38:25 docker/transport/ssladapter.py           36     10     10      4    65%
19:38:25 docker/transport/unixconn.py             65      6     12      4    87%
19:38:25 docker/types/__init__.py                  6      0      0      0   100%
19:38:25 docker/types/base.py                      5      0      2      0   100%
19:38:25 docker/types/containers.py              418     63    328     43    85%
19:38:25 docker/types/daemon.py                   36      8     14      4    72%
19:38:25 docker/types/healthcheck.py              34     12      4      1    61%
19:38:25 docker/types/networks.py                 41      6     28      5    81%
19:38:25 docker/types/services.py                312     45    206     33    83%
19:38:25 docker/types/swarm.py                    51     24     40     10    52%
19:38:25 docker/utils/__init__.py                  3      0      0      0   100%
19:38:25 docker/utils/build.py                   154     18     76      7    87%
19:38:25 docker/utils/config.py                   36      1     10      1    96%
19:38:25 docker/utils/decorators.py               32      1     12      1    95%
19:38:25 docker/utils/fnmatch.py                  55     18     28      2    61%
19:38:25 docker/utils/json_stream.py              43      8     14      2    79%
19:38:25 docker/utils/ports.py                    50      3     32      2    91%
19:38:25 docker/utils/proxy.py                    32      1     12      0    98%
19:38:25 docker/utils/socket.py                   86      9     40      7    86%
19:38:25 docker/utils/utils.py                   285     19    177     13    92%
19:38:25 docker/version.py                         2      0      2      0   100%
19:38:25 -----------------------------------------------------------------------
19:38:25 TOTAL                                  5047    938   2231    349    79%
19:38:25 
19:38:25 =========================== short test summary info ============================
19:38:25 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
19:38:25   CONFIG_RT_GROUP_SCHED isn't enabled
19:38:25 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
19:38:25   Not supported on most drivers
19:38:25 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
19:38:25   Output of docker top depends on host distro, and is not formalized.
19:38:25 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
19:38:25   This doesn't seem to be taken into account by the engine
19:38:25 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
19:38:25 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
19:38:25 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
19:38:25 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
19:38:25 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
19:38:25 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
19:38:25 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
19:38:25 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
19:38:25 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
19:38:25 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
19:38:25 SKIPPED [1] tests/unit/utils_test.py:478: shlex doesn't support bytes in py3
19:38:25 == 923 passed, 12 skipped, 5 xfailed, 4 xpassed, 1 warnings in 313.87 seconds ==
[Pipeline] sh
19:38:26 + docker stop dpy-dind-11-0-py3.7-19.03.13-beta2 dpy-tests-11-0-py3.7-19.03.13-beta2
[Pipeline] sh
19:38:26 + docker stop dpy-dind-11-0-py3.7-19.03.12 dpy-tests-11-0-py3.7-19.03.12
19:38:38 dpy-dind-11-0-py3.7-19.03.13-beta2
19:38:38 dpy-tests-11-0-py3.7-19.03.13-beta2
19:38:38 + docker rm -vf dpy-dind-11-0-py3.7-19.03.13-beta2 dpy-tests-11-0-py3.7-19.03.13-beta2
19:38:38 dpy-dind-11-0-py3.7-19.03.13-beta2
19:38:38 dpy-tests-11-0-py3.7-19.03.13-beta2
19:38:38 + docker network rm dpy-testnet-11-0-py3.7-19.03.13-beta2
19:38:38 dpy-testnet-11-0-py3.7-19.03.13-beta2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
19:38:38 dpy-dind-11-0-py3.7-19.03.12
19:38:38 dpy-tests-11-0-py3.7-19.03.12
19:38:38 + docker rm -vf dpy-dind-11-0-py3.7-19.03.12 dpy-tests-11-0-py3.7-19.03.12
19:38:38 dpy-dind-11-0-py3.7-19.03.12
19:38:38 dpy-tests-11-0-py3.7-19.03.12
19:38:38 + docker network rm dpy-testnet-11-0-py3.7-19.03.12
19:38:38 dpy-testnet-11-0-py3.7-19.03.12
[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

Finished: SUCCESS