Pull request #2721 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 8f154d1869d323c7c74ff1ccc332cffcaecf3d65+1757c974fa3a05b0e9b783af85242b18df09d05d (720bdc323d8630471b2d3f18359bf18db5511e81) 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 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00246ac542e615934)’ Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07bba5ab0ec44cae3) in /home/ubuntu/workspace/docker-py_PR-2721 [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-2721@tmp/52b93ac1-22c5-49e7-b874-8fd39aba3293/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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2721:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox ea97eb0eb3ec: Pulling fs layer ea97eb0eb3ec: Verifying Checksum ea97eb0eb3ec: Download complete ea97eb0eb3ec: Pull complete Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678 Status: Downloaded newer image for busybox:latest [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image) [Pipeline] checkout using credential docker-jenkins-github-credentials Cloning the remote Git repository 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-2721 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 Merge succeeded, producing 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 Checking out Revision 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 (PR-2721) > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2721/head:refs/remotes/origin/PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge 1757c974fa3a05b0e9b783af85242b18df09d05d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 # timeout=10 Commit message: "Add github actions" First time build. Skipping changelog. [Pipeline] sh > git rev-list --no-walk 4574cac8455ec6ce41583670062a889735ec70a2 # timeout=10 + git rev-parse HEAD [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh + docker pull dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 Error response from daemon: manifest for dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh + docker build -t dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 -f tests/Dockerfile-ssh-dind . $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2721@tmp/94ccba70-2138-406e-ad7d-17b4e9a59503/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded Sending build context to Docker daemon 1.38MB Step 1/11 : ARG API_VERSION=1.39 Step 2/11 : ARG ENGINE_VERSION=19.03.12 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind 19.03.12-dind: Pulling from library/docker df20fa9351a1: Pulling fs layer 25ad7478873d: Pulling fs layer 4684f6177b5d: Pulling fs layer 46e300cec669: Pulling fs layer 63038576ad94: Pulling fs layer 0fdb76c4706c: Pulling fs layer cb7edeffdfd5: Pulling fs layer cc28bd76800f: Pulling fs layer 54196fe38f7e: Pulling fs layer ea71acc29633: Pulling fs layer 657cc4c15165: Pulling fs layer 0fdb76c4706c: Waiting cb7edeffdfd5: Waiting cc28bd76800f: Waiting 46e300cec669: Waiting 63038576ad94: Waiting 54196fe38f7e: Waiting ea71acc29633: Waiting 657cc4c15165: Waiting 4684f6177b5d: Verifying Checksum 4684f6177b5d: Download complete 25ad7478873d: Verifying Checksum 25ad7478873d: Download complete df20fa9351a1: Verifying Checksum df20fa9351a1: Download complete 63038576ad94: Verifying Checksum 63038576ad94: Download complete 0fdb76c4706c: Verifying Checksum 0fdb76c4706c: Download complete cb7edeffdfd5: Verifying Checksum cb7edeffdfd5: Download complete 54196fe38f7e: Verifying Checksum 54196fe38f7e: Download complete ea71acc29633: Verifying Checksum ea71acc29633: Download complete cc28bd76800f: Verifying Checksum cc28bd76800f: Download complete 657cc4c15165: Verifying Checksum 657cc4c15165: Download complete df20fa9351a1: Pull complete 25ad7478873d: Pull complete 4684f6177b5d: Pull complete 46e300cec669: Verifying Checksum 46e300cec669: Download complete 46e300cec669: Pull complete 63038576ad94: Pull complete 0fdb76c4706c: Pull complete cb7edeffdfd5: Pull complete cc28bd76800f: Pull complete 54196fe38f7e: Pull complete ea71acc29633: Pull complete 657cc4c15165: Pull complete Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771 Status: Downloaded newer image for docker:19.03.12-dind ---> 66dc2d45749a Step 4/11 : RUN apk add --no-cache openssh ---> Running in 8a4dbc6dfc51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz (1/4) Installing openssh-sftp-server (8.3_p1-r0) (2/4) Installing openssh-server-common (8.3_p1-r0) (3/4) Installing openssh-server (8.3_p1-r0) (4/4) Installing openssh (8.3_p1-r0) Executing busybox-1.31.1-r16.trigger OK: 28 MiB in 51 packages Removing intermediate container 8a4dbc6dfc51 ---> dc00108f228e Step 5/11 : RUN ssh-keygen -A ---> Running in 1b914ee958e0 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 Removing intermediate container 1b914ee958e0 ---> 3aaeed92325b Step 6/11 : RUN echo "IgnoreUserKnownHosts yes" > /etc/ssh/sshd_config && echo "PubkeyAuthentication yes" >> /etc/ssh/sshd_config && echo "PermitRootLogin yes" >> /etc/ssh/sshd_config ---> Running in 8dde4eccdcd4 Removing intermediate container 8dde4eccdcd4 ---> 3de209815e52 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys ---> e365be23b939 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys ---> Running in b52c09f1cd67 Removing intermediate container b52c09f1cd67 ---> 21e5de6c1664 Step 9/11 : RUN echo "root:root" | chpasswd ---> Running in 8ce10c685037 chpasswd: password for 'root' changed Removing intermediate container 8ce10c685037 ---> 558922fad787 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker ---> Running in 334df1e9275c Removing intermediate container 334df1e9275c ---> 19cc825c7733 Step 11/11 : EXPOSE 22 ---> Running in 0016701480e0 Removing intermediate container 0016701480e0 ---> 5e6df5d85057 Successfully built 5e6df5d85057 Successfully tagged dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 [Pipeline] isUnix [Pipeline] sh + docker tag dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 [Pipeline] isUnix [Pipeline] sh + docker push dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 The push refers to repository [docker.io/dockerbuildbot/docker-py] 093fee8ae8cd: Preparing 2bb8cf4c0b00: Preparing 851f81860116: Preparing 15422ed19081: Preparing e9422d807b48: Preparing 69d9a113f3cf: Preparing 28143b3d969c: Preparing 1149e736aa92: Preparing 39e79983ac8b: Preparing da8c28465f82: Preparing d1292e236c36: Preparing 8890c171a12b: Preparing 4ae5bd84d450: Preparing 723a561964c8: Preparing 78764725b56c: Preparing 51d6d3d09136: Preparing 1507bc794612: Preparing 50644c29ef5a: Preparing 69d9a113f3cf: Waiting 28143b3d969c: Waiting 1149e736aa92: Waiting 39e79983ac8b: Waiting da8c28465f82: Waiting d1292e236c36: Waiting 8890c171a12b: Waiting 4ae5bd84d450: Waiting 723a561964c8: Waiting 78764725b56c: Waiting 51d6d3d09136: Waiting 1507bc794612: Waiting 50644c29ef5a: Waiting 15422ed19081: Pushed 2bb8cf4c0b00: Pushed e9422d807b48: Pushed 093fee8ae8cd: Pushed 851f81860116: Pushed 1149e736aa92: Layer already exists 39e79983ac8b: Layer already exists da8c28465f82: Layer already exists d1292e236c36: Layer already exists 8890c171a12b: Layer already exists 4ae5bd84d450: Layer already exists 723a561964c8: Layer already exists 78764725b56c: Layer already exists 51d6d3d09136: Layer already exists 1507bc794612: Layer already exists 50644c29ef5a: Layer already exists 28143b3d969c: Pushed 69d9a113f3cf: Pushed sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65: digest: sha256:52e1a16480d90f85a8aff97199acec1b45c8675164e0fce0765543550da34472 size: 4067 [Pipeline] isUnix [Pipeline] sh + docker pull dockerbuildbot/docker-py:py2-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh + docker build -t dockerbuildbot/docker-py:py2-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 . Sending build context to Docker daemon 1.38MB Step 1/21 : ARG PYTHON_VERSION=3.7 Step 2/21 : FROM python:${PYTHON_VERSION} 2.7: Pulling from library/python 7e2b2a5af8f6: Pulling fs layer 09b6f03ffac4: Pulling fs layer dc3f0c679f0f: Pulling fs layer fd4b47407fc3: Pulling fs layer b32f6bf7d96d: Pulling fs layer 6f4489a7e4cf: Pulling fs layer af4b99ad9ef0: Pulling fs layer 39db0bc48c26: Pulling fs layer acb4a89489fc: Pulling fs layer af4b99ad9ef0: Waiting 39db0bc48c26: Waiting acb4a89489fc: Waiting fd4b47407fc3: Waiting b32f6bf7d96d: Waiting 6f4489a7e4cf: Waiting 09b6f03ffac4: Verifying Checksum 09b6f03ffac4: Download complete dc3f0c679f0f: Verifying Checksum dc3f0c679f0f: Download complete 7e2b2a5af8f6: Verifying Checksum 7e2b2a5af8f6: Download complete 6f4489a7e4cf: Verifying Checksum 6f4489a7e4cf: Download complete fd4b47407fc3: Verifying Checksum fd4b47407fc3: Download complete 39db0bc48c26: Verifying Checksum 39db0bc48c26: Download complete acb4a89489fc: Download complete af4b99ad9ef0: Verifying Checksum af4b99ad9ef0: Download complete b32f6bf7d96d: Verifying Checksum b32f6bf7d96d: Download complete 7e2b2a5af8f6: Pull complete 09b6f03ffac4: Pull complete dc3f0c679f0f: Pull complete fd4b47407fc3: Pull complete b32f6bf7d96d: Pull complete 6f4489a7e4cf: Pull complete af4b99ad9ef0: Pull complete 39db0bc48c26: Pull complete acb4a89489fc: Pull complete Digest: sha256:cfa62318c459b1fde9e0841c619906d15ada5910d625176e24bf692cf8a2601d Status: Downloaded newer image for python:2.7 ---> 68e7be49c28c Step 3/21 : ARG APT_MIRROR ---> Running in 28ebc6a498f4 Removing intermediate container 28ebc6a498f4 ---> fb1cb2cbe9fd Step 4/21 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list ---> Running in fdb6a92a8257 Removing intermediate container fdb6a92a8257 ---> d2840e0d746f Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends gnupg2 pass ---> Running in d2509946e248 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [254 kB] Fetched 8408 kB in 2s (3402 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: tree Suggested packages: libxml-simple-perl ruby Recommended packages: qrencode xclip The following NEW packages will be installed: gnupg2 pass tree 0 upgraded, 3 newly installed, 0 to remove and 78 not upgraded. Need to get 481 kB of archives. After this operation, 684 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB] Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB] Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 481 kB in 0s (1842 kB/s) Selecting previously unselected package gnupg2. (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.) Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ... Unpacking gnupg2 (2.2.12-1+deb10u1) ... Selecting previously unselected package tree. Preparing to unpack .../tree_1.8.0-1_amd64.deb ... Unpacking tree (1.8.0-1) ... Selecting previously unselected package pass. Preparing to unpack .../archives/pass_1.7.3-2_all.deb ... Unpacking pass (1.7.3-2) ... Setting up gnupg2 (2.2.12-1+deb10u1) ... Setting up tree (1.8.0-1) ... Setting up pass (1.7.3-2) ... Removing intermediate container d2509946e248 ---> bc085894fc20 Step 6/21 : COPY tests/ssh-keys /root/.ssh ---> b7b71c56e1f4 Step 7/21 : RUN chmod -R 600 /root/.ssh ---> Running in 4d12521629b2 Removing intermediate container 4d12521629b2 ---> eb42610207f5 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys ---> 3f40d112c464 Step 9/21 : RUN gpg2 --import gpg-keys/secret ---> Running in 38bb2ed9435a gpg: directory '/root/.gnupg' created gpg: keybox '/root/.gnupg/pubring.kbx' created gpg: /root/.gnupg/trustdb.gpg: trustdb created gpg: key 464ED987A7B21401: public key "Sakuya Izayoi " imported gpg: key 464ED987A7B21401: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 Removing intermediate container 38bb2ed9435a ---> 42e7def4a77d Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust ---> Running in fd5feadf363b gpg: inserting ownertrust of 6 Removing intermediate container fd5feadf363b ---> 74ba60d4d572 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') ---> Running in 7c47fedb5a5a gpg: please do a --check-trustdb mkdir: created directory '/root/.password-store/' Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401 Removing intermediate container 7c47fedb5a5a ---> 529c7c251896 Step 12/21 : RUN gpg2 --check-trustdb ---> Running in bae759da15d0 gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u Removing intermediate container bae759da15d0 ---> a1598621d116 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3 ---> Running in d07658c00b8c Removing intermediate container d07658c00b8c ---> bd7cba0e23ca Step 14/21 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz && tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass && rm -rf /opt/docker-credential-pass.tar.gz && chmod +x /usr/local/bin/docker-credential-pass ---> Running in 00b3d7e22405 Removing intermediate container 00b3d7e22405 ---> e068ecdf8b1f Step 15/21 : WORKDIR /src ---> Running in c2d4a59338bf Removing intermediate container c2d4a59338bf ---> d6b9aa9f2d11 Step 16/21 : COPY requirements.txt /src/requirements.txt ---> b542eb55c768 Step 17/21 : RUN pip install -r requirements.txt ---> Running in 90c0928f6e84 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 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment Requirement already satisfied: appdirs==1.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (1.4.3) Collecting asn1crypto==0.22.0 Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB) Collecting backports.ssl-match-hostname==3.5.0.1 Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB) Collecting cffi==1.10.0 Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB) Collecting cryptography==3.2 Downloading cryptography-3.2-cp27-cp27mu-manylinux2010_x86_64.whl (2.7 MB) Collecting enum34==1.1.6 Downloading enum34-1.1.6-py2-none-any.whl (12 kB) Collecting idna==2.5 Downloading idna-2.5-py2.py3-none-any.whl (55 kB) Collecting ipaddress==1.0.18 Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB) Collecting packaging==16.8 Downloading packaging-16.8-py2.py3-none-any.whl (23 kB) Collecting paramiko==2.4.2 Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB) Collecting pycparser==2.17 Downloading pycparser-2.17.tar.gz (231 kB) Collecting pyOpenSSL==18.0.0 Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB) Collecting pyparsing==2.2.0 Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB) Collecting requests==2.20.0 Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB) Collecting six==1.10.0 Downloading six-1.10.0-py2.py3-none-any.whl (10 kB) Collecting urllib3==1.24.3 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) Collecting websocket-client==0.56.0 Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB) Collecting pyasn1>=0.1.7 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) Collecting pynacl>=1.0.1 Downloading PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964 kB) Collecting bcrypt>=3.1.3 Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB) Collecting certifi>=2017.4.17 Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB) Collecting chardet<3.1.0,>=3.0.2 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) Building wheels for collected packages: backports.ssl-match-hostname, pycparser Building wheel for backports.ssl-match-hostname (setup.py): started Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done' Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=d0e2f5a0ad034190d0b7bd2c3a19d2f9d3905bcdc9da73dd79d5fe15bd418b96 Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f Building wheel for pycparser (setup.py): started Building wheel for pycparser (setup.py): finished with status 'done' Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193884 sha256=04a5b1520e76b23ed486c9761296cee10545c7c9c50ee5805627e9ece19ce914 Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3 Successfully built backports.ssl-match-hostname pycparser Installing collected packages: asn1crypto, backports.ssl-match-hostname, pycparser, cffi, ipaddress, six, enum34, cryptography, idna, pyparsing, packaging, pyasn1, pynacl, bcrypt, paramiko, pyOpenSSL, certifi, chardet, urllib3, requests, websocket-client Attempting uninstall: six Found existing installation: six 1.14.0 Uninstalling six-1.14.0: Successfully uninstalled six-1.14.0 Successfully installed asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.12.5 cffi-1.10.0 chardet-3.0.4 cryptography-3.2 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 WARNING: You are using pip version 20.0.2; however, version 20.3.1 is available. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. Removing intermediate container 90c0928f6e84 ---> 2736459a3fcd Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt ---> 9f9b33680af6 Step 19/21 : RUN pip install -r test-requirements.txt ---> Running in 510dd31ff7bf /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release. from cryptography import x509 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 Collecting setuptools==44.0.0 Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB) Collecting coverage==4.5.2 Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB) Collecting flake8==3.6.0 Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB) Collecting mock==1.0.1 Downloading mock-1.0.1.tar.gz (818 kB) Collecting pytest==4.3.1 Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB) Collecting pytest-cov==2.6.1 Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB) Collecting pytest-timeout==1.3.3 Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB) Collecting pyflakes<2.1.0,>=2.0.0 Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB) 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) 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) Collecting pycodestyle<2.5.0,>=2.4.0 Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB) Collecting mccabe<0.7.0,>=0.6.0 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) 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) 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) Collecting py>=1.5.0 Downloading py-1.9.0-py2.py3-none-any.whl (99 kB) Collecting attrs>=17.4.0 Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB) Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7" Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB) Collecting atomicwrites>=1.0 Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB) Collecting pluggy>=0.7 Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB) Collecting funcsigs; python_version < "3.0" Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB) 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) 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) 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) 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) Building wheels for collected packages: mock Building wheel for mock (setup.py): started Building wheel for mock (setup.py): finished with status 'done' Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=0afd5bc7b4e63a41a8ded18fadf8502a947af35a8cf8f8b56cccc39e24356f9c Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660 Successfully built mock Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, py, attrs, more-itertools, atomicwrites, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout Attempting uninstall: setuptools Found existing installation: setuptools 44.1.0 Uninstalling setuptools-44.1.0: Successfully uninstalled setuptools-44.1.0 Successfully installed atomicwrites-1.4.0 attrs-20.3.0 coverage-4.5.2 flake8-3.6.0 funcsigs-1.0.2 mccabe-0.6.1 mock-1.0.1 more-itertools-5.0.0 pluggy-0.13.1 py-1.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 WARNING: You are using pip version 20.0.2; however, version 20.3.1 is available. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. Removing intermediate container 510dd31ff7bf ---> 50c8443535f2 Step 20/21 : COPY . /src ---> cafb8d12182c Step 21/21 : RUN pip install . ---> Running in 594a119eb2de /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release. from cryptography import x509 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 Processing /src Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.10.0) 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) 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) 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) Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.0.18) 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.12.5) 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) 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) 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) Building wheels for collected packages: docker Building wheel for docker (setup.py): started Building wheel for docker (setup.py): finished with status 'done' Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146963 sha256=70f275f0dab3df12921f20c80ef2d59be932adaa6598a6e49ddedc51fa5624be Stored in directory: /tmp/pip-ephem-wheel-cache-Otv4Qm/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c Successfully built docker Installing collected packages: docker Successfully installed docker-4.4.0.dev0 WARNING: You are using pip version 20.0.2; however, version 20.3.1 is available. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. Removing intermediate container 594a119eb2de ---> a59efe6b6e80 Successfully built a59efe6b6e80 Successfully tagged dockerbuildbot/docker-py:py2-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 [Pipeline] isUnix [Pipeline] sh + docker tag dockerbuildbot/docker-py:py2-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 dockerbuildbot/docker-py:py2-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 [Pipeline] isUnix [Pipeline] sh + docker push dockerbuildbot/docker-py:py2-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 The push refers to repository [docker.io/dockerbuildbot/docker-py] d60171291013: Preparing 1bc8699204d2: Preparing 1cbcf32da07c: Preparing 43f8d719c9df: Preparing 34069b9e5c66: Preparing 9d08f545387c: Preparing 06e161ae16f5: Preparing f0cb24a47261: Preparing d61e0ef4161c: Preparing 76b9052bd2c9: Preparing 6d4303a5a733: Preparing 5f1785316d9d: Preparing 043b8e9f9a26: Preparing 8587bbe1c050: Preparing 17d45377a12f: Preparing d8ecd878a4a4: Preparing 048331b092fa: Preparing e571d2d3c73c: Preparing da7b0a80a4f2: Preparing ceee8816bb96: Preparing 47458fb45d99: Preparing 46829331b1e4: Preparing d35c5bda4793: Preparing a3c1026c6bcc: Preparing f1d420c2af1a: Preparing 461719022993: Preparing 9d08f545387c: Waiting 06e161ae16f5: Waiting f0cb24a47261: Waiting d61e0ef4161c: Waiting 76b9052bd2c9: Waiting 6d4303a5a733: Waiting 5f1785316d9d: Waiting 043b8e9f9a26: Waiting 8587bbe1c050: Waiting 17d45377a12f: Waiting d8ecd878a4a4: Waiting 048331b092fa: Waiting e571d2d3c73c: Waiting da7b0a80a4f2: Waiting ceee8816bb96: Waiting 47458fb45d99: Waiting 46829331b1e4: Waiting d35c5bda4793: Waiting a3c1026c6bcc: Waiting f1d420c2af1a: Waiting 461719022993: Waiting 43f8d719c9df: Pushed d60171291013: Pushed 1bc8699204d2: Pushed 1cbcf32da07c: Pushed f0cb24a47261: Pushed 9d08f545387c: Pushed 06e161ae16f5: Pushed 34069b9e5c66: Pushed d61e0ef4161c: Pushed 76b9052bd2c9: Pushed 8587bbe1c050: Pushed 5f1785316d9d: Pushed 043b8e9f9a26: Pushed e571d2d3c73c: Layer already exists da7b0a80a4f2: Layer already exists ceee8816bb96: Layer already exists 47458fb45d99: Layer already exists 46829331b1e4: Layer already exists d35c5bda4793: Layer already exists a3c1026c6bcc: Layer already exists f1d420c2af1a: Layer already exists 461719022993: Layer already exists 6d4303a5a733: Pushed 17d45377a12f: Pushed 048331b092fa: Pushed d8ecd878a4a4: Pushed py2-8f154d1869d323c7c74ff1ccc332cffcaecf3d65: digest: sha256:22d356f48f1c06f1f2cae2ae93434d173c977b7452e56138722102118cf8cd48 size: 5769 [Pipeline] isUnix [Pipeline] sh + docker pull dockerbuildbot/docker-py:py3-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh + docker build -t dockerbuildbot/docker-py:py3-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 . Sending build context to Docker daemon 1.38MB Step 1/21 : ARG PYTHON_VERSION=3.7 Step 2/21 : FROM python:${PYTHON_VERSION} 3.7: Pulling from library/python 756975cb9c7e: Pulling fs layer d77915b4e630: Pulling fs layer 5f37a0a41b6b: Pulling fs layer 96b2c1e36db5: Pulling fs layer c495e8de12d2: Pulling fs layer 33382189822a: Pulling fs layer 6eaa0b6b8562: Pulling fs layer adbdcbacafe9: Pulling fs layer 4265e1f512d4: Pulling fs layer c495e8de12d2: Waiting 33382189822a: Waiting 6eaa0b6b8562: Waiting adbdcbacafe9: Waiting 4265e1f512d4: Waiting 96b2c1e36db5: Waiting d77915b4e630: Verifying Checksum d77915b4e630: Download complete 5f37a0a41b6b: Verifying Checksum 5f37a0a41b6b: Download complete 756975cb9c7e: Verifying Checksum 756975cb9c7e: Download complete 96b2c1e36db5: Verifying Checksum 96b2c1e36db5: Download complete 33382189822a: Verifying Checksum 33382189822a: Download complete adbdcbacafe9: Verifying Checksum adbdcbacafe9: Download complete 4265e1f512d4: Verifying Checksum 4265e1f512d4: Download complete 6eaa0b6b8562: Verifying Checksum 6eaa0b6b8562: Download complete c495e8de12d2: Verifying Checksum c495e8de12d2: Download complete 756975cb9c7e: Pull complete d77915b4e630: Pull complete 5f37a0a41b6b: Pull complete 96b2c1e36db5: Pull complete c495e8de12d2: Pull complete 33382189822a: Pull complete 6eaa0b6b8562: Pull complete adbdcbacafe9: Pull complete 4265e1f512d4: Pull complete Digest: sha256:5b684be83002525397a81bd6b795e69c1663fc504215b28cd416ca3559dc6502 Status: Downloaded newer image for python:3.7 ---> 7fefbebd95b5 Step 3/21 : ARG APT_MIRROR ---> Running in 19861e90db1d Removing intermediate container 19861e90db1d ---> c6f19f74e82d Step 4/21 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list ---> Running in b138b1a40c92 Removing intermediate container b138b1a40c92 ---> 73114bb3b519 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends gnupg2 pass ---> Running in e4fb34ad97b2 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [254 kB] Fetched 8408 kB in 2s (3494 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: tree Suggested packages: libxml-simple-perl ruby Recommended packages: qrencode xclip The following NEW packages will be installed: gnupg2 pass tree 0 upgraded, 3 newly installed, 0 to remove and 30 not upgraded. Need to get 481 kB of archives. After this operation, 684 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB] Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB] Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 481 kB in 0s (1743 kB/s) Selecting previously unselected package gnupg2. (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.) Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ... Unpacking gnupg2 (2.2.12-1+deb10u1) ... Selecting previously unselected package tree. Preparing to unpack .../tree_1.8.0-1_amd64.deb ... Unpacking tree (1.8.0-1) ... Selecting previously unselected package pass. Preparing to unpack .../archives/pass_1.7.3-2_all.deb ... Unpacking pass (1.7.3-2) ... Setting up gnupg2 (2.2.12-1+deb10u1) ... Setting up tree (1.8.0-1) ... Setting up pass (1.7.3-2) ... Removing intermediate container e4fb34ad97b2 ---> b22a3a06cb8a Step 6/21 : COPY tests/ssh-keys /root/.ssh ---> af82cee4522b Step 7/21 : RUN chmod -R 600 /root/.ssh ---> Running in 3113d4ddfcc4 Removing intermediate container 3113d4ddfcc4 ---> df5d0785e9a9 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys ---> d7f96b8c9fcb Step 9/21 : RUN gpg2 --import gpg-keys/secret ---> Running in bacb19cd8a34 gpg: directory '/root/.gnupg' created gpg: keybox '/root/.gnupg/pubring.kbx' created gpg: /root/.gnupg/trustdb.gpg: trustdb created gpg: key 464ED987A7B21401: public key "Sakuya Izayoi " imported gpg: key 464ED987A7B21401: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 Removing intermediate container bacb19cd8a34 ---> b70ca75ce35a Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust ---> Running in 8a43de43f87c gpg: inserting ownertrust of 6 Removing intermediate container 8a43de43f87c ---> ff223a849002 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') ---> Running in f041e2838e76 gpg: please do a --check-trustdb mkdir: created directory '/root/.password-store/' Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401 Removing intermediate container f041e2838e76 ---> 035be79e7dcf Step 12/21 : RUN gpg2 --check-trustdb ---> Running in 9e17cbc94161 gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u Removing intermediate container 9e17cbc94161 ---> e2f9c05e0f96 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3 ---> Running in a9ba3fa80d48 Removing intermediate container a9ba3fa80d48 ---> 1b004e92876e Step 14/21 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz && tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass && rm -rf /opt/docker-credential-pass.tar.gz && chmod +x /usr/local/bin/docker-credential-pass ---> Running in d58d58d84819 Removing intermediate container d58d58d84819 ---> 50000b150644 Step 15/21 : WORKDIR /src ---> Running in 802152d3605f Removing intermediate container 802152d3605f ---> b75fde5ab8a5 Step 16/21 : COPY requirements.txt /src/requirements.txt ---> e8c7876db9a7 Step 17/21 : RUN pip install -r requirements.txt ---> Running in 34b089d3eb3a Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment Collecting appdirs==1.4.3 Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB) Collecting asn1crypto==0.22.0 Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB) Collecting backports.ssl-match-hostname==3.5.0.1 Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB) Collecting cffi==1.10.0 Downloading cffi-1.10.0.tar.gz (418 kB) Collecting cryptography==3.2 Downloading cryptography-3.2-cp35-abi3-manylinux2010_x86_64.whl (2.6 MB) Collecting enum34==1.1.6 Downloading enum34-1.1.6-py3-none-any.whl (12 kB) Collecting idna==2.5 Downloading idna-2.5-py2.py3-none-any.whl (55 kB) Collecting ipaddress==1.0.18 Downloading ipaddress-1.0.18.tar.gz (32 kB) Collecting packaging==16.8 Downloading packaging-16.8-py2.py3-none-any.whl (23 kB) Collecting paramiko==2.4.2 Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB) Collecting pycparser==2.17 Downloading pycparser-2.17.tar.gz (231 kB) Collecting pyOpenSSL==18.0.0 Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB) Collecting pyparsing==2.2.0 Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB) Collecting requests==2.20.0 Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB) Collecting six==1.10.0 Downloading six-1.10.0-py2.py3-none-any.whl (10 kB) Collecting urllib3==1.24.3 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) Collecting websocket-client==0.56.0 Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB) Collecting bcrypt>=3.1.3 Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB) Collecting certifi>=2017.4.17 Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB) Collecting chardet<3.1.0,>=3.0.2 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) Collecting pyasn1>=0.1.7 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) Collecting pynacl>=1.0.1 Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB) Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser Building wheel for backports.ssl-match-hostname (setup.py): started Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done' Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=ff7ce0637263b93daf9ef3f3a91f0fdf828fe0b1d0516b875b84e16fb6882547 Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738 Building wheel for cffi (setup.py): started Building wheel for cffi (setup.py): finished with status 'done' Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371262 sha256=f0a3c9f925f703df15114972382cfb5e4730f62139ea3699205f4a635b215a10 Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115 Building wheel for ipaddress (setup.py): started Building wheel for ipaddress (setup.py): finished with status 'done' Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18105 sha256=3c84f7f7653efc436637cdaa759dee698d508f46f7c962b54ccde61def13fdc2 Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151 Building wheel for pycparser (setup.py): started Building wheel for pycparser (setup.py): finished with status 'done' Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192877 sha256=00a7325f0ad444268cdf2a753c03b93907ed156f27b1ef90c074edcf570320b3 Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser Installing collected packages: pycparser, six, cffi, urllib3, pyparsing, pynacl, pyasn1, idna, cryptography, chardet, certifi, bcrypt, websocket-client, requests, pyOpenSSL, paramiko, packaging, ipaddress, enum34, backports.ssl-match-hostname, asn1crypto, appdirs Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.0 certifi-2020.12.5 cffi-1.10.0 chardet-3.0.4 cryptography-3.2 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 Removing intermediate container 34b089d3eb3a ---> 93e6b7437adf Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt ---> 5327ae6c43a0 Step 19/21 : RUN pip install -r test-requirements.txt ---> Running in d1fba4e063e7 Collecting coverage==4.5.2 Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB) Collecting flake8==3.6.0 Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB) Collecting mock==1.0.1 Downloading mock-1.0.1.zip (861 kB) Collecting pytest==4.3.1 Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB) 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) Collecting pytest-cov==2.6.1 Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB) Collecting pytest-timeout==1.3.3 Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB) Collecting setuptools==44.0.0 Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB) Collecting atomicwrites>=1.0 Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB) Collecting attrs>=17.4.0 Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB) Collecting mccabe<0.7.0,>=0.6.0 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) Collecting more-itertools>=4.0.0 Downloading more_itertools-8.6.0-py3-none-any.whl (45 kB) Collecting pluggy>=0.7 Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB) Collecting importlib-metadata>=0.12 Downloading importlib_metadata-3.1.1-py3-none-any.whl (9.6 kB) Collecting py>=1.5.0 Downloading py-1.9.0-py2.py3-none-any.whl (99 kB) Collecting pycodestyle<2.5.0,>=2.4.0 Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB) Collecting pyflakes<2.1.0,>=2.0.0 Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB) Collecting zipp>=0.5 Downloading zipp-3.4.0-py3-none-any.whl (5.2 kB) Building wheels for collected packages: mock Building wheel for mock (setup.py): started Building wheel for mock (setup.py): finished with status 'done' Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23754 sha256=fbea5b36b94ad27b876868fb32f51c2d7985fec5b8d2bccde1aea139f9933d45 Stored in directory: /root/.cache/pip/wheels/7a/94/b1/0fdc5339a5bd487a5cc15421ec200d9ba3e2aa7190e4a727f1 Successfully built mock Installing collected packages: zipp, importlib-metadata, setuptools, py, pluggy, more-itertools, attrs, atomicwrites, pytest, pyflakes, pycodestyle, mccabe, coverage, pytest-timeout, pytest-cov, mock, flake8 Attempting uninstall: setuptools Found existing installation: setuptools 50.3.2 Uninstalling setuptools-50.3.2: Successfully uninstalled setuptools-50.3.2 Successfully installed atomicwrites-1.4.0 attrs-20.3.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-3.1.1 mccabe-0.6.1 mock-1.0.1 more-itertools-8.6.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.4.0 Removing intermediate container d1fba4e063e7 ---> dca6c7e93c67 Step 20/21 : COPY . /src ---> 15b6b3c2edb1 Step 21/21 : RUN pip install . ---> Running in 4f94ed3d2962 Processing /src Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (1.10.0) 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) 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) 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) 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) 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.12.5) 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) Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (1.10.0) Building wheels for collected packages: docker Building wheel for docker (setup.py): started Building wheel for docker (setup.py): finished with status 'done' Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146965 sha256=d2cacf251e41e7863fa90485700ad55603e71a3f602a977c07f2d340c2c69e01 Stored in directory: /tmp/pip-ephem-wheel-cache-mil1u8_4/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525 Successfully built docker Installing collected packages: docker Successfully installed docker-4.4.0.dev0 Removing intermediate container 4f94ed3d2962 ---> f6cdc2daf79e Successfully built f6cdc2daf79e Successfully tagged dockerbuildbot/docker-py:py3-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 [Pipeline] isUnix [Pipeline] sh + docker tag dockerbuildbot/docker-py:py3-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 dockerbuildbot/docker-py:py3-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 [Pipeline] isUnix [Pipeline] sh + docker push dockerbuildbot/docker-py:py3-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 The push refers to repository [docker.io/dockerbuildbot/docker-py] fa908fbef061: Preparing 8a2173733f5f: Preparing e209f14c154b: Preparing 2977b3a3852b: Preparing a2961ad8e60a: Preparing 14cb778f4afc: Preparing b433cfd5788f: Preparing 6bf1f0858f1c: Preparing b2c610711d84: Preparing 0ed6c0cf329c: Preparing 69ff681632f6: Preparing 7ba56a9a03fd: Preparing 78aeac398ff5: Preparing e2d2f3ba5c69: Preparing 4510ed5932c6: Preparing 09f4e978cbad: Preparing e273447f11f3: Preparing eaed50855d41: Preparing 026c477245c5: Preparing ee78bcfefc78: Preparing c4a6d8ca5d2c: Preparing 059ed1793a98: Preparing 712264374d24: Preparing 475b4eb79695: Preparing f3be340a54b9: Preparing 114ca5b7280f: Preparing 14cb778f4afc: Waiting b433cfd5788f: Waiting 6bf1f0858f1c: Waiting b2c610711d84: Waiting 0ed6c0cf329c: Waiting 69ff681632f6: Waiting 7ba56a9a03fd: Waiting 78aeac398ff5: Waiting e2d2f3ba5c69: Waiting 4510ed5932c6: Waiting 09f4e978cbad: Waiting e273447f11f3: Waiting eaed50855d41: Waiting 026c477245c5: Waiting ee78bcfefc78: Waiting c4a6d8ca5d2c: Waiting 059ed1793a98: Waiting 712264374d24: Waiting 475b4eb79695: Waiting f3be340a54b9: Waiting 114ca5b7280f: Waiting 8a2173733f5f: Pushed 2977b3a3852b: Pushed fa908fbef061: Pushed 14cb778f4afc: Pushed b433cfd5788f: Pushed 6bf1f0858f1c: Pushed a2961ad8e60a: Pushed 0ed6c0cf329c: Pushed e209f14c154b: Pushed 69ff681632f6: Pushed b2c610711d84: Pushed 7ba56a9a03fd: Pushed 78aeac398ff5: Pushed eaed50855d41: Layer already exists 026c477245c5: Layer already exists ee78bcfefc78: Layer already exists c4a6d8ca5d2c: Layer already exists 059ed1793a98: Layer already exists 712264374d24: Layer already exists 4510ed5932c6: Pushed 475b4eb79695: Layer already exists f3be340a54b9: Layer already exists 114ca5b7280f: Layer already exists e2d2f3ba5c69: Pushed e273447f11f3: Pushed 09f4e978cbad: Pushed py3-8f154d1869d323c7c74ff1ccc332cffcaecf3d65: digest: sha256:01df8b00d64b5a727e5fb2999b7d34b422f680fbcd6e0a6659d920dad917a829 size: 5765 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] node Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07bba5ab0ec44cae3) in /home/ubuntu/workspace/docker-py_PR-2721 [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-2721@tmp/676854dc-f032-4d3c-b643-34ce4dd8cfc5/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 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 /src/scripts/versions.py [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) [Pipeline] { (Branch: py2.7_20.10.0) [Pipeline] { (Branch: py3.7_19.03.12) [Pipeline] { (Branch: py3.7_19.03.13) [Pipeline] { (Branch: py3.7_20.10.0) [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00246ac542e615934) in /home/ubuntu/workspace/docker-py_PR-2721Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07bba5ab0ec44cae3) in /home/ubuntu/workspace/docker-py_PR-2721 [Pipeline] node [Pipeline] { [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00863846ac5c001e5) in /home/ubuntu/workspace/docker-py_PR-2721 [Pipeline] { [Pipeline] withDockerRegistry Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d83a4103facaa568) in /home/ubuntu/workspace/docker-py_PR-2721 [Pipeline] { [Pipeline] withDockerRegistry 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-2721@tmp/888771df-b281-4ca7-be82-c0bf577b8d02/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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2721@tmp/2c2d8020-8ea3-48f8-bc55-309b05cc56d5/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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2721:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2721:/workspace busybox chown -R 1000:1000 /workspace $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py2.7 / docker=20.10.0) [Pipeline] checkout using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py3.7 / docker=19.03.12) [Pipeline] checkout using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Fetching without tags Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2721 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2721/head:refs/remotes/origin/PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 Merge succeeded, producing 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 Checking out Revision 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 (PR-2721) Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2721 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2721/head:refs/remotes/origin/PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 # timeout=10 Commit message: "Add github actions" Merge succeeded, producing 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 Checking out Revision 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 (PR-2721) Commit message: "Add github actions" [Pipeline] withDockerRegistry [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] sh [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge 1757c974fa3a05b0e9b783af85242b18df09d05d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 # timeout=10 [Pipeline] sh > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge 1757c974fa3a05b0e9b783af85242b18df09d05d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 # timeout=10 $ 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-2721@tmp/9d556e18-cd21-4235-9589-114a6288d385/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded + docker network create dpy-testnet-35-0-py2.7-20.10.0 06bc5dd744276f68bcec27c3c89607af1f131d4b469012c56f8c55eaf0abdcee [Pipeline] sh + docker network create dpy-testnet-35-0-py3.7-19.03.12 12da6868bddf62da04c444d99435e6be9f40d39782935d2a05e8e012eeb9c267 [Pipeline] sh + docker run --rm -d --name dpy-dind-35-0-py2.7-20.10.0 -v /tmp --privileged --network dpy-testnet-35-0-py2.7-20.10.0 dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 dockerd -H tcp://0.0.0.0:2375 Unable to find image 'dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65' locally sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65: Pulling from dockerbuildbot/docker-py df20fa9351a1: Already exists 25ad7478873d: Already exists 4684f6177b5d: Already exists + docker run --rm -d --name dpy-dind-35-0-py3.7-19.03.12 -v /tmp --privileged --network dpy-testnet-35-0-py3.7-19.03.12 dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 dockerd -H tcp://0.0.0.0:2375 9143ddb5d417591bd8a7500d863d0579ee817a805bf3a64f7d798d5bf6af90f8 $ 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-2721@tmp/7e65447a-3180-4465-a705-69a908398ca1/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded 46e300cec669: Already exists 63038576ad94: Already exists 0fdb76c4706c: Already exists cb7edeffdfd5: Already exists cc28bd76800f: Already exists 54196fe38f7e: Already exists ea71acc29633: Already exists 657cc4c15165: Already exists 099dd97569ce: Pulling fs layer e7505771a63a: Pulling fs layer df522c77a714: Pulling fs layer b2493a1270b4: Pulling fs layer 94062fda938c: Pulling fs layer 96208c54aec1: Pulling fs layer df26bf77dcb3: Pulling fs layer b2493a1270b4: Waiting 94062fda938c: Waiting 96208c54aec1: Waiting df26bf77dcb3: Waiting e7505771a63a: Download complete df522c77a714: Verifying Checksum df522c77a714: Download complete 099dd97569ce: Download complete b2493a1270b4: Verifying Checksum b2493a1270b4: Download complete 94062fda938c: Verifying Checksum 94062fda938c: Download complete 96208c54aec1: Verifying Checksum 96208c54aec1: Download complete df26bf77dcb3: Verifying Checksum df26bf77dcb3: Download complete 099dd97569ce: Pull complete [Pipeline] sh e7505771a63a: Pull complete df522c77a714: Pull complete b2493a1270b4: Pull complete 94062fda938c: Pull complete 96208c54aec1: Pull complete df26bf77dcb3: Pull complete Digest: sha256:52e1a16480d90f85a8aff97199acec1b45c8675164e0fce0765543550da34472 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 ac9e81da1714a8ef6c95351b78d01d9dc643a6aae5d57f7112c1ea4aa0295189 + docker run --rm --name dpy-tests-35-0-py3.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-35-0-py3.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-35-0-py3.7-19.03.12 --volumes-from dpy-dind-35-0-py3.7-19.03.12 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py3-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/ [Pipeline] sh + docker run --rm --name dpy-tests-35-0-py2.7-20.10.0 -e DOCKER_HOST=tcp://dpy-dind-35-0-py2.7-20.10.0:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-35-0-py2.7-20.10.0 --volumes-from dpy-dind-35-0-py2.7-20.10.0 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py2-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/ Unable to find image 'dockerbuildbot/docker-py:py2-8f154d1869d323c7c74ff1ccc332cffcaecf3d65' locally py2-8f154d1869d323c7c74ff1ccc332cffcaecf3d65: Pulling from dockerbuildbot/docker-py 7e2b2a5af8f6: Already exists 09b6f03ffac4: Already exists dc3f0c679f0f: Already exists fd4b47407fc3: Already exists b32f6bf7d96d: Already exists 6f4489a7e4cf: Already exists af4b99ad9ef0: Already exists 39db0bc48c26: Already exists acb4a89489fc: Already exists d84201c68bd5: Pulling fs layer 7ad091dd2e55: Pulling fs layer c4d6476525f7: Pulling fs layer 76d7a1404d99: Pulling fs layer 5329ba53d2ae: Pulling fs layer 9245fddc492a: Pulling fs layer ce134ec3c3f0: Pulling fs layer 76d7a1404d99: Waiting 5329ba53d2ae: Waiting 9245fddc492a: Waiting ce134ec3c3f0: Waiting d6591ccd5b5a: Pulling fs layer 1e96da35c156: Pulling fs layer d6591ccd5b5a: Waiting 8192844832be: Pulling fs layer d00ea2eddf6d: Pulling fs layer b6a890116d34: Pulling fs layer 1217378ea884: Pulling fs layer 1e96da35c156: Waiting 8192844832be: Waiting d00ea2eddf6d: Waiting b6a890116d34: Waiting 1217378ea884: Waiting 88811d9f39b1: Pulling fs layer 852f43918154: Pulling fs layer 7d565b376345: Pulling fs layer 632b163a78a3: Pulling fs layer 88811d9f39b1: Waiting 852f43918154: Waiting 7d565b376345: Waiting 632b163a78a3: Waiting ============================= test session starts ============================== platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python cachedir: .pytest_cache rootdir: /src, inifile: pytest.ini plugins: timeout-1.3.3, cov-2.6.1 d84201c68bd5: Download complete c4d6476525f7: Verifying Checksum c4d6476525f7: Download complete 76d7a1404d99: Verifying Checksum 76d7a1404d99: Download complete 5329ba53d2ae: Verifying Checksum 5329ba53d2ae: Download complete 9245fddc492a: Verifying Checksum 9245fddc492a: Download complete ce134ec3c3f0: Verifying Checksum ce134ec3c3f0: Download complete d6591ccd5b5a: Verifying Checksum d6591ccd5b5a: Download complete 1e96da35c156: Verifying Checksum 1e96da35c156: Download complete d00ea2eddf6d: Verifying Checksum d00ea2eddf6d: Download complete b6a890116d34: Verifying Checksum b6a890116d34: Download complete 7ad091dd2e55: Verifying Checksum 7ad091dd2e55: Download complete d84201c68bd5: Pull complete 88811d9f39b1: Verifying Checksum 88811d9f39b1: Download complete 8192844832be: Verifying Checksum 8192844832be: Download complete 1217378ea884: Verifying Checksum 1217378ea884: Download complete 852f43918154: Verifying Checksum 852f43918154: Download complete 7d565b376345: Verifying Checksum 7d565b376345: Download complete 632b163a78a3: Verifying Checksum 632b163a78a3: 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-2721@tmp/35fe7b12-5222-40c2-af6f-dff3f99a6737/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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh 7ad091dd2e55: 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-2721@tmp/94b26209-10b8-4dd3-91ba-ed76e7fa6551/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded c4d6476525f7: Pull complete [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh 76d7a1404d99: Pull complete + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2721:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally 5329ba53d2ae: Pull complete latest: Pulling from library/busybox 9245fddc492a: Pull complete ce134ec3c3f0: Pull complete ea97eb0eb3ec: Pulling fs layer ea97eb0eb3ec: Verifying Checksum ea97eb0eb3ec: Download complete + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2721:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally ea97eb0eb3ec: Pull complete Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678 Status: Downloaded newer image for busybox:latest latest: Pulling from library/busybox ea97eb0eb3ec: Pulling fs layer ea97eb0eb3ec: Verifying Checksum ea97eb0eb3ec: Download complete ea97eb0eb3ec: Pull complete Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678 Status: Downloaded newer image for busybox:latest d6591ccd5b5a: Pull complete 1e96da35c156: Pull complete 8192844832be: Pull complete d00ea2eddf6d: Pull complete b6a890116d34: Pull complete 1217378ea884: Pull complete 88811d9f39b1: Pull complete collecting ... collected 953 items 852f43918154: Pull complete 7d565b376345: Pull complete 632b163a78a3: Pull complete Digest: sha256:22d356f48f1c06f1f2cae2ae93434d173c977b7452e56138722102118cf8cd48 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 ============================= test session starts ============================== platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python cachedir: .pytest_cache rootdir: /src, inifile: pytest.ini plugins: timeout-1.3.3, cov-2.6.1 [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py2.7 / docker=19.03.13) [Pipeline] checkout tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [ 0%] + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py2.7 / docker=19.03.12) [Pipeline] checkout tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [ 0%] using credential docker-jenkins-github-credentials tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [ 1%] Cloning the remote Git repository Cloning with configured refspecs honoured and without tags tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 1%] using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags collecting ... collected 953 items tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [ 1%] Still waiting to schedule task Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ Still waiting to schedule task Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [ 1%] Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2721 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [ 1%] Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2721 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 1%] Fetching without tags tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [ 0%] > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2721/head:refs/remotes/origin/PR-2721 # timeout=10 Fetching without tags Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [ 0%] Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 Merge succeeded, producing 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 Checking out Revision 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 (PR-2721) Merge succeeded, producing 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 Checking out Revision 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 (PR-2721) tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 1%] > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2721/head:refs/remotes/origin/PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge 1757c974fa3a05b0e9b783af85242b18df09d05d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 # timeout=10 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 0%] > 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge 1757c974fa3a05b0e9b783af85242b18df09d05d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 # timeout=10 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 1%] Commit message: "Add github actions" Commit message: "Add github actions" tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [ 2%] [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] sh tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 2%] tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS [ 2%] tests/integration/api_client_test.py::InformationTest::test_info PASSED [ 2%] tests/integration/api_client_test.py::InformationTest::test_version PASSED [ 2%] tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [ 2%] [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] sh + docker network create dpy-testnet-35-0-py2.7-19.03.13 41792c6b86d383bfb13047a4b02fd8e3ada2c21be9fcf2f7ee23b5e5c01167ac [Pipeline] sh + docker network create dpy-testnet-35-0-py2.7-19.03.12 5ff3bfb107f3894a891beb5c8f499cb73b31ea4f0f870ec5155f933d857a3ffc [Pipeline] sh tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [ 2%] tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [ 3%] + docker run --rm -d --name dpy-dind-35-0-py2.7-19.03.13 -v /tmp --privileged --network dpy-testnet-35-0-py2.7-19.03.13 dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 dockerd -H tcp://0.0.0.0:2375 Unable to find image 'dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65' locally sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65: Pulling from dockerbuildbot/docker-py df20fa9351a1: Pulling fs layer 25ad7478873d: Pulling fs layer 4684f6177b5d: Pulling fs layer 46e300cec669: Pulling fs layer 63038576ad94: Pulling fs layer 0fdb76c4706c: Pulling fs layer cb7edeffdfd5: Pulling fs layer cc28bd76800f: Pulling fs layer 54196fe38f7e: Pulling fs layer ea71acc29633: Pulling fs layer 657cc4c15165: Pulling fs layer 099dd97569ce: Pulling fs layer e7505771a63a: Pulling fs layer df522c77a714: Pulling fs layer b2493a1270b4: Pulling fs layer 94062fda938c: Pulling fs layer 96208c54aec1: Pulling fs layer df26bf77dcb3: Pulling fs layer ea71acc29633: Waiting 657cc4c15165: Waiting 099dd97569ce: Waiting e7505771a63a: Waiting df522c77a714: Waiting b2493a1270b4: Waiting 46e300cec669: Waiting 63038576ad94: Waiting 94062fda938c: Waiting 96208c54aec1: Waiting 0fdb76c4706c: Waiting cb7edeffdfd5: Waiting df26bf77dcb3: Waiting cc28bd76800f: Waiting 54196fe38f7e: Waiting $ 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-2721@tmp/b3f2a33c-026d-4e10-85ed-e56782275dfc/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded 4684f6177b5d: Verifying Checksum 4684f6177b5d: Download complete df20fa9351a1: Verifying Checksum df20fa9351a1: Download complete 63038576ad94: Verifying Checksum 63038576ad94: Download complete 25ad7478873d: Verifying Checksum 25ad7478873d: Download complete + docker run --rm -d --name dpy-dind-35-0-py2.7-19.03.12 -v /tmp --privileged --network dpy-testnet-35-0-py2.7-19.03.12 dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 dockerd -H tcp://0.0.0.0:2375 Unable to find image 'dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65' locally sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65: Pulling from dockerbuildbot/docker-py df20fa9351a1: Pulling fs layer 25ad7478873d: Pulling fs layer 4684f6177b5d: Pulling fs layer 46e300cec669: Pulling fs layer 63038576ad94: Pulling fs layer 46e300cec669: Waiting 0fdb76c4706c: Pulling fs layer cb7edeffdfd5: Pulling fs layer 63038576ad94: Waiting 0fdb76c4706c: Waiting cc28bd76800f: Pulling fs layer 54196fe38f7e: Pulling fs layer ea71acc29633: Pulling fs layer 657cc4c15165: Pulling fs layer 099dd97569ce: Pulling fs layer cb7edeffdfd5: Waiting cc28bd76800f: Waiting 54196fe38f7e: Waiting ea71acc29633: Waiting 657cc4c15165: Waiting e7505771a63a: Pulling fs layer df522c77a714: Pulling fs layer 099dd97569ce: Waiting b2493a1270b4: Pulling fs layer 94062fda938c: Pulling fs layer 96208c54aec1: Pulling fs layer df26bf77dcb3: Pulling fs layer e7505771a63a: Waiting df522c77a714: Waiting 96208c54aec1: Waiting df26bf77dcb3: Waiting 94062fda938c: Waiting b2493a1270b4: Waiting $ 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-2721@tmp/29e5e936-312d-4652-8e99-ea15c880a2c0/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded 0fdb76c4706c: Verifying Checksum 0fdb76c4706c: Download complete cb7edeffdfd5: Verifying Checksum cb7edeffdfd5: Download complete 54196fe38f7e: Verifying Checksum 54196fe38f7e: Download complete cc28bd76800f: Verifying Checksum cc28bd76800f: Download complete ea71acc29633: Verifying Checksum ea71acc29633: Download complete 657cc4c15165: Verifying Checksum 657cc4c15165: Download complete 4684f6177b5d: Verifying Checksum 4684f6177b5d: Download complete 25ad7478873d: Verifying Checksum 25ad7478873d: Download complete df20fa9351a1: Verifying Checksum df20fa9351a1: Download complete 63038576ad94: Verifying Checksum 63038576ad94: Download complete cb7edeffdfd5: Verifying Checksum cb7edeffdfd5: Download complete 0fdb76c4706c: Verifying Checksum 0fdb76c4706c: Download complete 54196fe38f7e: Verifying Checksum 54196fe38f7e: Download complete tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [ 3%] tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 1%] e7505771a63a: Verifying Checksum e7505771a63a: Download complete 099dd97569ce: Verifying Checksum 099dd97569ce: Download complete df20fa9351a1: Pull complete b2493a1270b4: Verifying Checksum b2493a1270b4: Download complete df522c77a714: Verifying Checksum df522c77a714: Download complete ea71acc29633: Verifying Checksum ea71acc29633: Download complete 657cc4c15165: Verifying Checksum 657cc4c15165: Download complete cc28bd76800f: Verifying Checksum cc28bd76800f: Download complete 099dd97569ce: Verifying Checksum 099dd97569ce: Download complete tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 1%] 96208c54aec1: Verifying Checksum 96208c54aec1: Download complete 94062fda938c: Verifying Checksum 94062fda938c: Download complete df26bf77dcb3: Verifying Checksum df26bf77dcb3: Download complete e7505771a63a: Verifying Checksum e7505771a63a: Download complete df522c77a714: Verifying Checksum df522c77a714: Download complete b2493a1270b4: Verifying Checksum b2493a1270b4: Download complete df20fa9351a1: Pull complete 96208c54aec1: Verifying Checksum 96208c54aec1: Download complete 94062fda938c: Verifying Checksum 94062fda938c: Download complete 25ad7478873d: Pull complete df26bf77dcb3: Verifying Checksum df26bf77dcb3: Download complete tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [ 3%] 4684f6177b5d: Pull complete 25ad7478873d: Pull complete tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [ 3%] 46e300cec669: Verifying Checksum 46e300cec669: Download complete 4684f6177b5d: Pull complete 46e300cec669: Verifying Checksum 46e300cec669: Download complete tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [ 3%] tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 2%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 4%] tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 2%] tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS [ 2%] tests/integration/api_client_test.py::InformationTest::test_info PASSED [ 2%] tests/integration/api_client_test.py::InformationTest::test_version PASSED [ 2%] tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [ 2%] tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [ 2%] tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 4%] tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 4%] tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 4%] 46e300cec669: Pull complete 63038576ad94: Pull complete 0fdb76c4706c: Pull complete cb7edeffdfd5: Pull complete 46e300cec669: Pull complete 63038576ad94: Pull complete 0fdb76c4706c: Pull complete cb7edeffdfd5: Pull complete cc28bd76800f: Pull complete tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 5%] cc28bd76800f: Pull complete 54196fe38f7e: Pull complete 54196fe38f7e: Pull complete ea71acc29633: Pull complete ea71acc29633: Pull complete 657cc4c15165: Pull complete 099dd97569ce: Pull complete tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [ 3%] 657cc4c15165: Pull complete 099dd97569ce: Pull complete e7505771a63a: Pull complete df522c77a714: Pull complete b2493a1270b4: Pull complete e7505771a63a: Pull complete df522c77a714: Pull complete 94062fda938c: Pull complete 96208c54aec1: Pull complete df26bf77dcb3: Pull complete Digest: sha256:52e1a16480d90f85a8aff97199acec1b45c8675164e0fce0765543550da34472 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 b2493a1270b4: Pull complete 94062fda938c: Pull complete 96208c54aec1: Pull complete df26bf77dcb3: Pull complete Digest: sha256:52e1a16480d90f85a8aff97199acec1b45c8675164e0fce0765543550da34472 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 4%] 48bc30b4da6683a718ed5e473164e02d8688c8643a23020ece8af0a7fac6de24 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 4%] 99c84a9877356c85ff80fbb743283bfb55b3d1a0f0b5e5c8463bfb43ad29cdd5 [Pipeline] sh tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 4%] [Pipeline] sh + docker run --rm --name dpy-tests-35-0-py2.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-35-0-py2.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-35-0-py2.7-19.03.12 --volumes-from dpy-dind-35-0-py2.7-19.03.12 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py2-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/ Unable to find image 'dockerbuildbot/docker-py:py2-8f154d1869d323c7c74ff1ccc332cffcaecf3d65' locally + docker run --rm --name dpy-tests-35-0-py2.7-19.03.13 -e DOCKER_HOST=tcp://dpy-dind-35-0-py2.7-19.03.13:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-35-0-py2.7-19.03.13 --volumes-from dpy-dind-35-0-py2.7-19.03.13 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py2-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/ Unable to find image 'dockerbuildbot/docker-py:py2-8f154d1869d323c7c74ff1ccc332cffcaecf3d65' locally tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 5%] py2-8f154d1869d323c7c74ff1ccc332cffcaecf3d65: Pulling from dockerbuildbot/docker-py 7e2b2a5af8f6: Pulling fs layer 09b6f03ffac4: Pulling fs layer dc3f0c679f0f: Pulling fs layer fd4b47407fc3: Pulling fs layer b32f6bf7d96d: Pulling fs layer 6f4489a7e4cf: Pulling fs layer af4b99ad9ef0: Pulling fs layer 39db0bc48c26: Pulling fs layer acb4a89489fc: Pulling fs layer d84201c68bd5: Pulling fs layer 7ad091dd2e55: Pulling fs layer c4d6476525f7: Pulling fs layer 76d7a1404d99: Pulling fs layer 5329ba53d2ae: Pulling fs layer 9245fddc492a: Pulling fs layer ce134ec3c3f0: Pulling fs layer d6591ccd5b5a: Pulling fs layer 1e96da35c156: Pulling fs layer 8192844832be: Pulling fs layer d00ea2eddf6d: Pulling fs layer b6a890116d34: Pulling fs layer 1217378ea884: Pulling fs layer 88811d9f39b1: Pulling fs layer 852f43918154: Pulling fs layer 7d565b376345: Pulling fs layer 632b163a78a3: Pulling fs layer fd4b47407fc3: Waiting b32f6bf7d96d: Waiting 6f4489a7e4cf: Waiting af4b99ad9ef0: Waiting 39db0bc48c26: Waiting acb4a89489fc: Waiting d84201c68bd5: Waiting 7ad091dd2e55: Waiting c4d6476525f7: Waiting 76d7a1404d99: Waiting 5329ba53d2ae: Waiting 9245fddc492a: Waiting ce134ec3c3f0: Waiting d6591ccd5b5a: Waiting 1e96da35c156: Waiting 8192844832be: Waiting d00ea2eddf6d: Waiting b6a890116d34: Waiting 1217378ea884: Waiting 88811d9f39b1: Waiting 852f43918154: Waiting 7d565b376345: Waiting 632b163a78a3: Waiting dc3f0c679f0f: Verifying Checksum dc3f0c679f0f: Download complete py2-8f154d1869d323c7c74ff1ccc332cffcaecf3d65: Pulling from dockerbuildbot/docker-py 7e2b2a5af8f6: Pulling fs layer 09b6f03ffac4: Pulling fs layer dc3f0c679f0f: Pulling fs layer fd4b47407fc3: Pulling fs layer b32f6bf7d96d: Pulling fs layer 6f4489a7e4cf: Pulling fs layer af4b99ad9ef0: Pulling fs layer 39db0bc48c26: Pulling fs layer acb4a89489fc: Pulling fs layer d84201c68bd5: Pulling fs layer 7ad091dd2e55: Pulling fs layer c4d6476525f7: Pulling fs layer 76d7a1404d99: Pulling fs layer 5329ba53d2ae: Pulling fs layer 9245fddc492a: Pulling fs layer ce134ec3c3f0: Pulling fs layer d6591ccd5b5a: Pulling fs layer 1e96da35c156: Pulling fs layer 8192844832be: Pulling fs layer d00ea2eddf6d: Pulling fs layer b6a890116d34: Pulling fs layer 1217378ea884: Pulling fs layer 88811d9f39b1: Pulling fs layer fd4b47407fc3: Waiting b32f6bf7d96d: Waiting 6f4489a7e4cf: Waiting af4b99ad9ef0: Waiting 39db0bc48c26: Waiting acb4a89489fc: Waiting d84201c68bd5: Waiting 7ad091dd2e55: Waiting c4d6476525f7: Waiting 76d7a1404d99: Waiting 5329ba53d2ae: Waiting 9245fddc492a: Waiting ce134ec3c3f0: Waiting d6591ccd5b5a: Waiting 1e96da35c156: Waiting 8192844832be: Waiting d00ea2eddf6d: Waiting b6a890116d34: Waiting 1217378ea884: Waiting 852f43918154: Pulling fs layer 7d565b376345: Pulling fs layer 632b163a78a3: Pulling fs layer 88811d9f39b1: Waiting 852f43918154: Waiting 7d565b376345: Waiting 632b163a78a3: Waiting 09b6f03ffac4: Verifying Checksum 09b6f03ffac4: Download complete 09b6f03ffac4: Verifying Checksum 09b6f03ffac4: Download complete dc3f0c679f0f: Verifying Checksum dc3f0c679f0f: Download complete tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 5%] 7e2b2a5af8f6: Verifying Checksum 7e2b2a5af8f6: Download complete 6f4489a7e4cf: Verifying Checksum 6f4489a7e4cf: Download complete fd4b47407fc3: Verifying Checksum fd4b47407fc3: Download complete tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 5%] 39db0bc48c26: Verifying Checksum 39db0bc48c26: Download complete 7e2b2a5af8f6: Verifying Checksum 7e2b2a5af8f6: Download complete af4b99ad9ef0: Verifying Checksum af4b99ad9ef0: Download complete acb4a89489fc: Verifying Checksum acb4a89489fc: Download complete d84201c68bd5: Verifying Checksum d84201c68bd5: Download complete fd4b47407fc3: Verifying Checksum fd4b47407fc3: Download complete 6f4489a7e4cf: Verifying Checksum 6f4489a7e4cf: Download complete 39db0bc48c26: Verifying Checksum 39db0bc48c26: Download complete c4d6476525f7: Verifying Checksum c4d6476525f7: Download complete 76d7a1404d99: Verifying Checksum 76d7a1404d99: Download complete 5329ba53d2ae: Verifying Checksum 5329ba53d2ae: Download complete 9245fddc492a: Verifying Checksum 9245fddc492a: Download complete 7ad091dd2e55: Verifying Checksum 7ad091dd2e55: Download complete ce134ec3c3f0: Verifying Checksum ce134ec3c3f0: Download complete d6591ccd5b5a: Verifying Checksum d6591ccd5b5a: Download complete 1e96da35c156: Verifying Checksum 1e96da35c156: Download complete d00ea2eddf6d: Verifying Checksum d00ea2eddf6d: Download complete acb4a89489fc: Verifying Checksum acb4a89489fc: Download complete af4b99ad9ef0: Verifying Checksum af4b99ad9ef0: Download complete d84201c68bd5: Verifying Checksum d84201c68bd5: Download complete c4d6476525f7: Verifying Checksum c4d6476525f7: Download complete 8192844832be: Verifying Checksum 8192844832be: Download complete b6a890116d34: Verifying Checksum b6a890116d34: Download complete 76d7a1404d99: Verifying Checksum 76d7a1404d99: Download complete 5329ba53d2ae: Verifying Checksum 5329ba53d2ae: Download complete 7ad091dd2e55: Verifying Checksum 7ad091dd2e55: Download complete 9245fddc492a: Verifying Checksum 9245fddc492a: Download complete 88811d9f39b1: Verifying Checksum 88811d9f39b1: Download complete 852f43918154: Verifying Checksum 852f43918154: Download complete ce134ec3c3f0: Verifying Checksum ce134ec3c3f0: Download complete d6591ccd5b5a: Verifying Checksum d6591ccd5b5a: Download complete 1e96da35c156: Verifying Checksum 1e96da35c156: Download complete d00ea2eddf6d: Verifying Checksum d00ea2eddf6d: Download complete 8192844832be: Verifying Checksum 8192844832be: Download complete 7d565b376345: Verifying Checksum 7d565b376345: Download complete 632b163a78a3: Verifying Checksum 632b163a78a3: Download complete b6a890116d34: Verifying Checksum b6a890116d34: Download complete 88811d9f39b1: Verifying Checksum 88811d9f39b1: Download complete 1217378ea884: Verifying Checksum 1217378ea884: Download complete 1217378ea884: Verifying Checksum 1217378ea884: Download complete 7d565b376345: Verifying Checksum 7d565b376345: Download complete 852f43918154: Verifying Checksum 852f43918154: Download complete 632b163a78a3: Verifying Checksum 632b163a78a3: Download complete b32f6bf7d96d: Verifying Checksum b32f6bf7d96d: Download complete b32f6bf7d96d: Verifying Checksum b32f6bf7d96d: Download complete 7e2b2a5af8f6: Pull complete 09b6f03ffac4: Pull complete 7e2b2a5af8f6: Pull complete dc3f0c679f0f: Pull complete 09b6f03ffac4: Pull complete dc3f0c679f0f: Pull complete fd4b47407fc3: Pull complete fd4b47407fc3: Pull complete tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 6%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 6%] tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 5%] tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 6%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 6%] tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 6%] tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 7%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 6%] tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 7%] tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 7%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 6%] tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 6%] tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 7%] tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 7%] tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 7%] tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 6%] tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 7%] tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 7%] tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 7%] b32f6bf7d96d: Pull complete 6f4489a7e4cf: Pull complete af4b99ad9ef0: Pull complete tests/integration/api_container_test.py::WaitTest::test_wait PASSED [ 7%] 39db0bc48c26: Pull complete tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 7%] tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 7%] tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 7%] acb4a89489fc: Pull complete d84201c68bd5: Pull complete 7ad091dd2e55: Pull complete c4d6476525f7: Pull complete b32f6bf7d96d: Pull complete 6f4489a7e4cf: Pull complete af4b99ad9ef0: Pull complete 39db0bc48c26: Pull complete 76d7a1404d99: Pull complete 5329ba53d2ae: Pull complete 9245fddc492a: Pull complete ce134ec3c3f0: Pull complete d6591ccd5b5a: Pull complete acb4a89489fc: Pull complete d84201c68bd5: Pull complete 1e96da35c156: Pull complete 8192844832be: Pull complete d00ea2eddf6d: Pull complete b6a890116d34: Pull complete 7ad091dd2e55: Pull complete c4d6476525f7: Pull complete 76d7a1404d99: Pull complete 5329ba53d2ae: Pull complete 9245fddc492a: Pull complete 1217378ea884: Pull complete 88811d9f39b1: Pull complete ce134ec3c3f0: Pull complete d6591ccd5b5a: Pull complete 1e96da35c156: Pull complete 8192844832be: Pull complete tests/integration/api_container_test.py::WaitTest::test_wait PASSED [ 7%] tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 7%] 852f43918154: Pull complete d00ea2eddf6d: Pull complete b6a890116d34: Pull complete 7d565b376345: Pull complete 632b163a78a3: Pull complete Digest: sha256:22d356f48f1c06f1f2cae2ae93434d173c977b7452e56138722102118cf8cd48 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 1217378ea884: Pull complete 88811d9f39b1: Pull complete 852f43918154: Pull complete 7d565b376345: Pull complete 632b163a78a3: Pull complete Digest: sha256:22d356f48f1c06f1f2cae2ae93434d173c977b7452e56138722102118cf8cd48 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 7%] tests/integration/api_container_test.py::LogsTest::test_logs PASSED [ 7%] tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 8%] ============================= test session starts ============================== platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python cachedir: .pytest_cache rootdir: /src, inifile: pytest.ini plugins: timeout-1.3.3, cov-2.6.1 ============================= test session starts ============================== platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python cachedir: .pytest_cache rootdir: /src, inifile: pytest.ini plugins: timeout-1.3.3, cov-2.6.1 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 7%] tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 8%] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-042252eb4cabeafeb) in /home/ubuntu/workspace/docker-py_PR-2721 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 8%] tests/integration/api_container_test.py::DiffTest::test_diff PASSED [ 8%] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03f35a8e752eff6b2) in /home/ubuntu/workspace/docker-py_PR-2721 [Pipeline] { [Pipeline] withDockerRegistry tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 8%] tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 7%] tests/integration/api_container_test.py::LogsTest::test_logs PASSED [ 7%] $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 8%] collecting ... collected 953 items collecting ... collected 953 items tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 8%] 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-2721@tmp/f71f87b4-ba7e-426a-b48c-9e2a708ac444/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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 8%] tests/integration/api_container_test.py::StopTest::test_stop PASSED [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 8%] + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2721:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 8%] latest: Pulling from library/busybox ea97eb0eb3ec: Pulling fs layer ea97eb0eb3ec: Verifying Checksum ea97eb0eb3ec: Download complete tests/integration/api_container_test.py::DiffTest::test_diff PASSED [ 8%] tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 0%] tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 8%] tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [ 0%] WARNING! Using --password via the CLI is insecure. Use --password-stdin. ea97eb0eb3ec: Pull complete Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678 Status: Downloaded newer image for busybox:latest WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2721@tmp/cd9b4d6d-95cb-416f-bc2e-112798e9eccc/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 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 0%] [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [ 0%] tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 9%] tests/integration/api_container_test.py::KillTest::test_kill PASSED [ 9%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 0%] tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 9%] + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2721:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 0%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 9%] latest: Pulling from library/busybox tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 0%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 9%] ea97eb0eb3ec: Pulling fs layer ea97eb0eb3ec: Verifying Checksum ea97eb0eb3ec: Download complete tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [ 0%] tests/integration/api_container_test.py::StopTest::test_stop PASSED [ 8%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 9%] ea97eb0eb3ec: Pull complete Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678 Status: Downloaded newer image for busybox:latest tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [ 1%] [Pipeline] echo Removing all docker containers [Pipeline] sh tests/integration/api_container_test.py::PortTest::test_port PASSED [ 9%] + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py3.7 / docker=19.03.13) [Pipeline] checkout tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [ 0%] tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 9%] tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 1%] tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 9%] tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [ 1%] [Pipeline] echo Removing all docker containers [Pipeline] sh tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [ 1%] + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [ 1%] [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py3.7 / docker=20.10.0) [Pipeline] checkout tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 9%] tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 1%] tests/integration/api_container_test.py::KillTest::test_kill PASSED [ 9%] using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [ 1%] tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 9%] tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [ 1%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 9%] tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 1%] Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2721 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 9%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 9%] tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 9%] using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags tests/integration/api_container_test.py::PortTest::test_port PASSED [ 9%] Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2721 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 9%] Fetching without tags tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 9%] tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 1%] Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 1%] Merge succeeded, producing 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 Checking out Revision 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 (PR-2721) > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2721/head:refs/remotes/origin/PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge 1757c974fa3a05b0e9b783af85242b18df09d05d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 # timeout=10 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 1%] tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%] Fetching without tags tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 1%] Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2721/head:refs/remotes/origin/PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge 1757c974fa3a05b0e9b783af85242b18df09d05d # timeout=10 Merge succeeded, producing 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 Checking out Revision 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 (PR-2721) tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 2%] tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 9%] > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 # timeout=10 Commit message: "Add github actions" tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 2%] tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%] tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%] [Pipeline] withDockerRegistry tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%] [Pipeline] { [Pipeline] sh tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 2%] tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS [ 2%] tests/integration/api_client_test.py::InformationTest::test_info PASSED [ 2%] tests/integration/api_client_test.py::InformationTest::test_version PASSED [ 2%] tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [ 2%] $ 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-2721@tmp/99a2055f-3325-4dd5-93cd-534e64573fe0/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%] + docker network create dpy-testnet-35-0-py3.7-19.03.13 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [ 2%] tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [ 3%] tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%] 5bb318584c34a91f38541a19d97c4bf7042f83947d3ae4b16e85f0fcf819dc63 [Pipeline] sh + docker run --rm -d --name dpy-dind-35-0-py3.7-19.03.13 -v /tmp --privileged --network dpy-testnet-35-0-py3.7-19.03.13 dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 dockerd -H tcp://0.0.0.0:2375 Unable to find image 'dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65' locally Commit message: "Add github actions" sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65: Pulling from dockerbuildbot/docker-py df20fa9351a1: Pulling fs layer 25ad7478873d: Pulling fs layer 4684f6177b5d: Pulling fs layer 46e300cec669: Pulling fs layer 63038576ad94: Pulling fs layer 0fdb76c4706c: Pulling fs layer cb7edeffdfd5: Pulling fs layer cc28bd76800f: Pulling fs layer 54196fe38f7e: Pulling fs layer ea71acc29633: Pulling fs layer 657cc4c15165: Pulling fs layer 099dd97569ce: Pulling fs layer e7505771a63a: Pulling fs layer df522c77a714: Pulling fs layer b2493a1270b4: Pulling fs layer 94062fda938c: Pulling fs layer 96208c54aec1: Pulling fs layer df26bf77dcb3: Pulling fs layer ea71acc29633: Waiting 657cc4c15165: Waiting 099dd97569ce: Waiting e7505771a63a: Waiting df522c77a714: Waiting b2493a1270b4: Waiting 94062fda938c: Waiting 96208c54aec1: Waiting df26bf77dcb3: Waiting 46e300cec669: Waiting 63038576ad94: Waiting 0fdb76c4706c: Waiting cb7edeffdfd5: Waiting cc28bd76800f: Waiting 54196fe38f7e: Waiting 4684f6177b5d: Verifying Checksum 4684f6177b5d: Download complete 25ad7478873d: Verifying Checksum 25ad7478873d: Download complete df20fa9351a1: Verifying Checksum df20fa9351a1: Download complete tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [ 3%] 63038576ad94: Verifying Checksum 63038576ad94: Download complete 0fdb76c4706c: Verifying Checksum 0fdb76c4706c: Download complete [Pipeline] withDockerRegistry cb7edeffdfd5: Verifying Checksum cb7edeffdfd5: Download complete 54196fe38f7e: Verifying Checksum 54196fe38f7e: Download complete ea71acc29633: Verifying Checksum ea71acc29633: Download complete tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 2%] tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS [ 2%] tests/integration/api_client_test.py::InformationTest::test_info PASSED [ 2%] tests/integration/api_client_test.py::InformationTest::test_version PASSED [ 2%] tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [ 2%] [Pipeline] { [Pipeline] sh cc28bd76800f: Verifying Checksum cc28bd76800f: Download complete 657cc4c15165: Verifying Checksum 657cc4c15165: Download complete e7505771a63a: Verifying Checksum e7505771a63a: Download complete 099dd97569ce: Verifying Checksum 099dd97569ce: Download complete + docker network create dpy-testnet-35-0-py3.7-20.10.0 8e25f0b451d5231a8ffda735863d5ef3bb48d5bf395bd665ac482842edaf3e7d [Pipeline] sh b2493a1270b4: Verifying Checksum b2493a1270b4: Download complete df522c77a714: Verifying Checksum df522c77a714: Download complete 94062fda938c: Verifying Checksum 94062fda938c: Download complete 96208c54aec1: Verifying Checksum 96208c54aec1: Download complete df26bf77dcb3: Verifying Checksum df26bf77dcb3: Download complete tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [ 2%] tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [ 3%] + docker run --rm -d --name dpy-dind-35-0-py3.7-20.10.0 -v /tmp --privileged --network dpy-testnet-35-0-py3.7-20.10.0 dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 dockerd -H tcp://0.0.0.0:2375 Unable to find image 'dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65' locally $ 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-2721@tmp/71cb450a-bc7e-4c7f-9d79-bb0530821033/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65: Pulling from dockerbuildbot/docker-py df20fa9351a1: Pulling fs layer 25ad7478873d: Pulling fs layer 4684f6177b5d: Pulling fs layer 46e300cec669: Pulling fs layer 63038576ad94: Pulling fs layer 0fdb76c4706c: Pulling fs layer cb7edeffdfd5: Pulling fs layer cc28bd76800f: Pulling fs layer 54196fe38f7e: Pulling fs layer ea71acc29633: Pulling fs layer 657cc4c15165: Pulling fs layer 099dd97569ce: Pulling fs layer e7505771a63a: Pulling fs layer df522c77a714: Pulling fs layer b2493a1270b4: Pulling fs layer 94062fda938c: Pulling fs layer 96208c54aec1: Pulling fs layer df26bf77dcb3: Pulling fs layer ea71acc29633: Waiting 657cc4c15165: Waiting 099dd97569ce: Waiting e7505771a63a: Waiting df522c77a714: Waiting b2493a1270b4: Waiting 94062fda938c: Waiting 96208c54aec1: Waiting df26bf77dcb3: Waiting 63038576ad94: Waiting 0fdb76c4706c: Waiting cb7edeffdfd5: Waiting cc28bd76800f: Waiting 54196fe38f7e: Waiting 46e300cec669: Waiting 4684f6177b5d: Verifying Checksum 4684f6177b5d: Download complete 25ad7478873d: Verifying Checksum 25ad7478873d: Download complete df20fa9351a1: Verifying Checksum df20fa9351a1: Download complete df20fa9351a1: Pull complete 46e300cec669: Verifying Checksum 46e300cec669: Download complete tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [ 3%] 0fdb76c4706c: Verifying Checksum 0fdb76c4706c: Download complete 63038576ad94: Verifying Checksum 63038576ad94: Download complete cb7edeffdfd5: Verifying Checksum cb7edeffdfd5: Download complete tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [ 3%] 54196fe38f7e: Verifying Checksum 54196fe38f7e: Download complete ea71acc29633: Verifying Checksum ea71acc29633: Download complete cc28bd76800f: Verifying Checksum cc28bd76800f: Download complete 657cc4c15165: Verifying Checksum 657cc4c15165: Download complete 099dd97569ce: Verifying Checksum 099dd97569ce: Download complete e7505771a63a: Verifying Checksum e7505771a63a: Download complete df522c77a714: Verifying Checksum df522c77a714: Download complete 25ad7478873d: Pull complete 4684f6177b5d: Pull complete tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%] 94062fda938c: Verifying Checksum 94062fda938c: Download complete b2493a1270b4: Verifying Checksum b2493a1270b4: Download complete tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%] tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [ 3%] df26bf77dcb3: Verifying Checksum df26bf77dcb3: Download complete 96208c54aec1: Verifying Checksum 96208c54aec1: Download complete df20fa9351a1: Pull complete tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 4%] tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%] tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%] tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [ 3%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 4%] tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%] 25ad7478873d: Pull complete 46e300cec669: Verifying Checksum 46e300cec669: Download complete 4684f6177b5d: Pull complete tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 4%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 4%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 10%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 4%] tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 4%] tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 4%] tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 4%] tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%] 46e300cec669: Pull complete 63038576ad94: Pull complete 0fdb76c4706c: Pull complete cb7edeffdfd5: Pull complete tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 5%] tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 4%] 46e300cec669: Pull complete 63038576ad94: Pull complete 0fdb76c4706c: Pull complete cb7edeffdfd5: Pull complete cc28bd76800f: Pull complete 54196fe38f7e: Pull complete tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%] ea71acc29633: Pull complete 657cc4c15165: Pull complete tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 4%] 099dd97569ce: Pull complete cc28bd76800f: Pull complete e7505771a63a: Pull complete 54196fe38f7e: Pull complete tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 4%] df522c77a714: Pull complete tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%] ea71acc29633: Pull complete 657cc4c15165: Pull complete 099dd97569ce: Pull complete tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 5%] b2493a1270b4: Pull complete 94062fda938c: Pull complete 96208c54aec1: Pull complete e7505771a63a: Pull complete df522c77a714: Pull complete tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%] df26bf77dcb3: Pull complete Digest: sha256:52e1a16480d90f85a8aff97199acec1b45c8675164e0fce0765543550da34472 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 b2493a1270b4: Pull complete 94062fda938c: Pull complete tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%] 96208c54aec1: Pull complete df26bf77dcb3: Pull complete Digest: sha256:52e1a16480d90f85a8aff97199acec1b45c8675164e0fce0765543550da34472 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 5%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 10%] tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 5%] tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%] tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 11%] tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 5%] tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%] tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%] tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 5%] tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%] 4392f10a340144e2dae620cea56019b3a669121b5f19dc575d6d05a47448ee2e tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%] tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%] e08537580546a0057fbc33d1d14d21fd201d595bef52b8b99c295e69efc192e1 [Pipeline] sh tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 5%] + docker run --rm --name dpy-tests-35-0-py3.7-20.10.0 -e DOCKER_HOST=tcp://dpy-dind-35-0-py3.7-20.10.0:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-35-0-py3.7-20.10.0 --volumes-from dpy-dind-35-0-py3.7-20.10.0 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py3-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/ Unable to find image 'dockerbuildbot/docker-py:py3-8f154d1869d323c7c74ff1ccc332cffcaecf3d65' locally [Pipeline] sh tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 5%] + docker run --rm --name dpy-tests-35-0-py3.7-19.03.13 -e DOCKER_HOST=tcp://dpy-dind-35-0-py3.7-19.03.13:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-35-0-py3.7-19.03.13 --volumes-from dpy-dind-35-0-py3.7-19.03.13 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py3-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/ Unable to find image 'dockerbuildbot/docker-py:py3-8f154d1869d323c7c74ff1ccc332cffcaecf3d65' locally py3-8f154d1869d323c7c74ff1ccc332cffcaecf3d65: Pulling from dockerbuildbot/docker-py 756975cb9c7e: Pulling fs layer d77915b4e630: Pulling fs layer 5f37a0a41b6b: Pulling fs layer 96b2c1e36db5: Pulling fs layer c495e8de12d2: Pulling fs layer 33382189822a: Pulling fs layer 6eaa0b6b8562: Pulling fs layer adbdcbacafe9: Pulling fs layer 4265e1f512d4: Pulling fs layer d42be71d7f81: Pulling fs layer 95389566a5d0: Pulling fs layer 591f923cf0fa: Pulling fs layer c10d69171c8b: Pulling fs layer 930713188e53: Pulling fs layer 920d0a7da6e8: Pulling fs layer b0476e711d5a: Pulling fs layer 8d82cdfa727f: Pulling fs layer c8f4cdb13662: Pulling fs layer 868fa6005fed: Pulling fs layer 4e45ba0a7b9e: Pulling fs layer b777384cd482: Pulling fs layer 49aeb1574e6e: Pulling fs layer a0f2e14de69d: Pulling fs layer 53464d053179: Pulling fs layer 127f6e8f8ba6: Pulling fs layer 28223e4b7c76: Pulling fs layer 96b2c1e36db5: Waiting c495e8de12d2: Waiting 33382189822a: Waiting 6eaa0b6b8562: Waiting adbdcbacafe9: Waiting 4265e1f512d4: Waiting d42be71d7f81: Waiting 95389566a5d0: Waiting 591f923cf0fa: Waiting c10d69171c8b: Waiting 930713188e53: Waiting 920d0a7da6e8: Waiting b0476e711d5a: Waiting 8d82cdfa727f: Waiting c8f4cdb13662: Waiting 868fa6005fed: Waiting 4e45ba0a7b9e: Waiting b777384cd482: Waiting 49aeb1574e6e: Waiting a0f2e14de69d: Waiting 53464d053179: Waiting 127f6e8f8ba6: Waiting 28223e4b7c76: Waiting py3-8f154d1869d323c7c74ff1ccc332cffcaecf3d65: Pulling from dockerbuildbot/docker-py 756975cb9c7e: Pulling fs layer d77915b4e630: Pulling fs layer 5f37a0a41b6b: Pulling fs layer 96b2c1e36db5: Pulling fs layer c495e8de12d2: Pulling fs layer 33382189822a: Pulling fs layer 6eaa0b6b8562: Pulling fs layer adbdcbacafe9: Pulling fs layer 4265e1f512d4: Pulling fs layer d42be71d7f81: Pulling fs layer 95389566a5d0: Pulling fs layer 591f923cf0fa: Pulling fs layer c10d69171c8b: Pulling fs layer 930713188e53: Pulling fs layer 920d0a7da6e8: Pulling fs layer b0476e711d5a: Pulling fs layer 8d82cdfa727f: Pulling fs layer c8f4cdb13662: Pulling fs layer 868fa6005fed: Pulling fs layer 4e45ba0a7b9e: Pulling fs layer b777384cd482: Pulling fs layer 49aeb1574e6e: Pulling fs layer a0f2e14de69d: Pulling fs layer 53464d053179: Pulling fs layer 127f6e8f8ba6: Pulling fs layer 28223e4b7c76: Pulling fs layer 930713188e53: Waiting 920d0a7da6e8: Waiting b0476e711d5a: Waiting 8d82cdfa727f: Waiting c8f4cdb13662: Waiting 868fa6005fed: Waiting 4e45ba0a7b9e: Waiting b777384cd482: Waiting 49aeb1574e6e: Waiting a0f2e14de69d: Waiting 53464d053179: Waiting 127f6e8f8ba6: Waiting 28223e4b7c76: Waiting adbdcbacafe9: Waiting 4265e1f512d4: Waiting d42be71d7f81: Waiting 95389566a5d0: Waiting 591f923cf0fa: Waiting c10d69171c8b: Waiting 96b2c1e36db5: Waiting c495e8de12d2: Waiting 33382189822a: Waiting 6eaa0b6b8562: Waiting tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%] 5f37a0a41b6b: Verifying Checksum 5f37a0a41b6b: Download complete d77915b4e630: Verifying Checksum d77915b4e630: Download complete d77915b4e630: Verifying Checksum d77915b4e630: Download complete tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 5%] tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%] tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%] 5f37a0a41b6b: Verifying Checksum 5f37a0a41b6b: Download complete tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%] tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%] tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 11%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%] 756975cb9c7e: Verifying Checksum 756975cb9c7e: Download complete 96b2c1e36db5: Verifying Checksum 96b2c1e36db5: Download complete 33382189822a: Verifying Checksum 33382189822a: Download complete 756975cb9c7e: Verifying Checksum 756975cb9c7e: Download complete tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%] adbdcbacafe9: Verifying Checksum adbdcbacafe9: Download complete tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%] 6eaa0b6b8562: Verifying Checksum 6eaa0b6b8562: Download complete d42be71d7f81: Verifying Checksum d42be71d7f81: Download complete 4265e1f512d4: Verifying Checksum 4265e1f512d4: Download complete 33382189822a: Verifying Checksum 33382189822a: Download complete tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 12%] 591f923cf0fa: Verifying Checksum 591f923cf0fa: Download complete c10d69171c8b: Verifying Checksum c10d69171c8b: Download complete 930713188e53: Verifying Checksum 930713188e53: Download complete 95389566a5d0: Verifying Checksum 95389566a5d0: Download complete 920d0a7da6e8: Verifying Checksum 920d0a7da6e8: Download complete b0476e711d5a: Verifying Checksum b0476e711d5a: Download complete tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%] 8d82cdfa727f: Verifying Checksum 8d82cdfa727f: Download complete c8f4cdb13662: Verifying Checksum c8f4cdb13662: Download complete 4e45ba0a7b9e: Verifying Checksum 4e45ba0a7b9e: Download complete 868fa6005fed: Verifying Checksum 868fa6005fed: Download complete tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 13%] b777384cd482: Verifying Checksum b777384cd482: Download complete a0f2e14de69d: Verifying Checksum a0f2e14de69d: Download complete 6eaa0b6b8562: Verifying Checksum 6eaa0b6b8562: Download complete 96b2c1e36db5: Verifying Checksum 96b2c1e36db5: Download complete adbdcbacafe9: Verifying Checksum adbdcbacafe9: Download complete d42be71d7f81: Verifying Checksum d42be71d7f81: Download complete 4265e1f512d4: Verifying Checksum 4265e1f512d4: Download complete 591f923cf0fa: Verifying Checksum 591f923cf0fa: Download complete 53464d053179: Verifying Checksum 53464d053179: Download complete c10d69171c8b: Verifying Checksum c10d69171c8b: Download complete tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%] 49aeb1574e6e: Verifying Checksum 49aeb1574e6e: Download complete 127f6e8f8ba6: Verifying Checksum 127f6e8f8ba6: Download complete 930713188e53: Verifying Checksum 930713188e53: Download complete 920d0a7da6e8: Verifying Checksum 920d0a7da6e8: Download complete b0476e711d5a: Verifying Checksum b0476e711d5a: Download complete tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%] 28223e4b7c76: Verifying Checksum 28223e4b7c76: Download complete 8d82cdfa727f: Verifying Checksum 8d82cdfa727f: Download complete 95389566a5d0: Verifying Checksum 95389566a5d0: Download complete c8f4cdb13662: Verifying Checksum c8f4cdb13662: Download complete 4e45ba0a7b9e: Verifying Checksum 4e45ba0a7b9e: Download complete 868fa6005fed: Verifying Checksum 868fa6005fed: Download complete b777384cd482: Verifying Checksum b777384cd482: Download complete tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%] a0f2e14de69d: Verifying Checksum a0f2e14de69d: Download complete tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%] 53464d053179: Verifying Checksum 53464d053179: Download complete 49aeb1574e6e: Verifying Checksum 49aeb1574e6e: Download complete 127f6e8f8ba6: Verifying Checksum 127f6e8f8ba6: Download complete 28223e4b7c76: Verifying Checksum 28223e4b7c76: Download complete tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%] c495e8de12d2: Verifying Checksum c495e8de12d2: Download complete tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%] c495e8de12d2: Verifying Checksum c495e8de12d2: Download complete tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 13%] 756975cb9c7e: Pull complete d77915b4e630: Pull complete tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%] tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%] 5f37a0a41b6b: Pull complete 756975cb9c7e: Pull complete tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%] d77915b4e630: Pull complete tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%] 5f37a0a41b6b: Pull complete tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%] tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 5%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%] 96b2c1e36db5: Pull complete tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 6%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 6%] 96b2c1e36db5: Pull complete tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 13%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 6%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 6%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%] tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 6%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 6%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 6%] tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 6%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%] tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 6%] tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 7%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%] tests/integration/api_image_test.py::ListImagesTest::test_images PASSED [ 14%] tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 14%] tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 7%] tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 7%] tests/integration/api_image_test.py::PullImageTest::test_pull PASSED [ 15%] tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%] tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 6%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 6%] tests/integration/api_image_test.py::CommitTest::test_commit PASSED [ 15%] tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 6%] tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%] tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%] tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 6%] tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%] tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 7%] tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%] tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%] tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%] tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 7%] tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 7%] tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%] tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 7%] c495e8de12d2: Pull complete tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 7%] tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%] tests/integration/api_image_test.py::ListImagesTest::test_images PASSED [ 14%] tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 14%] tests/integration/api_image_test.py::PullImageTest::test_pull PASSED [ 15%] tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%] 33382189822a: Pull complete tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 16%] tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 7%] tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%] tests/integration/api_image_test.py::CommitTest::test_commit PASSED [ 15%] tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%] 6eaa0b6b8562: Pull complete adbdcbacafe9: Pull complete tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 16%] tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%] 4265e1f512d4: Pull complete d42be71d7f81: Pull complete tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%] tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%] tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%] tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 7%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%] 95389566a5d0: Pull complete tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%] tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 7%] 591f923cf0fa: Pull complete tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%] c10d69171c8b: Pull complete c495e8de12d2: Pull complete 33382189822a: Pull complete 6eaa0b6b8562: Pull complete adbdcbacafe9: Pull complete 4265e1f512d4: Pull complete d42be71d7f81: Pull complete 930713188e53: Pull complete tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 7%] tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%] 920d0a7da6e8: Pull complete b0476e711d5a: Pull complete tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%] 95389566a5d0: Pull complete 591f923cf0fa: Pull complete 8d82cdfa727f: Pull complete c8f4cdb13662: Pull complete c10d69171c8b: Pull complete 930713188e53: Pull complete 920d0a7da6e8: Pull complete tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%] tests/integration/api_container_test.py::WaitTest::test_wait PASSED [ 7%] 868fa6005fed: Pull complete 4e45ba0a7b9e: Pull complete b0476e711d5a: Pull complete 8d82cdfa727f: Pull complete c8f4cdb13662: Pull complete b777384cd482: Pull complete 868fa6005fed: Pull complete 4e45ba0a7b9e: Pull complete tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 16%] b777384cd482: Pull complete tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 16%] 49aeb1574e6e: Pull complete a0f2e14de69d: Pull complete tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%] 49aeb1574e6e: Pull complete a0f2e14de69d: Pull complete 53464d053179: Pull complete tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%] 127f6e8f8ba6: Pull complete 28223e4b7c76: Pull complete 53464d053179: Pull complete Digest: sha256:01df8b00d64b5a727e5fb2999b7d34b422f680fbcd6e0a6659d920dad917a829 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 127f6e8f8ba6: Pull complete tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%] 28223e4b7c76: Pull complete Digest: sha256:01df8b00d64b5a727e5fb2999b7d34b422f680fbcd6e0a6659d920dad917a829 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-8f154d1869d323c7c74ff1ccc332cffcaecf3d65 tests/integration/api_container_test.py::WaitTest::test_wait PASSED [ 7%] tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%] tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 7%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%] ============================= test session starts ============================== platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python cachedir: .pytest_cache rootdir: /src, inifile: pytest.ini plugins: timeout-1.3.3, cov-2.6.1 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%] ============================= test session starts ============================== platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python cachedir: .pytest_cache rootdir: /src, inifile: pytest.ini plugins: timeout-1.3.3, cov-2.6.1 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%] tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 7%] tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%] tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 7%] tests/integration/api_container_test.py::LogsTest::test_logs PASSED [ 7%] tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%] tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 8%] tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%] tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%] tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%] collecting ... collected 953 items tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%] collecting ... collected 953 items tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%] tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 19%] tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 8%] tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 18%] tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%] tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 18%] tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 8%] tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 7%] tests/integration/api_container_test.py::LogsTest::test_logs PASSED [ 7%] tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%] tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 8%] tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [ 0%] tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 8%] tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 0%] tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%] tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 8%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 0%] tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%] tests/integration/api_container_test.py::DiffTest::test_diff PASSED [ 8%] tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [ 0%] tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%] tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 8%] tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 8%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [ 0%] tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 8%] tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 0%] tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%] tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 8%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 0%] tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 19%] tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 1%] tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 8%] tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [ 1%] tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%] tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [ 0%] tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [ 0%] tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 8%] tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%] tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [ 1%] tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%] tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [ 1%] tests/integration/api_container_test.py::DiffTest::test_diff PASSED [ 8%] tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 1%] tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%] tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [ 1%] tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%] tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 8%] tests/integration/api_container_test.py::StopTest::test_stop PASSED [ 8%] tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [ 1%] tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%] tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [ 1%] tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%] tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 1%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%] tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 9%] tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 1%] tests/integration/api_container_test.py::KillTest::test_kill PASSED [ 9%] tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 1%] tests/integration/api_container_test.py::StopTest::test_stop PASSED [ 8%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%] tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 9%] tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 9%] tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%] tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 1%] tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 1%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 9%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 9%] tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 1%] tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%] tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 2%] tests/integration/api_container_test.py::PortTest::test_port PASSED [ 9%] tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 9%] tests/integration/api_container_test.py::KillTest::test_kill PASSED [ 9%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%] tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 9%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%] tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 9%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 9%] tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 9%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%] tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 2%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 9%] tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 2%] tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS [ 2%] tests/integration/api_client_test.py::InformationTest::test_info PASSED [ 2%] tests/integration/api_client_test.py::InformationTest::test_version PASSED [ 2%] tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [ 2%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%] tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [ 2%] tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [ 3%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 9%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%] tests/integration/api_container_test.py::PortTest::test_port PASSED [ 9%] tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [ 3%] tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 9%] tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [ 2%] tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 2%] tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS [ 2%] tests/integration/api_client_test.py::InformationTest::test_info PASSED [ 2%] tests/integration/api_client_test.py::InformationTest::test_version PASSED [ 2%] tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [ 2%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%] tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 9%] tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [ 2%] tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [ 3%] tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [ 3%] tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 9%] tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [ 3%] tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [ 3%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%] tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [ 3%] tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%] tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 4%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%] tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 4%] tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 9%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [ 3%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 4%] tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 4%] tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 4%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 4%] tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%] tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 5%] tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%] tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%] tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 5%] tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%] tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%] tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 5%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%] tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 5%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%] tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%] tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 5%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 27%] tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 27%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%] tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 10%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%] tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%] tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%] tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%] tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 27%] tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%] tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%] tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 27%] tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%] tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%] tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%] tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 11%] tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%] tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%] tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%] tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%] tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 11%] tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%] tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%] tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 12%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 13%] tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 5%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 5%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 6%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 6%] tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 6%] tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 13%] tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%] tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 6%] tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 6%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%] tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%] tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 6%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 6%] tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 6%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 6%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 6%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%] tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 6%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 6%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%] tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 6%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%] tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED [ 28%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 13%] tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 6%] tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 6%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%] tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 6%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED [ 28%] tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 7%] tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 6%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%] tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 7%] tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 7%] tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 7%] tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%] tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 7%] tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 7%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%] tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED [ 28%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%] tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED [ 28%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%] tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%] tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 7%] tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 7%] tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 7%] tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 7%] tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 7%] tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%] tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 7%] tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%] tests/integration/api_image_test.py::ListImagesTest::test_images PASSED [ 14%] tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 14%] tests/integration/api_image_test.py::PullImageTest::test_pull PASSED [ 15%] tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%] tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%] tests/integration/api_image_test.py::CommitTest::test_commit PASSED [ 15%] tests/integration/api_container_test.py::WaitTest::test_wait PASSED [ 7%] tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%] tests/integration/api_container_test.py::WaitTest::test_wait PASSED [ 7%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%] tests/integration/api_image_test.py::ListImagesTest::test_images PASSED [ 14%] tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 14%] tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%] tests/integration/api_image_test.py::PullImageTest::test_pull PASSED [ 15%] tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%] tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%] tests/integration/api_image_test.py::CommitTest::test_commit PASSED [ 15%] tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%] tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%] tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%] tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%] tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%] tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%] tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED [ 29%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%] tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%] tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%] tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%] tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%] tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%] tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 16%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 16%] tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%] tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 7%] tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%] tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 7%] tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 16%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 16%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%] tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%] tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 7%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%] tests/integration/api_container_test.py::LogsTest::test_logs PASSED [ 7%] tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%] tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 7%] tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs PASSED [ 7%] tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 8%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%] tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 8%] tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%] tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 8%] tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 17%] tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 8%] tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%] tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 8%] tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%] tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 8%] tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%] tests/integration/api_container_test.py::DiffTest::test_diff PASSED [ 8%] tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 8%] tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%] tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 8%] tests/integration/api_container_test.py::DiffTest::test_diff PASSED [ 8%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 18%] tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 8%] tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 18%] tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%] tests/integration/api_container_test.py::StopTest::test_stop PASSED [ 8%] tests/integration/api_container_test.py::StopTest::test_stop PASSED [ 8%] tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%] tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_df PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_info PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_ping PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_version PASSED [ 30%] tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%] tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 9%] tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 9%] tests/integration/api_container_test.py::KillTest::test_kill PASSED [ 9%] tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%] tests/integration/api_container_test.py::KillTest::test_kill PASSED [ 9%] tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%] tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 9%] tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 9%] tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 30%] tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 30%] tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%] tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%] tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%] tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 19%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 9%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 9%] tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 9%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 9%] tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 9%] tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%] tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 9%] tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_df PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_info PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_ping PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_version PASSED [ 30%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%] tests/integration/api_container_test.py::PortTest::test_port PASSED [ 9%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%] tests/integration/api_container_test.py::PortTest::test_port PASSED [ 9%] tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 9%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 31%] tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 9%] tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%] tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 9%] tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%] tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 30%] tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 30%] tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%] tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%] tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 9%] tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%] tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%] tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 31%] tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%] tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%] tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%] tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%] tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 9%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 31%] tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 9%] tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%] tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%] tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 32%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%] tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 26%] tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%] tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%] tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%] tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%] tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%] tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%] tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%] tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 32%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%] tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%] tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%] tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%] tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 32%] tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 32%] tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%] tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 33%] tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%] tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 33%] tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel FAILED [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%] tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 33%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 33%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%] tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 10%] tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%] tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%] tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%] tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%] tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%] tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%] tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%] tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%] tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%] tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%] tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%] tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%] tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%] tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 11%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 27%] tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%] tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%] tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 11%] tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%] tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 27%] tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 34%] tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%] tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 34%] tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 27%] tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 34%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%] tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%] tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%] tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%] tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%] tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%] tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%] tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 34%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%] tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 35%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%] tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 34%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 35%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%] tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 34%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%] tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 12%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%] tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%] tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 13%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%] tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 12%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%] tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%] tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%] tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 36%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 36%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 36%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%] tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 13%] tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%] tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%] tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%] tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 35%] tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%] tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%] tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%] tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%] tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 36%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 36%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 36%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%] tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%] tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%] tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%] tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_get PASSED [ 37%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 13%] tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 38%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 13%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%] tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%] tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%] tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%] tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED [ 28%] tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_get PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 38%] tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED [ 28%] tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%] tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED [ 28%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%] tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%] tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%] tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%] tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%] tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%] tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 39%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%] tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%] tests/integration/api_image_test.py::ListImagesTest::test_images PASSED [ 14%] tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 14%] tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%] tests/integration/api_image_test.py::PullImageTest::test_pull PASSED [ 15%] tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%] tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 40%] tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 40%] tests/unit/api_build_test.py::BuildTest::test_build_container PASSED [ 40%] tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%] tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%] tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%] tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 39%] tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%] tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth FAILED [ 41%] tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 41%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container FAILED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged FAILED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities FAILED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities FAILED [ 45%] tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%] tests/integration/api_image_test.py::ListImagesTest::test_images PASSED [ 14%] tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 14%] tests/integration/api_image_test.py::CommitTest::test_commit PASSED [ 15%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict FAILED [ 45%] tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf FAILED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat FAILED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links FAILED [ 47%] tests/integration/api_image_test.py::PullImageTest::test_pull PASSED [ 15%] tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal FAILED [ 47%] tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string FAILED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir FAILED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container FAILED [ 48%] tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%] tests/unit/api_container_test.py::ContainerTest::test_container_stats FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_top FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs FAILED [ 48%] tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%] tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%] tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_diff FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_export FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_inspect_container FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%] tests/integration/api_image_test.py::CommitTest::test_commit PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%] tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 39%] tests/unit/api_container_test.py::ContainerTest::test_kill_container FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal FAILED [ 49%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%] tests/unit/api_container_test.py::ContainerTest::test_list_containers FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_log_following FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards FAILED [ 50%] tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%] tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%] tests/unit/api_container_test.py::ContainerTest::test_log_since FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_streaming FAILED [ 50%] tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 39%] tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_tail FAILED [ 50%] tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%] tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%] tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%] tests/unit/api_container_test.py::ContainerTest::test_log_tty FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_logs FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id FAILED [ 50%] tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%] tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%] tests/unit/api_container_test.py::ContainerTest::test_pause_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_port FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_remove_container FAILED [ 51%] tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 40%] tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 40%] tests/unit/api_build_test.py::BuildTest::test_build_container PASSED [ 40%] tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%] tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%] tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_rename_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_resize_container FAILED [ 51%] tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth FAILED [ 41%] tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 41%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%] tests/unit/api_container_test.py::ContainerTest::test_restart_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_stop_container FAILED [ 51%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container FAILED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged FAILED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities FAILED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list FAILED [ 44%] tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id FAILED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_unpause_container FAILED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_wait FAILED [ 52%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities FAILED [ 45%] tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_create FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_resize FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_start FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached FAILED [ 52%] tests/unit/api_image_test.py::ImageTest::test_commit PASSED [ 52%] tests/unit/api_image_test.py::ImageTest::test_get_image PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_history PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images_name PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_import_image PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_load_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_pull PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_push_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_ctor PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_events PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_info PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_login PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_search PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED [ 58%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict FAILED [ 45%] tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%] tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%] tests/unit/api_test.py::DockerApiTest::test_version PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 58%] tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 58%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 58%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf FAILED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat FAILED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 46%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 15%] tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%] tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open FAILED [ 47%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 58%] tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string FAILED [ 48%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%] tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir FAILED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_stats FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_top FAILED [ 48%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%] tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED [ 29%] tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_diff FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id FAILED [ 49%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%] tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%] tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%] tests/unit/api_container_test.py::ContainerTest::test_export FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id FAILED [ 49%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%] tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 16%] tests/unit/api_container_test.py::ContainerTest::test_inspect_container FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_kill_container FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id FAILED [ 49%] tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%] tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_list_containers FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_log_following FAILED [ 49%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%] tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED [ 59%] tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED [ 59%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 59%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED [ 61%] tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%] tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%] tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED [ 29%] tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since FAILED [ 50%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 65%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 65%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_call_containers PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 67%] tests/unit/client_test.py::ClientTest::test_events PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_info PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_ping PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED [ 67%] tests/unit/client_test.py::ClientTest::test_version PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 68%] tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_https_host PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%] tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 73%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 73%] tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%] tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%] tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED [ 74%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 16%] tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_streaming FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following FAILED [ 50%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 75%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED [ 77%] tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%] tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%] tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%] tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_export PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_image PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED [ 80%] tests/unit/api_container_test.py::ContainerTest::test_log_tail FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_tty FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_logs FAILED [ 50%] tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_name PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_start PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_status PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_top PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_update PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_history PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_save PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_short_id PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_tag PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_tags PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%] tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%] tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_pause_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_port FAILED [ 51%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED [ 84%] tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED [ 84%] tests/unit/models_resources_test.py::ModelTest::test_hash PASSED [ 84%] tests/unit/models_resources_test.py::ModelTest::test_reload PASSED [ 84%] tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%] tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED [ 85%] tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%] tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%] tests/unit/api_container_test.py::ContainerTest::test_remove_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id FAILED [ 51%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 89%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 90%] tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 91%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED [ 92%] tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED [ 96%] tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED [ 96%] tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED [ 96%] tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%] tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED [ 99%] tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%] tests/unit/api_container_test.py::ContainerTest::test_rename_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_resize_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_restart_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_stop_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id FAILED [ 52%] tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%] tests/unit/api_container_test.py::ContainerTest::test_unpause_container FAILED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_wait FAILED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_create FAILED [ 52%] tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%] =================================== FAILURES =================================== ________________ BuildTest.test_build_remote_with_registry_auth ________________ tests/unit/api_build_test.py:109: in test_build_remote_with_registry_auth timeout=None /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/build', data=None, headers={'X-Registry-Config': b'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJ1c2VyIjogImV4YW1wbGUiLCAicGFzc3dvcmQiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19', 'User-Agent': 'docker-sdk-python/4.4.0-dev', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive'}, params={'t': None, 'q': False, 'dockerfile': None, 'rm': False, 'nocache': False, 'pull': False, 'forcerm': False, 'remote': 'https://github.com/docker-library/mongo'}, stream=True, timeout=None) E Actual call: mock('POST', 'http+docker://localhost/v1.39/build', data=None, headers={'X-Registry-Config': b'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJ1c2VyIjogImV4YW1wbGUiLCAicGFzc3dvcmQiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19'}, params={'t': None, 'remote': 'https://github.com/docker-library/mongo', 'q': False, 'nocache': False, 'rm': False, 'forcerm': False, 'pull': False, 'dockerfile': None}, stream=True, timeout=None) __________________ CreateContainerTest.test_create_container ___________________ tests/unit/api_container_test.py:148: in test_create_container assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_privileged _____________ tests/unit/api_container_test.py:815: in test_create_container_privileged assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ______ CreateContainerTest.test_create_container_with_added_capabilities _______ tests/unit/api_container_test.py:865: in test_create_container_with_added_capabilities assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_with_binds _____________ tests/unit/api_container_test.py:172: in test_create_container_with_binds assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_binds_list ___________ tests/unit/api_container_test.py:652: in test_create_container_with_binds_list assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_binds_mode ___________ tests/unit/api_container_test.py:610: in test_create_container_with_binds_mode assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ___________ CreateContainerTest.test_create_container_with_binds_ro ____________ tests/unit/api_container_test.py:554: in test_create_container_with_binds_ro assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ___________ CreateContainerTest.test_create_container_with_binds_rw ____________ tests/unit/api_container_test.py:582: in test_create_container_with_binds_rw assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____________ CreateContainerTest.test_create_container_with_devices ____________ tests/unit/api_container_test.py:920: in test_create_container_with_devices assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____ CreateContainerTest.test_create_container_with_dropped_capabilities ______ tests/unit/api_container_test.py:886: in test_create_container_with_dropped_capabilities assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_entrypoint ___________ tests/unit/api_container_test.py:247: in test_create_container_with_entrypoint assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____ CreateContainerTest.test_create_container_with_host_config_cpu_shares _____ tests/unit/api_container_test.py:277: in test_create_container_with_host_config_cpu_shares assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _______ CreateContainerTest.test_create_container_with_host_config_cpus ________ tests/unit/api_container_test.py:1265: in test_create_container_with_host_config_cpus assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ______ CreateContainerTest.test_create_container_with_host_config_cpuset _______ tests/unit/api_container_test.py:307: in test_create_container_with_host_config_cpuset assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____ CreateContainerTest.test_create_container_with_host_config_cpuset_mems ____ tests/unit/api_container_test.py:337: in test_create_container_with_host_config_cpuset_mems assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_labels_dict __________ tests/unit/api_container_test.py:1010: in test_create_container_with_labels_dict assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_labels_list __________ tests/unit/api_container_test.py:1037: in test_create_container_with_labels_list assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_with_links _____________ tests/unit/api_container_test.py:741: in test_create_container_with_links assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____ CreateContainerTest.test_create_container_with_links_as_list_of_tuples ____ tests/unit/api_container_test.py:795: in test_create_container_with_links_as_list_of_tuples assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ___________ CreateContainerTest.test_create_container_with_lxc_conf ____________ tests/unit/api_container_test.py:502: in test_create_container_with_lxc_conf assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ________ CreateContainerTest.test_create_container_with_lxc_conf_compat ________ tests/unit/api_container_test.py:526: in test_create_container_with_lxc_conf_compat assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ________ CreateContainerTest.test_create_container_with_multiple_links _________ tests/unit/api_container_test.py:770: in test_create_container_with_multiple_links assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _________ CreateContainerTest.test_create_container_with_named_volume __________ tests/unit/api_container_test.py:1067: in test_create_container_with_named_volume assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_port_binds ___________ tests/unit/api_container_test.py:701: in test_create_container_with_port_binds assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_with_ports _____________ tests/unit/api_container_test.py:224: in test_create_container_with_ports assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ________ CreateContainerTest.test_create_container_with_restart_policy _________ tests/unit/api_container_test.py:844: in test_create_container_with_restart_policy assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_stdin_open ___________ tests/unit/api_container_test.py:394: in test_create_container_with_stdin_open assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_stop_signal __________ tests/unit/api_container_test.py:1091: in test_create_container_with_stop_signal assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____________ CreateContainerTest.test_create_container_with_sysctl _____________ tests/unit/api_container_test.py:1211: in test_create_container_with_sysctl assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_tmpfs_dict ___________ tests/unit/api_container_test.py:1182: in test_create_container_with_tmpfs_dict assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_tmpfs_list ___________ tests/unit/api_container_test.py:1152: in test_create_container_with_tmpfs_list assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _________ CreateContainerTest.test_create_container_with_volume_string _________ tests/unit/api_container_test.py:197: in test_create_container_with_volume_string assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_working_dir __________ tests/unit/api_container_test.py:374: in test_create_container_with_working_dir assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _______________ CreateContainerTest.test_create_named_container ________________ tests/unit/api_container_test.py:415: in test_create_named_container assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ______________________ ContainerTest.test_container_stats ______________________ tests/unit/api_container_test.py:1721: in test_container_stats stream=True /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', stream=True, timeout=60) _______________________ ContainerTest.test_container_top _______________________ tests/unit/api_container_test.py:1732: in test_container_top timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={}, timeout=60) _________________ ContainerTest.test_container_top_with_psargs _________________ tests/unit/api_container_test.py:1743: in test_container_top_with_psargs timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'ps_args': 'waux'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={'ps_args': 'waux'}, timeout=60) ___________________________ ContainerTest.test_diff ____________________________ tests/unit/api_container_test.py:1527: in test_diff timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60) _______________ ContainerTest.test_diff_with_dict_instead_of_id ________________ tests/unit/api_container_test.py:1537: in test_diff_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60) __________________________ ContainerTest.test_export ___________________________ tests/unit/api_container_test.py:1682: in test_export timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60) ______________ ContainerTest.test_export_with_dict_instead_of_id _______________ tests/unit/api_container_test.py:1693: in test_export_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60) _____________________ ContainerTest.test_inspect_container _____________________ tests/unit/api_container_test.py:1703: in test_inspect_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60) ______________________ ContainerTest.test_kill_container _______________________ tests/unit/api_container_test.py:1605: in test_kill_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60) __________ ContainerTest.test_kill_container_with_dict_instead_of_id ___________ tests/unit/api_container_test.py:1616: in test_kill_container_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60) ________________ ContainerTest.test_kill_container_with_signal _________________ tests/unit/api_container_test.py:1627: in test_kill_container_with_signal timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'signal': }, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={'signal': 15}, timeout=60) ______________________ ContainerTest.test_list_containers ______________________ tests/unit/api_container_test.py:1290: in test_list_containers timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/json', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'all': 1, 'since': None, 'size': 0, 'limit': -1, 'trunc_cmd': 0, 'before': None}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/json', params={'limit': -1, 'all': 1, 'size': 0, 'trunc_cmd': 0, 'since': None, 'before': None}, timeout=60) _______________________ ContainerTest.test_log_following _______________________ tests/unit/api_container_test.py:1407: in test_log_following stream=False /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=False, timeout=60) __________________ ContainerTest.test_log_following_backwards __________________ tests/unit/api_container_test.py:1422: in test_log_following_backwards stream=True /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=True, timeout=60) _________________________ ContainerTest.test_log_since _________________________ tests/unit/api_container_test.py:1472: in test_log_since stream=False /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60) __________________ ContainerTest.test_log_since_with_datetime __________________ tests/unit/api_container_test.py:1490: in test_log_since_with_datetime stream=False /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60) _______________________ ContainerTest.test_log_streaming _______________________ tests/unit/api_container_test.py:1391: in test_log_streaming stream=True /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all'}, stream=True, timeout=60) ________________ ContainerTest.test_log_streaming_and_following ________________ tests/unit/api_container_test.py:1438: in test_log_streaming_and_following stream=True /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=True, timeout=60) _________________________ ContainerTest.test_log_tail __________________________ tests/unit/api_container_test.py:1455: in test_log_tail stream=False /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 10}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 10}, stream=False, timeout=60) __________________________ ContainerTest.test_log_tty __________________________ tests/unit/api_container_test.py:1517: in test_log_tty stream=True /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=True, timeout=60) ___________________________ ContainerTest.test_logs ____________________________ tests/unit/api_container_test.py:1356: in test_logs stream=False /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all'}, stream=False, timeout=60) _______________ ContainerTest.test_logs_with_dict_instead_of_id ________________ tests/unit/api_container_test.py:1373: in test_logs_with_dict_instead_of_id stream=False /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all'}, stream=False, timeout=60) ______________________ ContainerTest.test_pause_container ______________________ tests/unit/api_container_test.py:1584: in test_pause_container timeout=(DEFAULT_TIMEOUT_SECONDS) /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', timeout=60) ___________________________ ContainerTest.test_port ____________________________ tests/unit/api_container_test.py:1547: in test_port timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60) _____________________ ContainerTest.test_remove_container ______________________ tests/unit/api_container_test.py:1660: in test_remove_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'v': False, 'link': False, 'force': False}, timeout=60) E Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'v': False, 'link': False, 'force': False}, timeout=60) _________ ContainerTest.test_remove_container_with_dict_instead_of_id __________ tests/unit/api_container_test.py:1671: in test_remove_container_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'v': False, 'link': False, 'force': False}, timeout=60) E Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'v': False, 'link': False, 'force': False}, timeout=60) _____________________ ContainerTest.test_rename_container ______________________ tests/unit/api_container_test.py:1319: in test_rename_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'name': 'foobar'}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', params={'name': 'foobar'}, timeout=60) _____________________ ContainerTest.test_resize_container ______________________ tests/unit/api_container_test.py:1305: in test_resize_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 15, 'w': 120}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', params={'h': 15, 'w': 120}, timeout=60) _____________________ ContainerTest.test_restart_container _____________________ tests/unit/api_container_test.py:1638: in test_restart_container timeout=(DEFAULT_TIMEOUT_SECONDS + 2) /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62) _________ ContainerTest.test_restart_container_with_dict_instead_of_id _________ tests/unit/api_container_test.py:1649: in test_restart_container_with_dict_instead_of_id timeout=(DEFAULT_TIMEOUT_SECONDS + 2) /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62) ______________________ ContainerTest.test_stop_container _______________________ tests/unit/api_container_test.py:1560: in test_stop_container timeout=(DEFAULT_TIMEOUT_SECONDS + timeout) /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62) __________ ContainerTest.test_stop_container_with_dict_instead_of_id ___________ tests/unit/api_container_test.py:1574: in test_stop_container_with_dict_instead_of_id timeout=(DEFAULT_TIMEOUT_SECONDS + timeout) /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62) _____________________ ContainerTest.test_unpause_container _____________________ tests/unit/api_container_test.py:1594: in test_unpause_container timeout=(DEFAULT_TIMEOUT_SECONDS) /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', timeout=60) ___________________________ ContainerTest.test_wait ____________________________ tests/unit/api_container_test.py:1330: in test_wait params={} /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None) _______________ ContainerTest.test_wait_with_dict_instead_of_id ________________ tests/unit/api_container_test.py:1341: in test_wait_with_dict_instead_of_id params={} /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None) __________________________ ExecTest.test_exec_create ___________________________ tests/unit/api_exec_test.py:41: in test_exec_create assert args[1]['headers'] == \ E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________________________ ExecTest.test_exec_resize ___________________________ tests/unit/api_exec_test.py:95: in test_exec_resize timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 20, 'w': 60}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', params={'h': 20, 'w': 60}, timeout=60) ___________________________ ExecTest.test_exec_start ___________________________ tests/unit/api_exec_test.py:58: in test_exec_start assert args[1]['headers'] == merge_dicts(DEFAULT_HEADERS, { E AssertionError: assert {'Connection'...grade': 'tcp'} == {'Accept': '*/...on/json', ...} E Omitting 3 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff: E - {'Connection': 'Upgrade', 'Content-Type': 'application/json', 'Upgrade': 'tcp'}... E E ...Full output truncated (7 lines hidden), use '-vv' to show ______________________ ExecTest.test_exec_start_detached _______________________ tests/unit/api_exec_test.py:77: in test_exec_start_detached assert args[1]['headers'] == DEFAULT_HEADERS E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/4.4.0-dev'} E Left contains more items: E {'Content-Type': 'application/json'} E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'}... E E ...Full output truncated (7 lines hidden), use '-vv' to show =============================== warnings summary =============================== /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23 /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 from collections import MutableMapping -- Docs: https://docs.pytest.org/en/latest/warnings.html ----------- coverage: platform linux, python 3.7.9-final-0 ----------- Name Stmts Miss Branch BrPart Cover ----------------------------------------------------------------------- docker/__init__.py 8 0 0 0 100% docker/api/__init__.py 1 0 0 0 100% docker/api/build.py 126 18 93 16 83% docker/api/client.py 263 46 98 13 82% docker/api/config.py 31 0 6 2 95% docker/api/container.py 266 17 104 19 90% docker/api/daemon.py 39 2 14 4 89% docker/api/exec_api.py 46 4 22 4 88% docker/api/image.py 157 21 58 12 84% docker/api/network.py 90 13 48 12 80% docker/api/plugin.py 90 13 14 4 82% docker/api/secret.py 36 3 10 3 83% docker/api/service.py 200 60 149 32 61% docker/api/swarm.py 106 14 38 10 82% docker/api/volume.py 38 3 14 3 88% docker/auth.py 198 17 74 17 88% docker/client.py 69 4 2 0 94% docker/constants.py 22 0 0 0 100% docker/context/__init__.py 2 0 0 0 100% docker/context/api.py 78 16 38 8 76% docker/context/config.py 61 24 16 2 56% docker/context/context.py 151 21 62 15 81% docker/credentials/__init__.py 3 0 0 0 100% docker/credentials/constants.py 4 0 0 0 100% docker/credentials/errors.py 11 1 2 1 85% docker/credentials/store.py 50 9 16 5 73% docker/credentials/utils.py 23 13 12 1 31% docker/errors.py 110 12 20 6 86% docker/models/__init__.py 0 0 0 0 100% docker/models/configs.py 21 8 2 0 57% docker/models/containers.py 183 6 70 5 95% docker/models/images.py 137 29 56 3 76% docker/models/networks.py 37 1 12 0 98% docker/models/nodes.py 15 1 2 0 94% docker/models/plugins.py 49 30 10 0 32% docker/models/resource.py 41 9 6 2 77% docker/models/secrets.py 21 8 2 0 57% docker/models/services.py 87 3 36 3 95% docker/models/swarm.py 39 3 6 3 87% docker/models/volumes.py 23 1 4 0 96% docker/tls.py 37 6 14 6 76% docker/transport/__init__.py 11 3 0 0 73% docker/transport/basehttpadapter.py 6 0 2 1 88% docker/transport/npipeconn.py 59 54 10 0 7% docker/transport/npipesocket.py 137 132 22 0 3% docker/transport/sshconn.py 149 110 50 1 20% docker/transport/ssladapter.py 36 10 10 4 65% docker/transport/unixconn.py 66 6 12 4 87% docker/types/__init__.py 6 0 0 0 100% docker/types/base.py 5 0 2 0 100% docker/types/containers.py 420 66 326 43 84% docker/types/daemon.py 36 8 14 4 72% docker/types/healthcheck.py 34 12 4 1 61% docker/types/networks.py 41 6 28 5 81% docker/types/services.py 312 45 206 33 83% docker/types/swarm.py 51 24 40 10 52% docker/utils/__init__.py 3 0 0 0 100% docker/utils/build.py 155 18 76 7 87% docker/utils/config.py 36 2 10 2 91% docker/utils/decorators.py 37 1 18 2 95% docker/utils/fnmatch.py 55 18 28 2 61% docker/utils/json_stream.py 43 8 14 2 79% docker/utils/ports.py 50 3 32 2 91% docker/utils/proxy.py 32 1 12 0 98% docker/utils/socket.py 86 9 40 7 86% docker/utils/utils.py 285 19 177 13 92% docker/version.py 2 0 2 0 100% ----------------------------------------------------------------------- TOTAL 5122 991 2265 354 78% =========================== short test summary info ============================ XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options CONFIG_RT_GROUP_SCHED isn't enabled XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt Not supported on most drivers XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs Output of docker top depends on host distro, and is not formalized. XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver This doesn't seem to be taken into account by the engine XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 SKIPPED [1] tests/unit/api_build_test.py:188: Windows-specific syntax SKIPPED [1] tests/unit/client_test.py:103: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/client_test.py:142: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/client_test.py:216: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/client_test.py:253: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32' SKIPPED [1] tests/unit/utils_test.py:487: shlex doesn't support bytes in py3 = 74 failed, 854 passed, 16 skipped, 5 xfailed, 4 xpassed, 1 warnings in 293.19 seconds = tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_resize FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_start FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached FAILED [ 52%] tests/unit/api_image_test.py::ImageTest::test_commit PASSED [ 52%] tests/unit/api_image_test.py::ImageTest::test_get_image PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_history PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images_name PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_import_image PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_load_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_pull PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_push_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_ctor PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_events PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_info PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_login PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_search PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED [ 58%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%] [Pipeline] sh tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_version PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 58%] tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 58%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 58%] tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 16%] + docker stop dpy-dind-35-0-py3.7-19.03.12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 58%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 16%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%] tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED [ 59%] tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED [ 59%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 59%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED [ 61%] tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 65%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 65%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_call_containers PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 67%] tests/unit/client_test.py::ClientTest::test_events PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_info PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_ping PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED [ 67%] tests/unit/client_test.py::ClientTest::test_version PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 68%] tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_https_host PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%] tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 73%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 73%] tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%] tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%] tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 75%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED [ 77%] tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%] tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%] tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%] tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_export PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_image PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_name PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_start PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_status PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_top PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_update PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 82%] tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%] tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_history PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_save PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_short_id PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_tag PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_tags PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED [ 84%] tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED [ 84%] tests/unit/models_resources_test.py::ModelTest::test_hash PASSED [ 84%] tests/unit/models_resources_test.py::ModelTest::test_reload PASSED [ 84%] tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%] tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED [ 85%] tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%] tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%] tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 89%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 90%] tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 91%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED [ 92%] tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 96%] tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%] tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED [ 96%] tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED [ 96%] tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED [ 96%] tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%] tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED [ 99%] tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%] tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%] =================================== FAILURES =================================== ________________ BuildTest.test_build_remote_with_registry_auth ________________ tests/unit/api_build_test.py:109: in test_build_remote_with_registry_auth timeout=None /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/build', headers={'Accept': '*/*', 'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'X-Registry-Config': 'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJwYXNzd29yZCI6ICJleGFtcGxlIiwgInVzZXIiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, data=None, timeout=None, stream=True, params={'q': False, 'pull': False, 'remote': 'https://github.com/docker-library/mongo', 't': None, 'nocache': False, 'forcerm': False, 'rm': False, 'dockerfile': None}) E Actual call: mock('POST', 'http+docker://localhost/v1.39/build', params={'q': False, 'pull': False, 'remote': 'https://github.com/docker-library/mongo', 't': None, 'nocache': False, 'forcerm': False, 'rm': False, 'dockerfile': None}, data=None, timeout=None, stream=True, headers={'X-Registry-Config': 'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJwYXNzd29yZCI6ICJleGFtcGxlIiwgInVzZXIiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19'}) __________________ CreateContainerTest.test_create_container ___________________ tests/unit/api_container_test.py:148: in test_create_container assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_privileged _____________ tests/unit/api_container_test.py:815: in test_create_container_privileged assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ______ CreateContainerTest.test_create_container_with_added_capabilities _______ tests/unit/api_container_test.py:865: in test_create_container_with_added_capabilities assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_with_binds _____________ tests/unit/api_container_test.py:172: in test_create_container_with_binds assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_binds_list ___________ tests/unit/api_container_test.py:652: in test_create_container_with_binds_list assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_binds_mode ___________ tests/unit/api_container_test.py:610: in test_create_container_with_binds_mode assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ___________ CreateContainerTest.test_create_container_with_binds_ro ____________ tests/unit/api_container_test.py:554: in test_create_container_with_binds_ro assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ___________ CreateContainerTest.test_create_container_with_binds_rw ____________ tests/unit/api_container_test.py:582: in test_create_container_with_binds_rw assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____________ CreateContainerTest.test_create_container_with_devices ____________ tests/unit/api_container_test.py:920: in test_create_container_with_devices assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____ CreateContainerTest.test_create_container_with_dropped_capabilities ______ tests/unit/api_container_test.py:886: in test_create_container_with_dropped_capabilities assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_entrypoint ___________ tests/unit/api_container_test.py:247: in test_create_container_with_entrypoint assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____ CreateContainerTest.test_create_container_with_host_config_cpu_shares _____ tests/unit/api_container_test.py:277: in test_create_container_with_host_config_cpu_shares assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _______ CreateContainerTest.test_create_container_with_host_config_cpus ________ tests/unit/api_container_test.py:1265: in test_create_container_with_host_config_cpus assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ______ CreateContainerTest.test_create_container_with_host_config_cpuset _______ tests/unit/api_container_test.py:307: in test_create_container_with_host_config_cpuset assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____ CreateContainerTest.test_create_container_with_host_config_cpuset_mems ____ tests/unit/api_container_test.py:337: in test_create_container_with_host_config_cpuset_mems assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_labels_dict __________ tests/unit/api_container_test.py:1010: in test_create_container_with_labels_dict assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_labels_list __________ tests/unit/api_container_test.py:1037: in test_create_container_with_labels_list assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_with_links _____________ tests/unit/api_container_test.py:741: in test_create_container_with_links assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____ CreateContainerTest.test_create_container_with_links_as_list_of_tuples ____ tests/unit/api_container_test.py:795: in test_create_container_with_links_as_list_of_tuples assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ___________ CreateContainerTest.test_create_container_with_lxc_conf ____________ tests/unit/api_container_test.py:502: in test_create_container_with_lxc_conf assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ________ CreateContainerTest.test_create_container_with_lxc_conf_compat ________ tests/unit/api_container_test.py:526: in test_create_container_with_lxc_conf_compat assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ________ CreateContainerTest.test_create_container_with_multiple_links _________ tests/unit/api_container_test.py:770: in test_create_container_with_multiple_links assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _________ CreateContainerTest.test_create_container_with_named_volume __________ tests/unit/api_container_test.py:1067: in test_create_container_with_named_volume assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_port_binds ___________ tests/unit/api_container_test.py:701: in test_create_container_with_port_binds assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_with_ports _____________ tests/unit/api_container_test.py:224: in test_create_container_with_ports assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ________ CreateContainerTest.test_create_container_with_restart_policy _________ tests/unit/api_container_test.py:844: in test_create_container_with_restart_policy assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_stdin_open ___________ tests/unit/api_container_test.py:394: in test_create_container_with_stdin_open assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_stop_signal __________ tests/unit/api_container_test.py:1091: in test_create_container_with_stop_signal assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____________ CreateContainerTest.test_create_container_with_sysctl _____________ tests/unit/api_container_test.py:1211: in test_create_container_with_sysctl assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_tmpfs_dict ___________ tests/unit/api_container_test.py:1182: in test_create_container_with_tmpfs_dict assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_tmpfs_list ___________ tests/unit/api_container_test.py:1152: in test_create_container_with_tmpfs_list assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _________ CreateContainerTest.test_create_container_with_volume_string _________ tests/unit/api_container_test.py:197: in test_create_container_with_volume_string assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_working_dir __________ tests/unit/api_container_test.py:374: in test_create_container_with_working_dir assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _______________ CreateContainerTest.test_create_named_container ________________ tests/unit/api_container_test.py:415: in test_create_named_container assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ______________________ ContainerTest.test_container_stats ______________________ tests/unit/api_container_test.py:1721: in test_container_stats stream=True /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', stream=True, timeout=60) _______________________ ContainerTest.test_container_top _______________________ tests/unit/api_container_test.py:1732: in test_container_top timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={}, timeout=60) _________________ ContainerTest.test_container_top_with_psargs _________________ tests/unit/api_container_test.py:1743: in test_container_top_with_psargs timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'ps_args': 'waux'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={'ps_args': 'waux'}, timeout=60) ___________________________ ContainerTest.test_diff ____________________________ tests/unit/api_container_test.py:1527: in test_diff timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60) _______________ ContainerTest.test_diff_with_dict_instead_of_id ________________ tests/unit/api_container_test.py:1537: in test_diff_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60) __________________________ ContainerTest.test_export ___________________________ tests/unit/api_container_test.py:1682: in test_export timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60, stream=True) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60) ______________ ContainerTest.test_export_with_dict_instead_of_id _______________ tests/unit/api_container_test.py:1693: in test_export_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60, stream=True) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60) _____________________ ContainerTest.test_inspect_container _____________________ tests/unit/api_container_test.py:1703: in test_inspect_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60) ______________________ ContainerTest.test_kill_container _______________________ tests/unit/api_container_test.py:1605: in test_kill_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60) __________ ContainerTest.test_kill_container_with_dict_instead_of_id ___________ tests/unit/api_container_test.py:1616: in test_kill_container_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60) ________________ ContainerTest.test_kill_container_with_signal _________________ tests/unit/api_container_test.py:1627: in test_kill_container_with_signal timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'signal': 15}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={'signal': 15}, timeout=60) ______________________ ContainerTest.test_list_containers ______________________ tests/unit/api_container_test.py:1290: in test_list_containers timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/json', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'all': 1, 'since': None, 'limit': -1, 'trunc_cmd': 0, 'size': 0, 'before': None}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/json', params={'all': 1, 'since': None, 'limit': -1, 'trunc_cmd': 0, 'size': 0, 'before': None}, timeout=60) _______________________ ContainerTest.test_log_following _______________________ tests/unit/api_container_test.py:1407: in test_log_following stream=False /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60) __________________ ContainerTest.test_log_following_backwards __________________ tests/unit/api_container_test.py:1422: in test_log_following_backwards stream=True /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60) _________________________ ContainerTest.test_log_since _________________________ tests/unit/api_container_test.py:1472: in test_log_since stream=False /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60) __________________ ContainerTest.test_log_since_with_datetime __________________ tests/unit/api_container_test.py:1490: in test_log_since_with_datetime stream=False /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60) _______________________ ContainerTest.test_log_streaming _______________________ tests/unit/api_container_test.py:1391: in test_log_streaming stream=True /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60) ________________ ContainerTest.test_log_streaming_and_following ________________ tests/unit/api_container_test.py:1438: in test_log_streaming_and_following stream=True /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60) _________________________ ContainerTest.test_log_tail __________________________ tests/unit/api_container_test.py:1455: in test_log_tail stream=False /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 10, 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 10, 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60) __________________________ ContainerTest.test_log_tty __________________________ tests/unit/api_container_test.py:1517: in test_log_tty stream=True /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60) ___________________________ ContainerTest.test_logs ____________________________ tests/unit/api_container_test.py:1356: in test_logs stream=False /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60) _______________ ContainerTest.test_logs_with_dict_instead_of_id ________________ tests/unit/api_container_test.py:1373: in test_logs_with_dict_instead_of_id stream=False /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60) ______________________ ContainerTest.test_pause_container ______________________ tests/unit/api_container_test.py:1584: in test_pause_container timeout=(DEFAULT_TIMEOUT_SECONDS) /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', timeout=60) ___________________________ ContainerTest.test_port ____________________________ tests/unit/api_container_test.py:1547: in test_port timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60) _____________________ ContainerTest.test_remove_container ______________________ tests/unit/api_container_test.py:1660: in test_remove_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'force': False, 'link': False, 'v': False}, timeout=60) E Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'force': False, 'link': False, 'v': False}, timeout=60) _________ ContainerTest.test_remove_container_with_dict_instead_of_id __________ tests/unit/api_container_test.py:1671: in test_remove_container_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'force': False, 'link': False, 'v': False}, timeout=60) E Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'force': False, 'link': False, 'v': False}, timeout=60) _____________________ ContainerTest.test_rename_container ______________________ tests/unit/api_container_test.py:1319: in test_rename_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'name': 'foobar'}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', params={'name': 'foobar'}, timeout=60) _____________________ ContainerTest.test_resize_container ______________________ tests/unit/api_container_test.py:1305: in test_resize_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 15, 'w': 120}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', params={'h': 15, 'w': 120}, timeout=60) _____________________ ContainerTest.test_restart_container _____________________ tests/unit/api_container_test.py:1638: in test_restart_container timeout=(DEFAULT_TIMEOUT_SECONDS + 2) /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62) _________ ContainerTest.test_restart_container_with_dict_instead_of_id _________ tests/unit/api_container_test.py:1649: in test_restart_container_with_dict_instead_of_id timeout=(DEFAULT_TIMEOUT_SECONDS + 2) /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62) ______________________ ContainerTest.test_stop_container _______________________ tests/unit/api_container_test.py:1560: in test_stop_container timeout=(DEFAULT_TIMEOUT_SECONDS + timeout) /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62) __________ ContainerTest.test_stop_container_with_dict_instead_of_id ___________ tests/unit/api_container_test.py:1574: in test_stop_container_with_dict_instead_of_id timeout=(DEFAULT_TIMEOUT_SECONDS + timeout) /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62) _____________________ ContainerTest.test_unpause_container _____________________ tests/unit/api_container_test.py:1594: in test_unpause_container timeout=(DEFAULT_TIMEOUT_SECONDS) /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', timeout=60) ___________________________ ContainerTest.test_wait ____________________________ tests/unit/api_container_test.py:1330: in test_wait params={} /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None) _______________ ContainerTest.test_wait_with_dict_instead_of_id ________________ tests/unit/api_container_test.py:1341: in test_wait_with_dict_instead_of_id params={} /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None) __________________________ ExecTest.test_exec_create ___________________________ tests/unit/api_exec_test.py:41: in test_exec_create assert args[1]['headers'] == \ E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________________________ ExecTest.test_exec_resize ___________________________ tests/unit/api_exec_test.py:95: in test_exec_resize timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 20, 'w': 60}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', params={'h': 20, 'w': 60}, timeout=60) ___________________________ ExecTest.test_exec_start ___________________________ tests/unit/api_exec_test.py:58: in test_exec_start assert args[1]['headers'] == merge_dicts(DEFAULT_HEADERS, { E AssertionError: assert {'Connection'...grade': 'tcp'} == {'Accept': '*/...on/json', ...} E Omitting 3 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff: E - {'Connection': 'Upgrade', 'Content-Type': 'application/json', 'Upgrade': 'tcp'}... E E ...Full output truncated (7 lines hidden), use '-vv' to show ______________________ ExecTest.test_exec_start_detached _______________________ tests/unit/api_exec_test.py:77: in test_exec_start_detached assert args[1]['headers'] == DEFAULT_HEADERS E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/4.4.0-dev'} E Left contains more items: E {'Content-Type': 'application/json'} E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'}... E E ...Full output truncated (7 lines hidden), use '-vv' to show =============================== warnings summary =============================== /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release. from cryptography import x509 -- Docs: https://docs.pytest.org/en/latest/warnings.html ---------- coverage: platform linux2, python 2.7.18-final-0 ---------- Name Stmts Miss Branch BrPart Cover ----------------------------------------------------------------------- docker/__init__.py 8 0 0 0 100% docker/api/__init__.py 1 0 0 0 100% docker/api/build.py 126 18 92 16 83% docker/api/client.py 263 45 96 12 82% docker/api/config.py 31 1 6 2 92% docker/api/container.py 266 17 102 19 90% docker/api/daemon.py 39 2 14 4 89% docker/api/exec_api.py 46 4 22 4 88% docker/api/image.py 157 21 56 12 84% docker/api/network.py 90 13 48 12 80% docker/api/plugin.py 90 13 12 4 81% docker/api/secret.py 36 4 10 3 80% docker/api/service.py 200 60 149 32 61% docker/api/swarm.py 106 14 38 10 82% docker/api/volume.py 38 3 14 3 88% docker/auth.py 198 17 74 18 87% docker/client.py 69 4 2 0 94% docker/constants.py 22 0 0 0 100% docker/context/__init__.py 2 0 0 0 100% docker/context/api.py 78 16 38 8 76% docker/context/config.py 61 24 16 2 56% docker/context/context.py 151 21 62 15 81% docker/credentials/__init__.py 3 0 0 0 100% docker/credentials/constants.py 4 0 0 0 100% docker/credentials/errors.py 11 1 2 1 85% docker/credentials/store.py 50 6 16 3 83% docker/credentials/utils.py 23 13 12 1 31% docker/errors.py 110 12 18 6 86% docker/models/__init__.py 0 0 0 0 100% docker/models/configs.py 21 8 0 0 62% docker/models/containers.py 183 6 60 5 95% docker/models/images.py 137 29 50 3 75% docker/models/networks.py 37 1 8 0 98% docker/models/nodes.py 15 1 0 0 93% docker/models/plugins.py 49 30 8 0 33% docker/models/resource.py 41 9 6 2 77% docker/models/secrets.py 21 8 0 0 62% docker/models/services.py 87 3 34 3 95% docker/models/swarm.py 39 3 6 3 87% docker/models/volumes.py 23 1 2 0 96% docker/tls.py 37 6 14 6 76% docker/transport/__init__.py 11 3 0 0 73% docker/transport/basehttpadapter.py 6 0 2 1 88% docker/transport/npipeconn.py 59 54 10 0 7% docker/transport/npipesocket.py 137 132 22 0 3% docker/transport/sshconn.py 149 110 50 1 20% docker/transport/ssladapter.py 36 8 10 4 70% docker/transport/unixconn.py 66 5 12 4 88% docker/types/__init__.py 6 0 0 0 100% docker/types/base.py 5 0 2 0 100% docker/types/containers.py 420 66 324 43 84% docker/types/daemon.py 36 9 14 3 68% docker/types/healthcheck.py 34 12 4 1 61% docker/types/networks.py 41 6 28 5 81% docker/types/services.py 312 45 206 33 83% docker/types/swarm.py 51 24 40 10 52% docker/utils/__init__.py 3 0 0 0 100% docker/utils/build.py 155 14 74 7 89% docker/utils/config.py 36 2 10 2 91% docker/utils/decorators.py 37 1 18 2 95% docker/utils/fnmatch.py 55 18 28 2 61% docker/utils/json_stream.py 43 8 14 2 79% docker/utils/ports.py 50 3 28 2 91% docker/utils/proxy.py 32 1 12 0 98% docker/utils/socket.py 86 8 40 7 87% docker/utils/utils.py 285 17 164 12 93% docker/version.py 2 0 0 0 100% ----------------------------------------------------------------------- TOTAL 5122 980 2199 350 78% =========================== short test summary info ============================ XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options CONFIG_RT_GROUP_SCHED isn't enabled XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt Not supported on most drivers XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs Output of docker top depends on host distro, and is not formalized. XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver This doesn't seem to be taken into account by the engine XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32' SKIPPED [1] tests/unit/api_build_test.py:188: Windows-specific syntax SKIPPED [1] tests/unit/client_test.py:254: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/client_test.py:217: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows SKIPPED [1] tests/unit/client_test.py:143: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 SKIPPED [1] tests/unit/client_test.py:104: Npipe Connection Pool only on Windows = 74 failed, 855 passed, 15 skipped, 5 xfailed, 4 xpassed, 1 warnings in 292.33 seconds = tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%] [Pipeline] sh tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%] + docker stop dpy-dind-35-0-py2.7-20.10.0 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 17%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%] tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 18%] tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_df PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_info PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_ping PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_version PASSED [ 30%] dpy-dind-35-0-py3.7-19.03.12 + docker network rm dpy-testnet-35-0-py3.7-19.03.12 dpy-testnet-35-0-py3.7-19.03.12 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py3.7_19.03.12 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 18%] tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%] tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_df PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_info PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_ping PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_version PASSED [ 30%] tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%] tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%] tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 30%] tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 30%] tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%] tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%] tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%] tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%] tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%] tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 30%] tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 30%] tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%] tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%] tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%] tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 19%] tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%] dpy-dind-35-0-py2.7-20.10.0 + docker network rm dpy-testnet-35-0-py2.7-20.10.0 dpy-testnet-35-0-py2.7-20.10.0 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py2.7_20.10.0 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%] tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%] tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%] tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 31%] tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%] tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 31%] tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%] tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%] tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%] tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 20%] tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%] tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%] tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 32%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 21%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 32%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 22%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 23%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 32%] tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 32%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%] tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%] tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 24%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%] tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 25%] tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%] tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 33%] tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 26%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%] tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 33%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%] tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%] tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 27%] tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%] tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 34%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 27%] tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 27%] tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 34%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%] tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 35%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%] tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 35%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 36%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 36%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%] tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%] tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 36%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 36%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 36%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%] tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%] tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%] tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_get PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 38%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%] tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%] tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%] tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_get PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%] tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%] tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 38%] tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED [ 28%] tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%] tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%] tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%] tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED [ 28%] tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%] tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%] tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%] tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED [ 28%] tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 39%] tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%] tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%] tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%] tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%] tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 39%] tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 40%] tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 40%] tests/unit/api_build_test.py::BuildTest::test_build_container PASSED [ 40%] tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth FAILED [ 41%] tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 41%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container FAILED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged FAILED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities FAILED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint FAILED [ 45%] tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf FAILED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat FAILED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string FAILED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir FAILED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_stats FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_top FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_diff FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_export FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_inspect_container FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_kill_container FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_list_containers FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_log_following FAILED [ 49%] tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 39%] tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%] tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%] tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%] tests/unit/api_container_test.py::ContainerTest::test_log_streaming FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following FAILED [ 50%] tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%] tests/unit/api_container_test.py::ContainerTest::test_log_tail FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_tty FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_logs FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id FAILED [ 50%] tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 40%] tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 40%] tests/unit/api_build_test.py::BuildTest::test_build_container PASSED [ 40%] tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%] tests/unit/api_container_test.py::ContainerTest::test_pause_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_port FAILED [ 51%] tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth FAILED [ 41%] tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 41%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%] tests/unit/api_container_test.py::ContainerTest::test_remove_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_rename_container FAILED [ 51%] tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container FAILED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged FAILED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities FAILED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds FAILED [ 44%] tests/unit/api_container_test.py::ContainerTest::test_resize_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_restart_container FAILED [ 51%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities FAILED [ 45%] tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_stop_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id FAILED [ 52%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict FAILED [ 45%] tests/unit/api_container_test.py::ContainerTest::test_unpause_container FAILED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_wait FAILED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_create FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 52%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf FAILED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat FAILED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 46%] tests/unit/api_exec_test.py::ExecTest::test_exec_resize FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_start FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached FAILED [ 52%] tests/unit/api_image_test.py::ImageTest::test_commit PASSED [ 52%] tests/unit/api_image_test.py::ImageTest::test_get_image PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_history PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images_name PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_import_image PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_load_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_pull PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_push_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_ctor PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_events PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_info PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_login PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_search PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_version PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 58%] tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 58%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy FAILED [ 47%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 58%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string FAILED [ 48%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 58%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir FAILED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_stats FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_top FAILED [ 48%] tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED [ 29%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%] tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_diff FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id FAILED [ 49%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%] tests/unit/api_container_test.py::ContainerTest::test_export FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id FAILED [ 49%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%] tests/unit/api_container_test.py::ContainerTest::test_inspect_container FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_kill_container FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id FAILED [ 49%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%] tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_list_containers FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_log_following FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since FAILED [ 50%] tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%] tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED [ 59%] tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED [ 59%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 59%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED [ 61%] tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED [ 65%] tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_streaming FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following FAILED [ 50%] tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 65%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 65%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_call_containers PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 67%] tests/unit/client_test.py::ClientTest::test_events PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_info PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_ping PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED [ 67%] tests/unit/client_test.py::ClientTest::test_version PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 68%] tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_https_host PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%] tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 73%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 73%] tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%] tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%] tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 75%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%] tests/unit/api_container_test.py::ContainerTest::test_log_tail FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_tty FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_logs FAILED [ 50%] tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED [ 77%] tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%] tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%] tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%] tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_export PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_image PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED [ 80%] tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_pause_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_port FAILED [ 51%] tests/unit/models_containers_test.py::ContainerTest::test_name PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_start PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_status PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_top PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_update PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_history PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_save PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_short_id PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_tag PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_tags PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%] tests/unit/api_container_test.py::ContainerTest::test_remove_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id FAILED [ 51%] tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED [ 29%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED [ 84%] tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED [ 84%] tests/unit/models_resources_test.py::ModelTest::test_hash PASSED [ 84%] tests/unit/models_resources_test.py::ModelTest::test_reload PASSED [ 84%] tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%] tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED [ 85%] tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 89%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%] tests/unit/api_container_test.py::ContainerTest::test_rename_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_resize_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_restart_container FAILED [ 51%] tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 90%] tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 91%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED [ 92%] tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED [ 96%] tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED [ 96%] tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED [ 96%] tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%] tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED [ 99%] tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%] tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_stop_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id FAILED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_unpause_container FAILED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_wait FAILED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_create FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_resize FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_start FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached FAILED [ 52%] tests/unit/api_image_test.py::ImageTest::test_commit PASSED [ 52%] tests/unit/api_image_test.py::ImageTest::test_get_image PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_history PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images_name PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_import_image PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_load_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_pull PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_push_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_ctor PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_events PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_info PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_login PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_search PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_version PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 58%] tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 58%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 58%] tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%] =================================== FAILURES =================================== ________________ BuildTest.test_build_remote_with_registry_auth ________________ tests/unit/api_build_test.py:109: in test_build_remote_with_registry_auth timeout=None /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/build', headers={'Accept': '*/*', 'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'X-Registry-Config': 'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJwYXNzd29yZCI6ICJleGFtcGxlIiwgInVzZXIiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, data=None, timeout=None, stream=True, params={'q': False, 'pull': False, 'remote': 'https://github.com/docker-library/mongo', 't': None, 'nocache': False, 'forcerm': False, 'rm': False, 'dockerfile': None}) E Actual call: mock('POST', 'http+docker://localhost/v1.39/build', params={'q': False, 'pull': False, 'remote': 'https://github.com/docker-library/mongo', 't': None, 'nocache': False, 'forcerm': False, 'rm': False, 'dockerfile': None}, data=None, timeout=None, stream=True, headers={'X-Registry-Config': 'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJwYXNzd29yZCI6ICJleGFtcGxlIiwgInVzZXIiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19'}) __________________ CreateContainerTest.test_create_container ___________________ tests/unit/api_container_test.py:148: in test_create_container assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_privileged _____________ tests/unit/api_container_test.py:815: in test_create_container_privileged assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ______ CreateContainerTest.test_create_container_with_added_capabilities _______ tests/unit/api_container_test.py:865: in test_create_container_with_added_capabilities assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_with_binds _____________ tests/unit/api_container_test.py:172: in test_create_container_with_binds assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_binds_list ___________ tests/unit/api_container_test.py:652: in test_create_container_with_binds_list assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_binds_mode ___________ tests/unit/api_container_test.py:610: in test_create_container_with_binds_mode assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ___________ CreateContainerTest.test_create_container_with_binds_ro ____________ tests/unit/api_container_test.py:554: in test_create_container_with_binds_ro assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ___________ CreateContainerTest.test_create_container_with_binds_rw ____________ tests/unit/api_container_test.py:582: in test_create_container_with_binds_rw assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____________ CreateContainerTest.test_create_container_with_devices ____________ tests/unit/api_container_test.py:920: in test_create_container_with_devices assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____ CreateContainerTest.test_create_container_with_dropped_capabilities ______ tests/unit/api_container_test.py:886: in test_create_container_with_dropped_capabilities assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_entrypoint ___________ tests/unit/api_container_test.py:247: in test_create_container_with_entrypoint assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____ CreateContainerTest.test_create_container_with_host_config_cpu_shares _____ tests/unit/api_container_test.py:277: in test_create_container_with_host_config_cpu_shares assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _______ CreateContainerTest.test_create_container_with_host_config_cpus ________ tests/unit/api_container_test.py:1265: in test_create_container_with_host_config_cpus assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ______ CreateContainerTest.test_create_container_with_host_config_cpuset _______ tests/unit/api_container_test.py:307: in test_create_container_with_host_config_cpuset assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____ CreateContainerTest.test_create_container_with_host_config_cpuset_mems ____ tests/unit/api_container_test.py:337: in test_create_container_with_host_config_cpuset_mems assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_labels_dict __________ tests/unit/api_container_test.py:1010: in test_create_container_with_labels_dict assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_labels_list __________ tests/unit/api_container_test.py:1037: in test_create_container_with_labels_list assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_with_links _____________ tests/unit/api_container_test.py:741: in test_create_container_with_links assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____ CreateContainerTest.test_create_container_with_links_as_list_of_tuples ____ tests/unit/api_container_test.py:795: in test_create_container_with_links_as_list_of_tuples assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ___________ CreateContainerTest.test_create_container_with_lxc_conf ____________ tests/unit/api_container_test.py:502: in test_create_container_with_lxc_conf assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ________ CreateContainerTest.test_create_container_with_lxc_conf_compat ________ tests/unit/api_container_test.py:526: in test_create_container_with_lxc_conf_compat assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ________ CreateContainerTest.test_create_container_with_multiple_links _________ tests/unit/api_container_test.py:770: in test_create_container_with_multiple_links assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _________ CreateContainerTest.test_create_container_with_named_volume __________ tests/unit/api_container_test.py:1067: in test_create_container_with_named_volume assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_port_binds ___________ tests/unit/api_container_test.py:701: in test_create_container_with_port_binds assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_with_ports _____________ tests/unit/api_container_test.py:224: in test_create_container_with_ports assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ________ CreateContainerTest.test_create_container_with_restart_policy _________ tests/unit/api_container_test.py:844: in test_create_container_with_restart_policy assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_stdin_open ___________ tests/unit/api_container_test.py:394: in test_create_container_with_stdin_open assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_stop_signal __________ tests/unit/api_container_test.py:1091: in test_create_container_with_stop_signal assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____________ CreateContainerTest.test_create_container_with_sysctl _____________ tests/unit/api_container_test.py:1211: in test_create_container_with_sysctl assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_tmpfs_dict ___________ tests/unit/api_container_test.py:1182: in test_create_container_with_tmpfs_dict assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_tmpfs_list ___________ tests/unit/api_container_test.py:1152: in test_create_container_with_tmpfs_list assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _________ CreateContainerTest.test_create_container_with_volume_string _________ tests/unit/api_container_test.py:197: in test_create_container_with_volume_string assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_working_dir __________ tests/unit/api_container_test.py:374: in test_create_container_with_working_dir assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _______________ CreateContainerTest.test_create_named_container ________________ tests/unit/api_container_test.py:415: in test_create_named_container assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ______________________ ContainerTest.test_container_stats ______________________ tests/unit/api_container_test.py:1721: in test_container_stats stream=True /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', stream=True, timeout=60) _______________________ ContainerTest.test_container_top _______________________ tests/unit/api_container_test.py:1732: in test_container_top timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={}, timeout=60) _________________ ContainerTest.test_container_top_with_psargs _________________ tests/unit/api_container_test.py:1743: in test_container_top_with_psargs timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'ps_args': 'waux'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={'ps_args': 'waux'}, timeout=60) ___________________________ ContainerTest.test_diff ____________________________ tests/unit/api_container_test.py:1527: in test_diff timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60) _______________ ContainerTest.test_diff_with_dict_instead_of_id ________________ tests/unit/api_container_test.py:1537: in test_diff_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60) __________________________ ContainerTest.test_export ___________________________ tests/unit/api_container_test.py:1682: in test_export timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60, stream=True) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60) ______________ ContainerTest.test_export_with_dict_instead_of_id _______________ tests/unit/api_container_test.py:1693: in test_export_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60, stream=True) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60) _____________________ ContainerTest.test_inspect_container _____________________ tests/unit/api_container_test.py:1703: in test_inspect_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60) ______________________ ContainerTest.test_kill_container _______________________ tests/unit/api_container_test.py:1605: in test_kill_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60) __________ ContainerTest.test_kill_container_with_dict_instead_of_id ___________ tests/unit/api_container_test.py:1616: in test_kill_container_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60) ________________ ContainerTest.test_kill_container_with_signal _________________ tests/unit/api_container_test.py:1627: in test_kill_container_with_signal timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'signal': 15}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={'signal': 15}, timeout=60) ______________________ ContainerTest.test_list_containers ______________________ tests/unit/api_container_test.py:1290: in test_list_containers timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/json', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'all': 1, 'since': None, 'limit': -1, 'trunc_cmd': 0, 'size': 0, 'before': None}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/json', params={'all': 1, 'since': None, 'limit': -1, 'trunc_cmd': 0, 'size': 0, 'before': None}, timeout=60) _______________________ ContainerTest.test_log_following _______________________ tests/unit/api_container_test.py:1407: in test_log_following stream=False /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60) __________________ ContainerTest.test_log_following_backwards __________________ tests/unit/api_container_test.py:1422: in test_log_following_backwards stream=True /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60) _________________________ ContainerTest.test_log_since _________________________ tests/unit/api_container_test.py:1472: in test_log_since stream=False /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60) __________________ ContainerTest.test_log_since_with_datetime __________________ tests/unit/api_container_test.py:1490: in test_log_since_with_datetime stream=False /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60) _______________________ ContainerTest.test_log_streaming _______________________ tests/unit/api_container_test.py:1391: in test_log_streaming stream=True /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60) ________________ ContainerTest.test_log_streaming_and_following ________________ tests/unit/api_container_test.py:1438: in test_log_streaming_and_following stream=True /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60) _________________________ ContainerTest.test_log_tail __________________________ tests/unit/api_container_test.py:1455: in test_log_tail stream=False /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 10, 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 10, 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60) __________________________ ContainerTest.test_log_tty __________________________ tests/unit/api_container_test.py:1517: in test_log_tty stream=True /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60) ___________________________ ContainerTest.test_logs ____________________________ tests/unit/api_container_test.py:1356: in test_logs stream=False /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60) _______________ ContainerTest.test_logs_with_dict_instead_of_id ________________ tests/unit/api_container_test.py:1373: in test_logs_with_dict_instead_of_id stream=False /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60) ______________________ ContainerTest.test_pause_container ______________________ tests/unit/api_container_test.py:1584: in test_pause_container timeout=(DEFAULT_TIMEOUT_SECONDS) /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', timeout=60) ___________________________ ContainerTest.test_port ____________________________ tests/unit/api_container_test.py:1547: in test_port timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60) _____________________ ContainerTest.test_remove_container ______________________ tests/unit/api_container_test.py:1660: in test_remove_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'force': False, 'link': False, 'v': False}, timeout=60) E Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'force': False, 'link': False, 'v': False}, timeout=60) _________ ContainerTest.test_remove_container_with_dict_instead_of_id __________ tests/unit/api_container_test.py:1671: in test_remove_container_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'force': False, 'link': False, 'v': False}, timeout=60) E Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'force': False, 'link': False, 'v': False}, timeout=60) _____________________ ContainerTest.test_rename_container ______________________ tests/unit/api_container_test.py:1319: in test_rename_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'name': 'foobar'}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', params={'name': 'foobar'}, timeout=60) _____________________ ContainerTest.test_resize_container ______________________ tests/unit/api_container_test.py:1305: in test_resize_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 15, 'w': 120}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', params={'h': 15, 'w': 120}, timeout=60) _____________________ ContainerTest.test_restart_container _____________________ tests/unit/api_container_test.py:1638: in test_restart_container timeout=(DEFAULT_TIMEOUT_SECONDS + 2) /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62) _________ ContainerTest.test_restart_container_with_dict_instead_of_id _________ tests/unit/api_container_test.py:1649: in test_restart_container_with_dict_instead_of_id timeout=(DEFAULT_TIMEOUT_SECONDS + 2) /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62) ______________________ ContainerTest.test_stop_container _______________________ tests/unit/api_container_test.py:1560: in test_stop_container timeout=(DEFAULT_TIMEOUT_SECONDS + timeout) /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62) __________ ContainerTest.test_stop_container_with_dict_instead_of_id ___________ tests/unit/api_container_test.py:1574: in test_stop_container_with_dict_instead_of_id timeout=(DEFAULT_TIMEOUT_SECONDS + timeout) /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62) _____________________ ContainerTest.test_unpause_container _____________________ tests/unit/api_container_test.py:1594: in test_unpause_container timeout=(DEFAULT_TIMEOUT_SECONDS) /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', timeout=60) ___________________________ ContainerTest.test_wait ____________________________ tests/unit/api_container_test.py:1330: in test_wait params={} /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None) _______________ ContainerTest.test_wait_with_dict_instead_of_id ________________ tests/unit/api_container_test.py:1341: in test_wait_with_dict_instead_of_id params={} /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None) __________________________ ExecTest.test_exec_create ___________________________ tests/unit/api_exec_test.py:41: in test_exec_create assert args[1]['headers'] == \ E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________________________ ExecTest.test_exec_resize ___________________________ tests/unit/api_exec_test.py:95: in test_exec_resize timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 20, 'w': 60}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', params={'h': 20, 'w': 60}, timeout=60) ___________________________ ExecTest.test_exec_start ___________________________ tests/unit/api_exec_test.py:58: in test_exec_start assert args[1]['headers'] == merge_dicts(DEFAULT_HEADERS, { E AssertionError: assert {'Connection'...grade': 'tcp'} == {'Accept': '*/...on/json', ...} E Omitting 3 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff: E - {'Connection': 'Upgrade', 'Content-Type': 'application/json', 'Upgrade': 'tcp'}... E E ...Full output truncated (7 lines hidden), use '-vv' to show ______________________ ExecTest.test_exec_start_detached _______________________ tests/unit/api_exec_test.py:77: in test_exec_start_detached assert args[1]['headers'] == DEFAULT_HEADERS E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/4.4.0-dev'} E Left contains more items: E {'Content-Type': 'application/json'} E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'}... E E ...Full output truncated (7 lines hidden), use '-vv' to show =============================== warnings summary =============================== /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release. from cryptography import x509 -- Docs: https://docs.pytest.org/en/latest/warnings.html ---------- coverage: platform linux2, python 2.7.18-final-0 ---------- Name Stmts Miss Branch BrPart Cover ----------------------------------------------------------------------- docker/__init__.py 8 0 0 0 100% docker/api/__init__.py 1 0 0 0 100% docker/api/build.py 126 18 92 16 83% docker/api/client.py 263 45 96 12 82% docker/api/config.py 31 1 6 2 92% docker/api/container.py 266 17 102 19 90% docker/api/daemon.py 39 2 14 4 89% docker/api/exec_api.py 46 4 22 4 88% docker/api/image.py 157 21 56 12 84% docker/api/network.py 90 13 48 12 80% docker/api/plugin.py 90 13 12 4 81% docker/api/secret.py 36 4 10 3 80% docker/api/service.py 200 60 149 32 61% docker/api/swarm.py 106 14 38 10 82% docker/api/volume.py 38 3 14 3 88% docker/auth.py 198 17 74 18 87% docker/client.py 69 4 2 0 94% docker/constants.py 22 0 0 0 100% docker/context/__init__.py 2 0 0 0 100% docker/context/api.py 78 16 38 8 76% docker/context/config.py 61 24 16 2 56% docker/context/context.py 151 21 62 15 81% docker/credentials/__init__.py 3 0 0 0 100% docker/credentials/constants.py 4 0 0 0 100% docker/credentials/errors.py 11 1 2 1 85% docker/credentials/store.py 50 6 16 3 83% docker/credentials/utils.py 23 13 12 1 31% docker/errors.py 110 12 18 6 86% docker/models/__init__.py 0 0 0 0 100% docker/models/configs.py 21 8 0 0 62% docker/models/containers.py 183 6 60 5 95% docker/models/images.py 137 29 50 3 75% docker/models/networks.py 37 1 8 0 98% docker/models/nodes.py 15 1 0 0 93% docker/models/plugins.py 49 30 8 0 33% docker/models/resource.py 41 9 6 2 77% docker/models/secrets.py 21 8 0 0 62% docker/models/services.py 87 3 34 3 95% docker/models/swarm.py 39 3 6 3 87% docker/models/volumes.py 23 1 2 0 96% docker/tls.py 37 6 14 6 76% docker/transport/__init__.py 11 3 0 0 73% docker/transport/basehttpadapter.py 6 0 2 1 88% docker/transport/npipeconn.py 59 54 10 0 7% docker/transport/npipesocket.py 137 132 22 0 3% docker/transport/sshconn.py 149 110 50 1 20% docker/transport/ssladapter.py 36 8 10 4 70% docker/transport/unixconn.py 66 5 12 4 88% docker/types/__init__.py 6 0 0 0 100% docker/types/base.py 5 0 2 0 100% docker/types/containers.py 420 66 324 43 84% docker/types/daemon.py 36 9 14 3 68% docker/types/healthcheck.py 34 12 4 1 61% docker/types/networks.py 41 6 28 5 81% docker/types/services.py 312 45 206 33 83% docker/types/swarm.py 51 24 40 10 52% docker/utils/__init__.py 3 0 0 0 100% docker/utils/build.py 155 14 74 7 89% docker/utils/config.py 36 2 10 2 91% docker/utils/decorators.py 37 1 18 2 95% docker/utils/fnmatch.py 55 18 28 2 61% docker/utils/json_stream.py 43 8 14 2 79% docker/utils/ports.py 50 3 28 2 91% docker/utils/proxy.py 32 1 12 0 98% docker/utils/socket.py 86 8 40 7 87% docker/utils/utils.py 285 17 164 12 93% docker/version.py 2 0 0 0 100% ----------------------------------------------------------------------- TOTAL 5122 980 2199 350 78% =========================== short test summary info ============================ XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options CONFIG_RT_GROUP_SCHED isn't enabled XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt Not supported on most drivers XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs Output of docker top depends on host distro, and is not formalized. XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver This doesn't seem to be taken into account by the engine XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32' SKIPPED [1] tests/unit/api_build_test.py:188: Windows-specific syntax SKIPPED [1] tests/unit/client_test.py:254: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/client_test.py:217: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows SKIPPED [1] tests/unit/client_test.py:143: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 SKIPPED [1] tests/unit/client_test.py:104: Npipe Connection Pool only on Windows = 74 failed, 855 passed, 15 skipped, 5 xfailed, 4 xpassed, 1 warnings in 313.02 seconds = tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 58%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%] [Pipeline] sh tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%] + docker stop dpy-dind-35-0-py2.7-19.03.13 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%] tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED [ 59%] tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED [ 59%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 59%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED [ 61%] tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 65%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 65%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_call_containers PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 67%] tests/unit/client_test.py::ClientTest::test_events PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_info PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_ping PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED [ 67%] tests/unit/client_test.py::ClientTest::test_version PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 68%] tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_https_host PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%] tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 73%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 73%] tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%] tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%] tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 75%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED [ 77%] tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%] tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%] tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%] tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_export PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_image PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_name PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_start PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_status PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_top PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_update PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_history PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_save PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_short_id PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_tag PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_tags PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED [ 84%] tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED [ 84%] tests/unit/models_resources_test.py::ModelTest::test_hash PASSED [ 84%] tests/unit/models_resources_test.py::ModelTest::test_reload PASSED [ 84%] tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%] tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED [ 85%] tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 89%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 90%] tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 91%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED [ 92%] tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED [ 96%] tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED [ 96%] tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED [ 96%] tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%] tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED [ 99%] tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%] tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%] =================================== FAILURES =================================== ________________ BuildTest.test_build_remote_with_registry_auth ________________ tests/unit/api_build_test.py:109: in test_build_remote_with_registry_auth timeout=None /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/build', headers={'Accept': '*/*', 'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'X-Registry-Config': 'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJwYXNzd29yZCI6ICJleGFtcGxlIiwgInVzZXIiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, data=None, timeout=None, stream=True, params={'q': False, 'pull': False, 'remote': 'https://github.com/docker-library/mongo', 't': None, 'nocache': False, 'forcerm': False, 'rm': False, 'dockerfile': None}) E Actual call: mock('POST', 'http+docker://localhost/v1.39/build', params={'q': False, 'pull': False, 'remote': 'https://github.com/docker-library/mongo', 't': None, 'nocache': False, 'forcerm': False, 'rm': False, 'dockerfile': None}, data=None, timeout=None, stream=True, headers={'X-Registry-Config': 'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJwYXNzd29yZCI6ICJleGFtcGxlIiwgInVzZXIiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19'}) __________________ CreateContainerTest.test_create_container ___________________ tests/unit/api_container_test.py:148: in test_create_container assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_privileged _____________ tests/unit/api_container_test.py:815: in test_create_container_privileged assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ______ CreateContainerTest.test_create_container_with_added_capabilities _______ tests/unit/api_container_test.py:865: in test_create_container_with_added_capabilities assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_with_binds _____________ tests/unit/api_container_test.py:172: in test_create_container_with_binds assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_binds_list ___________ tests/unit/api_container_test.py:652: in test_create_container_with_binds_list assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_binds_mode ___________ tests/unit/api_container_test.py:610: in test_create_container_with_binds_mode assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ___________ CreateContainerTest.test_create_container_with_binds_ro ____________ tests/unit/api_container_test.py:554: in test_create_container_with_binds_ro assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ___________ CreateContainerTest.test_create_container_with_binds_rw ____________ tests/unit/api_container_test.py:582: in test_create_container_with_binds_rw assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____________ CreateContainerTest.test_create_container_with_devices ____________ tests/unit/api_container_test.py:920: in test_create_container_with_devices assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____ CreateContainerTest.test_create_container_with_dropped_capabilities ______ tests/unit/api_container_test.py:886: in test_create_container_with_dropped_capabilities assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_entrypoint ___________ tests/unit/api_container_test.py:247: in test_create_container_with_entrypoint assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____ CreateContainerTest.test_create_container_with_host_config_cpu_shares _____ tests/unit/api_container_test.py:277: in test_create_container_with_host_config_cpu_shares assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _______ CreateContainerTest.test_create_container_with_host_config_cpus ________ tests/unit/api_container_test.py:1265: in test_create_container_with_host_config_cpus assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ______ CreateContainerTest.test_create_container_with_host_config_cpuset _______ tests/unit/api_container_test.py:307: in test_create_container_with_host_config_cpuset assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____ CreateContainerTest.test_create_container_with_host_config_cpuset_mems ____ tests/unit/api_container_test.py:337: in test_create_container_with_host_config_cpuset_mems assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_labels_dict __________ tests/unit/api_container_test.py:1010: in test_create_container_with_labels_dict assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_labels_list __________ tests/unit/api_container_test.py:1037: in test_create_container_with_labels_list assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_with_links _____________ tests/unit/api_container_test.py:741: in test_create_container_with_links assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____ CreateContainerTest.test_create_container_with_links_as_list_of_tuples ____ tests/unit/api_container_test.py:795: in test_create_container_with_links_as_list_of_tuples assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ___________ CreateContainerTest.test_create_container_with_lxc_conf ____________ tests/unit/api_container_test.py:502: in test_create_container_with_lxc_conf assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ________ CreateContainerTest.test_create_container_with_lxc_conf_compat ________ tests/unit/api_container_test.py:526: in test_create_container_with_lxc_conf_compat assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ________ CreateContainerTest.test_create_container_with_multiple_links _________ tests/unit/api_container_test.py:770: in test_create_container_with_multiple_links assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _________ CreateContainerTest.test_create_container_with_named_volume __________ tests/unit/api_container_test.py:1067: in test_create_container_with_named_volume assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_port_binds ___________ tests/unit/api_container_test.py:701: in test_create_container_with_port_binds assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_with_ports _____________ tests/unit/api_container_test.py:224: in test_create_container_with_ports assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ________ CreateContainerTest.test_create_container_with_restart_policy _________ tests/unit/api_container_test.py:844: in test_create_container_with_restart_policy assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_stdin_open ___________ tests/unit/api_container_test.py:394: in test_create_container_with_stdin_open assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_stop_signal __________ tests/unit/api_container_test.py:1091: in test_create_container_with_stop_signal assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____________ CreateContainerTest.test_create_container_with_sysctl _____________ tests/unit/api_container_test.py:1211: in test_create_container_with_sysctl assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_tmpfs_dict ___________ tests/unit/api_container_test.py:1182: in test_create_container_with_tmpfs_dict assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_tmpfs_list ___________ tests/unit/api_container_test.py:1152: in test_create_container_with_tmpfs_list assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _________ CreateContainerTest.test_create_container_with_volume_string _________ tests/unit/api_container_test.py:197: in test_create_container_with_volume_string assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_working_dir __________ tests/unit/api_container_test.py:374: in test_create_container_with_working_dir assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _______________ CreateContainerTest.test_create_named_container ________________ tests/unit/api_container_test.py:415: in test_create_named_container assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ______________________ ContainerTest.test_container_stats ______________________ tests/unit/api_container_test.py:1721: in test_container_stats stream=True /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', stream=True, timeout=60) _______________________ ContainerTest.test_container_top _______________________ tests/unit/api_container_test.py:1732: in test_container_top timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={}, timeout=60) _________________ ContainerTest.test_container_top_with_psargs _________________ tests/unit/api_container_test.py:1743: in test_container_top_with_psargs timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'ps_args': 'waux'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={'ps_args': 'waux'}, timeout=60) ___________________________ ContainerTest.test_diff ____________________________ tests/unit/api_container_test.py:1527: in test_diff timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60) _______________ ContainerTest.test_diff_with_dict_instead_of_id ________________ tests/unit/api_container_test.py:1537: in test_diff_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60) __________________________ ContainerTest.test_export ___________________________ tests/unit/api_container_test.py:1682: in test_export timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60, stream=True) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60) ______________ ContainerTest.test_export_with_dict_instead_of_id _______________ tests/unit/api_container_test.py:1693: in test_export_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60, stream=True) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60) _____________________ ContainerTest.test_inspect_container _____________________ tests/unit/api_container_test.py:1703: in test_inspect_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60) ______________________ ContainerTest.test_kill_container _______________________ tests/unit/api_container_test.py:1605: in test_kill_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60) __________ ContainerTest.test_kill_container_with_dict_instead_of_id ___________ tests/unit/api_container_test.py:1616: in test_kill_container_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60) ________________ ContainerTest.test_kill_container_with_signal _________________ tests/unit/api_container_test.py:1627: in test_kill_container_with_signal timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'signal': 15}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={'signal': 15}, timeout=60) ______________________ ContainerTest.test_list_containers ______________________ tests/unit/api_container_test.py:1290: in test_list_containers timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/json', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'all': 1, 'since': None, 'limit': -1, 'trunc_cmd': 0, 'size': 0, 'before': None}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/json', params={'all': 1, 'since': None, 'limit': -1, 'trunc_cmd': 0, 'size': 0, 'before': None}, timeout=60) _______________________ ContainerTest.test_log_following _______________________ tests/unit/api_container_test.py:1407: in test_log_following stream=False /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60) __________________ ContainerTest.test_log_following_backwards __________________ tests/unit/api_container_test.py:1422: in test_log_following_backwards stream=True /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60) _________________________ ContainerTest.test_log_since _________________________ tests/unit/api_container_test.py:1472: in test_log_since stream=False /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60) __________________ ContainerTest.test_log_since_with_datetime __________________ tests/unit/api_container_test.py:1490: in test_log_since_with_datetime stream=False /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60) _______________________ ContainerTest.test_log_streaming _______________________ tests/unit/api_container_test.py:1391: in test_log_streaming stream=True /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60) ________________ ContainerTest.test_log_streaming_and_following ________________ tests/unit/api_container_test.py:1438: in test_log_streaming_and_following stream=True /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60) _________________________ ContainerTest.test_log_tail __________________________ tests/unit/api_container_test.py:1455: in test_log_tail stream=False /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 10, 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 10, 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60) __________________________ ContainerTest.test_log_tty __________________________ tests/unit/api_container_test.py:1517: in test_log_tty stream=True /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60) ___________________________ ContainerTest.test_logs ____________________________ tests/unit/api_container_test.py:1356: in test_logs stream=False /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60) _______________ ContainerTest.test_logs_with_dict_instead_of_id ________________ tests/unit/api_container_test.py:1373: in test_logs_with_dict_instead_of_id stream=False /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60) ______________________ ContainerTest.test_pause_container ______________________ tests/unit/api_container_test.py:1584: in test_pause_container timeout=(DEFAULT_TIMEOUT_SECONDS) /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', timeout=60) ___________________________ ContainerTest.test_port ____________________________ tests/unit/api_container_test.py:1547: in test_port timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60) _____________________ ContainerTest.test_remove_container ______________________ tests/unit/api_container_test.py:1660: in test_remove_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'force': False, 'link': False, 'v': False}, timeout=60) E Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'force': False, 'link': False, 'v': False}, timeout=60) _________ ContainerTest.test_remove_container_with_dict_instead_of_id __________ tests/unit/api_container_test.py:1671: in test_remove_container_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'force': False, 'link': False, 'v': False}, timeout=60) E Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'force': False, 'link': False, 'v': False}, timeout=60) _____________________ ContainerTest.test_rename_container ______________________ tests/unit/api_container_test.py:1319: in test_rename_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'name': 'foobar'}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', params={'name': 'foobar'}, timeout=60) _____________________ ContainerTest.test_resize_container ______________________ tests/unit/api_container_test.py:1305: in test_resize_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 15, 'w': 120}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', params={'h': 15, 'w': 120}, timeout=60) _____________________ ContainerTest.test_restart_container _____________________ tests/unit/api_container_test.py:1638: in test_restart_container timeout=(DEFAULT_TIMEOUT_SECONDS + 2) /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62) _________ ContainerTest.test_restart_container_with_dict_instead_of_id _________ tests/unit/api_container_test.py:1649: in test_restart_container_with_dict_instead_of_id timeout=(DEFAULT_TIMEOUT_SECONDS + 2) /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62) ______________________ ContainerTest.test_stop_container _______________________ tests/unit/api_container_test.py:1560: in test_stop_container timeout=(DEFAULT_TIMEOUT_SECONDS + timeout) /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62) __________ ContainerTest.test_stop_container_with_dict_instead_of_id ___________ tests/unit/api_container_test.py:1574: in test_stop_container_with_dict_instead_of_id timeout=(DEFAULT_TIMEOUT_SECONDS + timeout) /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62) _____________________ ContainerTest.test_unpause_container _____________________ tests/unit/api_container_test.py:1594: in test_unpause_container timeout=(DEFAULT_TIMEOUT_SECONDS) /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', timeout=60) ___________________________ ContainerTest.test_wait ____________________________ tests/unit/api_container_test.py:1330: in test_wait params={} /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None) _______________ ContainerTest.test_wait_with_dict_instead_of_id ________________ tests/unit/api_container_test.py:1341: in test_wait_with_dict_instead_of_id params={} /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None) __________________________ ExecTest.test_exec_create ___________________________ tests/unit/api_exec_test.py:41: in test_exec_create assert args[1]['headers'] == \ E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________________________ ExecTest.test_exec_resize ___________________________ tests/unit/api_exec_test.py:95: in test_exec_resize timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with raise AssertionError(msg) E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 20, 'w': 60}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', params={'h': 20, 'w': 60}, timeout=60) ___________________________ ExecTest.test_exec_start ___________________________ tests/unit/api_exec_test.py:58: in test_exec_start assert args[1]['headers'] == merge_dicts(DEFAULT_HEADERS, { E AssertionError: assert {'Connection'...grade': 'tcp'} == {'Accept': '*/...on/json', ...} E Omitting 3 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff: E - {'Connection': 'Upgrade', 'Content-Type': 'application/json', 'Upgrade': 'tcp'}... E E ...Full output truncated (7 lines hidden), use '-vv' to show ______________________ ExecTest.test_exec_start_detached _______________________ tests/unit/api_exec_test.py:77: in test_exec_start_detached assert args[1]['headers'] == DEFAULT_HEADERS E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/4.4.0-dev'} E Left contains more items: E {'Content-Type': 'application/json'} E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'}... E E ...Full output truncated (7 lines hidden), use '-vv' to show =============================== warnings summary =============================== /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release. from cryptography import x509 -- Docs: https://docs.pytest.org/en/latest/warnings.html ---------- coverage: platform linux2, python 2.7.18-final-0 ---------- Name Stmts Miss Branch BrPart Cover ----------------------------------------------------------------------- docker/__init__.py 8 0 0 0 100% docker/api/__init__.py 1 0 0 0 100% docker/api/build.py 126 18 92 16 83% docker/api/client.py 263 45 96 12 82% docker/api/config.py 31 1 6 2 92% docker/api/container.py 266 17 102 19 90% docker/api/daemon.py 39 2 14 4 89% docker/api/exec_api.py 46 4 22 4 88% docker/api/image.py 157 21 56 12 84% docker/api/network.py 90 13 48 12 80% docker/api/plugin.py 90 13 12 4 81% docker/api/secret.py 36 4 10 3 80% docker/api/service.py 200 60 149 32 61% docker/api/swarm.py 106 14 38 10 82% docker/api/volume.py 38 3 14 3 88% docker/auth.py 198 17 74 18 87% docker/client.py 69 4 2 0 94% docker/constants.py 22 0 0 0 100% docker/context/__init__.py 2 0 0 0 100% docker/context/api.py 78 16 38 8 76% docker/context/config.py 61 24 16 2 56% docker/context/context.py 151 21 62 15 81% docker/credentials/__init__.py 3 0 0 0 100% docker/credentials/constants.py 4 0 0 0 100% docker/credentials/errors.py 11 1 2 1 85% docker/credentials/store.py 50 6 16 3 83% docker/credentials/utils.py 23 13 12 1 31% docker/errors.py 110 12 18 6 86% docker/models/__init__.py 0 0 0 0 100% docker/models/configs.py 21 8 0 0 62% docker/models/containers.py 183 6 60 5 95% docker/models/images.py 137 29 50 3 75% docker/models/networks.py 37 1 8 0 98% docker/models/nodes.py 15 1 0 0 93% docker/models/plugins.py 49 30 8 0 33% docker/models/resource.py 41 9 6 2 77% docker/models/secrets.py 21 8 0 0 62% docker/models/services.py 87 3 34 3 95% docker/models/swarm.py 39 3 6 3 87% docker/models/volumes.py 23 1 2 0 96% docker/tls.py 37 6 14 6 76% docker/transport/__init__.py 11 3 0 0 73% docker/transport/basehttpadapter.py 6 0 2 1 88% docker/transport/npipeconn.py 59 54 10 0 7% docker/transport/npipesocket.py 137 132 22 0 3% docker/transport/sshconn.py 149 110 50 1 20% docker/transport/ssladapter.py 36 8 10 4 70% docker/transport/unixconn.py 66 5 12 4 88% docker/types/__init__.py 6 0 0 0 100% docker/types/base.py 5 0 2 0 100% docker/types/containers.py 420 66 324 43 84% docker/types/daemon.py 36 9 14 3 68% docker/types/healthcheck.py 34 12 4 1 61% docker/types/networks.py 41 6 28 5 81% docker/types/services.py 312 45 206 33 83% docker/types/swarm.py 51 24 40 10 52% docker/utils/__init__.py 3 0 0 0 100% docker/utils/build.py 155 14 74 7 89% docker/utils/config.py 36 2 10 2 91% docker/utils/decorators.py 37 1 18 2 95% docker/utils/fnmatch.py 55 18 28 2 61% docker/utils/json_stream.py 43 8 14 2 79% docker/utils/ports.py 50 3 28 2 91% docker/utils/proxy.py 32 1 12 0 98% docker/utils/socket.py 86 8 40 7 87% docker/utils/utils.py 285 17 164 12 93% docker/version.py 2 0 0 0 100% ----------------------------------------------------------------------- TOTAL 5122 980 2199 350 78% =========================== short test summary info ============================ XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options CONFIG_RT_GROUP_SCHED isn't enabled XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt Not supported on most drivers XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs Output of docker top depends on host distro, and is not formalized. XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver This doesn't seem to be taken into account by the engine XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32' SKIPPED [1] tests/unit/api_build_test.py:188: Windows-specific syntax SKIPPED [1] tests/unit/client_test.py:254: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/client_test.py:217: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows SKIPPED [1] tests/unit/client_test.py:143: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 SKIPPED [1] tests/unit/client_test.py:104: Npipe Connection Pool only on Windows = 74 failed, 855 passed, 15 skipped, 5 xfailed, 4 xpassed, 1 warnings in 317.29 seconds = [Pipeline] sh + docker stop dpy-dind-35-0-py2.7-19.03.12 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_df PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_info PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_ping PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_version PASSED [ 30%] dpy-dind-35-0-py2.7-19.03.13 + docker network rm dpy-testnet-35-0-py2.7-19.03.13 dpy-testnet-35-0-py2.7-19.03.13 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py2.7_19.03.13 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 30%] tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 30%] tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%] tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%] tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 29%] tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%] tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_df PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_info PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_ping PASSED [ 30%] tests/integration/client_test.py::ClientTest::test_version PASSED [ 30%] tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%] dpy-dind-35-0-py2.7-19.03.12 + docker network rm dpy-testnet-35-0-py2.7-19.03.12 dpy-testnet-35-0-py2.7-19.03.12 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py2.7_19.03.12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%] tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 30%] tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 30%] tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%] tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%] tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 31%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%] tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 32%] tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 32%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 32%] tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%] tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 33%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%] tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 34%] tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 34%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 34%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 35%] tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 35%] tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 35%] tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 36%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 35%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 36%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%] tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%] tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%] tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%] tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 36%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 36%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 36%] tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%] tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%] tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%] tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_get PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 38%] tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%] tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_get PASSED [ 37%] tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 38%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%] tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%] tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%] tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%] tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%] tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 39%] tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%] tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%] tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%] tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 39%] tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 40%] tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 40%] tests/unit/api_build_test.py::BuildTest::test_build_container PASSED [ 40%] tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth FAILED [ 41%] tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 41%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container FAILED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged FAILED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities FAILED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list FAILED [ 45%] tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 39%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf FAILED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat FAILED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links FAILED [ 47%] tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 39%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string FAILED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir FAILED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container FAILED [ 48%] tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%] tests/unit/api_container_test.py::ContainerTest::test_container_stats FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_top FAILED [ 48%] tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%] tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_diff FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id FAILED [ 49%] tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%] tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 40%] tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 40%] tests/unit/api_build_test.py::BuildTest::test_build_container PASSED [ 40%] tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%] tests/unit/api_container_test.py::ContainerTest::test_export FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_inspect_container FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%] tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth FAILED [ 41%] tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 41%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 41%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%] tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 42%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 42%] tests/unit/api_container_test.py::ContainerTest::test_kill_container FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id FAILED [ 49%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%] tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container FAILED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged FAILED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities FAILED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 43%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%] tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_list_containers FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_log_following FAILED [ 49%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices FAILED [ 44%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint FAILED [ 45%] tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list FAILED [ 45%] tests/unit/api_container_test.py::ContainerTest::test_log_streaming FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_tail FAILED [ 50%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples FAILED [ 45%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf FAILED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat FAILED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 46%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume FAILED [ 47%] tests/unit/api_container_test.py::ContainerTest::test_log_tty FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_logs FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id FAILED [ 50%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal FAILED [ 47%] tests/unit/api_container_test.py::ContainerTest::test_pause_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_port FAILED [ 51%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list FAILED [ 47%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string FAILED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir FAILED [ 48%] tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_remove_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_rename_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_container_stats FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_top FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_resize_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_restart_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_diff FAILED [ 48%] tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_stop_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id FAILED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_unpause_container FAILED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_export FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_inspect_container FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_wait FAILED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_create FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_kill_container FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal FAILED [ 49%] tests/unit/api_exec_test.py::ExecTest::test_exec_resize FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_start FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached FAILED [ 52%] tests/unit/api_image_test.py::ImageTest::test_commit PASSED [ 52%] tests/unit/api_image_test.py::ImageTest::test_get_image PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_history PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images_name PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_import_image PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_load_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_pull PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_push_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_ctor PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_events PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_info PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_login PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_search PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_version PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 58%] tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 58%] tests/unit/api_container_test.py::ContainerTest::test_list_containers FAILED [ 49%] tests/unit/api_container_test.py::ContainerTest::test_log_following FAILED [ 49%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 58%] tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 58%] tests/unit/api_container_test.py::ContainerTest::test_log_streaming FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_log_tail FAILED [ 50%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%] tests/unit/api_container_test.py::ContainerTest::test_log_tty FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_logs FAILED [ 50%] tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id FAILED [ 50%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%] tests/unit/api_container_test.py::ContainerTest::test_pause_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_port FAILED [ 51%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%] tests/unit/api_container_test.py::ContainerTest::test_remove_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_rename_container FAILED [ 51%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%] tests/unit/api_container_test.py::ContainerTest::test_resize_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_restart_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_stop_container FAILED [ 51%] tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id FAILED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_unpause_container FAILED [ 52%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%] tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED [ 59%] tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED [ 59%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 59%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED [ 61%] tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 65%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 65%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 66%] tests/unit/api_container_test.py::ContainerTest::test_wait FAILED [ 52%] tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_create FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_resize FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_start FAILED [ 52%] tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached FAILED [ 52%] tests/unit/api_image_test.py::ImageTest::test_commit PASSED [ 52%] tests/unit/api_image_test.py::ImageTest::test_get_image PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_history PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED [ 53%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_call_containers PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 67%] tests/unit/client_test.py::ClientTest::test_events PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_info PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_ping PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED [ 67%] tests/unit/client_test.py::ClientTest::test_version PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 68%] tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_https_host PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%] tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 73%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 73%] tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%] tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%] tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 75%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED [ 77%] tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%] tests/unit/api_image_test.py::ImageTest::test_images PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images_name PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_import_image PASSED [ 53%] tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_load_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_pull PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_push_image PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED [ 54%] tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED [ 55%] tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 55%] tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED [ 56%] tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_ctor PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_events PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_info PASSED [ 56%] tests/unit/api_test.py::DockerApiTest::test_login PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_search PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 57%] tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_version PASSED [ 58%] tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 58%] tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 58%] tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%] tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%] tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_export PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_image PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_name PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED [ 80%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 58%] tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_start PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_status PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_top PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_update PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_history PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_save PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_short_id PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_tag PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_tags PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 58%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED [ 84%] tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED [ 84%] tests/unit/models_resources_test.py::ModelTest::test_hash PASSED [ 84%] tests/unit/models_resources_test.py::ModelTest::test_reload PASSED [ 84%] tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%] tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED [ 85%] tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 89%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 90%] tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 91%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED [ 92%] tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED [ 96%] tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED [ 96%] tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED [ 96%] tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%] tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED [ 99%] tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%] tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%] tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%] =================================== FAILURES =================================== ________________ BuildTest.test_build_remote_with_registry_auth ________________ tests/unit/api_build_test.py:109: in test_build_remote_with_registry_auth timeout=None /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/build', data=None, headers={'X-Registry-Config': b'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJ1c2VyIjogImV4YW1wbGUiLCAicGFzc3dvcmQiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19', 'User-Agent': 'docker-sdk-python/4.4.0-dev', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive'}, params={'t': None, 'q': False, 'dockerfile': None, 'rm': False, 'nocache': False, 'pull': False, 'forcerm': False, 'remote': 'https://github.com/docker-library/mongo'}, stream=True, timeout=None) E Actual call: mock('POST', 'http+docker://localhost/v1.39/build', data=None, headers={'X-Registry-Config': b'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJ1c2VyIjogImV4YW1wbGUiLCAicGFzc3dvcmQiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19'}, params={'t': None, 'remote': 'https://github.com/docker-library/mongo', 'q': False, 'nocache': False, 'rm': False, 'forcerm': False, 'pull': False, 'dockerfile': None}, stream=True, timeout=None) __________________ CreateContainerTest.test_create_container ___________________ tests/unit/api_container_test.py:148: in test_create_container assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_privileged _____________ tests/unit/api_container_test.py:815: in test_create_container_privileged assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ______ CreateContainerTest.test_create_container_with_added_capabilities _______ tests/unit/api_container_test.py:865: in test_create_container_with_added_capabilities assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_with_binds _____________ tests/unit/api_container_test.py:172: in test_create_container_with_binds assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_binds_list ___________ tests/unit/api_container_test.py:652: in test_create_container_with_binds_list assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_binds_mode ___________ tests/unit/api_container_test.py:610: in test_create_container_with_binds_mode assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ___________ CreateContainerTest.test_create_container_with_binds_ro ____________ tests/unit/api_container_test.py:554: in test_create_container_with_binds_ro assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ___________ CreateContainerTest.test_create_container_with_binds_rw ____________ tests/unit/api_container_test.py:582: in test_create_container_with_binds_rw assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____________ CreateContainerTest.test_create_container_with_devices ____________ tests/unit/api_container_test.py:920: in test_create_container_with_devices assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____ CreateContainerTest.test_create_container_with_dropped_capabilities ______ tests/unit/api_container_test.py:886: in test_create_container_with_dropped_capabilities assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_entrypoint ___________ tests/unit/api_container_test.py:247: in test_create_container_with_entrypoint assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____ CreateContainerTest.test_create_container_with_host_config_cpu_shares _____ tests/unit/api_container_test.py:277: in test_create_container_with_host_config_cpu_shares assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _______ CreateContainerTest.test_create_container_with_host_config_cpus ________ tests/unit/api_container_test.py:1265: in test_create_container_with_host_config_cpus assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ______ CreateContainerTest.test_create_container_with_host_config_cpuset _______ tests/unit/api_container_test.py:307: in test_create_container_with_host_config_cpuset assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____ CreateContainerTest.test_create_container_with_host_config_cpuset_mems ____ tests/unit/api_container_test.py:337: in test_create_container_with_host_config_cpuset_mems assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_labels_dict __________ tests/unit/api_container_test.py:1010: in test_create_container_with_labels_dict assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_labels_list __________ tests/unit/api_container_test.py:1037: in test_create_container_with_labels_list assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_with_links _____________ tests/unit/api_container_test.py:741: in test_create_container_with_links assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____ CreateContainerTest.test_create_container_with_links_as_list_of_tuples ____ tests/unit/api_container_test.py:795: in test_create_container_with_links_as_list_of_tuples assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ___________ CreateContainerTest.test_create_container_with_lxc_conf ____________ tests/unit/api_container_test.py:502: in test_create_container_with_lxc_conf assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ________ CreateContainerTest.test_create_container_with_lxc_conf_compat ________ tests/unit/api_container_test.py:526: in test_create_container_with_lxc_conf_compat assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ________ CreateContainerTest.test_create_container_with_multiple_links _________ tests/unit/api_container_test.py:770: in test_create_container_with_multiple_links assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _________ CreateContainerTest.test_create_container_with_named_volume __________ tests/unit/api_container_test.py:1067: in test_create_container_with_named_volume assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_port_binds ___________ tests/unit/api_container_test.py:701: in test_create_container_with_port_binds assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_with_ports _____________ tests/unit/api_container_test.py:224: in test_create_container_with_ports assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ________ CreateContainerTest.test_create_container_with_restart_policy _________ tests/unit/api_container_test.py:844: in test_create_container_with_restart_policy assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_stdin_open ___________ tests/unit/api_container_test.py:394: in test_create_container_with_stdin_open assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_stop_signal __________ tests/unit/api_container_test.py:1091: in test_create_container_with_stop_signal assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____________ CreateContainerTest.test_create_container_with_sysctl _____________ tests/unit/api_container_test.py:1211: in test_create_container_with_sysctl assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_tmpfs_dict ___________ tests/unit/api_container_test.py:1182: in test_create_container_with_tmpfs_dict assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_tmpfs_list ___________ tests/unit/api_container_test.py:1152: in test_create_container_with_tmpfs_list assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _________ CreateContainerTest.test_create_container_with_volume_string _________ tests/unit/api_container_test.py:197: in test_create_container_with_volume_string assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_working_dir __________ tests/unit/api_container_test.py:374: in test_create_container_with_working_dir assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _______________ CreateContainerTest.test_create_named_container ________________ tests/unit/api_container_test.py:415: in test_create_named_container assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ______________________ ContainerTest.test_container_stats ______________________ tests/unit/api_container_test.py:1721: in test_container_stats stream=True /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', stream=True, timeout=60) _______________________ ContainerTest.test_container_top _______________________ tests/unit/api_container_test.py:1732: in test_container_top timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={}, timeout=60) _________________ ContainerTest.test_container_top_with_psargs _________________ tests/unit/api_container_test.py:1743: in test_container_top_with_psargs timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'ps_args': 'waux'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={'ps_args': 'waux'}, timeout=60) ___________________________ ContainerTest.test_diff ____________________________ tests/unit/api_container_test.py:1527: in test_diff timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60) _______________ ContainerTest.test_diff_with_dict_instead_of_id ________________ tests/unit/api_container_test.py:1537: in test_diff_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60) __________________________ ContainerTest.test_export ___________________________ tests/unit/api_container_test.py:1682: in test_export timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60) ______________ ContainerTest.test_export_with_dict_instead_of_id _______________ tests/unit/api_container_test.py:1693: in test_export_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60) _____________________ ContainerTest.test_inspect_container _____________________ tests/unit/api_container_test.py:1703: in test_inspect_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60) ______________________ ContainerTest.test_kill_container _______________________ tests/unit/api_container_test.py:1605: in test_kill_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60) __________ ContainerTest.test_kill_container_with_dict_instead_of_id ___________ tests/unit/api_container_test.py:1616: in test_kill_container_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60) ________________ ContainerTest.test_kill_container_with_signal _________________ tests/unit/api_container_test.py:1627: in test_kill_container_with_signal timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'signal': }, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={'signal': 15}, timeout=60) ______________________ ContainerTest.test_list_containers ______________________ tests/unit/api_container_test.py:1290: in test_list_containers timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/json', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'all': 1, 'since': None, 'size': 0, 'limit': -1, 'trunc_cmd': 0, 'before': None}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/json', params={'limit': -1, 'all': 1, 'size': 0, 'trunc_cmd': 0, 'since': None, 'before': None}, timeout=60) _______________________ ContainerTest.test_log_following _______________________ tests/unit/api_container_test.py:1407: in test_log_following stream=False /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=False, timeout=60) __________________ ContainerTest.test_log_following_backwards __________________ tests/unit/api_container_test.py:1422: in test_log_following_backwards stream=True /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=True, timeout=60) _________________________ ContainerTest.test_log_since _________________________ tests/unit/api_container_test.py:1472: in test_log_since stream=False /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60) __________________ ContainerTest.test_log_since_with_datetime __________________ tests/unit/api_container_test.py:1490: in test_log_since_with_datetime stream=False /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60) _______________________ ContainerTest.test_log_streaming _______________________ tests/unit/api_container_test.py:1391: in test_log_streaming stream=True /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all'}, stream=True, timeout=60) ________________ ContainerTest.test_log_streaming_and_following ________________ tests/unit/api_container_test.py:1438: in test_log_streaming_and_following stream=True /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=True, timeout=60) _________________________ ContainerTest.test_log_tail __________________________ tests/unit/api_container_test.py:1455: in test_log_tail stream=False /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 10}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 10}, stream=False, timeout=60) __________________________ ContainerTest.test_log_tty __________________________ tests/unit/api_container_test.py:1517: in test_log_tty stream=True /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=True, timeout=60) ___________________________ ContainerTest.test_logs ____________________________ tests/unit/api_container_test.py:1356: in test_logs stream=False /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all'}, stream=False, timeout=60) _______________ ContainerTest.test_logs_with_dict_instead_of_id ________________ tests/unit/api_container_test.py:1373: in test_logs_with_dict_instead_of_id stream=False /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all'}, stream=False, timeout=60) ______________________ ContainerTest.test_pause_container ______________________ tests/unit/api_container_test.py:1584: in test_pause_container timeout=(DEFAULT_TIMEOUT_SECONDS) /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', timeout=60) ___________________________ ContainerTest.test_port ____________________________ tests/unit/api_container_test.py:1547: in test_port timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60) _____________________ ContainerTest.test_remove_container ______________________ tests/unit/api_container_test.py:1660: in test_remove_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'v': False, 'link': False, 'force': False}, timeout=60) E Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'v': False, 'link': False, 'force': False}, timeout=60) _________ ContainerTest.test_remove_container_with_dict_instead_of_id __________ tests/unit/api_container_test.py:1671: in test_remove_container_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'v': False, 'link': False, 'force': False}, timeout=60) E Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'v': False, 'link': False, 'force': False}, timeout=60) _____________________ ContainerTest.test_rename_container ______________________ tests/unit/api_container_test.py:1319: in test_rename_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'name': 'foobar'}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', params={'name': 'foobar'}, timeout=60) _____________________ ContainerTest.test_resize_container ______________________ tests/unit/api_container_test.py:1305: in test_resize_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 15, 'w': 120}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', params={'h': 15, 'w': 120}, timeout=60) _____________________ ContainerTest.test_restart_container _____________________ tests/unit/api_container_test.py:1638: in test_restart_container timeout=(DEFAULT_TIMEOUT_SECONDS + 2) /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62) _________ ContainerTest.test_restart_container_with_dict_instead_of_id _________ tests/unit/api_container_test.py:1649: in test_restart_container_with_dict_instead_of_id timeout=(DEFAULT_TIMEOUT_SECONDS + 2) /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62) ______________________ ContainerTest.test_stop_container _______________________ tests/unit/api_container_test.py:1560: in test_stop_container timeout=(DEFAULT_TIMEOUT_SECONDS + timeout) /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62) __________ ContainerTest.test_stop_container_with_dict_instead_of_id ___________ tests/unit/api_container_test.py:1574: in test_stop_container_with_dict_instead_of_id timeout=(DEFAULT_TIMEOUT_SECONDS + timeout) /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62) _____________________ ContainerTest.test_unpause_container _____________________ tests/unit/api_container_test.py:1594: in test_unpause_container timeout=(DEFAULT_TIMEOUT_SECONDS) /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', timeout=60) ___________________________ ContainerTest.test_wait ____________________________ tests/unit/api_container_test.py:1330: in test_wait params={} /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None) _______________ ContainerTest.test_wait_with_dict_instead_of_id ________________ tests/unit/api_container_test.py:1341: in test_wait_with_dict_instead_of_id params={} /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None) __________________________ ExecTest.test_exec_create ___________________________ tests/unit/api_exec_test.py:41: in test_exec_create assert args[1]['headers'] == \ E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________________________ ExecTest.test_exec_resize ___________________________ tests/unit/api_exec_test.py:95: in test_exec_resize timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 20, 'w': 60}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', params={'h': 20, 'w': 60}, timeout=60) ___________________________ ExecTest.test_exec_start ___________________________ tests/unit/api_exec_test.py:58: in test_exec_start assert args[1]['headers'] == merge_dicts(DEFAULT_HEADERS, { E AssertionError: assert {'Connection'...grade': 'tcp'} == {'Accept': '*/...on/json', ...} E Omitting 3 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff: E - {'Connection': 'Upgrade', 'Content-Type': 'application/json', 'Upgrade': 'tcp'}... E E ...Full output truncated (7 lines hidden), use '-vv' to show ______________________ ExecTest.test_exec_start_detached _______________________ tests/unit/api_exec_test.py:77: in test_exec_start_detached assert args[1]['headers'] == DEFAULT_HEADERS E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/4.4.0-dev'} E Left contains more items: E {'Content-Type': 'application/json'} E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'}... E E ...Full output truncated (7 lines hidden), use '-vv' to show =============================== warnings summary =============================== /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23 /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 from collections import MutableMapping -- Docs: https://docs.pytest.org/en/latest/warnings.html ----------- coverage: platform linux, python 3.7.9-final-0 ----------- Name Stmts Miss Branch BrPart Cover ----------------------------------------------------------------------- docker/__init__.py 8 0 0 0 100% docker/api/__init__.py 1 0 0 0 100% docker/api/build.py 126 18 93 16 83% docker/api/client.py 263 46 98 13 82% docker/api/config.py 31 0 6 2 95% docker/api/container.py 266 17 104 19 90% docker/api/daemon.py 39 2 14 4 89% docker/api/exec_api.py 46 4 22 4 88% docker/api/image.py 157 21 58 12 84% docker/api/network.py 90 13 48 12 80% docker/api/plugin.py 90 13 14 4 82% docker/api/secret.py 36 3 10 3 83% docker/api/service.py 200 60 149 32 61% docker/api/swarm.py 106 14 38 10 82% docker/api/volume.py 38 3 14 3 88% docker/auth.py 198 17 74 17 88% docker/client.py 69 4 2 0 94% docker/constants.py 22 0 0 0 100% docker/context/__init__.py 2 0 0 0 100% docker/context/api.py 78 16 38 8 76% docker/context/config.py 61 24 16 2 56% docker/context/context.py 151 21 62 15 81% docker/credentials/__init__.py 3 0 0 0 100% docker/credentials/constants.py 4 0 0 0 100% docker/credentials/errors.py 11 1 2 1 85% docker/credentials/store.py 50 9 16 5 73% docker/credentials/utils.py 23 13 12 1 31% docker/errors.py 110 12 20 6 86% docker/models/__init__.py 0 0 0 0 100% docker/models/configs.py 21 8 2 0 57% docker/models/containers.py 183 6 70 5 95% docker/models/images.py 137 29 56 3 76% docker/models/networks.py 37 1 12 0 98% docker/models/nodes.py 15 1 2 0 94% docker/models/plugins.py 49 30 10 0 32% docker/models/resource.py 41 9 6 2 77% docker/models/secrets.py 21 8 2 0 57% docker/models/services.py 87 3 36 3 95% docker/models/swarm.py 39 3 6 3 87% docker/models/volumes.py 23 1 4 0 96% docker/tls.py 37 6 14 6 76% docker/transport/__init__.py 11 3 0 0 73% docker/transport/basehttpadapter.py 6 0 2 1 88% docker/transport/npipeconn.py 59 54 10 0 7% docker/transport/npipesocket.py 137 132 22 0 3% docker/transport/sshconn.py 149 110 50 1 20% docker/transport/ssladapter.py 36 10 10 4 65% docker/transport/unixconn.py 66 6 12 4 87% docker/types/__init__.py 6 0 0 0 100% docker/types/base.py 5 0 2 0 100% docker/types/containers.py 420 66 326 43 84% docker/types/daemon.py 36 8 14 4 72% docker/types/healthcheck.py 34 12 4 1 61% docker/types/networks.py 41 6 28 5 81% docker/types/services.py 312 45 206 33 83% docker/types/swarm.py 51 24 40 10 52% docker/utils/__init__.py 3 0 0 0 100% docker/utils/build.py 155 18 76 7 87% docker/utils/config.py 36 2 10 2 91% docker/utils/decorators.py 37 1 18 2 95% docker/utils/fnmatch.py 55 18 28 2 61% docker/utils/json_stream.py 43 8 14 2 79% docker/utils/ports.py 50 3 32 2 91% docker/utils/proxy.py 32 1 12 0 98% docker/utils/socket.py 86 9 40 7 86% docker/utils/utils.py 285 19 177 13 92% docker/version.py 2 0 2 0 100% ----------------------------------------------------------------------- TOTAL 5122 991 2265 354 78% =========================== short test summary info ============================ XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options CONFIG_RT_GROUP_SCHED isn't enabled XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt Not supported on most drivers XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs Output of docker top depends on host distro, and is not formalized. XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver This doesn't seem to be taken into account by the engine XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 SKIPPED [1] tests/unit/api_build_test.py:188: Windows-specific syntax SKIPPED [1] tests/unit/client_test.py:103: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/client_test.py:142: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/client_test.py:216: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/client_test.py:253: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32' SKIPPED [1] tests/unit/utils_test.py:487: shlex doesn't support bytes in py3 = 74 failed, 854 passed, 16 skipped, 5 xfailed, 4 xpassed, 1 warnings in 322.10 seconds = tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%] tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED [ 59%] tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED [ 59%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 59%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%] tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED [ 60%] tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%] tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED [ 61%] tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 61%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%] tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 62%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 63%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%] tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 64%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED [ 65%] tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 65%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 65%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 66%] tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_call_containers PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 67%] tests/unit/client_test.py::ClientTest::test_events PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_info PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_ping PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED [ 67%] tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED [ 67%] tests/unit/client_test.py::ClientTest::test_version PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 68%] tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 68%] tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_https_host PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%] tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%] tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%] tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 73%] tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 73%] tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%] tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%] tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%] tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%] tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%] tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 75%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%] tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%] tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%] tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%] tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED [ 77%] tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED [ 77%] tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%] [Pipeline] sh tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%] tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%] tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%] tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_export PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_image PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED [ 79%] tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_name PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED [ 80%] + docker stop dpy-dind-35-0-py3.7-19.03.13 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%] tests/unit/models_containers_test.py::ContainerTest::test_start PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_status PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_top PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_update PASSED [ 81%] tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED [ 81%] tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%] tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_history PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_save PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_short_id PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_tag PASSED [ 83%] tests/unit/models_images_test.py::ImageTest::test_tags PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%] tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED [ 83%] tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED [ 84%] tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED [ 84%] tests/unit/models_resources_test.py::ModelTest::test_hash PASSED [ 84%] tests/unit/models_resources_test.py::ModelTest::test_reload PASSED [ 84%] tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%] tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%] tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%] tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED [ 85%] tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%] tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 89%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%] tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED [ 89%] tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 90%] tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%] tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 91%] tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%] tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED [ 92%] tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED [ 92%] tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%] tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%] tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%] tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%] tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%] tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED [ 95%] tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%] tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED [ 96%] tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED [ 96%] tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED [ 96%] tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%] tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%] tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%] tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED [ 99%] tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%] tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%] =================================== FAILURES =================================== ______________ AttachContainerTest.test_attach_stream_and_cancel _______________ tests/integration/api_container_test.py:1275: in test_attach_stream_and_cancel assert len(lines) == 1 E AssertionError: assert 2 == 1 E -2 E +1 ________________ BuildTest.test_build_remote_with_registry_auth ________________ tests/unit/api_build_test.py:109: in test_build_remote_with_registry_auth timeout=None /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/build', data=None, headers={'X-Registry-Config': b'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJ1c2VyIjogImV4YW1wbGUiLCAicGFzc3dvcmQiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19', 'User-Agent': 'docker-sdk-python/4.4.0-dev', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive'}, params={'t': None, 'q': False, 'dockerfile': None, 'rm': False, 'nocache': False, 'pull': False, 'forcerm': False, 'remote': 'https://github.com/docker-library/mongo'}, stream=True, timeout=None) E Actual call: mock('POST', 'http+docker://localhost/v1.39/build', data=None, headers={'X-Registry-Config': b'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJ1c2VyIjogImV4YW1wbGUiLCAicGFzc3dvcmQiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19'}, params={'t': None, 'remote': 'https://github.com/docker-library/mongo', 'q': False, 'nocache': False, 'rm': False, 'forcerm': False, 'pull': False, 'dockerfile': None}, stream=True, timeout=None) __________________ CreateContainerTest.test_create_container ___________________ tests/unit/api_container_test.py:148: in test_create_container assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_privileged _____________ tests/unit/api_container_test.py:815: in test_create_container_privileged assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ______ CreateContainerTest.test_create_container_with_added_capabilities _______ tests/unit/api_container_test.py:865: in test_create_container_with_added_capabilities assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_with_binds _____________ tests/unit/api_container_test.py:172: in test_create_container_with_binds assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_binds_list ___________ tests/unit/api_container_test.py:652: in test_create_container_with_binds_list assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_binds_mode ___________ tests/unit/api_container_test.py:610: in test_create_container_with_binds_mode assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ___________ CreateContainerTest.test_create_container_with_binds_ro ____________ tests/unit/api_container_test.py:554: in test_create_container_with_binds_ro assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ___________ CreateContainerTest.test_create_container_with_binds_rw ____________ tests/unit/api_container_test.py:582: in test_create_container_with_binds_rw assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____________ CreateContainerTest.test_create_container_with_devices ____________ tests/unit/api_container_test.py:920: in test_create_container_with_devices assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____ CreateContainerTest.test_create_container_with_dropped_capabilities ______ tests/unit/api_container_test.py:886: in test_create_container_with_dropped_capabilities assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_entrypoint ___________ tests/unit/api_container_test.py:247: in test_create_container_with_entrypoint assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____ CreateContainerTest.test_create_container_with_host_config_cpu_shares _____ tests/unit/api_container_test.py:277: in test_create_container_with_host_config_cpu_shares assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _______ CreateContainerTest.test_create_container_with_host_config_cpus ________ tests/unit/api_container_test.py:1265: in test_create_container_with_host_config_cpus assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ______ CreateContainerTest.test_create_container_with_host_config_cpuset _______ tests/unit/api_container_test.py:307: in test_create_container_with_host_config_cpuset assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____ CreateContainerTest.test_create_container_with_host_config_cpuset_mems ____ tests/unit/api_container_test.py:337: in test_create_container_with_host_config_cpuset_mems assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_labels_dict __________ tests/unit/api_container_test.py:1010: in test_create_container_with_labels_dict assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_labels_list __________ tests/unit/api_container_test.py:1037: in test_create_container_with_labels_list assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_with_links _____________ tests/unit/api_container_test.py:741: in test_create_container_with_links assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____ CreateContainerTest.test_create_container_with_links_as_list_of_tuples ____ tests/unit/api_container_test.py:795: in test_create_container_with_links_as_list_of_tuples assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ___________ CreateContainerTest.test_create_container_with_lxc_conf ____________ tests/unit/api_container_test.py:502: in test_create_container_with_lxc_conf assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ________ CreateContainerTest.test_create_container_with_lxc_conf_compat ________ tests/unit/api_container_test.py:526: in test_create_container_with_lxc_conf_compat assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ________ CreateContainerTest.test_create_container_with_multiple_links _________ tests/unit/api_container_test.py:770: in test_create_container_with_multiple_links assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _________ CreateContainerTest.test_create_container_with_named_volume __________ tests/unit/api_container_test.py:1067: in test_create_container_with_named_volume assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_port_binds ___________ tests/unit/api_container_test.py:701: in test_create_container_with_port_binds assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _____________ CreateContainerTest.test_create_container_with_ports _____________ tests/unit/api_container_test.py:224: in test_create_container_with_ports assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ________ CreateContainerTest.test_create_container_with_restart_policy _________ tests/unit/api_container_test.py:844: in test_create_container_with_restart_policy assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_stdin_open ___________ tests/unit/api_container_test.py:394: in test_create_container_with_stdin_open assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_stop_signal __________ tests/unit/api_container_test.py:1091: in test_create_container_with_stop_signal assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ____________ CreateContainerTest.test_create_container_with_sysctl _____________ tests/unit/api_container_test.py:1211: in test_create_container_with_sysctl assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_tmpfs_dict ___________ tests/unit/api_container_test.py:1182: in test_create_container_with_tmpfs_dict assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_tmpfs_list ___________ tests/unit/api_container_test.py:1152: in test_create_container_with_tmpfs_list assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _________ CreateContainerTest.test_create_container_with_volume_string _________ tests/unit/api_container_test.py:197: in test_create_container_with_volume_string assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________ CreateContainerTest.test_create_container_with_working_dir __________ tests/unit/api_container_test.py:374: in test_create_container_with_working_dir assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show _______________ CreateContainerTest.test_create_named_container ________________ tests/unit/api_container_test.py:415: in test_create_named_container assert args[1]['headers'] == { E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show ______________________ ContainerTest.test_container_stats ______________________ tests/unit/api_container_test.py:1721: in test_container_stats stream=True /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', stream=True, timeout=60) _______________________ ContainerTest.test_container_top _______________________ tests/unit/api_container_test.py:1732: in test_container_top timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={}, timeout=60) _________________ ContainerTest.test_container_top_with_psargs _________________ tests/unit/api_container_test.py:1743: in test_container_top_with_psargs timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'ps_args': 'waux'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={'ps_args': 'waux'}, timeout=60) ___________________________ ContainerTest.test_diff ____________________________ tests/unit/api_container_test.py:1527: in test_diff timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60) _______________ ContainerTest.test_diff_with_dict_instead_of_id ________________ tests/unit/api_container_test.py:1537: in test_diff_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60) __________________________ ContainerTest.test_export ___________________________ tests/unit/api_container_test.py:1682: in test_export timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60) ______________ ContainerTest.test_export_with_dict_instead_of_id _______________ tests/unit/api_container_test.py:1693: in test_export_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60) _____________________ ContainerTest.test_inspect_container _____________________ tests/unit/api_container_test.py:1703: in test_inspect_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60) ______________________ ContainerTest.test_kill_container _______________________ tests/unit/api_container_test.py:1605: in test_kill_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60) __________ ContainerTest.test_kill_container_with_dict_instead_of_id ___________ tests/unit/api_container_test.py:1616: in test_kill_container_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60) ________________ ContainerTest.test_kill_container_with_signal _________________ tests/unit/api_container_test.py:1627: in test_kill_container_with_signal timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'signal': }, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={'signal': 15}, timeout=60) ______________________ ContainerTest.test_list_containers ______________________ tests/unit/api_container_test.py:1290: in test_list_containers timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/json', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'all': 1, 'since': None, 'size': 0, 'limit': -1, 'trunc_cmd': 0, 'before': None}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/json', params={'limit': -1, 'all': 1, 'size': 0, 'trunc_cmd': 0, 'since': None, 'before': None}, timeout=60) _______________________ ContainerTest.test_log_following _______________________ tests/unit/api_container_test.py:1407: in test_log_following stream=False /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=False, timeout=60) __________________ ContainerTest.test_log_following_backwards __________________ tests/unit/api_container_test.py:1422: in test_log_following_backwards stream=True /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=True, timeout=60) _________________________ ContainerTest.test_log_since _________________________ tests/unit/api_container_test.py:1472: in test_log_since stream=False /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60) __________________ ContainerTest.test_log_since_with_datetime __________________ tests/unit/api_container_test.py:1490: in test_log_since_with_datetime stream=False /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60) _______________________ ContainerTest.test_log_streaming _______________________ tests/unit/api_container_test.py:1391: in test_log_streaming stream=True /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all'}, stream=True, timeout=60) ________________ ContainerTest.test_log_streaming_and_following ________________ tests/unit/api_container_test.py:1438: in test_log_streaming_and_following stream=True /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=True, timeout=60) _________________________ ContainerTest.test_log_tail __________________________ tests/unit/api_container_test.py:1455: in test_log_tail stream=False /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 10}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 10}, stream=False, timeout=60) __________________________ ContainerTest.test_log_tty __________________________ tests/unit/api_container_test.py:1517: in test_log_tty stream=True /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=True, timeout=60) ___________________________ ContainerTest.test_logs ____________________________ tests/unit/api_container_test.py:1356: in test_logs stream=False /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all'}, stream=False, timeout=60) _______________ ContainerTest.test_logs_with_dict_instead_of_id ________________ tests/unit/api_container_test.py:1373: in test_logs_with_dict_instead_of_id stream=False /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=False, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all'}, stream=False, timeout=60) ______________________ ContainerTest.test_pause_container ______________________ tests/unit/api_container_test.py:1584: in test_pause_container timeout=(DEFAULT_TIMEOUT_SECONDS) /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', timeout=60) ___________________________ ContainerTest.test_port ____________________________ tests/unit/api_container_test.py:1547: in test_port timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60) _____________________ ContainerTest.test_remove_container ______________________ tests/unit/api_container_test.py:1660: in test_remove_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'v': False, 'link': False, 'force': False}, timeout=60) E Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'v': False, 'link': False, 'force': False}, timeout=60) _________ ContainerTest.test_remove_container_with_dict_instead_of_id __________ tests/unit/api_container_test.py:1671: in test_remove_container_with_dict_instead_of_id timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'v': False, 'link': False, 'force': False}, timeout=60) E Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'v': False, 'link': False, 'force': False}, timeout=60) _____________________ ContainerTest.test_rename_container ______________________ tests/unit/api_container_test.py:1319: in test_rename_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'name': 'foobar'}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', params={'name': 'foobar'}, timeout=60) _____________________ ContainerTest.test_resize_container ______________________ tests/unit/api_container_test.py:1305: in test_resize_container timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 15, 'w': 120}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', params={'h': 15, 'w': 120}, timeout=60) _____________________ ContainerTest.test_restart_container _____________________ tests/unit/api_container_test.py:1638: in test_restart_container timeout=(DEFAULT_TIMEOUT_SECONDS + 2) /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62) _________ ContainerTest.test_restart_container_with_dict_instead_of_id _________ tests/unit/api_container_test.py:1649: in test_restart_container_with_dict_instead_of_id timeout=(DEFAULT_TIMEOUT_SECONDS + 2) /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62) ______________________ ContainerTest.test_stop_container _______________________ tests/unit/api_container_test.py:1560: in test_stop_container timeout=(DEFAULT_TIMEOUT_SECONDS + timeout) /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62) __________ ContainerTest.test_stop_container_with_dict_instead_of_id ___________ tests/unit/api_container_test.py:1574: in test_stop_container_with_dict_instead_of_id timeout=(DEFAULT_TIMEOUT_SECONDS + timeout) /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62) _____________________ ContainerTest.test_unpause_container _____________________ tests/unit/api_container_test.py:1594: in test_unpause_container timeout=(DEFAULT_TIMEOUT_SECONDS) /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', timeout=60) ___________________________ ContainerTest.test_wait ____________________________ tests/unit/api_container_test.py:1330: in test_wait params={} /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None) _______________ ContainerTest.test_wait_with_dict_instead_of_id ________________ tests/unit/api_container_test.py:1341: in test_wait_with_dict_instead_of_id params={} /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None) E Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None) __________________________ ExecTest.test_exec_create ___________________________ tests/unit/api_exec_test.py:41: in test_exec_create assert args[1]['headers'] == \ E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...} E Omitting 1 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff:... E E ...Full output truncated (9 lines hidden), use '-vv' to show __________________________ ExecTest.test_exec_resize ___________________________ tests/unit/api_exec_test.py:95: in test_exec_resize timeout=DEFAULT_TIMEOUT_SECONDS /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with raise AssertionError(_error_message()) from cause E AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 20, 'w': 60}, timeout=60) E Actual call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', params={'h': 20, 'w': 60}, timeout=60) ___________________________ ExecTest.test_exec_start ___________________________ tests/unit/api_exec_test.py:58: in test_exec_start assert args[1]['headers'] == merge_dicts(DEFAULT_HEADERS, { E AssertionError: assert {'Connection'...grade': 'tcp'} == {'Accept': '*/...on/json', ...} E Omitting 3 identical items, use -vv to show E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'} E Full diff: E - {'Connection': 'Upgrade', 'Content-Type': 'application/json', 'Upgrade': 'tcp'}... E E ...Full output truncated (7 lines hidden), use '-vv' to show ______________________ ExecTest.test_exec_start_detached _______________________ tests/unit/api_exec_test.py:77: in test_exec_start_detached assert args[1]['headers'] == DEFAULT_HEADERS E AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/4.4.0-dev'} E Left contains more items: E {'Content-Type': 'application/json'} E Right contains more items: E {'Accept': '*/*', E 'Accept-Encoding': 'gzip, deflate', E 'Connection': 'keep-alive', E 'User-Agent': 'docker-sdk-python/4.4.0-dev'}... E E ...Full output truncated (7 lines hidden), use '-vv' to show =============================== warnings summary =============================== /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23 /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 from collections import MutableMapping -- Docs: https://docs.pytest.org/en/latest/warnings.html ----------- coverage: platform linux, python 3.7.9-final-0 ----------- Name Stmts Miss Branch BrPart Cover ----------------------------------------------------------------------- docker/__init__.py 8 0 0 0 100% docker/api/__init__.py 1 0 0 0 100% docker/api/build.py 126 18 93 16 83% docker/api/client.py 263 46 98 13 82% docker/api/config.py 31 0 6 2 95% docker/api/container.py 266 17 104 19 90% docker/api/daemon.py 39 2 14 4 89% docker/api/exec_api.py 46 4 22 4 88% docker/api/image.py 157 21 58 12 84% docker/api/network.py 90 13 48 12 80% docker/api/plugin.py 90 13 14 4 82% docker/api/secret.py 36 3 10 3 83% docker/api/service.py 200 60 149 32 61% docker/api/swarm.py 106 14 38 10 82% docker/api/volume.py 38 3 14 3 88% docker/auth.py 198 17 74 17 88% docker/client.py 69 4 2 0 94% docker/constants.py 22 0 0 0 100% docker/context/__init__.py 2 0 0 0 100% docker/context/api.py 78 16 38 8 76% docker/context/config.py 61 24 16 2 56% docker/context/context.py 151 21 62 15 81% docker/credentials/__init__.py 3 0 0 0 100% docker/credentials/constants.py 4 0 0 0 100% docker/credentials/errors.py 11 1 2 1 85% docker/credentials/store.py 50 9 16 5 73% docker/credentials/utils.py 23 13 12 1 31% docker/errors.py 110 12 20 6 86% docker/models/__init__.py 0 0 0 0 100% docker/models/configs.py 21 8 2 0 57% docker/models/containers.py 183 6 70 5 95% docker/models/images.py 137 29 56 3 76% docker/models/networks.py 37 1 12 0 98% docker/models/nodes.py 15 1 2 0 94% docker/models/plugins.py 49 30 10 0 32% docker/models/resource.py 41 9 6 2 77% docker/models/secrets.py 21 8 2 0 57% docker/models/services.py 87 3 36 3 95% docker/models/swarm.py 39 3 6 3 87% docker/models/volumes.py 23 1 4 0 96% docker/tls.py 37 6 14 6 76% docker/transport/__init__.py 11 3 0 0 73% docker/transport/basehttpadapter.py 6 0 2 1 88% docker/transport/npipeconn.py 59 54 10 0 7% docker/transport/npipesocket.py 137 132 22 0 3% docker/transport/sshconn.py 149 110 50 1 20% docker/transport/ssladapter.py 36 10 10 4 65% docker/transport/unixconn.py 66 6 12 4 87% docker/types/__init__.py 6 0 0 0 100% docker/types/base.py 5 0 2 0 100% docker/types/containers.py 420 66 326 43 84% docker/types/daemon.py 36 8 14 4 72% docker/types/healthcheck.py 34 12 4 1 61% docker/types/networks.py 41 6 28 5 81% docker/types/services.py 312 45 206 33 83% docker/types/swarm.py 51 24 40 10 52% docker/utils/__init__.py 3 0 0 0 100% docker/utils/build.py 155 18 76 7 87% docker/utils/config.py 36 2 10 2 91% docker/utils/decorators.py 37 1 18 2 95% docker/utils/fnmatch.py 55 18 28 2 61% docker/utils/json_stream.py 43 8 14 2 79% docker/utils/ports.py 50 3 32 2 91% docker/utils/proxy.py 32 1 12 0 98% docker/utils/socket.py 86 9 40 7 86% docker/utils/utils.py 285 19 177 13 92% docker/version.py 2 0 2 0 100% ----------------------------------------------------------------------- TOTAL 5122 991 2265 354 78% =========================== short test summary info ============================ XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options CONFIG_RT_GROUP_SCHED isn't enabled XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt Not supported on most drivers XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs Output of docker top depends on host distro, and is not formalized. XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver This doesn't seem to be taken into account by the engine XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 SKIPPED [1] tests/unit/api_build_test.py:188: Windows-specific syntax SKIPPED [1] tests/unit/client_test.py:103: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/client_test.py:142: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/client_test.py:216: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/client_test.py:253: Npipe Connection Pool only on Windows SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32' SKIPPED [1] tests/unit/utils_test.py:487: shlex doesn't support bytes in py3 = 75 failed, 853 passed, 16 skipped, 5 xfailed, 4 xpassed, 1 warnings in 325.61 seconds = [Pipeline] sh + docker stop dpy-dind-35-0-py3.7-20.10.0 dpy-dind-35-0-py3.7-19.03.13 + docker network rm dpy-testnet-35-0-py3.7-19.03.13 dpy-testnet-35-0-py3.7-19.03.13 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py3.7_19.03.13 dpy-dind-35-0-py3.7-20.10.0 + docker network rm dpy-testnet-35-0-py3.7-20.10.0 dpy-testnet-35-0-py3.7-20.10.0 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py3.7_20.10.0 [Pipeline] // parallel [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result ERROR: script returned exit code 1 Finished: FAILURE