Skip to content
Success

Console Output

Push event to branch master
10:50:30 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from e131955685f6480bdb0fb7b1d64bd283328ef772
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
The recommended git tool is: NONE
using credential jps-reader
 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/docker-py_master@libs/jps/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘amd64&&ubuntu-2004&&overlay2’ are offline
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0fa1980eee9ab6b11) in /home/ubuntu/workspace/docker-py_master
[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_master@tmp/56e297cd-1e91-4dc2-8fb4-eedfb341a3d6/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
10:51:38 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:51:38 chowning workspace
[Pipeline] sh
10:51:39 + pwd
10:51:39 + id -u
10:51:39 + id -g
10:51:39 + docker run --rm -v /home/ubuntu/workspace/docker-py_master:/workspace busybox chown -R 1000:1000 /workspace
10:51:39 Unable to find image 'busybox:latest' locally
10:51:39 latest: Pulling from library/busybox
10:51:39 19d511225f94: Pulling fs layer
10:51:39 19d511225f94: Verifying Checksum
10:51:39 19d511225f94: Download complete
10:51:40 19d511225f94: Pull complete
10:51:40 Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83
10:51:40 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
10:51:43 Removing all docker containers
[Pipeline] sh
10:51:44 + docker container ls -aq
[Pipeline] echo
10:51:44 Docker containers have been removed
[Pipeline] echo
10:51:44 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:51:44 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
10:51:44 The recommended git tool is: git
10:51:46 using credential docker-jenkins-github-credentials
10:51:46 Cloning the remote Git repository
10:51:46 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_master # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/heads/master:refs/remotes/origin/master # timeout=10
10:51:49 Avoid second fetch
10:51:49 Checking out Revision e131955685f6480bdb0fb7b1d64bd283328ef772 (master)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e131955685f6480bdb0fb7b1d64bd283328ef772 # timeout=10
10:51:52 Commit message: "Merge pull request #2974 from docker/dependabot/pip/paramiko-2.10.1"
[Pipeline] sh
10:51:53 + git rev-parse HEAD
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
 > git rev-list --no-walk a48a5a9647761406d66e8271f19fab7fa0c5f582 # timeout=10
10:51:54 + docker pull dockerpinata/docker-py:sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772
10:51:54 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
10:51:54 + docker build -t dockerpinata/docker-py:sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772 -f tests/Dockerfile-ssh-dind .
10:51:54 Sending build context to Docker daemon  1.374MB

10:51:54 Step 1/11 : ARG API_VERSION=1.39
10:51:54 Step 2/11 : ARG ENGINE_VERSION=19.03.12
10:51:54 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_master@tmp/93c5dd6a-9b45-47b7-86bc-73fe50ee631f/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
10:51:54 19.03.12-dind: Pulling from library/docker
10:51:54 df20fa9351a1: Pulling fs layer
10:51:54 25ad7478873d: Pulling fs layer
10:51:54 4684f6177b5d: Pulling fs layer
10:51:54 46e300cec669: Pulling fs layer
10:51:54 63038576ad94: Pulling fs layer
10:51:54 0fdb76c4706c: Pulling fs layer
10:51:54 cb7edeffdfd5: Pulling fs layer
10:51:54 cc28bd76800f: Pulling fs layer
10:51:54 54196fe38f7e: Pulling fs layer
10:51:54 ea71acc29633: Pulling fs layer
10:51:54 657cc4c15165: Pulling fs layer
10:51:54 46e300cec669: Waiting
10:51:54 63038576ad94: Waiting
10:51:54 0fdb76c4706c: Waiting
10:51:54 cb7edeffdfd5: Waiting
10:51:54 cc28bd76800f: Waiting
10:51:54 54196fe38f7e: Waiting
10:51:54 ea71acc29633: Waiting
10:51:54 657cc4c15165: Waiting
10:51:54 4684f6177b5d: Verifying Checksum
10:51:54 4684f6177b5d: Download complete
10:51:54 df20fa9351a1: Verifying Checksum
10:51:54 df20fa9351a1: Download complete
10:51:54 25ad7478873d: Verifying Checksum
10:51:54 25ad7478873d: Download complete
10:51:54 63038576ad94: Verifying Checksum
10:51:54 63038576ad94: Download complete
10:51:54 0fdb76c4706c: Verifying Checksum
10:51:54 0fdb76c4706c: Download complete
10:51:54 cb7edeffdfd5: Verifying Checksum
10:51:54 cb7edeffdfd5: Download complete
10:51:54 54196fe38f7e: Verifying Checksum
10:51:54 54196fe38f7e: Download complete
10:51:54 cc28bd76800f: Verifying Checksum
10:51:54 cc28bd76800f: Download complete
10:51:55 ea71acc29633: Verifying Checksum
10:51:55 ea71acc29633: Download complete
10:51:55 df20fa9351a1: Pull complete
10:51:55 657cc4c15165: Verifying Checksum
10:51:55 657cc4c15165: Download complete
10:51:55 25ad7478873d: Pull complete
10:51:55 46e300cec669: Verifying Checksum
10:51:55 46e300cec669: Download complete
10:51:55 4684f6177b5d: Pull complete
10:51:57 46e300cec669: Pull complete
10:51:57 63038576ad94: Pull complete
10:51:57 0fdb76c4706c: Pull complete
10:51:57 cb7edeffdfd5: Pull complete
10:51:58 cc28bd76800f: Pull complete
10:51:58 54196fe38f7e: Pull complete
10:51:59 ea71acc29633: Pull complete
10:51:59 657cc4c15165: Pull complete
10:51:59 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
10:51:59 Status: Downloaded newer image for docker:19.03.12-dind
10:51:59  ---> 66dc2d45749a
10:51:59 Step 4/11 : RUN apk add --no-cache 		openssh
10:52:01  ---> Running in 008867b7c37f
10:52:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
10:52:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
10:52:03 (1/4) Installing openssh-sftp-server (8.3_p1-r3)
10:52:03 (2/4) Installing openssh-server-common (8.3_p1-r3)
10:52:03 (3/4) Installing openssh-server (8.3_p1-r3)
10:52:03 (4/4) Installing openssh (8.3_p1-r3)
10:52:03 Executing busybox-1.31.1-r16.trigger
10:52:03 OK: 28 MiB in 51 packages
10:52:04 Removing intermediate container 008867b7c37f
10:52:04  ---> 418661e2c654
10:52:04 Step 5/11 : RUN ssh-keygen -A
10:52:04  ---> Running in ce4b63f074f1
10:52:05 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
10:52:05 Removing intermediate container ce4b63f074f1
10:52:05  ---> f03a1d5cc578
10:52:05 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
10:52:05  ---> Running in ed27199debdb
10:52:06 Removing intermediate container ed27199debdb
10:52:06  ---> 5ab85fe0d785
10:52:06 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
10:52:06  ---> 69dd6d9ee0de
10:52:06 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
10:52:06  ---> Running in 2cf868f81825
10:52:07 Removing intermediate container 2cf868f81825
10:52:07  ---> e29ade6cab61
10:52:07 Step 9/11 : RUN echo "root:root" | chpasswd
10:52:07  ---> Running in f35beab9995c
10:52:07 chpasswd: password for 'root' changed
10:52:08 Removing intermediate container f35beab9995c
10:52:08  ---> d497dc47bfec
10:52:08 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
10:52:08  ---> Running in 0e6799e0043c
10:52:09 Removing intermediate container 0e6799e0043c
10:52:09  ---> 44e36b523939
10:52:09 Step 11/11 : EXPOSE 22
10:52:09  ---> Running in 3396567cc9a4
10:52:09 Removing intermediate container 3396567cc9a4
10:52:09  ---> edff89b34f36
10:52:09 Successfully built edff89b34f36
10:52:09 Successfully tagged dockerpinata/docker-py:sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772
[Pipeline] isUnix
[Pipeline] sh
10:52:09 + docker tag dockerpinata/docker-py:sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772 dockerpinata/docker-py:sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772
[Pipeline] isUnix
[Pipeline] sh
10:52:10 + docker push dockerpinata/docker-py:sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772
10:52:10 The push refers to repository [docker.io/dockerpinata/docker-py]
10:52:10 f5458baef3ea: Preparing
10:52:10 e55ad776c91c: Preparing
10:52:10 a5040da58f81: Preparing
10:52:10 b7b2a38f6718: Preparing
10:52:10 8fcca1dc8a71: Preparing
10:52:10 a62c75609e91: Preparing
10:52:10 67e00e47dea8: Preparing
10:52:10 1149e736aa92: Preparing
10:52:10 39e79983ac8b: Preparing
10:52:10 da8c28465f82: Preparing
10:52:10 d1292e236c36: Preparing
10:52:10 8890c171a12b: Preparing
10:52:10 4ae5bd84d450: Preparing
10:52:10 723a561964c8: Preparing
10:52:10 78764725b56c: Preparing
10:52:10 51d6d3d09136: Preparing
10:52:10 1507bc794612: Preparing
10:52:10 50644c29ef5a: Preparing
10:52:10 67e00e47dea8: Waiting
10:52:10 1149e736aa92: Waiting
10:52:10 39e79983ac8b: Waiting
10:52:10 da8c28465f82: Waiting
10:52:10 d1292e236c36: Waiting
10:52:10 8890c171a12b: Waiting
10:52:10 4ae5bd84d450: Waiting
10:52:10 723a561964c8: Waiting
10:52:10 78764725b56c: Waiting
10:52:10 51d6d3d09136: Waiting
10:52:10 1507bc794612: Waiting
10:52:10 50644c29ef5a: Waiting
10:52:10 a62c75609e91: Waiting
10:52:11 8fcca1dc8a71: Pushed
10:52:11 f5458baef3ea: Pushed
10:52:11 b7b2a38f6718: Pushed
10:52:11 e55ad776c91c: Pushed
10:52:11 a5040da58f81: Pushed
10:52:11 1149e736aa92: Layer already exists
10:52:11 d1292e236c36: Layer already exists
10:52:11 da8c28465f82: Layer already exists
10:52:11 39e79983ac8b: Layer already exists
10:52:11 8890c171a12b: Layer already exists
10:52:11 4ae5bd84d450: Layer already exists
10:52:11 723a561964c8: Layer already exists
10:52:11 78764725b56c: Layer already exists
10:52:11 51d6d3d09136: Layer already exists
10:52:11 1507bc794612: Layer already exists
10:52:11 50644c29ef5a: Layer already exists
10:52:12 a62c75609e91: Pushed
10:52:12 67e00e47dea8: Pushed
10:52:13 sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772: digest: sha256:637de15ff1ee503cb400895fcda1c3f69bf561938508865c79d513d6968943e9 size: 4067
[Pipeline] isUnix
[Pipeline] sh
10:52:13 + docker pull dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772
10:52:13 Error response from daemon: manifest for dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
10:52:14 + docker build -t dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
10:52:14 Sending build context to Docker daemon  1.374MB

10:52:14 Step 1/21 : ARG PYTHON_VERSION=3.7
10:52:14 Step 2/21 : FROM python:${PYTHON_VERSION}
10:52:14 3.7: Pulling from library/python
10:52:14 d836772a1c1f: Pulling fs layer
10:52:14 66a9e63c657a: Pulling fs layer
10:52:14 d1989b6e74cf: Pulling fs layer
10:52:14 c28818711e1e: Pulling fs layer
10:52:14 5084fa7ebd74: Pulling fs layer
10:52:14 7f162c881e4f: Pulling fs layer
10:52:14 fa5c3534431d: Pulling fs layer
10:52:14 30596f5e8e78: Pulling fs layer
10:52:14 4861fe1f6551: Pulling fs layer
10:52:14 5084fa7ebd74: Waiting
10:52:14 7f162c881e4f: Waiting
10:52:14 fa5c3534431d: Waiting
10:52:14 30596f5e8e78: Waiting
10:52:14 4861fe1f6551: Waiting
10:52:14 c28818711e1e: Waiting
10:52:14 66a9e63c657a: Verifying Checksum
10:52:14 66a9e63c657a: Download complete
10:52:14 d1989b6e74cf: Verifying Checksum
10:52:14 d1989b6e74cf: Download complete
10:52:15 d836772a1c1f: Verifying Checksum
10:52:15 d836772a1c1f: Download complete
10:52:15 c28818711e1e: Verifying Checksum
10:52:15 c28818711e1e: Download complete
10:52:15 7f162c881e4f: Download complete
10:52:15 30596f5e8e78: Verifying Checksum
10:52:15 30596f5e8e78: Download complete
10:52:15 4861fe1f6551: Verifying Checksum
10:52:15 4861fe1f6551: Download complete
10:52:15 fa5c3534431d: Verifying Checksum
10:52:15 fa5c3534431d: Download complete
10:52:17 5084fa7ebd74: Verifying Checksum
10:52:17 5084fa7ebd74: Download complete
10:52:18 d836772a1c1f: Pull complete
10:52:18 66a9e63c657a: Pull complete
10:52:19 d1989b6e74cf: Pull complete
10:52:21 c28818711e1e: Pull complete
10:52:29 5084fa7ebd74: Pull complete
10:52:29 7f162c881e4f: Pull complete
10:52:29 fa5c3534431d: Pull complete
10:52:29 30596f5e8e78: Pull complete
10:52:29 4861fe1f6551: Pull complete
10:52:29 Digest: sha256:58afca26fb0a8e2c2200c56519d2f96e8856d37fd155e77ceaf32a7e1319fed2
10:52:29 Status: Downloaded newer image for python:3.7
10:52:29  ---> 142b92ebe662
10:52:29 Step 3/21 : ARG APT_MIRROR
10:52:31  ---> Running in 03a11ab5dd4b
10:52:31 Removing intermediate container 03a11ab5dd4b
10:52:31  ---> 426340841b31
10:52:31 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
10:52:31  ---> Running in 37b7d88b0655
10:52:31 Removing intermediate container 37b7d88b0655
10:52:31  ---> a43a202f3ccd
10:52:31 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
10:52:31  ---> Running in 54f527cc59c6
10:52:32 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
10:52:32 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
10:52:32 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
10:52:32 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
10:52:32 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [164 kB]
10:52:32 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
10:52:33 Fetched 8548 kB in 2s (5645 kB/s)
10:52:34 Reading package lists...
10:52:34 Reading package lists...
10:52:34 Building dependency tree...
10:52:34 Reading state information...
10:52:34 The following additional packages will be installed:
10:52:34   tree
10:52:34 Suggested packages:
10:52:34   python libxml-simple-perl ruby
10:52:34 Recommended packages:
10:52:34   qrencode xclip
10:52:34 The following NEW packages will be installed:
10:52:34   gnupg2 pass tree
10:52:35 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
10:52:35 Need to get 523 kB of archives.
10:52:35 After this operation, 727 kB of additional disk space will be used.
10:52:35 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB]
10:52:35 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB]
10:52:35 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB]
10:52:35 debconf: delaying package configuration, since apt-utils is not installed
10:52:35 Fetched 523 kB in 0s (1902 kB/s)
10:52:35 Selecting previously unselected package gnupg2.
10:52:35 (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 ... 23421 files and directories currently installed.)
10:52:35 Preparing to unpack .../gnupg2_2.2.27-2+deb11u2_all.deb ...
10:52:35 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
10:52:35 Selecting previously unselected package tree.
10:52:35 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ...
10:52:35 Unpacking tree (1.8.0-1+b1) ...
10:52:35 Selecting previously unselected package pass.
10:52:35 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
10:52:35 Unpacking pass (1.7.3-2) ...
10:52:35 Setting up gnupg2 (2.2.27-2+deb11u2) ...
10:52:35 Setting up tree (1.8.0-1+b1) ...
10:52:35 Setting up pass (1.7.3-2) ...
10:52:36 Removing intermediate container 54f527cc59c6
10:52:36  ---> acd8ee99ac88
10:52:36 Step 6/21 : COPY tests/ssh-keys /root/.ssh
10:52:36  ---> 0af893166bea
10:52:36 Step 7/21 : RUN chmod -R 600 /root/.ssh
10:52:36  ---> Running in 62470d4c1e60
10:52:37 Removing intermediate container 62470d4c1e60
10:52:37  ---> d618a769ec9f
10:52:37 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
10:52:37  ---> 60681f4ba00a
10:52:37 Step 9/21 : RUN gpg2 --import gpg-keys/secret
10:52:37  ---> Running in fa1fc9e872dd
10:52:37 gpg: directory '/root/.gnupg' created
10:52:37 gpg: keybox '/root/.gnupg/pubring.kbx' created
10:52:37 gpg: /root/.gnupg/trustdb.gpg: trustdb created
10:52:37 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
10:52:37 gpg: key 464ED987A7B21401: secret key imported
10:52:37 gpg: Total number processed: 1
10:52:37 gpg:               imported: 1
10:52:37 gpg:       secret keys read: 1
10:52:37 gpg:   secret keys imported: 1
10:52:37 Removing intermediate container fa1fc9e872dd
10:52:37  ---> 43bbd1c30231
10:52:37 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
10:52:37  ---> Running in e522918e39b2
10:52:38 gpg: inserting ownertrust of 6
10:52:38 Removing intermediate container e522918e39b2
10:52:38  ---> ede5cee87f65
10:52:38 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
10:52:38  ---> Running in 5336c17485bc
10:52:39 gpg: please do a --check-trustdb
10:52:39 mkdir: created directory '/root/.password-store/'
10:52:39 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
10:52:39 Removing intermediate container 5336c17485bc
10:52:39  ---> 4f387cd7525d
10:52:39 Step 12/21 : RUN gpg2 --check-trustdb
10:52:39  ---> Running in 3d4e08a0f68f
10:52:39 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
10:52:39 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
10:52:40 Removing intermediate container 3d4e08a0f68f
10:52:40  ---> 3d7cf8eb624b
10:52:40 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
10:52:40  ---> Running in 0d511ab63476
10:52:40 Removing intermediate container 0d511ab63476
10:52:40  ---> f164a424febc
10:52:40 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
10:52:40  ---> Running in 2261a8478f48
10:52:41 Removing intermediate container 2261a8478f48
10:52:41  ---> ff974956505f
10:52:41 Step 15/21 : WORKDIR /src
10:52:41  ---> Running in 11059560b282
10:52:41 Removing intermediate container 11059560b282
10:52:41  ---> a4ec120b8337
10:52:41 Step 16/21 : COPY requirements.txt /src/requirements.txt
10:52:41  ---> 42db5299c0b4
10:52:41 Step 17/21 : RUN pip install -r requirements.txt
10:52:41  ---> Running in ab291a557c9c
10:52:43 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
10:52:47 Collecting appdirs==1.4.3
10:52:48   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
10:52:48 Collecting asn1crypto==0.22.0
10:52:48   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
10:52:48      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 KB 14.5 MB/s eta 0:00:00
10:52:48 Collecting backports.ssl-match-hostname==3.5.0.1
10:52:48   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
10:52:48   Preparing metadata (setup.py): started
10:52:48   Preparing metadata (setup.py): finished with status 'done'
10:52:48 Collecting cffi==1.14.4
10:52:48   Downloading cffi-1.14.4-cp37-cp37m-manylinux1_x86_64.whl (402 kB)
10:52:48      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 402.3/402.3 KB 55.5 MB/s eta 0:00:00
10:52:49 Collecting cryptography==3.4.7
10:52:49   Downloading cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl (3.2 MB)
10:52:49      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 86.0 MB/s eta 0:00:00
10:52:49 Collecting enum34==1.1.6
10:52:49   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
10:52:49 Collecting idna==2.5
10:52:49   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
10:52:49      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.1/55.1 KB 13.4 MB/s eta 0:00:00
10:52:49 Collecting ipaddress==1.0.18
10:52:49   Downloading ipaddress-1.0.18.tar.gz (32 kB)
10:52:49   Preparing metadata (setup.py): started
10:52:49   Preparing metadata (setup.py): finished with status 'done'
10:52:49 Collecting packaging==16.8
10:52:49   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
10:52:49 Collecting paramiko==2.10.1
10:52:49   Downloading paramiko-2.10.1-py2.py3-none-any.whl (211 kB)
10:52:49      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.9/211.9 KB 38.0 MB/s eta 0:00:00
10:52:49 Collecting pycparser==2.17
10:52:49   Downloading pycparser-2.17.tar.gz (231 kB)
10:52:50      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 231.2/231.2 KB 29.3 MB/s eta 0:00:00
10:52:50   Preparing metadata (setup.py): started
10:52:50   Preparing metadata (setup.py): finished with status 'done'
10:52:50 Collecting pyOpenSSL==18.0.0
10:52:50   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
10:52:50      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.1/53.1 KB 9.3 MB/s eta 0:00:00
10:52:50 Collecting pyparsing==2.2.0
10:52:50   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
10:52:50      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.4/56.4 KB 12.7 MB/s eta 0:00:00
10:52:50 Collecting requests==2.26.0
10:52:50   Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB)
10:52:50      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 KB 12.9 MB/s eta 0:00:00
10:52:50 Collecting urllib3==1.26.5
10:52:50   Downloading urllib3-1.26.5-py2.py3-none-any.whl (138 kB)
10:52:50      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.1/138.1 KB 31.8 MB/s eta 0:00:00
10:52:50 Collecting websocket-client==0.56.0
10:52:50   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
10:52:50      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.6/200.6 KB 35.8 MB/s eta 0:00:00
10:52:50 Collecting six
10:52:50   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
10:52:50 Collecting bcrypt>=3.1.3
10:52:50   Downloading bcrypt-3.2.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (62 kB)
10:52:50      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 KB 14.6 MB/s eta 0:00:00
10:52:50 Collecting pynacl>=1.0.1
10:52:50   Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
10:52:50      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 KB 77.9 MB/s eta 0:00:00
10:52:50 Collecting charset-normalizer~=2.0.0
10:52:50   Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB)
10:52:50 Collecting certifi>=2017.4.17
10:52:50   Downloading certifi-2022.6.15-py3-none-any.whl (160 kB)
10:52:50      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 KB 33.8 MB/s eta 0:00:00
10:52:51 Building wheels for collected packages: backports.ssl-match-hostname, ipaddress, pycparser
10:52:51   Building wheel for backports.ssl-match-hostname (setup.py): started
10:52:51   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
10:52:51   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5205 sha256=2b369bb6ba3598a0412bc3e00a290af513c9ecf69e876d3df6a736e94e1c0133
10:52:51   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
10:52:51   Building wheel for ipaddress (setup.py): started
10:52:51   Building wheel for ipaddress (setup.py): finished with status 'done'
10:52:51   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18124 sha256=ffb520f99544f250d1439d1881cc4b352d98e1b503a31dee7127c8fca77a5f5c
10:52:51   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
10:52:51   Building wheel for pycparser (setup.py): started
10:52:51   Building wheel for pycparser (setup.py): finished with status 'done'
10:52:51   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192899 sha256=f2687d3e0d54f8e68c70346cb6ee00e2e820e3b2e7c67148593e6c8674908ab0
10:52:51   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
10:52:51 Successfully built backports.ssl-match-hostname ipaddress pycparser
10:52:52 Installing collected packages: pyparsing, pycparser, ipaddress, idna, enum34, backports.ssl-match-hostname, asn1crypto, appdirs, urllib3, six, charset-normalizer, cffi, certifi, websocket-client, requests, pynacl, packaging, cryptography, bcrypt, pyOpenSSL, paramiko
10:52:53 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.2 certifi-2022.6.15 cffi-1.14.4 charset-normalizer-2.0.12 cryptography-3.4.7 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.10.1 pyOpenSSL-18.0.0 pycparser-2.17 pynacl-1.5.0 pyparsing-2.2.0 requests-2.26.0 six-1.16.0 urllib3-1.26.5 websocket-client-0.56.0
10:52:53 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
10:52:57 WARNING: You are using pip version 22.0.4; however, version 22.1.2 is available.
10:52:57 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
10:52:58 Removing intermediate container ab291a557c9c
10:52:58  ---> 16ebe77f5b77
10:52:58 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
10:52:58  ---> b5784b80f3e7
10:52:58 Step 19/21 : RUN pip install -r test-requirements.txt
10:52:59  ---> Running in 7d92ddbb20ed
10:53:04 Collecting setuptools==58.2.0
10:53:05   Downloading setuptools-58.2.0-py3-none-any.whl (946 kB)
10:53:05      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 946.1/946.1 KB 51.1 MB/s eta 0:00:00
10:53:05 Collecting coverage==6.0.1
10:53:05   Downloading coverage-6.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (252 kB)
10:53:05      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 252.9/252.9 KB 37.6 MB/s eta 0:00:00
10:53:05 Collecting flake8==4.0.1
10:53:05   Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB)
10:53:05      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 KB 12.7 MB/s eta 0:00:00
10:53:05 Collecting pytest==6.2.5
10:53:05   Downloading pytest-6.2.5-py3-none-any.whl (280 kB)
10:53:05      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 280.7/280.7 KB 29.6 MB/s eta 0:00:00
10:53:05 Collecting pytest-cov==3.0.0
10:53:05   Downloading pytest_cov-3.0.0-py3-none-any.whl (20 kB)
10:53:05 Collecting pytest-timeout==2.0.1
10:53:05   Downloading pytest_timeout-2.0.1-py3-none-any.whl (11 kB)
10:53:05 Collecting pycodestyle<2.9.0,>=2.8.0
10:53:05   Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB)
10:53:05      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 KB 8.4 MB/s eta 0:00:00
10:53:05 Collecting pyflakes<2.5.0,>=2.4.0
10:53:05   Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB)
10:53:05      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/69.7 KB 10.8 MB/s eta 0:00:00
10:53:05 Collecting mccabe<0.7.0,>=0.6.0
10:53:05   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
10:53:05 Collecting importlib-metadata<4.3
10:53:05   Downloading importlib_metadata-4.2.0-py3-none-any.whl (16 kB)
10:53:05 Collecting iniconfig
10:53:05   Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
10:53:05 Collecting pluggy<2.0,>=0.12
10:53:05   Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
10:53:06 Collecting attrs>=19.2.0
10:53:06   Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB)
10:53:06      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.6/60.6 KB 1.1 MB/s eta 0:00:00
10:53:06 Collecting py>=1.8.2
10:53:06   Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
10:53:06      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/98.7 KB 17.9 MB/s eta 0:00:00
10:53:06 Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from pytest==6.2.5->-r test-requirements.txt (line 4)) (16.8)
10:53:06 Collecting toml
10:53:06   Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
10:53:06 Collecting coverage[toml]>=5.2.1
10:53:06   Downloading coverage-6.4.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (209 kB)
10:53:06      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.1/209.1 KB 35.0 MB/s eta 0:00:00
10:53:06   Downloading coverage-6.4.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (208 kB)
10:53:06      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.0/209.0 KB 38.5 MB/s eta 0:00:00
10:53:06   Downloading coverage-6.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (208 kB)
10:53:06      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208.7/208.7 KB 35.6 MB/s eta 0:00:00
10:53:06   Downloading coverage-6.3.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (207 kB)
10:53:06      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208.0/208.0 KB 31.7 MB/s eta 0:00:00
10:53:06   Downloading coverage-6.3.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (207 kB)
10:53:06      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208.0/208.0 KB 36.3 MB/s eta 0:00:00
10:53:06   Downloading coverage-6.3.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (207 kB)
10:53:06      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.4/207.4 KB 39.9 MB/s eta 0:00:00
10:53:06   Downloading coverage-6.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (207 kB)
10:53:06      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.2/207.2 KB 36.9 MB/s eta 0:00:00
10:53:06   Downloading coverage-6.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
10:53:06      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.9/213.9 KB 38.9 MB/s eta 0:00:00
10:53:06   Downloading coverage-6.1.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
10:53:06      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.5/213.5 KB 38.6 MB/s eta 0:00:00
10:53:06   Downloading coverage-6.1.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
10:53:06      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.4/213.4 KB 38.8 MB/s eta 0:00:00
10:53:06   Downloading coverage-6.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
10:53:06      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.3/213.3 KB 32.9 MB/s eta 0:00:00
10:53:06   Downloading coverage-6.0.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (253 kB)
10:53:06      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 253.3/253.3 KB 38.2 MB/s eta 0:00:00
10:53:06 Collecting tomli
10:53:06   Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
10:53:06 Collecting zipp>=0.5
10:53:06   Downloading zipp-3.8.1-py3-none-any.whl (5.6 kB)
10:53:06 Collecting typing-extensions>=3.6.4
10:53:06   Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB)
10:53:06 Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from packaging->pytest==6.2.5->-r test-requirements.txt (line 4)) (1.16.0)
10:53:06 Requirement already satisfied: pyparsing in /usr/local/lib/python3.7/site-packages (from packaging->pytest==6.2.5->-r test-requirements.txt (line 4)) (2.2.0)
10:53:07 Installing collected packages: mccabe, iniconfig, zipp, typing-extensions, tomli, toml, setuptools, pyflakes, pycodestyle, py, coverage, attrs, importlib-metadata, pluggy, flake8, pytest, pytest-timeout, pytest-cov
10:53:07   Attempting uninstall: setuptools
10:53:07     Found existing installation: setuptools 57.5.0
10:53:07     Uninstalling setuptools-57.5.0:
10:53:07       Successfully uninstalled setuptools-57.5.0
10:53:08 Successfully installed attrs-21.4.0 coverage-6.0.1 flake8-4.0.1 importlib-metadata-4.2.0 iniconfig-1.1.1 mccabe-0.6.1 pluggy-1.0.0 py-1.11.0 pycodestyle-2.8.0 pyflakes-2.4.0 pytest-6.2.5 pytest-cov-3.0.0 pytest-timeout-2.0.1 setuptools-58.2.0 toml-0.10.2 tomli-2.0.1 typing-extensions-4.3.0 zipp-3.8.1
10:53:08 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
10:53:08 WARNING: You are using pip version 22.0.4; however, version 22.1.2 is available.
10:53:08 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
10:53:09 Removing intermediate container 7d92ddbb20ed
10:53:09  ---> 746c1d476d34
10:53:09 Step 20/21 : COPY . /src
10:53:09  ---> d5e0a681665a
10:53:09 Step 21/21 : RUN pip install .
10:53:09  ---> Running in 5e72defdd30b
10:53:10 Processing /src
10:53:10   Preparing metadata (setup.py): started
10:53:10   Preparing metadata (setup.py): finished with status 'done'
10:53:10 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==5.1.0.dev0) (0.56.0)
10:53:10 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==5.1.0.dev0) (2.26.0)
10:53:10 Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2.0.12)
10:53:10 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2022.6.15)
10:53:10 Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2.5)
10:53:10 Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (1.26.5)
10:53:10 Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from websocket-client>=0.32.0->docker==5.1.0.dev0) (1.16.0)
10:53:10 Building wheels for collected packages: docker
10:53:10   Building wheel for docker (setup.py): started
10:53:10   Building wheel for docker (setup.py): finished with status 'done'
10:53:10   Created wheel for docker: filename=docker-5.1.0.dev0-py3-none-any.whl size=146316 sha256=ccb5203f404175362436c3d0d47fcbe600c32d3b046bd54ab3db045b048811b4
10:53:10   Stored in directory: /tmp/pip-ephem-wheel-cache-8ool78nz/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
10:53:10 Successfully built docker
10:53:10 Installing collected packages: docker
10:53:11 Successfully installed docker-5.1.0.dev0
10:53:11 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
10:53:11 WARNING: You are using pip version 22.0.4; however, version 22.1.2 is available.
10:53:11 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
10:53:11 Removing intermediate container 5e72defdd30b
10:53:11  ---> d3165c8a41b8
10:53:11 Successfully built d3165c8a41b8
10:53:11 Successfully tagged dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772
[Pipeline] isUnix
[Pipeline] sh
10:53:11 + docker tag dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772 dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772
[Pipeline] isUnix
[Pipeline] sh
10:53:12 + docker push dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772
10:53:12 The push refers to repository [docker.io/dockerpinata/docker-py]
10:53:12 14ddabaa6ae6: Preparing
10:53:12 1830b799a923: Preparing
10:53:12 229504484d4c: Preparing
10:53:12 29c0bb3b56bb: Preparing
10:53:12 433adec1ceeb: Preparing
10:53:12 77035f8d8d1a: Preparing
10:53:12 fa3e904e40a8: Preparing
10:53:12 8b1f3a0e4819: Preparing
10:53:12 9664e56c00d8: Preparing
10:53:12 8f8f317a999b: Preparing
10:53:12 64cb530df2eb: Preparing
10:53:12 904e07866d63: Preparing
10:53:12 77fa4a0e22b6: Preparing
10:53:12 c5dd9cf49613: Preparing
10:53:12 07d51dc5f1c2: Preparing
10:53:12 66305e85f0d6: Preparing
10:53:12 8bc43eff8664: Preparing
10:53:12 deccf8394d11: Preparing
10:53:12 cc2e6f92e0cd: Preparing
10:53:12 ea6ced507ede: Preparing
10:53:12 1f8751be0506: Preparing
10:53:12 59b0c7a2fe4d: Preparing
10:53:12 7372faf8e603: Preparing
10:53:12 9be7f4e74e71: Preparing
10:53:12 36cd374265f4: Preparing
10:53:12 5bdeef4a08f3: Preparing
10:53:12 77035f8d8d1a: Waiting
10:53:12 fa3e904e40a8: Waiting
10:53:12 8b1f3a0e4819: Waiting
10:53:12 9664e56c00d8: Waiting
10:53:12 8f8f317a999b: Waiting
10:53:12 64cb530df2eb: Waiting
10:53:12 904e07866d63: Waiting
10:53:12 77fa4a0e22b6: Waiting
10:53:12 c5dd9cf49613: Waiting
10:53:12 07d51dc5f1c2: Waiting
10:53:12 66305e85f0d6: Waiting
10:53:12 8bc43eff8664: Waiting
10:53:12 deccf8394d11: Waiting
10:53:12 cc2e6f92e0cd: Waiting
10:53:12 ea6ced507ede: Waiting
10:53:12 1f8751be0506: Waiting
10:53:12 59b0c7a2fe4d: Waiting
10:53:12 7372faf8e603: Waiting
10:53:12 9be7f4e74e71: Waiting
10:53:12 36cd374265f4: Waiting
10:53:12 5bdeef4a08f3: Waiting
10:53:13 29c0bb3b56bb: Pushed
10:53:13 1830b799a923: Pushed
10:53:13 14ddabaa6ae6: Pushed
10:53:14 77035f8d8d1a: Pushed
10:53:14 fa3e904e40a8: Pushed
10:53:14 8b1f3a0e4819: Pushed
10:53:14 229504484d4c: Pushed
10:53:15 9664e56c00d8: Pushed
10:53:15 8f8f317a999b: Pushed
10:53:15 64cb530df2eb: Pushed
10:53:15 904e07866d63: Pushed
10:53:15 433adec1ceeb: Pushed
10:53:15 77fa4a0e22b6: Pushed
10:53:16 deccf8394d11: Mounted from library/python
10:53:16 07d51dc5f1c2: Pushed
10:53:16 cc2e6f92e0cd: Mounted from library/python
10:53:16 c5dd9cf49613: Pushed
10:53:16 ea6ced507ede: Mounted from library/python
10:53:16 1f8751be0506: Mounted from library/python
10:53:16 59b0c7a2fe4d: Mounted from library/python
10:53:16 7372faf8e603: Mounted from library/python
10:53:16 9be7f4e74e71: Mounted from library/python
10:53:16 36cd374265f4: Mounted from library/python
10:53:17 8bc43eff8664: Pushed
10:53:17 5bdeef4a08f3: Mounted from library/python
10:53:17 66305e85f0d6: Pushed
10:53:19 py3-e131955685f6480bdb0fb7b1d64bd283328ef772: digest: sha256:a08e2fda7db3bca3c4f664be36c0181f160c76d971810caf2dd5a5775e75be3b size: 5766
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0fa1980eee9ab6b11) in /home/ubuntu/workspace/docker-py_master
[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_master@tmp/7703bb91-ed32-4655-a354-dcc4d54c5771/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
10:53:19 + docker run --rm --entrypoint=python dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772 /src/scripts/versions.py
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py3.7_19.03.12)
[Pipeline] { (Branch: py3.7_20.10.17)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] { (Branch: py3.7_22.06.0-beta.0)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0fa1980eee9ab6b11) in /home/ubuntu/workspace/docker-py_master
[Pipeline] node
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_master@tmp/7372c137-a094-4ff0-bf38-bf283a6f141a/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
10:53:46 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:53:46 chowning workspace
[Pipeline] sh
10:53:46 + pwd
10:53:46 + id -u
10:53:46 + id -g
10:53:46 + docker run --rm -v /home/ubuntu/workspace/docker-py_master:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
10:53:47 Removing all docker containers
[Pipeline] sh
10:53:47 + docker container ls -aq
[Pipeline] echo
10:53:47 Docker containers have been removed
[Pipeline] echo
10:53:47 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:53:47 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
10:53:47 The recommended git tool is: git
10:53:47 using credential docker-jenkins-github-credentials
10:53:47 Cloning the remote Git repository
10:53:47 Cloning with configured refspecs honoured and without tags
10:53:48 Avoid second fetch
10:53:48 Checking out Revision e131955685f6480bdb0fb7b1d64bd283328ef772 (master)
10:53:48 Commit message: "Merge pull request #2974 from docker/dependabot/pip/paramiko-2.10.1"
[Pipeline] withDockerRegistry
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_master # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/heads/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/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e131955685f6480bdb0fb7b1d64bd283328ef772 # timeout=10
[Pipeline] {
[Pipeline] sh
10:53:49 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772 py.test -v -rxs --cov=docker tests/unit
10:53:49 ============================= test session starts ==============================
10:53:49 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
10:53:49 cachedir: .pytest_cache
10:53:49 rootdir: /src, configfile: pytest.ini
10:53:49 plugins: cov-3.0.0, timeout-2.0.1
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_master@tmp/57ddcd00-ffbc-44da-8940-f47563ecd8c6/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
10:53:51 collecting ... collected 571 items
10:53:51 
10:53:51 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [  0%]
10:53:51 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [  0%]
10:53:51 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [  0%]
10:53:51 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [  0%]
10:53:51 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [  0%]
10:53:51 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [  1%]
10:53:51 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [  1%]
10:53:51 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [  1%]
10:53:51 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [  1%]
10:53:51 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [  1%]
10:53:51 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [  1%]
10:53:51 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [  2%]
10:53:51 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [  2%]
10:53:51 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [  2%]
10:53:51 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [  2%]
10:53:51 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [  2%]
10:53:51 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [  2%]
10:53:51 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [  3%]
10:53:51 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [  3%]
10:53:51 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  3%]
10:53:51 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [  3%]
10:53:51 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [  3%]
10:53:51 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [  4%]
10:53:51 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [  4%]
10:53:51 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [  4%]
10:53:51 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [  4%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [  4%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [  4%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [  5%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [  5%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [  5%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [  5%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [  5%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [  5%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [  6%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [  6%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [  6%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [  6%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [  6%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [  7%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [  7%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [  7%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [  7%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [  7%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [  7%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [  8%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [  8%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [  8%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [  8%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [  8%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [  8%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [  9%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [  9%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [  9%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [  9%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [  9%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [  9%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 10%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 10%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 10%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 10%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 10%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 11%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 11%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 11%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 11%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 11%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 11%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 12%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 12%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 12%]
10:53:51 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 12%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 12%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 12%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 13%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 13%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 13%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 13%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 13%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 14%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 14%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 14%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 14%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 14%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 14%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 15%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 15%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 15%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 15%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 15%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 15%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 16%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 16%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 16%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 16%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 16%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 16%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 17%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 17%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 17%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 17%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 17%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 18%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 18%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 18%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 18%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 18%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 18%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 19%]
10:53:51 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
10:53:51 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 19%]
10:53:51 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 19%]
10:53:51 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 19%]
10:53:51 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 19%]
10:53:51 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 20%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 20%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 20%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 20%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 20%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 21%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 21%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 21%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 21%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 21%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 21%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 22%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 22%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 22%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 22%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 22%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 22%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 23%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 23%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 23%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 23%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 23%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 23%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 24%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 24%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 24%]
10:53:51 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 24%]
10:53:51 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 24%]
10:53:51 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 25%]
10:53:51 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 25%]
10:53:51 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 25%]
10:53:51 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 25%]
10:53:51 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 25%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 25%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 26%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 26%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 26%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 26%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 26%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 26%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 27%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 27%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 27%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 27%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 27%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 28%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 28%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 28%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 28%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 28%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 28%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 29%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 29%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 29%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 29%]
10:53:51 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 29%]
10:53:51 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 29%]
10:53:51 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 30%]
10:53:52 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 30%]
10:53:52 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 30%]
10:53:52 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 30%]
10:53:52 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 30%]
10:53:52 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 30%]
10:53:53 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 31%]
10:53:53 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 31%]
10:53:53 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 31%]
10:53:53 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 31%]
10:53:53 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 31%]
10:53:53 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 32%]
10:53:53 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 32%]
10:53:53 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 32%]
10:53:53 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 32%]
10:53:53 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 32%]
10:53:53 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 32%]
10:53:53 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 33%]
10:53:53 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 33%]
10:53:53 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 33%]
10:53:53 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 33%]
10:53:53 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 33%]
10:53:53 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 33%]
10:53:53 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 34%]
10:53:53 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 34%]
10:53:53 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 34%]
10:53:53 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 34%]
10:53:53 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 34%]
10:53:53 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 35%]
10:53:53 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 35%]
10:53:53 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 35%]
10:53:53 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 35%]
10:53:53 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 35%]
10:53:53 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 35%]
10:53:53 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 36%]
10:53:53 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 36%]
10:53:53 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 36%]
10:53:53 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 36%]
10:53:53 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 36%]
10:53:53 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 36%]
10:53:53 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 37%]
10:53:53 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 37%]
10:53:53 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 37%]
10:53:53 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 37%]
10:53:53 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 37%]
10:53:53 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 38%]
10:53:53 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 38%]
10:53:53 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 38%]
10:53:53 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 38%]
10:53:53 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 38%]
10:53:53 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 38%]
10:53:53 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 39%]
10:53:53 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 39%]
10:53:53 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 39%]
10:53:53 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 39%]
10:53:53 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 39%]
10:53:53 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 39%]
10:53:53 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 40%]
10:53:53 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 40%]
10:53:53 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 40%]
10:53:53 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 40%]
10:53:53 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 40%]
10:53:53 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 40%]
10:53:53 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 41%]
10:53:54 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 41%]
10:53:54 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 41%]
10:53:54 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 41%]
10:53:54 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 41%]
10:53:54 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 42%]
10:53:54 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 42%]
10:53:54 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 42%]
10:53:54 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 42%]
10:53:54 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 42%]
10:53:54 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 42%]
10:53:54 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 43%]
10:53:54 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 43%]
10:53:54 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 43%]
10:53:54 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 43%]
10:53:54 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 43%]
10:53:54 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 43%]
10:53:54 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 44%]
10:53:54 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 44%]
10:53:54 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 44%]
10:53:54 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 44%]
10:53:54 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 44%]
10:53:54 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 45%]
10:53:54 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 45%]
10:53:54 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED (N...) [ 45%]
10:53:54 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 45%]
10:53:54 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 45%]
10:53:54 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 45%]
10:53:54 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 46%]
10:53:54 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 46%]
10:53:54 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 46%]
10:53:54 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 46%]
10:53:54 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 46%]
10:53:54 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 46%]
10:53:54 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 47%]
10:53:54 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 47%]
10:53:54 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 47%]
10:53:54 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 47%]
10:53:54 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 47%]
10:53:54 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 47%]
10:53:54 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 48%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 48%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 48%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 48%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 48%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 49%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 49%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 49%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 49%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 49%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 49%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 50%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 50%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 50%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 50%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 50%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 50%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 51%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 51%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 51%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 51%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 51%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 52%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 52%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 52%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 52%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 52%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 52%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 53%]
10:53:54 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 53%]
10:53:54 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 53%]
10:53:54 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 53%]
10:53:54 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 53%]
10:53:54 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 53%]
10:53:54 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 54%]
10:53:54 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 54%]
10:53:54 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 54%]
10:53:54 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 54%]
10:53:54 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 54%]
10:53:54 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 54%]
10:53:54 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 55%]
10:53:54 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 55%]
10:53:54 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 55%]
10:53:54 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 55%]
10:53:54 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 55%]
10:53:54 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 56%]
10:53:54 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 56%]
10:53:54 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 56%]
10:53:54 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 56%]
10:53:54 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 56%]
10:53:54 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 56%]
10:53:54 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 57%]
10:53:54 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 57%]
10:53:54 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 57%]
10:53:54 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 57%]
10:53:54 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 57%]
10:53:54 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 57%]
10:53:54 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 58%]
10:53:54 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 58%]
10:53:54 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 58%]
10:53:54 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 58%]
10:53:54 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 58%]
10:53:54 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 59%]
10:53:54 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 59%]
10:53:54 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 59%]
10:53:54 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 59%]
10:53:54 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 59%]
10:53:54 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 59%]
10:53:54 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 60%]
10:53:54 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 60%]
10:53:54 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 60%]
10:53:54 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 60%]
10:53:54 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 60%]
10:53:54 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 60%]
10:53:54 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 61%]
10:53:54 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 61%]
10:53:54 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 61%]
10:53:54 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 61%]
10:53:54 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 61%]
10:53:54 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 61%]
10:53:54 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 62%]
10:53:54 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 62%]
10:53:54 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 62%]
10:53:54 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 62%]
10:53:54 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 62%]
10:53:54 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 63%]
10:53:54 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 63%]
10:53:54 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 63%]
10:53:54 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 63%]
10:53:54 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 63%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 63%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 64%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 64%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 64%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 64%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 64%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 64%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 65%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 65%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 65%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 65%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 65%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 66%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 66%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 66%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 66%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 66%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 66%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 67%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 67%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 67%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 67%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 67%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 67%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 68%]
10:53:54 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 68%]
10:53:54 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 68%]
10:53:54 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 68%]
10:53:54 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 68%]
10:53:54 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 69%]
10:53:54 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 69%]
10:53:54 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 69%]
10:53:54 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 69%]
10:53:54 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 69%]
10:53:54 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 69%]
10:53:54 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 70%]
10:53:54 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 70%]
10:53:54 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 70%]
10:53:54 tests/unit/models_images_test.py::ImageCollectionTest::test_search_limit PASSED [ 70%]
10:53:54 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 70%]
10:53:54 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 70%]
10:53:54 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 71%]
10:53:54 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 71%]
10:53:54 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 71%]
10:53:54 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 71%]
10:53:54 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 71%]
10:53:54 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 71%]
10:53:54 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 72%]
10:53:54 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 72%]
10:53:54 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 72%]
10:53:54 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 72%]
10:53:54 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 72%]
10:53:54 tests/unit/models_secrets_test.py::CreateServiceTest::test_secrets_repr PASSED [ 73%]
10:53:54 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 73%]
10:53:54 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_hostname_prefix_trim PASSED [ 73%]
10:53:54 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_and_port PASSED [ 73%]
10:53:54 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_only PASSED [ 73%]
10:53:54 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_url PASSED [ 73%]
10:53:54 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_user_and_hostname PASSED [ 74%]
10:53:54 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 74%]
10:53:54 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 74%]
10:53:54 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 74%]
10:53:54 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 74%]
10:53:54 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 74%]
10:53:54 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 75%]
10:53:54 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 75%]
10:53:54 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 75%]
10:53:54 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 75%]
10:53:54 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 75%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 76%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 76%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 76%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 76%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 76%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 76%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 77%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 77%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 77%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 77%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 77%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 77%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 78%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 78%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 78%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 78%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 78%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 78%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 79%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 79%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 79%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 79%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 79%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 80%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 80%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 80%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 80%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 80%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 80%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 81%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 81%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 81%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 81%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 81%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 81%]
10:53:54 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 82%]
10:53:54 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 82%]
10:53:54 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 82%]
10:53:54 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 82%]
10:53:54 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 82%]
10:53:54 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 83%]
10:53:55 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 83%]
10:53:55 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 83%]
10:53:55 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 83%]
10:53:55 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 83%]
10:53:55 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 83%]
10:53:55 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 84%]
10:53:55 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 84%]
10:53:55 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 84%]
10:53:55 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 84%]
10:53:55 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 84%]
10:53:55 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 84%]
10:53:55 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 85%]
10:53:55 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 85%]
10:53:55 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 85%]
10:53:55 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 85%]
10:53:55 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 85%]
10:53:55 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 85%]
10:53:55 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 86%]
10:53:55 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 86%]
10:53:55 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 86%]
10:53:55 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 86%]
10:53:55 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 86%]
10:53:55 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 87%]
10:53:55 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 87%]
10:53:55 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 87%]
10:53:55 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 87%]
10:53:55 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 87%]
10:53:55 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 87%]
10:53:55 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 88%]
10:53:55 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 88%]
10:53:55 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 88%]
10:53:55 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 88%]
10:53:55 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 88%]
10:53:55 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 88%]
10:53:55 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 89%]
10:53:55 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 89%]
10:53:55 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 89%]
10:53:55 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 89%]
10:53:55 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 89%]
10:53:55 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 90%]
10:53:55 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 90%]
10:53:55 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 90%]
10:53:55 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 90%]
10:53:55 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 90%]
10:53:55 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 90%]
10:53:55 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 91%]
10:53:55 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 91%]
10:53:55 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 91%]
10:53:55 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 91%]
10:53:55 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 91%]
10:53:55 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 91%]
10:53:55 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 92%]
10:53:55 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 92%]
10:53:55 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 92%]
10:53:55 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 92%]
10:53:55 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 92%]
10:53:55 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 92%]
10:53:55 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 93%]
10:53:55 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 93%]
10:53:55 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 93%]
10:53:55 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 93%]
10:53:55 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 93%]
10:53:55 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 94%]
10:53:55 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 94%]
10:53:55 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 94%]
10:53:55 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 94%]
10:53:55 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 94%]
10:53:55 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 94%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 95%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 95%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 95%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 95%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 95%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 95%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 96%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 96%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 96%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 96%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 96%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 97%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 97%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 97%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 97%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 97%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 97%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 98%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 98%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 98%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 98%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 98%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_square_brackets_address PASSED [ 99%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
10:53:55 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
10:53:55 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
10:53:56 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
10:53:56 
10:53:56 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
10:53:56 Name                                  Stmts   Miss Branch BrPart  Cover
10:53:56 -----------------------------------------------------------------------
10:53:56 docker/__init__.py                        8      0      0      0   100%
10:53:56 docker/api/__init__.py                    1      0      0      0   100%
10:53:56 docker/api/build.py                     126     41     92     21    62%
10:53:56 docker/api/client.py                    261     65     92     11    75%
10:53:56 docker/api/config.py                     29     18      4      0    33%
10:53:56 docker/api/container.py                 265     72    104     25    65%
10:53:56 docker/api/daemon.py                     39      4     14      4    85%
10:53:56 docker/api/exec_api.py                   45     11     22      9    67%
10:53:56 docker/api/image.py                     159     43     60     14    70%
10:53:56 docker/api/network.py                    90     35     48     11    51%
10:53:56 docker/api/plugin.py                     89     68     14      0    20%
10:53:56 docker/api/secret.py                     34     22      8      0    29%
10:53:56 docker/api/service.py                   200    176    149      0     7%
10:53:56 docker/api/swarm.py                     106     67     38      1    28%
10:53:56 docker/api/volume.py                     38      9     14      2    71%
10:53:56 docker/auth.py                          197     16     74     16    88%
10:53:56 docker/client.py                         69      9      2      0    87%
10:53:56 docker/constants.py                      21      0      0      0   100%
10:53:56 docker/context/__init__.py                2      0      0      0   100%
10:53:56 docker/context/api.py                    78     41     38      8    39%
10:53:56 docker/context/config.py                 61     33     16      2    42%
10:53:56 docker/context/context.py               154     96     64      6    29%
10:53:56 docker/credentials/__init__.py            3      0      0      0   100%
10:53:56 docker/credentials/constants.py           4      0      0      0   100%
10:53:56 docker/credentials/errors.py             11      4      2      0    54%
10:53:56 docker/credentials/store.py              44     30     12      0    25%
10:53:56 docker/credentials/utils.py              23     18     12      0    14%
10:53:56 docker/errors.py                        110     26     20      4    71%
10:53:56 docker/models/__init__.py                 0      0      0      0   100%
10:53:56 docker/models/configs.py                 21      8      2      0    57%
10:53:56 docker/models/containers.py             183     11     70      9    91%
10:53:56 docker/models/images.py                 136     55     56      4    52%
10:53:56 docker/models/networks.py                37      7     12      3    71%
10:53:56 docker/models/nodes.py                   15      5      2      0    59%
10:53:56 docker/models/plugins.py                 48     29      8      0    34%
10:53:56 docker/models/resource.py                41     10      6      3    72%
10:53:56 docker/models/secrets.py                 22      4      2      0    75%
10:53:56 docker/models/services.py                87     35     36      4    59%
10:53:56 docker/models/swarm.py                   39     21      6      0    40%
10:53:56 docker/models/volumes.py                 23     10      4      0    48%
10:53:56 docker/tls.py                            37      6     14      6    76%
10:53:56 docker/transport/__init__.py             11      3      0      0    73%
10:53:56 docker/transport/basehttpadapter.py       6      0      2      1    88%
10:53:56 docker/transport/npipeconn.py            57     52      8      0     8%
10:53:56 docker/transport/npipesocket.py         134    130     20      0     3%
10:53:56 docker/transport/sshconn.py             162    105     54      3    30%
10:53:56 docker/transport/ssladapter.py           36     10     10      4    65%
10:53:56 docker/transport/unixconn.py             54      3      6      1    93%
10:53:56 docker/types/__init__.py                  6      0      0      0   100%
10:53:56 docker/types/base.py                      4      0      2      0   100%
10:53:56 docker/types/containers.py              419     79    326     43    81%
10:53:56 docker/types/daemon.py                   36     24     14      0    24%
10:53:56 docker/types/healthcheck.py              33     20      4      0    35%
10:53:56 docker/types/networks.py                 41     11     28      9    65%
10:53:56 docker/types/services.py                321    146    216     41    50%
10:53:56 docker/types/swarm.py                    51     45     40      0     7%
10:53:56 docker/utils/__init__.py                  3      0      0      0   100%
10:53:56 docker/utils/build.py                   150     24     72     10    83%
10:53:56 docker/utils/config.py                   36      1     10      1    96%
10:53:56 docker/utils/decorators.py               32      1     12      1    95%
10:53:56 docker/utils/fnmatch.py                  55     18     28      2    61%
10:53:56 docker/utils/json_stream.py              40      8     14      2    78%
10:53:56 docker/utils/ports.py                    50      3     32      2    91%
10:53:56 docker/utils/proxy.py                    32      1     12      0    98%
10:53:56 docker/utils/socket.py                   85     10     40      8    84%
10:53:56 docker/utils/utils.py                   278     18    171     13    92%
10:53:56 docker/version.py                         2      0      2      0   100%
10:53:56 -----------------------------------------------------------------------
10:53:56 TOTAL                                  5090   1817   2240    304    60%
10:53:56 
10:53:56 
10:53:56 =========================== short test summary info ============================
10:53:56 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
10:53:56 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
10:53:56 SKIPPED [1] tests/unit/client_test.py:99: Npipe Connection Pool only on Windows
10:53:56 SKIPPED [1] tests/unit/client_test.py:138: Npipe Connection Pool only on Windows
10:53:56 SKIPPED [1] tests/unit/client_test.py:212: Npipe Connection Pool only on Windows
10:53:56 SKIPPED [1] tests/unit/client_test.py:249: Npipe Connection Pool only on Windows
10:53:56 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
10:53:56 SKIPPED [1] tests/unit/utils_build_test.py:230: Backslash patterns only on Windows
10:53:56 SKIPPED [1] tests/unit/utils_build_test.py:252: Backslash patterns only on Windows
10:53:56 SKIPPED [1] tests/unit/utils_build_test.py:400: root user always has access ; no chmod on Windows
10:53:56 SKIPPED [1] tests/unit/utils_config_test.py:54: condition: sys.platform != 'win32'
10:53:56 ================== 560 passed, 10 skipped, 1 xfailed in 6.01s ==================
[Pipeline] sh
10:53:56 + docker network create dpy-testnet-132-0-py3.7-19.03.12
10:53:56 b6b6310fcdcd0234169f1a9c61347a7c4026ead8b0a691f8b9c846d01977b239
[Pipeline] sh
10:53:56 + docker run --rm -d --name dpy-dind-132-0-py3.7-19.03.12 -v /tmp --privileged --network dpy-testnet-132-0-py3.7-19.03.12 dockerpinata/docker-py:sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772 dockerd -H tcp://0.0.0.0:2375
10:53:56 54129f97d3dc334c299d449255a042490d8ea469f1b1601baf811d3a3a0f32d8
[Pipeline] sh
10:53:57 + docker run --rm --name dpy-tests-132-0-py3.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-132-0-py3.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-132-0-py3.7-19.03.12 --volumes-from dpy-dind-132-0-py3.7-19.03.12 -v /home/ubuntu/workspace/docker-py_master@tmp/57ddcd00-ffbc-44da-8940-f47563ecd8c6/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772 py.test -v -rxs --cov=docker tests/integration
10:53:58 ============================= test session starts ==============================
10:53:58 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
10:53:58 cachedir: .pytest_cache
10:53:58 rootdir: /src, configfile: pytest.ini
10:53:58 plugins: cov-3.0.0, timeout-2.0.1
10:53:59 collecting ... collected 395 items
10:53:59 
Still waiting to schedule task
‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-038622fd0d3c109b1)’ is offline
‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0d3b943e7c3039d58)’ is offline
‘azwin-2-058470’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-3280a0’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-47ab30’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-6740d0’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-7a4af0’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-a7ff30’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-bb96b0’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-c38450’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-cc8420’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-ee6360’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
Still waiting to schedule task
‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-038622fd0d3c109b1)’ is offline
‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0d3b943e7c3039d58)’ is offline
‘azwin-2-058470’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-3280a0’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-47ab30’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-6740d0’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-7a4af0’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-a7ff30’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-bb96b0’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-c38450’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-cc8420’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-ee6360’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
Still waiting to schedule task
‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-038622fd0d3c109b1)’ is offline
‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0d3b943e7c3039d58)’ is offline
‘azwin-2-058470’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-3280a0’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-47ab30’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-6740d0’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-7a4af0’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-a7ff30’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-bb96b0’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-c38450’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-cc8420’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘azwin-2-ee6360’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
10:54:01 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
10:54:01 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
10:54:01 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
10:54:01 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  1%]
10:54:01 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  1%]
10:54:02 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  1%]
10:54:03 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  1%]
10:54:03 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  2%]
10:54:03 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  2%]
10:54:03 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  2%]
10:54:03 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  2%]
10:54:03 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  3%]
10:54:03 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  3%]
10:54:04 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  3%]
10:54:04 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  3%]
10:54:04 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  4%]
10:54:07 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  4%]
10:54:07 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  4%]
10:54:07 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  4%]
10:54:09 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  5%]
10:54:10 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  5%]
10:54:10 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  5%]
10:54:10 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  5%]
10:54:10 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  6%]
10:54:11 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  6%]
10:54:11 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  6%]
10:54:11 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  6%]
10:54:11 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  7%]
10:54:11 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  7%]
10:54:12 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  7%]
10:54:12 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  7%]
10:54:12 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_with_templating PASSED [  8%]
10:54:12 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  8%]
10:54:12 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  8%]
10:54:13 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  8%]
10:54:13 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  9%]
10:54:13 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  9%]
10:54:14 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  9%]
10:54:14 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  9%]
10:54:14 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 10%]
10:54:15 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 10%]
10:54:15 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 10%]
10:54:15 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 10%]
10:54:15 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 11%]
10:54:15 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 11%]
10:54:16 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 11%]
10:54:17 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 11%]
10:54:17 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 12%]
10:54:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 12%]
10:54:20 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 12%]
10:54:20 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 12%]
10:54:20 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 13%]
10:54:20 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 13%]
10:54:20 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 13%]
10:54:20 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 13%]
10:54:21 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 14%]
10:54:36 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 14%]
10:54:36 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 14%]
10:54:37 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 14%]
10:54:37 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 15%]
10:54:38 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 15%]
10:54:38 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 15%]
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0d3b943e7c3039d58) in /home/ubuntu/workspace/docker-py_master
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-038622fd0d3c109b1) in /home/ubuntu/workspace/docker-py_master
[Pipeline] {
[Pipeline] withDockerRegistry
10:54:39 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 15%]
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
10:54:39 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 16%]
10:54:40 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 16%]
10:54:40 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 16%]
10:54:41 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 16%]
10:54:41 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 17%]
10:54:42 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 17%]
10:54:42 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 17%]
10:54:44 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 17%]
10:54:45 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 18%]
10:54:45 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 18%]
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_master@tmp/1ba4e43d-cb39-47e7-b40e-333d1da0df67/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
10:54:46 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:54:46 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_master@tmp/67429643-c491-4264-a7d6-fd037ea3693d/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
10:54:46 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:54:46 chowning workspace
[Pipeline] sh
10:54:46 + pwd
10:54:46 + id -u
10:54:46 + id -g
10:54:46 + docker run --rm -v /home/ubuntu/workspace/docker-py_master:/workspace busybox chown -R 1000:1000 /workspace
10:54:46 Unable to find image 'busybox:latest' locally
10:54:47 latest: Pulling from library/busybox
10:54:47 19d511225f94: Pulling fs layer
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-06ff1d927328c6eb3) in /home/ubuntu/workspace/docker-py_master
[Pipeline] {
[Pipeline] withDockerRegistry
10:54:47 19d511225f94: Download complete
10:54:47 + pwd
10:54:47 + id -u
10:54:47 + id -g
10:54:47 + docker run --rm -v /home/ubuntu/workspace/docker-py_master:/workspace busybox chown -R 1000:1000 /workspace
10:54:47 Unable to find image 'busybox:latest' locally
10:54:47 latest: Pulling from library/busybox
10:54:47 19d511225f94: Pulling fs layer
10:54:47 19d511225f94: Download complete
10:54:47 19d511225f94: Pull complete
10:54:47 Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83
10:54:47 Status: Downloaded newer image for busybox:latest
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
10:54:48 19d511225f94: Pull complete
10:54:48 Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83
10:54:48 Status: Downloaded newer image for busybox:latest
10:54:48 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [ 18%]
[Pipeline] echo
10:54:50 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
10:54:50 Removing all docker containers
[Pipeline] sh
10:54:50 + docker container ls -aq
[Pipeline] echo
10:54:50 Docker containers have been removed
[Pipeline] echo
10:54:50 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:54:50 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=20.10.17)
[Pipeline] checkout
10:54:50 The recommended git tool is: git
10:54:50 + docker container ls -aq
[Pipeline] echo
10:54:50 Docker containers have been removed
[Pipeline] echo
10:54:50 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:54:50 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
10:54:50 The recommended git tool is: git
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_master@tmp/f6fb52a2-a4eb-4260-90ca-bf8548eef132/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
10:54:51 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:54:51 chowning workspace
[Pipeline] sh
10:54:52 + pwd
10:54:52 + id -u
10:54:52 + id -g
10:54:52 + docker run --rm -v /home/ubuntu/workspace/docker-py_master:/workspace busybox chown -R 1000:1000 /workspace
10:54:52 Unable to find image 'busybox:latest' locally
10:54:52 latest: Pulling from library/busybox
10:54:52 19d511225f94: Pulling fs layer
10:54:52 19d511225f94: Download complete
10:54:52 using credential docker-jenkins-github-credentials
10:54:52 Cloning the remote Git repository
10:54:52 Cloning with configured refspecs honoured and without tags
10:54:52 using credential docker-jenkins-github-credentials
10:54:52 Cloning the remote Git repository
10:54:52 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
10:54:53 19d511225f94: Pull complete
10:54:53 Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83
10:54:53 Status: Downloaded newer image for busybox:latest
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_master # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git init /home/ubuntu/workspace/docker-py_master # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/heads/master:refs/remotes/origin/master # timeout=10
10:54:54 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 18%]
10:54:54 Avoid second fetch
10:54:54 Checking out Revision e131955685f6480bdb0fb7b1d64bd283328ef772 (master)
10:54:54 Avoid second fetch
10:54:54 Checking out Revision e131955685f6480bdb0fb7b1d64bd283328ef772 (master)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e131955685f6480bdb0fb7b1d64bd283328ef772 # timeout=10
[Pipeline] echo
10:54:55 Removing all docker containers
[Pipeline] sh
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e131955685f6480bdb0fb7b1d64bd283328ef772 # timeout=10
10:54:55 + docker container ls -aq
[Pipeline] echo
10:54:55 Docker containers have been removed
[Pipeline] echo
10:54:55 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:54:55 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=22.06.0-beta.0)
[Pipeline] checkout
10:54:55 The recommended git tool is: git
10:54:56 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
10:54:57 using credential docker-jenkins-github-credentials
10:54:57 Cloning the remote Git repository
10:54:57 Cloning with configured refspecs honoured and without tags
10:54:57 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [ 19%]
10:54:57 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 19%]
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_master # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/heads/master:refs/remotes/origin/master # timeout=10
10:54:58 Commit message: "Merge pull request #2974 from docker/dependabot/pip/paramiko-2.10.1"
10:54:58 Commit message: "Merge pull request #2974 from docker/dependabot/pip/paramiko-2.10.1"
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] sh
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] sh
10:54:58 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772 py.test -v -rxs --cov=docker tests/unit
10:54:58 Unable to find image 'dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772' locally
10:54:58 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 20%]
10:54:58 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772 py.test -v -rxs --cov=docker tests/unit
10:54:58 Unable to find image 'dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772' locally
10:54:58 py3-e131955685f6480bdb0fb7b1d64bd283328ef772: Pulling from dockerpinata/docker-py
10:54:58 d836772a1c1f: Pulling fs layer
10:54:58 66a9e63c657a: Pulling fs layer
10:54:58 d1989b6e74cf: Pulling fs layer
10:54:58 c28818711e1e: Pulling fs layer
10:54:58 5084fa7ebd74: Pulling fs layer
10:54:58 7f162c881e4f: Pulling fs layer
10:54:58 fa5c3534431d: Pulling fs layer
10:54:58 30596f5e8e78: Pulling fs layer
10:54:58 4861fe1f6551: Pulling fs layer
10:54:58 9ae59edee21f: Pulling fs layer
10:54:58 1625b4cff623: Pulling fs layer
10:54:58 3c7ded299d65: Pulling fs layer
10:54:58 e5715719d136: Pulling fs layer
10:54:58 469d1587c9e8: Pulling fs layer
10:54:58 9c4ca030bc73: Pulling fs layer
10:54:58 4aceff19d895: Pulling fs layer
10:54:58 8869fb44523b: Pulling fs layer
10:54:58 a52b887fd056: Pulling fs layer
10:54:58 373e19ef5a89: Pulling fs layer
10:54:58 225863c18bf5: Pulling fs layer
10:54:58 2208c8eb8477: Pulling fs layer
10:54:58 2cd5d61b29ae: Pulling fs layer
10:54:58 07604cad7d7e: Pulling fs layer
10:54:58 da2568ae7d76: Pulling fs layer
10:54:58 03874a4da229: Pulling fs layer
10:54:58 409e8219365f: Pulling fs layer
10:54:58 c28818711e1e: Waiting
10:54:58 5084fa7ebd74: Waiting
10:54:58 7f162c881e4f: Waiting
10:54:58 469d1587c9e8: Waiting
10:54:58 9c4ca030bc73: Waiting
10:54:58 4aceff19d895: Waiting
10:54:58 8869fb44523b: Waiting
10:54:58 a52b887fd056: Waiting
10:54:58 373e19ef5a89: Waiting
10:54:58 225863c18bf5: Waiting
10:54:58 fa5c3534431d: Waiting
10:54:58 2208c8eb8477: Waiting
10:54:58 2cd5d61b29ae: Waiting
10:54:58 07604cad7d7e: Waiting
10:54:58 da2568ae7d76: Waiting
10:54:58 03874a4da229: Waiting
10:54:58 409e8219365f: Waiting
10:54:58 30596f5e8e78: Waiting
10:54:58 4861fe1f6551: Waiting
10:54:58 9ae59edee21f: Waiting
10:54:58 1625b4cff623: Waiting
10:54:58 3c7ded299d65: Waiting
10:54:58 e5715719d136: Waiting
10:54:58 Avoid second fetch
10:54:58 Checking out Revision e131955685f6480bdb0fb7b1d64bd283328ef772 (master)
10:54:59 py3-e131955685f6480bdb0fb7b1d64bd283328ef772: Pulling from dockerpinata/docker-py
10:54:59 d836772a1c1f: Pulling fs layer
10:54:59 66a9e63c657a: Pulling fs layer
10:54:59 d1989b6e74cf: Pulling fs layer
10:54:59 c28818711e1e: Pulling fs layer
10:54:59 5084fa7ebd74: Pulling fs layer
10:54:59 7f162c881e4f: Pulling fs layer
10:54:59 fa5c3534431d: Pulling fs layer
10:54:59 30596f5e8e78: Pulling fs layer
10:54:59 4861fe1f6551: Pulling fs layer
10:54:59 9ae59edee21f: Pulling fs layer
10:54:59 1625b4cff623: Pulling fs layer
10:54:59 3c7ded299d65: Pulling fs layer
10:54:59 e5715719d136: Pulling fs layer
10:54:59 469d1587c9e8: Pulling fs layer
10:54:59 9c4ca030bc73: Pulling fs layer
10:54:59 4aceff19d895: Pulling fs layer
10:54:59 8869fb44523b: Pulling fs layer
10:54:59 a52b887fd056: Pulling fs layer
10:54:59 373e19ef5a89: Pulling fs layer
10:54:59 225863c18bf5: Pulling fs layer
10:54:59 2208c8eb8477: Pulling fs layer
10:54:59 2cd5d61b29ae: Pulling fs layer
10:54:59 07604cad7d7e: Pulling fs layer
10:54:59 da2568ae7d76: Pulling fs layer
10:54:59 03874a4da229: Pulling fs layer
10:54:59 409e8219365f: Pulling fs layer
10:54:59 c28818711e1e: Waiting
10:54:59 5084fa7ebd74: Waiting
10:54:59 7f162c881e4f: Waiting
10:54:59 fa5c3534431d: Waiting
10:54:59 30596f5e8e78: Waiting
10:54:59 4861fe1f6551: Waiting
10:54:59 9ae59edee21f: Waiting
10:54:59 1625b4cff623: Waiting
10:54:59 3c7ded299d65: Waiting
10:54:59 e5715719d136: Waiting
10:54:59 469d1587c9e8: Waiting
10:54:59 9c4ca030bc73: Waiting
10:54:59 4aceff19d895: Waiting
10:54:59 8869fb44523b: Waiting
10:54:59 a52b887fd056: Waiting
10:54:59 373e19ef5a89: Waiting
10:54:59 225863c18bf5: Waiting
10:54:59 2208c8eb8477: Waiting
10:54:59 2cd5d61b29ae: Waiting
10:54:59 07604cad7d7e: Waiting
10:54:59 da2568ae7d76: Waiting
10:54:59 03874a4da229: Waiting
10:54:59 409e8219365f: Waiting
10:54:59 66a9e63c657a: Verifying Checksum
10:54:59 66a9e63c657a: Download complete
10:54:59 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 20%]
10:54:59 d1989b6e74cf: Verifying Checksum
10:54:59 d1989b6e74cf: Download complete
10:54:59 66a9e63c657a: Verifying Checksum
10:54:59 66a9e63c657a: Download complete
10:54:59 d1989b6e74cf: Verifying Checksum
10:54:59 d1989b6e74cf: Download complete
$ 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_master@tmp/5df277ff-9615-48e3-989c-342275f7344c/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
$ 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_master@tmp/da009a1d-8647-4cc2-aa38-cb080b7f5d84/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
10:54:59 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 20%]
10:54:59 d836772a1c1f: Verifying Checksum
10:54:59 d836772a1c1f: Download complete
10:54:59 d836772a1c1f: Verifying Checksum
10:54:59 d836772a1c1f: Download complete
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e131955685f6480bdb0fb7b1d64bd283328ef772 # timeout=10
10:55:00 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 20%]
10:55:00 7f162c881e4f: Verifying Checksum
10:55:00 7f162c881e4f: Download complete
10:55:00 c28818711e1e: Verifying Checksum
10:55:00 c28818711e1e: Download complete
10:55:00 c28818711e1e: Verifying Checksum
10:55:00 c28818711e1e: Download complete
10:55:00 7f162c881e4f: Verifying Checksum
10:55:00 7f162c881e4f: Download complete
10:55:00 30596f5e8e78: Verifying Checksum
10:55:00 30596f5e8e78: Download complete
10:55:00 4861fe1f6551: Verifying Checksum
10:55:00 4861fe1f6551: Download complete
10:55:00 fa5c3534431d: Verifying Checksum
10:55:00 fa5c3534431d: Download complete
10:55:00 30596f5e8e78: Verifying Checksum
10:55:00 30596f5e8e78: Download complete
10:55:00 9ae59edee21f: Verifying Checksum
10:55:00 9ae59edee21f: Download complete
10:55:00 3c7ded299d65: Verifying Checksum
10:55:00 3c7ded299d65: Download complete
10:55:00 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 21%]
10:55:00 4861fe1f6551: Verifying Checksum
10:55:00 4861fe1f6551: Download complete
10:55:00 fa5c3534431d: Verifying Checksum
10:55:00 fa5c3534431d: Download complete
10:55:00 9ae59edee21f: Verifying Checksum
10:55:00 9ae59edee21f: Download complete
10:55:00 1625b4cff623: Verifying Checksum
10:55:00 1625b4cff623: Download complete
10:55:00 e5715719d136: Verifying Checksum
10:55:00 e5715719d136: Download complete
10:55:00 469d1587c9e8: Verifying Checksum
10:55:00 469d1587c9e8: Download complete
10:55:00 9c4ca030bc73: Verifying Checksum
10:55:00 9c4ca030bc73: Download complete
10:55:00 4aceff19d895: Verifying Checksum
10:55:00 4aceff19d895: Download complete
10:55:00 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [ 21%]
10:55:00 3c7ded299d65: Verifying Checksum
10:55:00 3c7ded299d65: Download complete
10:55:00 e5715719d136: Verifying Checksum
10:55:00 e5715719d136: Download complete
10:55:00 1625b4cff623: Verifying Checksum
10:55:00 1625b4cff623: Download complete
10:55:01 8869fb44523b: Verifying Checksum
10:55:01 8869fb44523b: Download complete
10:55:01 a52b887fd056: Verifying Checksum
10:55:01 a52b887fd056: Download complete
10:55:01 373e19ef5a89: Verifying Checksum
10:55:01 373e19ef5a89: Download complete
10:55:01 225863c18bf5: Verifying Checksum
10:55:01 225863c18bf5: Download complete
10:55:01 2208c8eb8477: Verifying Checksum
10:55:01 2208c8eb8477: Download complete
10:55:01 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 21%]
10:55:01 469d1587c9e8: Verifying Checksum
10:55:01 469d1587c9e8: Download complete
10:55:01 9c4ca030bc73: Verifying Checksum
10:55:01 9c4ca030bc73: Download complete
10:55:01 8869fb44523b: Download complete
10:55:01 4aceff19d895: Download complete
10:55:01 a52b887fd056: Verifying Checksum
10:55:01 a52b887fd056: Download complete
10:55:01 373e19ef5a89: Verifying Checksum
10:55:01 373e19ef5a89: Download complete
10:55:01 07604cad7d7e: Verifying Checksum
10:55:01 07604cad7d7e: Download complete
10:55:01 225863c18bf5: Verifying Checksum
10:55:01 225863c18bf5: Download complete
10:55:01 2208c8eb8477: Verifying Checksum
10:55:01 2208c8eb8477: Download complete
10:55:01 07604cad7d7e: Verifying Checksum
10:55:01 07604cad7d7e: Download complete
10:55:01 2cd5d61b29ae: Verifying Checksum
10:55:01 2cd5d61b29ae: Download complete
10:55:01 da2568ae7d76: Verifying Checksum
10:55:01 da2568ae7d76: Download complete
10:55:01 03874a4da229: Verifying Checksum
10:55:01 03874a4da229: Download complete
10:55:01 2cd5d61b29ae: Verifying Checksum
10:55:01 2cd5d61b29ae: Download complete
10:55:01 da2568ae7d76: Verifying Checksum
10:55:01 da2568ae7d76: Download complete
10:55:01 409e8219365f: Verifying Checksum
10:55:01 409e8219365f: Download complete
10:55:01 5084fa7ebd74: Verifying Checksum
10:55:01 5084fa7ebd74: Download complete
10:55:01 409e8219365f: Verifying Checksum
10:55:01 409e8219365f: Download complete
10:55:01 03874a4da229: Verifying Checksum
10:55:01 03874a4da229: Download complete
10:55:02 5084fa7ebd74: Verifying Checksum
10:55:02 5084fa7ebd74: Download complete
10:55:02 Commit message: "Merge pull request #2974 from docker/dependabot/pip/paramiko-2.10.1"
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] sh
10:55:03 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772 py.test -v -rxs --cov=docker tests/unit
10:55:03 Unable to find image 'dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772' locally
10:55:03 py3-e131955685f6480bdb0fb7b1d64bd283328ef772: Pulling from dockerpinata/docker-py
10:55:03 d836772a1c1f: Pulling fs layer
10:55:03 66a9e63c657a: Pulling fs layer
10:55:03 d1989b6e74cf: Pulling fs layer
10:55:03 c28818711e1e: Pulling fs layer
10:55:03 5084fa7ebd74: Pulling fs layer
10:55:03 7f162c881e4f: Pulling fs layer
10:55:03 fa5c3534431d: Pulling fs layer
10:55:03 30596f5e8e78: Pulling fs layer
10:55:03 4861fe1f6551: Pulling fs layer
10:55:03 9ae59edee21f: Pulling fs layer
10:55:03 1625b4cff623: Pulling fs layer
10:55:03 3c7ded299d65: Pulling fs layer
10:55:03 e5715719d136: Pulling fs layer
10:55:03 469d1587c9e8: Pulling fs layer
10:55:03 9c4ca030bc73: Pulling fs layer
10:55:03 4aceff19d895: Pulling fs layer
10:55:03 8869fb44523b: Pulling fs layer
10:55:03 a52b887fd056: Pulling fs layer
10:55:03 373e19ef5a89: Pulling fs layer
10:55:03 225863c18bf5: Pulling fs layer
10:55:03 2208c8eb8477: Pulling fs layer
10:55:03 2cd5d61b29ae: Pulling fs layer
10:55:03 07604cad7d7e: Pulling fs layer
10:55:03 da2568ae7d76: Pulling fs layer
10:55:03 03874a4da229: Pulling fs layer
10:55:03 409e8219365f: Pulling fs layer
10:55:03 c28818711e1e: Waiting
10:55:03 5084fa7ebd74: Waiting
10:55:03 7f162c881e4f: Waiting
10:55:03 fa5c3534431d: Waiting
10:55:03 30596f5e8e78: Waiting
10:55:03 4861fe1f6551: Waiting
10:55:03 9ae59edee21f: Waiting
10:55:03 1625b4cff623: Waiting
10:55:03 3c7ded299d65: Waiting
10:55:03 e5715719d136: Waiting
10:55:03 469d1587c9e8: Waiting
10:55:03 9c4ca030bc73: Waiting
10:55:03 4aceff19d895: Waiting
10:55:03 8869fb44523b: Waiting
10:55:03 a52b887fd056: Waiting
10:55:03 373e19ef5a89: Waiting
10:55:03 225863c18bf5: Waiting
10:55:03 2208c8eb8477: Waiting
10:55:03 2cd5d61b29ae: Waiting
10:55:03 07604cad7d7e: Waiting
10:55:03 da2568ae7d76: Waiting
10:55:03 03874a4da229: Waiting
10:55:03 409e8219365f: Waiting
10:55:03 66a9e63c657a: Verifying Checksum
10:55:03 66a9e63c657a: Download complete
10:55:03 d1989b6e74cf: Verifying Checksum
10:55:03 d1989b6e74cf: Download complete
10:55:03 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [ 21%]
$ 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_master@tmp/aec911cd-1297-4dd1-b656-2a834a007a6a/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
10:55:04 d836772a1c1f: Pull complete
10:55:04 d836772a1c1f: Verifying Checksum
10:55:04 d836772a1c1f: Download complete
10:55:04 c28818711e1e: Verifying Checksum
10:55:04 c28818711e1e: Download complete
10:55:04 7f162c881e4f: Verifying Checksum
10:55:04 7f162c881e4f: Download complete
10:55:04 fa5c3534431d: Verifying Checksum
10:55:04 fa5c3534431d: Download complete
10:55:04 30596f5e8e78: Verifying Checksum
10:55:04 30596f5e8e78: Download complete
10:55:04 9ae59edee21f: Verifying Checksum
10:55:04 9ae59edee21f: Download complete
10:55:04 66a9e63c657a: Pull complete
10:55:05 d836772a1c1f: Pull complete
10:55:05 4861fe1f6551: Verifying Checksum
10:55:05 4861fe1f6551: Download complete
10:55:05 3c7ded299d65: Verifying Checksum
10:55:05 3c7ded299d65: Download complete
10:55:05 1625b4cff623: Verifying Checksum
10:55:05 1625b4cff623: Download complete
10:55:05 66a9e63c657a: Pull complete
10:55:05 469d1587c9e8: Verifying Checksum
10:55:05 469d1587c9e8: Download complete
10:55:05 e5715719d136: Verifying Checksum
10:55:05 e5715719d136: Download complete
10:55:05 9c4ca030bc73: Verifying Checksum
10:55:05 9c4ca030bc73: Download complete
10:55:05 4aceff19d895: Verifying Checksum
10:55:05 4aceff19d895: Download complete
10:55:05 8869fb44523b: Verifying Checksum
10:55:05 8869fb44523b: Download complete
10:55:05 a52b887fd056: Verifying Checksum
10:55:05 a52b887fd056: Download complete
10:55:05 d1989b6e74cf: Pull complete
10:55:05 225863c18bf5: Verifying Checksum
10:55:05 225863c18bf5: Download complete
10:55:05 373e19ef5a89: Verifying Checksum
10:55:05 373e19ef5a89: Download complete
10:55:05 2208c8eb8477: Verifying Checksum
10:55:05 2208c8eb8477: Download complete
10:55:05 d1989b6e74cf: Pull complete
10:55:06 07604cad7d7e: Verifying Checksum
10:55:06 07604cad7d7e: Download complete
10:55:06 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 22%]
10:55:06 da2568ae7d76: Verifying Checksum
10:55:06 da2568ae7d76: Download complete
10:55:06 2cd5d61b29ae: Verifying Checksum
10:55:06 2cd5d61b29ae: Download complete
10:55:06 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [ 22%]
10:55:06 03874a4da229: Verifying Checksum
10:55:06 03874a4da229: Download complete
10:55:06 409e8219365f: Verifying Checksum
10:55:06 409e8219365f: Download complete
10:55:07 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 22%]
10:55:07 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 22%]
10:55:07 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 23%]
10:55:07 5084fa7ebd74: Verifying Checksum
10:55:07 5084fa7ebd74: Download complete
10:55:08 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 23%]
10:55:08 tests/integration/api_container_test.py::PortTest::test_port PASSED      [ 23%]
10:55:08 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 23%]
10:55:09 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 24%]
10:55:10 c28818711e1e: Pull complete
10:55:11 c28818711e1e: Pull complete
10:55:11 d836772a1c1f: Pull complete
10:55:11 66a9e63c657a: Pull complete
10:55:12 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 24%]
10:55:12 d1989b6e74cf: Pull complete
10:55:14 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 24%]
10:55:16 c28818711e1e: Pull complete
10:55:17 5084fa7ebd74: Pull complete
10:55:17 5084fa7ebd74: Pull complete
10:55:17 7f162c881e4f: Pull complete
10:55:17 7f162c881e4f: Pull complete
10:55:18 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 24%]
10:55:18 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 25%]
10:55:18 fa5c3534431d: Pull complete
10:55:18 30596f5e8e78: Pull complete
10:55:18 fa5c3534431d: Pull complete
10:55:18 30596f5e8e78: Pull complete
10:55:18 4861fe1f6551: Pull complete
10:55:18 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 25%]
10:55:19 9ae59edee21f: Pull complete
10:55:19 4861fe1f6551: Pull complete
10:55:19 9ae59edee21f: Pull complete
10:55:19 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 25%]
10:55:19 1625b4cff623: Pull complete
10:55:19 3c7ded299d65: Pull complete
10:55:19 e5715719d136: Pull complete
10:55:19 1625b4cff623: Pull complete
10:55:19 3c7ded299d65: Pull complete
10:55:19 e5715719d136: Pull complete
10:55:19 469d1587c9e8: Pull complete
10:55:19 9c4ca030bc73: Pull complete
10:55:19 4aceff19d895: Pull complete
10:55:19 8869fb44523b: Pull complete
10:55:19 469d1587c9e8: Pull complete
10:55:19 9c4ca030bc73: Pull complete
10:55:19 4aceff19d895: Pull complete
10:55:19 8869fb44523b: Pull complete
10:55:19 a52b887fd056: Pull complete
10:55:19 373e19ef5a89: Pull complete
10:55:19 225863c18bf5: Pull complete
10:55:19 2208c8eb8477: Pull complete
10:55:19 a52b887fd056: Pull complete
10:55:19 373e19ef5a89: Pull complete
10:55:19 225863c18bf5: Pull complete
10:55:20 2208c8eb8477: Pull complete
10:55:20 2cd5d61b29ae: Pull complete
10:55:20 2cd5d61b29ae: Pull complete
10:55:20 07604cad7d7e: Pull complete
10:55:20 07604cad7d7e: Pull complete
10:55:21 da2568ae7d76: Pull complete
10:55:21 da2568ae7d76: Pull complete
10:55:21 03874a4da229: Pull complete
10:55:21 409e8219365f: Pull complete
10:55:21 03874a4da229: Pull complete
10:55:21 409e8219365f: Pull complete
10:55:21 Digest: sha256:a08e2fda7db3bca3c4f664be36c0181f160c76d971810caf2dd5a5775e75be3b
10:55:21 Status: Downloaded newer image for dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772
10:55:21 Digest: sha256:a08e2fda7db3bca3c4f664be36c0181f160c76d971810caf2dd5a5775e75be3b
10:55:21 Status: Downloaded newer image for dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772
10:55:23 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 25%]
10:55:23 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 26%]
10:55:24 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 26%]
10:55:24 ============================= test session starts ==============================
10:55:24 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
10:55:24 cachedir: .pytest_cache
10:55:24 rootdir: /src, configfile: pytest.ini
10:55:24 plugins: cov-3.0.0, timeout-2.0.1
10:55:24 ============================= test session starts ==============================
10:55:24 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
10:55:24 cachedir: .pytest_cache
10:55:24 rootdir: /src, configfile: pytest.ini
10:55:24 plugins: cov-3.0.0, timeout-2.0.1
10:55:25 collecting ... collected 571 items
10:55:25 
10:55:25 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [  0%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [  0%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [  0%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [  0%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [  0%]
10:55:25 collecting ... collected 571 items
10:55:25 
10:55:25 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [  0%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [  0%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [  0%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [  0%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [  0%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [  1%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [  1%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [  1%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [  1%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [  1%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [  1%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [  2%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [  2%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [  2%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [  2%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [  2%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [  2%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [  3%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [  3%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  3%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [  3%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [  3%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [  4%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [  4%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [  4%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [  4%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [  4%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [  4%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [  5%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [  5%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [  5%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [  5%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [  5%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [  5%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [  6%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [  6%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [  6%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [  6%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [  6%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [  7%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [  7%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [  7%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [  7%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [  7%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [  7%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [  8%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [  8%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [  8%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [  8%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [  8%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [  8%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [  9%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [  9%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [  9%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [  9%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [  9%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [  9%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 10%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 10%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 10%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 10%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 10%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 11%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 11%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 11%]
10:55:25 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 26%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [  1%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [  1%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [  1%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [  1%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [  1%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [  1%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [  2%]
10:55:25 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [  2%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [  2%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [  2%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [  2%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [  2%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [  3%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [  3%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  3%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [  3%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [  3%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [  4%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [  4%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [  4%]
10:55:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [  4%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [  4%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [  4%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [  5%]
10:55:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [  5%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 11%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 11%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 11%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 12%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 12%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 12%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 12%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 12%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 12%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 13%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 13%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 13%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 13%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 13%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 14%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 14%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 14%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 14%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 14%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 14%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 15%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 15%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 15%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 15%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 15%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 15%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 16%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 16%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 16%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 16%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 16%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 16%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 17%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 17%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 17%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 17%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 17%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 18%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 18%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 18%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 18%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 18%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 18%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 19%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
10:55:26 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 19%]
10:55:26 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 19%]
10:55:26 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 19%]
10:55:26 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 19%]
10:55:26 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 20%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 20%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 20%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 20%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 20%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 21%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 21%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 21%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 21%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 21%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 21%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 22%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 22%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 22%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 22%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 22%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 22%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 23%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 23%]
10:55:26 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 26%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [  5%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [  5%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [  5%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [  5%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [  6%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [  6%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [  6%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [  6%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [  6%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [  7%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [  7%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [  7%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [  7%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [  7%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [  7%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [  8%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [  8%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [  8%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [  8%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [  8%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [  8%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [  9%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [  9%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [  9%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [  9%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [  9%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [  9%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 10%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 10%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 10%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 10%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 10%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 11%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 11%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 11%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 11%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 11%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 11%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 12%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 12%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 12%]
10:55:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 12%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 12%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 12%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 13%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 13%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 13%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 13%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 13%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 14%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 14%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 14%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 14%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 14%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 14%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 15%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 15%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 15%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 15%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 15%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 15%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 16%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 16%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 16%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 16%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 16%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 16%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 17%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 17%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 17%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 17%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 17%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 18%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 18%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 18%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 18%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 18%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 18%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 19%]
10:55:26 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
10:55:26 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 19%]
10:55:26 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 19%]
10:55:26 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 19%]
10:55:26 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 19%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 23%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 23%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 23%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 23%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 24%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 24%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 24%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 24%]
10:55:26 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 24%]
10:55:26 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 25%]
10:55:26 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 25%]
10:55:26 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 25%]
10:55:26 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 25%]
10:55:26 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 25%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 25%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 26%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 26%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 26%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 26%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 26%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 26%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 27%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 27%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 27%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 27%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 27%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 28%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 28%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 28%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 28%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 28%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 28%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 29%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 29%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 29%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 29%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 29%]
10:55:26 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 29%]
10:55:26 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 20%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 20%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 20%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 20%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 20%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 21%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 21%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 21%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 21%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 21%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 21%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 22%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 22%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 22%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 22%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 22%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 22%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 23%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 23%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 23%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 23%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 23%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 23%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 24%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 24%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 24%]
10:55:26 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 24%]
10:55:26 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 24%]
10:55:26 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 25%]
10:55:26 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 25%]
10:55:26 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 25%]
10:55:26 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 25%]
10:55:26 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 25%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 25%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 26%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 26%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 26%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 26%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 26%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 26%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 27%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 27%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 27%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 27%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 27%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 28%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 28%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 28%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 28%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 28%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 28%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 29%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 29%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 29%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 29%]
10:55:26 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 29%]
10:55:26 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 29%]
10:55:26 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 30%]
10:55:26 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 27%]
10:55:26 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 30%]
10:55:26 5084fa7ebd74: Pull complete
10:55:26 7f162c881e4f: Pull complete
10:55:26 fa5c3534431d: Pull complete
10:55:26 30596f5e8e78: Pull complete
10:55:26 4861fe1f6551: Pull complete
10:55:26 9ae59edee21f: Pull complete
10:55:26 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 30%]
10:55:26 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 30%]
10:55:26 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 27%]
10:55:26 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 30%]
10:55:27 1625b4cff623: Pull complete
10:55:27 3c7ded299d65: Pull complete
10:55:27 e5715719d136: Pull complete
10:55:27 469d1587c9e8: Pull complete
10:55:27 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 30%]
10:55:27 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 30%]
10:55:27 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 30%]
10:55:27 9c4ca030bc73: Pull complete
10:55:27 4aceff19d895: Pull complete
10:55:27 8869fb44523b: Pull complete
10:55:27 a52b887fd056: Pull complete
10:55:27 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 30%]
10:55:27 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 30%]
10:55:27 373e19ef5a89: Pull complete
10:55:27 225863c18bf5: Pull complete
10:55:27 2208c8eb8477: Pull complete
10:55:27 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 30%]
10:55:27 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 30%]
10:55:27 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 31%]
10:55:27 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 27%]
10:55:27 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 31%]
10:55:28 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 31%]
10:55:28 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 31%]
10:55:28 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 31%]
10:55:28 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 31%]
10:55:28 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 32%]
10:55:28 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 32%]
10:55:28 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 32%]
10:55:28 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 32%]
10:55:28 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 32%]
10:55:28 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 32%]
10:55:28 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 33%]
10:55:28 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 33%]
10:55:28 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 33%]
10:55:28 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 33%]
10:55:28 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 33%]
10:55:28 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 33%]
10:55:28 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 34%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 34%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 34%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 34%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 34%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 35%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 35%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 35%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 35%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 35%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 35%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 36%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 36%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 36%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 36%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 36%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 36%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 37%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 37%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 37%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 37%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 37%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 38%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 38%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 38%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 38%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 38%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 38%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 39%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 39%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 39%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 39%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 39%]
10:55:28 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 39%]
10:55:28 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 40%]
10:55:28 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 40%]
10:55:28 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 40%]
10:55:28 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 40%]
10:55:28 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 40%]
10:55:28 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 40%]
10:55:28 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 41%]
10:55:28 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 41%]
10:55:28 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 41%]
10:55:28 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 41%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 41%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 42%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 42%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 42%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 42%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 42%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 42%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 43%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 43%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 43%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 43%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 43%]
10:55:28 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 43%]
10:55:28 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 44%]
10:55:28 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 44%]
10:55:28 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 44%]
10:55:28 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 44%]
10:55:28 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 44%]
10:55:28 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 45%]
10:55:28 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 45%]
10:55:28 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED (N...) [ 45%]
10:55:28 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 45%]
10:55:28 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 45%]
10:55:28 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 45%]
10:55:28 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 46%]
10:55:28 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 46%]
10:55:28 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 46%]
10:55:28 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 46%]
10:55:28 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 46%]
10:55:28 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 46%]
10:55:28 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 47%]
10:55:28 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 47%]
10:55:28 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 47%]
10:55:28 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 47%]
10:55:28 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 47%]
10:55:28 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 47%]
10:55:28 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 48%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 48%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 48%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 48%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 48%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 49%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 49%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 49%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 49%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 49%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 49%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 50%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 50%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 50%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 50%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 50%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 50%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 51%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 51%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 51%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 51%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 51%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 52%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 52%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 52%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 52%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 52%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 52%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 53%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 53%]
10:55:28 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 53%]
10:55:28 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 53%]
10:55:28 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 53%]
10:55:28 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 53%]
10:55:28 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 54%]
10:55:28 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 54%]
10:55:28 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 54%]
10:55:28 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 54%]
10:55:28 2cd5d61b29ae: Pull complete
10:55:28 07604cad7d7e: Pull complete
10:55:28 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 31%]
10:55:28 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 31%]
10:55:28 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 31%]
10:55:28 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 31%]
10:55:28 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 32%]
10:55:28 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 32%]
10:55:28 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 32%]
10:55:28 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 32%]
10:55:28 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 32%]
10:55:28 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 32%]
10:55:28 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 33%]
10:55:28 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 33%]
10:55:28 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 33%]
10:55:28 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 33%]
10:55:28 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 33%]
10:55:28 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 33%]
10:55:28 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 34%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 34%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 34%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 34%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 34%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 35%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 35%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 35%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 35%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 35%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 35%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 36%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 36%]
10:55:28 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 36%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 36%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 36%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 36%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 37%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 37%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 37%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 37%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 37%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 38%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 38%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 38%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 38%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 38%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 38%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 39%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 39%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 39%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 39%]
10:55:28 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 39%]
10:55:28 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 39%]
10:55:28 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 40%]
10:55:28 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 40%]
10:55:28 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 40%]
10:55:28 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 40%]
10:55:28 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 40%]
10:55:28 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 40%]
10:55:28 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 41%]
10:55:28 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 41%]
10:55:28 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 41%]
10:55:28 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 41%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 41%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 42%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 42%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 42%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 42%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 42%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 42%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 43%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 43%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 43%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 43%]
10:55:28 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 43%]
10:55:28 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 43%]
10:55:28 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 44%]
10:55:28 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 44%]
10:55:28 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 44%]
10:55:28 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 44%]
10:55:28 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 44%]
10:55:28 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 45%]
10:55:28 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 54%]
10:55:28 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 54%]
10:55:28 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 55%]
10:55:28 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 55%]
10:55:28 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 55%]
10:55:28 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 55%]
10:55:28 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 55%]
10:55:28 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 56%]
10:55:28 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 56%]
10:55:28 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 56%]
10:55:28 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 56%]
10:55:28 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 56%]
10:55:28 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 56%]
10:55:28 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 57%]
10:55:28 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 57%]
10:55:28 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 57%]
10:55:28 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 57%]
10:55:28 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 57%]
10:55:28 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 57%]
10:55:28 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 58%]
10:55:28 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 58%]
10:55:28 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 58%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 58%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 58%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 59%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 59%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 59%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 59%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 59%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 59%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 60%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 60%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 60%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 60%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 60%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 60%]
10:55:28 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 61%]
10:55:28 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 61%]
10:55:28 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 61%]
10:55:28 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 61%]
10:55:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 61%]
10:55:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 61%]
10:55:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 62%]
10:55:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 62%]
10:55:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 62%]
10:55:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 62%]
10:55:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 62%]
10:55:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 63%]
10:55:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 63%]
10:55:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 63%]
10:55:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 63%]
10:55:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 63%]
10:55:28 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 45%]
10:55:28 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED (N...) [ 45%]
10:55:28 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 45%]
10:55:28 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 45%]
10:55:28 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 45%]
10:55:28 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 46%]
10:55:28 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 46%]
10:55:28 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 46%]
10:55:28 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 46%]
10:55:28 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 46%]
10:55:28 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 46%]
10:55:28 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 47%]
10:55:28 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 47%]
10:55:28 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 47%]
10:55:28 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 47%]
10:55:28 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 47%]
10:55:28 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 47%]
10:55:28 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 48%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 48%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 48%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 48%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 48%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 49%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 49%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 49%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 49%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 49%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 49%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 50%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 50%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 50%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 50%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 50%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 50%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 51%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 51%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 51%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 51%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 51%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 52%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 52%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 52%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 52%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 52%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 52%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 53%]
10:55:28 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 53%]
10:55:28 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 53%]
10:55:28 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 53%]
10:55:28 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 53%]
10:55:28 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 53%]
10:55:28 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 54%]
10:55:28 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 54%]
10:55:28 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 54%]
10:55:28 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 54%]
10:55:28 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 54%]
10:55:28 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 54%]
10:55:28 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 55%]
10:55:28 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 55%]
10:55:28 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 55%]
10:55:28 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 55%]
10:55:28 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 55%]
10:55:28 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 56%]
10:55:28 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 56%]
10:55:28 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 56%]
10:55:28 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 56%]
10:55:28 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 56%]
10:55:28 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 56%]
10:55:28 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 57%]
10:55:28 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 57%]
10:55:28 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 57%]
10:55:28 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 57%]
10:55:28 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 57%]
10:55:28 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 57%]
10:55:28 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 58%]
10:55:28 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 58%]
10:55:28 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 58%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 58%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 58%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 59%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 59%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 59%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 59%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 59%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 59%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 60%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 60%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 60%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 60%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 60%]
10:55:28 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 60%]
10:55:28 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 61%]
10:55:28 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 61%]
10:55:28 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 61%]
10:55:28 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 61%]
10:55:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 61%]
10:55:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 61%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 63%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 64%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 64%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 64%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 64%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 64%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 64%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 65%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 65%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 65%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 65%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 65%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 66%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 66%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 66%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 66%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 66%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 66%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 67%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 67%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 67%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 67%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 67%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 67%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 68%]
10:55:28 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 68%]
10:55:28 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 68%]
10:55:28 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 68%]
10:55:28 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 68%]
10:55:28 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 69%]
10:55:28 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 69%]
10:55:28 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 69%]
10:55:28 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 69%]
10:55:28 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 69%]
10:55:28 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 69%]
10:55:28 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 70%]
10:55:28 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 70%]
10:55:28 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 70%]
10:55:28 tests/unit/models_images_test.py::ImageCollectionTest::test_search_limit PASSED [ 70%]
10:55:28 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 70%]
10:55:29 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 62%]
10:55:29 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 62%]
10:55:29 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 62%]
10:55:29 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 62%]
10:55:29 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 62%]
10:55:29 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 63%]
10:55:29 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 63%]
10:55:29 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 63%]
10:55:29 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 63%]
10:55:29 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 63%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 63%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 64%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 64%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 64%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 64%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 64%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 64%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 65%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 65%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 65%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 65%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 65%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 66%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 66%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 66%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 66%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 66%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 66%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 67%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 67%]
10:55:29 da2568ae7d76: Pull complete
10:55:29 03874a4da229: Pull complete
10:55:29 409e8219365f: Pull complete
10:55:29 Digest: sha256:a08e2fda7db3bca3c4f664be36c0181f160c76d971810caf2dd5a5775e75be3b
10:55:29 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 70%]
10:55:29 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 71%]
10:55:29 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 71%]
10:55:29 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 71%]
10:55:29 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 71%]
10:55:29 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 71%]
10:55:29 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 71%]
10:55:29 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 72%]
10:55:29 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 72%]
10:55:29 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 72%]
10:55:29 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 72%]
10:55:29 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 72%]
10:55:29 tests/unit/models_secrets_test.py::CreateServiceTest::test_secrets_repr PASSED [ 73%]
10:55:29 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 73%]
10:55:29 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_hostname_prefix_trim PASSED [ 73%]
10:55:29 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_and_port PASSED [ 73%]
10:55:29 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_only PASSED [ 73%]
10:55:29 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_url PASSED [ 73%]
10:55:29 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_user_and_hostname PASSED [ 74%]
10:55:29 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 74%]
10:55:29 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 74%]
10:55:29 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 74%]
10:55:29 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 74%]
10:55:29 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 74%]
10:55:29 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 75%]
10:55:29 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 75%]
10:55:29 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 75%]
10:55:29 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 75%]
10:55:29 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 75%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 76%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 76%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 76%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 76%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 76%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 76%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 77%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 77%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 77%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 77%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 77%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 77%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 78%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 78%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 78%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 78%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 78%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 78%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 79%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 79%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 79%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 79%]
10:55:29 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 27%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 67%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 67%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 67%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 67%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 68%]
10:55:29 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 68%]
10:55:29 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 68%]
10:55:29 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 68%]
10:55:29 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 68%]
10:55:29 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 69%]
10:55:29 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 69%]
10:55:29 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 69%]
10:55:29 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 69%]
10:55:29 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 69%]
10:55:29 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 69%]
10:55:29 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 70%]
10:55:29 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 70%]
10:55:29 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 70%]
10:55:29 tests/unit/models_images_test.py::ImageCollectionTest::test_search_limit PASSED [ 70%]
10:55:29 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 70%]
10:55:29 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 70%]
10:55:29 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 71%]
10:55:29 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 71%]
10:55:29 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 71%]
10:55:29 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 71%]
10:55:29 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 71%]
10:55:29 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 71%]
10:55:29 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 72%]
10:55:29 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 72%]
10:55:29 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 72%]
10:55:29 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 72%]
10:55:29 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 72%]
10:55:29 tests/unit/models_secrets_test.py::CreateServiceTest::test_secrets_repr PASSED [ 73%]
10:55:29 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 73%]
10:55:29 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_hostname_prefix_trim PASSED [ 73%]
10:55:29 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_and_port PASSED [ 73%]
10:55:29 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_only PASSED [ 73%]
10:55:29 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_url PASSED [ 73%]
10:55:29 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_user_and_hostname PASSED [ 74%]
10:55:29 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 74%]
10:55:29 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 74%]
10:55:29 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 74%]
10:55:29 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 74%]
10:55:29 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 74%]
10:55:29 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 75%]
10:55:29 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 75%]
10:55:29 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 75%]
10:55:29 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 75%]
10:55:29 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 75%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 76%]
10:55:29 Status: Downloaded newer image for dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 79%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 80%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 80%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 80%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 80%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 80%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 80%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 81%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 81%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 81%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 81%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 81%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 81%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 82%]
10:55:29 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 82%]
10:55:29 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 82%]
10:55:29 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 82%]
10:55:29 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 82%]
10:55:29 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 83%]
10:55:29 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 83%]
10:55:29 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 83%]
10:55:29 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 83%]
10:55:29 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 83%]
10:55:29 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 83%]
10:55:29 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 84%]
10:55:29 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 84%]
10:55:29 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 84%]
10:55:29 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 84%]
10:55:29 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 84%]
10:55:29 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 84%]
10:55:29 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 85%]
10:55:29 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 85%]
10:55:29 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 85%]
10:55:29 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 85%]
10:55:29 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 85%]
10:55:29 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 85%]
10:55:29 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 86%]
10:55:29 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 86%]
10:55:29 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 86%]
10:55:29 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 86%]
10:55:29 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 86%]
10:55:29 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 87%]
10:55:29 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 87%]
10:55:29 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 87%]
10:55:29 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 87%]
10:55:29 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 87%]
10:55:29 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 87%]
10:55:29 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 88%]
10:55:29 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 88%]
10:55:29 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 88%]
10:55:29 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 88%]
10:55:29 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 88%]
10:55:29 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 88%]
10:55:29 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 89%]
10:55:29 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 89%]
10:55:29 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 89%]
10:55:29 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 89%]
10:55:29 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 89%]
10:55:29 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 90%]
10:55:29 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 90%]
10:55:29 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 90%]
10:55:29 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 90%]
10:55:29 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 90%]
10:55:29 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 90%]
10:55:29 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 91%]
10:55:29 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 91%]
10:55:29 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 91%]
10:55:29 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 91%]
10:55:29 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 91%]
10:55:29 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 91%]
10:55:29 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 92%]
10:55:29 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 92%]
10:55:29 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 92%]
10:55:29 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 92%]
10:55:29 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 92%]
10:55:29 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 92%]
10:55:29 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 93%]
10:55:29 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 93%]
10:55:29 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 93%]
10:55:29 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 93%]
10:55:29 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 93%]
10:55:29 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 94%]
10:55:29 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 94%]
10:55:29 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 94%]
10:55:29 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 94%]
10:55:29 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 94%]
10:55:29 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 94%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 95%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 95%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 95%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 95%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 95%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 95%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 96%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 96%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 96%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 96%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 96%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 97%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 97%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 97%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 97%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 97%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 97%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 98%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 98%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 98%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 98%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 98%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
10:55:29 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 28%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 76%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 76%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 76%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 76%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 76%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 77%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 77%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 77%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 77%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 77%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 77%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 78%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 78%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 78%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 78%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 78%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 78%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 79%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 79%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 79%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 79%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 79%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 80%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 80%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 80%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 80%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 80%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 80%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 81%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 81%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 81%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 81%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 81%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 81%]
10:55:29 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 82%]
10:55:29 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 82%]
10:55:29 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 82%]
10:55:29 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 82%]
10:55:29 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 82%]
10:55:29 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 83%]
10:55:29 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 83%]
10:55:29 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 83%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_square_brackets_address PASSED [ 99%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
10:55:29 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
10:55:29 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 83%]
10:55:29 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 83%]
10:55:29 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 83%]
10:55:29 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 84%]
10:55:29 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 84%]
10:55:29 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 84%]
10:55:29 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 84%]
10:55:29 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 84%]
10:55:29 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 84%]
10:55:29 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 85%]
10:55:29 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 85%]
10:55:29 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 85%]
10:55:29 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 85%]
10:55:29 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 85%]
10:55:29 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 85%]
10:55:29 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 86%]
10:55:29 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 86%]
10:55:29 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 86%]
10:55:29 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 86%]
10:55:29 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 86%]
10:55:29 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 87%]
10:55:29 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 87%]
10:55:29 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 87%]
10:55:29 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 87%]
10:55:29 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 87%]
10:55:29 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 87%]
10:55:29 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 88%]
10:55:29 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 88%]
10:55:29 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 88%]
10:55:29 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 88%]
10:55:29 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 88%]
10:55:29 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 88%]
10:55:29 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 89%]
10:55:29 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 89%]
10:55:29 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 89%]
10:55:29 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 89%]
10:55:29 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 89%]
10:55:29 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 90%]
10:55:29 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 90%]
10:55:29 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 90%]
10:55:29 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 90%]
10:55:29 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 90%]
10:55:29 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 90%]
10:55:29 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 91%]
10:55:29 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 91%]
10:55:29 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 91%]
10:55:29 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 91%]
10:55:29 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 91%]
10:55:29 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 91%]
10:55:29 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 92%]
10:55:29 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 92%]
10:55:29 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 92%]
10:55:29 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 92%]
10:55:29 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 92%]
10:55:29 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 92%]
10:55:29 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 93%]
10:55:29 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 93%]
10:55:29 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 93%]
10:55:29 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 93%]
10:55:29 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 93%]
10:55:29 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 94%]
10:55:29 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 94%]
10:55:29 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 94%]
10:55:29 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 94%]
10:55:29 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 94%]
10:55:29 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 94%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 95%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 95%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 95%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 95%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 95%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 95%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 96%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 96%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 96%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 96%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 96%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 97%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 97%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 97%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 97%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 97%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 97%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 98%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 98%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 98%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 98%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 98%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_square_brackets_address PASSED [ 99%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
10:55:29 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
10:55:29 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
10:55:30 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 28%]
10:55:30 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
10:55:30 
10:55:30 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
10:55:30 Name                                  Stmts   Miss Branch BrPart  Cover
10:55:30 -----------------------------------------------------------------------
10:55:30 docker/__init__.py                        8      0      0      0   100%
10:55:30 docker/api/__init__.py                    1      0      0      0   100%
10:55:30 docker/api/build.py                     126     41     92     21    62%
10:55:30 docker/api/client.py                    261     65     92     11    75%
10:55:30 docker/api/config.py                     29     18      4      0    33%
10:55:30 docker/api/container.py                 265     72    104     25    65%
10:55:30 docker/api/daemon.py                     39      4     14      4    85%
10:55:30 docker/api/exec_api.py                   45     11     22      9    67%
10:55:30 docker/api/image.py                     159     43     60     14    70%
10:55:30 docker/api/network.py                    90     35     48     11    51%
10:55:30 docker/api/plugin.py                     89     68     14      0    20%
10:55:30 docker/api/secret.py                     34     22      8      0    29%
10:55:30 docker/api/service.py                   200    176    149      0     7%
10:55:30 docker/api/swarm.py                     106     67     38      1    28%
10:55:30 docker/api/volume.py                     38      9     14      2    71%
10:55:30 docker/auth.py                          197     16     74     16    88%
10:55:30 docker/client.py                         69      9      2      0    87%
10:55:30 docker/constants.py                      21      0      0      0   100%
10:55:30 docker/context/__init__.py                2      0      0      0   100%
10:55:30 docker/context/api.py                    78     41     38      8    39%
10:55:30 docker/context/config.py                 61     33     16      2    42%
10:55:30 docker/context/context.py               154     96     64      6    29%
10:55:30 docker/credentials/__init__.py            3      0      0      0   100%
10:55:30 docker/credentials/constants.py           4      0      0      0   100%
10:55:30 docker/credentials/errors.py             11      4      2      0    54%
10:55:30 docker/credentials/store.py              44     30     12      0    25%
10:55:30 docker/credentials/utils.py              23     18     12      0    14%
10:55:30 docker/errors.py                        110     26     20      4    71%
10:55:30 docker/models/__init__.py                 0      0      0      0   100%
10:55:30 docker/models/configs.py                 21      8      2      0    57%
10:55:30 docker/models/containers.py             183     11     70      9    91%
10:55:30 docker/models/images.py                 136     55     56      4    52%
10:55:30 docker/models/networks.py                37      7     12      3    71%
10:55:30 docker/models/nodes.py                   15      5      2      0    59%
10:55:30 docker/models/plugins.py                 48     29      8      0    34%
10:55:30 docker/models/resource.py                41     10      6      3    72%
10:55:30 docker/models/secrets.py                 22      4      2      0    75%
10:55:30 docker/models/services.py                87     35     36      4    59%
10:55:30 docker/models/swarm.py                   39     21      6      0    40%
10:55:30 docker/models/volumes.py                 23     10      4      0    48%
10:55:30 docker/tls.py                            37      6     14      6    76%
10:55:30 docker/transport/__init__.py             11      3      0      0    73%
10:55:30 docker/transport/basehttpadapter.py       6      0      2      1    88%
10:55:30 docker/transport/npipeconn.py            57     52      8      0     8%
10:55:30 docker/transport/npipesocket.py         134    130     20      0     3%
10:55:30 docker/transport/sshconn.py             162    105     54      3    30%
10:55:30 docker/transport/ssladapter.py           36     10     10      4    65%
10:55:30 docker/transport/unixconn.py             54      3      6      1    93%
10:55:30 docker/types/__init__.py                  6      0      0      0   100%
10:55:30 docker/types/base.py                      4      0      2      0   100%
10:55:30 docker/types/containers.py              419     79    326     43    81%
10:55:30 docker/types/daemon.py                   36     24     14      0    24%
10:55:30 docker/types/healthcheck.py              33     20      4      0    35%
10:55:30 docker/types/networks.py                 41     11     28      9    65%
10:55:30 docker/types/services.py                321    146    216     41    50%
10:55:30 docker/types/swarm.py                    51     45     40      0     7%
10:55:30 docker/utils/__init__.py                  3      0      0      0   100%
10:55:30 docker/utils/build.py                   150     24     72     10    83%
10:55:30 docker/utils/config.py                   36      1     10      1    96%
10:55:30 docker/utils/decorators.py               32      1     12      1    95%
10:55:30 docker/utils/fnmatch.py                  55     18     28      2    61%
10:55:30 docker/utils/json_stream.py              40      8     14      2    78%
10:55:30 docker/utils/ports.py                    50      3     32      2    91%
10:55:30 docker/utils/proxy.py                    32      1     12      0    98%
10:55:30 docker/utils/socket.py                   85     10     40      8    84%
10:55:30 docker/utils/utils.py                   278     18    171     13    92%
10:55:30 docker/version.py                         2      0      2      0   100%
10:55:30 -----------------------------------------------------------------------
10:55:30 TOTAL                                  5090   1817   2240    304    60%
10:55:30 
10:55:30 
10:55:30 =========================== short test summary info ============================
10:55:30 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
10:55:30 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
10:55:30 SKIPPED [1] tests/unit/client_test.py:99: Npipe Connection Pool only on Windows
10:55:30 SKIPPED [1] tests/unit/client_test.py:138: Npipe Connection Pool only on Windows
10:55:30 SKIPPED [1] tests/unit/client_test.py:212: Npipe Connection Pool only on Windows
10:55:30 SKIPPED [1] tests/unit/client_test.py:249: Npipe Connection Pool only on Windows
10:55:30 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
10:55:30 SKIPPED [1] tests/unit/utils_build_test.py:230: Backslash patterns only on Windows
10:55:30 SKIPPED [1] tests/unit/utils_build_test.py:252: Backslash patterns only on Windows
10:55:30 SKIPPED [1] tests/unit/utils_build_test.py:400: root user always has access ; no chmod on Windows
10:55:30 SKIPPED [1] tests/unit/utils_config_test.py:54: condition: sys.platform != 'win32'
10:55:30 ================== 560 passed, 10 skipped, 1 xfailed in 5.99s ==================
10:55:30 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 28%]
[Pipeline] sh
10:55:30 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 28%]
10:55:30 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 29%]
10:55:30 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
10:55:30 
10:55:30 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
10:55:30 Name                                  Stmts   Miss Branch BrPart  Cover
10:55:30 -----------------------------------------------------------------------
10:55:30 docker/__init__.py                        8      0      0      0   100%
10:55:30 docker/api/__init__.py                    1      0      0      0   100%
10:55:30 docker/api/build.py                     126     41     92     21    62%
10:55:30 docker/api/client.py                    261     65     92     11    75%
10:55:30 docker/api/config.py                     29     18      4      0    33%
10:55:30 docker/api/container.py                 265     72    104     25    65%
10:55:30 docker/api/daemon.py                     39      4     14      4    85%
10:55:30 docker/api/exec_api.py                   45     11     22      9    67%
10:55:30 docker/api/image.py                     159     43     60     14    70%
10:55:30 docker/api/network.py                    90     35     48     11    51%
10:55:30 docker/api/plugin.py                     89     68     14      0    20%
10:55:30 docker/api/secret.py                     34     22      8      0    29%
10:55:30 docker/api/service.py                   200    176    149      0     7%
10:55:30 docker/api/swarm.py                     106     67     38      1    28%
10:55:30 docker/api/volume.py                     38      9     14      2    71%
10:55:30 docker/auth.py                          197     16     74     16    88%
10:55:30 docker/client.py                         69      9      2      0    87%
10:55:30 docker/constants.py                      21      0      0      0   100%
10:55:30 docker/context/__init__.py                2      0      0      0   100%
10:55:30 docker/context/api.py                    78     41     38      8    39%
10:55:30 docker/context/config.py                 61     33     16      2    42%
10:55:30 docker/context/context.py               154     96     64      6    29%
10:55:30 docker/credentials/__init__.py            3      0      0      0   100%
10:55:30 docker/credentials/constants.py           4      0      0      0   100%
10:55:30 docker/credentials/errors.py             11      4      2      0    54%
10:55:30 docker/credentials/store.py              44     30     12      0    25%
10:55:30 docker/credentials/utils.py              23     18     12      0    14%
10:55:30 docker/errors.py                        110     26     20      4    71%
10:55:30 docker/models/__init__.py                 0      0      0      0   100%
10:55:30 docker/models/configs.py                 21      8      2      0    57%
10:55:30 docker/models/containers.py             183     11     70      9    91%
10:55:30 docker/models/images.py                 136     55     56      4    52%
10:55:30 docker/models/networks.py                37      7     12      3    71%
10:55:30 docker/models/nodes.py                   15      5      2      0    59%
10:55:30 docker/models/plugins.py                 48     29      8      0    34%
10:55:30 docker/models/resource.py                41     10      6      3    72%
10:55:30 docker/models/secrets.py                 22      4      2      0    75%
10:55:30 docker/models/services.py                87     35     36      4    59%
10:55:30 docker/models/swarm.py                   39     21      6      0    40%
10:55:30 docker/models/volumes.py                 23     10      4      0    48%
10:55:30 docker/tls.py                            37      6     14      6    76%
10:55:30 docker/transport/__init__.py             11      3      0      0    73%
10:55:30 docker/transport/basehttpadapter.py       6      0      2      1    88%
10:55:30 docker/transport/npipeconn.py            57     52      8      0     8%
10:55:30 docker/transport/npipesocket.py         134    130     20      0     3%
10:55:30 docker/transport/sshconn.py             162    105     54      3    30%
10:55:30 docker/transport/ssladapter.py           36     10     10      4    65%
10:55:30 docker/transport/unixconn.py             54      3      6      1    93%
10:55:30 docker/types/__init__.py                  6      0      0      0   100%
10:55:30 docker/types/base.py                      4      0      2      0   100%
10:55:30 docker/types/containers.py              419     79    326     43    81%
10:55:30 docker/types/daemon.py                   36     24     14      0    24%
10:55:30 docker/types/healthcheck.py              33     20      4      0    35%
10:55:30 docker/types/networks.py                 41     11     28      9    65%
10:55:30 docker/types/services.py                321    146    216     41    50%
10:55:30 docker/types/swarm.py                    51     45     40      0     7%
10:55:30 docker/utils/__init__.py                  3      0      0      0   100%
10:55:30 docker/utils/build.py                   150     24     72     10    83%
10:55:30 docker/utils/config.py                   36      1     10      1    96%
10:55:30 docker/utils/decorators.py               32      1     12      1    95%
10:55:30 docker/utils/fnmatch.py                  55     18     28      2    61%
10:55:30 docker/utils/json_stream.py              40      8     14      2    78%
10:55:30 docker/utils/ports.py                    50      3     32      2    91%
10:55:30 docker/utils/proxy.py                    32      1     12      0    98%
10:55:30 docker/utils/socket.py                   85     10     40      8    84%
10:55:30 docker/utils/utils.py                   278     18    171     13    92%
10:55:30 docker/version.py                         2      0      2      0   100%
10:55:30 -----------------------------------------------------------------------
10:55:30 TOTAL                                  5090   1817   2240    304    60%
10:55:30 
10:55:30 
10:55:30 =========================== short test summary info ============================
10:55:30 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
10:55:30 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
10:55:30 SKIPPED [1] tests/unit/client_test.py:99: Npipe Connection Pool only on Windows
10:55:30 SKIPPED [1] tests/unit/client_test.py:138: Npipe Connection Pool only on Windows
10:55:30 SKIPPED [1] tests/unit/client_test.py:212: Npipe Connection Pool only on Windows
10:55:30 SKIPPED [1] tests/unit/client_test.py:249: Npipe Connection Pool only on Windows
10:55:30 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
10:55:30 SKIPPED [1] tests/unit/utils_build_test.py:230: Backslash patterns only on Windows
10:55:30 SKIPPED [1] tests/unit/utils_build_test.py:252: Backslash patterns only on Windows
10:55:30 SKIPPED [1] tests/unit/utils_build_test.py:400: root user always has access ; no chmod on Windows
10:55:30 SKIPPED [1] tests/unit/utils_config_test.py:54: condition: sys.platform != 'win32'
10:55:30 ================== 560 passed, 10 skipped, 1 xfailed in 6.09s ==================
10:55:30 + docker network create dpy-testnet-132-0-py3.7-19.03.13
10:55:30 7fe32da8580e24032a66716e15d3a832cec3fd0b97801ba0300f454b72bba322
[Pipeline] sh
[Pipeline] sh
10:55:31 + docker run --rm -d --name dpy-dind-132-0-py3.7-19.03.13 -v /tmp --privileged --network dpy-testnet-132-0-py3.7-19.03.13 dockerpinata/docker-py:sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772 dockerd -H tcp://0.0.0.0:2375
10:55:31 Unable to find image 'dockerpinata/docker-py:sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772' locally
10:55:31 sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772: Pulling from dockerpinata/docker-py
10:55:31 df20fa9351a1: Pulling fs layer
10:55:31 25ad7478873d: Pulling fs layer
10:55:31 4684f6177b5d: Pulling fs layer
10:55:31 46e300cec669: Pulling fs layer
10:55:31 63038576ad94: Pulling fs layer
10:55:31 0fdb76c4706c: Pulling fs layer
10:55:31 cb7edeffdfd5: Pulling fs layer
10:55:31 cc28bd76800f: Pulling fs layer
10:55:31 54196fe38f7e: Pulling fs layer
10:55:31 ea71acc29633: Pulling fs layer
10:55:31 657cc4c15165: Pulling fs layer
10:55:31 5c1472de0ae3: Pulling fs layer
10:55:31 a95ad10df772: Pulling fs layer
10:55:31 8f2246a0af87: Pulling fs layer
10:55:31 a421e9ce574e: Pulling fs layer
10:55:31 c6ba6ca7e78b: Pulling fs layer
10:55:31 23ca02f43e32: Pulling fs layer
10:55:31 511776da9ae4: Pulling fs layer
10:55:31 46e300cec669: Waiting
10:55:31 63038576ad94: Waiting
10:55:31 0fdb76c4706c: Waiting
10:55:31 cb7edeffdfd5: Waiting
10:55:31 cc28bd76800f: Waiting
10:55:31 54196fe38f7e: Waiting
10:55:31 ea71acc29633: Waiting
10:55:31 a421e9ce574e: Waiting
10:55:31 c6ba6ca7e78b: Waiting
10:55:31 23ca02f43e32: Waiting
10:55:31 511776da9ae4: Waiting
10:55:31 657cc4c15165: Waiting
10:55:31 5c1472de0ae3: Waiting
10:55:31 8f2246a0af87: Waiting
10:55:31 a95ad10df772: Waiting
10:55:31 + docker network create dpy-testnet-132-0-py3.7-20.10.17
10:55:31 dc48054bf9d402e9d0c8e7d019e299862861cbb4fb2e7011ec766fda06765d38
[Pipeline] sh
10:55:31 4684f6177b5d: Verifying Checksum
10:55:31 4684f6177b5d: Download complete
10:55:31 df20fa9351a1: Verifying Checksum
10:55:31 df20fa9351a1: Download complete
10:55:31 25ad7478873d: Verifying Checksum
10:55:31 25ad7478873d: Download complete
10:55:31 63038576ad94: Verifying Checksum
10:55:31 63038576ad94: Download complete
10:55:31 0fdb76c4706c: Verifying Checksum
10:55:31 0fdb76c4706c: Download complete
10:55:31 cb7edeffdfd5: Verifying Checksum
10:55:31 cb7edeffdfd5: Download complete
10:55:31 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 29%]
10:55:31 54196fe38f7e: Verifying Checksum
10:55:31 54196fe38f7e: Download complete
10:55:31 df20fa9351a1: Pull complete
10:55:31 cc28bd76800f: Verifying Checksum
10:55:31 cc28bd76800f: Download complete
10:55:31 ea71acc29633: Verifying Checksum
10:55:31 ea71acc29633: Download complete
10:55:31 657cc4c15165: Verifying Checksum
10:55:31 657cc4c15165: Download complete
10:55:31 + docker run --rm -d --name dpy-dind-132-0-py3.7-20.10.17 -v /tmp --privileged --network dpy-testnet-132-0-py3.7-20.10.17 dockerpinata/docker-py:sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772 dockerd -H tcp://0.0.0.0:2375
10:55:31 Unable to find image 'dockerpinata/docker-py:sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772' locally
10:55:31 sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772: Pulling from dockerpinata/docker-py
10:55:31 df20fa9351a1: Pulling fs layer
10:55:31 25ad7478873d: Pulling fs layer
10:55:31 4684f6177b5d: Pulling fs layer
10:55:31 46e300cec669: Pulling fs layer
10:55:31 63038576ad94: Pulling fs layer
10:55:31 0fdb76c4706c: Pulling fs layer
10:55:31 cb7edeffdfd5: Pulling fs layer
10:55:31 cc28bd76800f: Pulling fs layer
10:55:31 54196fe38f7e: Pulling fs layer
10:55:31 ea71acc29633: Pulling fs layer
10:55:31 657cc4c15165: Pulling fs layer
10:55:31 5c1472de0ae3: Pulling fs layer
10:55:31 a95ad10df772: Pulling fs layer
10:55:31 8f2246a0af87: Pulling fs layer
10:55:31 a421e9ce574e: Pulling fs layer
10:55:31 c6ba6ca7e78b: Pulling fs layer
10:55:31 23ca02f43e32: Pulling fs layer
10:55:31 511776da9ae4: Pulling fs layer
10:55:31 46e300cec669: Waiting
10:55:31 63038576ad94: Waiting
10:55:31 0fdb76c4706c: Waiting
10:55:31 cb7edeffdfd5: Waiting
10:55:31 cc28bd76800f: Waiting
10:55:31 ea71acc29633: Waiting
10:55:31 54196fe38f7e: Waiting
10:55:31 c6ba6ca7e78b: Waiting
10:55:31 5c1472de0ae3: Waiting
10:55:31 a95ad10df772: Waiting
10:55:31 8f2246a0af87: Waiting
10:55:31 a421e9ce574e: Waiting
10:55:31 23ca02f43e32: Waiting
10:55:31 511776da9ae4: Waiting
10:55:31 4684f6177b5d: Verifying Checksum
10:55:31 4684f6177b5d: Download complete
10:55:31 a95ad10df772: Verifying Checksum
10:55:31 a95ad10df772: Download complete
10:55:31 5c1472de0ae3: Verifying Checksum
10:55:31 5c1472de0ae3: Download complete
10:55:31 8f2246a0af87: Verifying Checksum
10:55:31 8f2246a0af87: Download complete
10:55:31 a421e9ce574e: Verifying Checksum
10:55:31 a421e9ce574e: Download complete
10:55:31 25ad7478873d: Pull complete
10:55:31 c6ba6ca7e78b: Verifying Checksum
10:55:31 c6ba6ca7e78b: Download complete
10:55:31 23ca02f43e32: Verifying Checksum
10:55:31 23ca02f43e32: Download complete
10:55:31 df20fa9351a1: Verifying Checksum
10:55:31 df20fa9351a1: Download complete
10:55:31 25ad7478873d: Verifying Checksum
10:55:31 25ad7478873d: Download complete
10:55:31 0fdb76c4706c: Verifying Checksum
10:55:31 0fdb76c4706c: Download complete
10:55:31 63038576ad94: Verifying Checksum
10:55:31 63038576ad94: Download complete
10:55:31 cb7edeffdfd5: Verifying Checksum
10:55:31 cb7edeffdfd5: Download complete
10:55:31 54196fe38f7e: Verifying Checksum
10:55:31 54196fe38f7e: Download complete
10:55:32 4684f6177b5d: Pull complete
10:55:32 511776da9ae4: Verifying Checksum
10:55:32 511776da9ae4: Download complete
10:55:32 46e300cec669: Verifying Checksum
10:55:32 46e300cec669: Download complete
10:55:32 cc28bd76800f: Verifying Checksum
10:55:32 cc28bd76800f: Download complete
10:55:32 df20fa9351a1: Pull complete
10:55:32 ea71acc29633: Verifying Checksum
10:55:32 ea71acc29633: Download complete
10:55:32 657cc4c15165: Verifying Checksum
10:55:32 657cc4c15165: Download complete
10:55:32 a95ad10df772: Verifying Checksum
10:55:32 a95ad10df772: Download complete
10:55:32 5c1472de0ae3: Verifying Checksum
10:55:32 5c1472de0ae3: Download complete
10:55:32 25ad7478873d: Pull complete
10:55:32 8f2246a0af87: Verifying Checksum
10:55:32 8f2246a0af87: Download complete
10:55:32 a421e9ce574e: Verifying Checksum
10:55:32 a421e9ce574e: Download complete
10:55:32 4684f6177b5d: Pull complete
10:55:32 23ca02f43e32: Verifying Checksum
10:55:32 23ca02f43e32: Download complete
10:55:32 c6ba6ca7e78b: Verifying Checksum
10:55:32 c6ba6ca7e78b: Download complete
10:55:32 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 29%]
10:55:32 ============================= test session starts ==============================
10:55:32 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
10:55:32 cachedir: .pytest_cache
10:55:32 rootdir: /src, configfile: pytest.ini
10:55:32 plugins: cov-3.0.0, timeout-2.0.1
10:55:32 511776da9ae4: Verifying Checksum
10:55:32 511776da9ae4: Download complete
10:55:32 46e300cec669: Verifying Checksum
10:55:32 46e300cec669: Download complete
10:55:33 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 29%]
10:55:34 collecting ... collected 571 items
10:55:34 
10:55:34 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [  0%]
10:55:34 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [  0%]
10:55:34 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [  0%]
10:55:34 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [  0%]
10:55:34 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [  0%]
10:55:34 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [  1%]
10:55:34 46e300cec669: Pull complete
10:55:34 63038576ad94: Pull complete
10:55:34 0fdb76c4706c: Pull complete
10:55:34 cb7edeffdfd5: Pull complete
10:55:34 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [  1%]
10:55:34 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [  1%]
10:55:34 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [  1%]
10:55:34 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [  1%]
10:55:34 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [  1%]
10:55:34 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [  2%]
10:55:34 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [  2%]
10:55:34 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [  2%]
10:55:34 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [  2%]
10:55:34 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [  2%]
10:55:34 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [  2%]
10:55:34 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [  3%]
10:55:34 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [  3%]
10:55:34 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  3%]
10:55:34 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [  3%]
10:55:34 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [  3%]
10:55:34 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [  4%]
10:55:34 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [  4%]
10:55:34 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [  4%]
10:55:34 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [  4%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [  4%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [  4%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [  5%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [  5%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [  5%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [  5%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [  5%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [  5%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [  6%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [  6%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [  6%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [  6%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [  6%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [  7%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [  7%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [  7%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [  7%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [  7%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [  7%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [  8%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [  8%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [  8%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [  8%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [  8%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [  8%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [  9%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [  9%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [  9%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [  9%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [  9%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [  9%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 10%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 10%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 10%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 10%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 10%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 11%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 11%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 11%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 11%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 11%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 11%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 12%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 12%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 12%]
10:55:34 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 12%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 12%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 12%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 13%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 13%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 13%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 13%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 13%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 14%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 14%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 14%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 14%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 14%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 14%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 15%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 15%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 15%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 15%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 15%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 15%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 16%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 16%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 16%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 16%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 16%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 16%]
10:55:34 cc28bd76800f: Pull complete
10:55:34 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 30%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 17%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 17%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 17%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 17%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 17%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 18%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 18%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 18%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 18%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 18%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 18%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 19%]
10:55:34 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
10:55:34 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 19%]
10:55:34 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 19%]
10:55:34 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 19%]
10:55:34 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 19%]
10:55:34 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 20%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 20%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 20%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 20%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 20%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 21%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 21%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 21%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 21%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 21%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 21%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 22%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 22%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 22%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 22%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 22%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 22%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 23%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 23%]
10:55:34 54196fe38f7e: Pull complete
10:55:34 ea71acc29633: Pull complete
10:55:34 657cc4c15165: Pull complete
10:55:34 46e300cec669: Pull complete
10:55:34 63038576ad94: Pull complete
10:55:34 0fdb76c4706c: Pull complete
10:55:34 cb7edeffdfd5: Pull complete
10:55:34 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 30%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 23%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 23%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 23%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 23%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 24%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 24%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 24%]
10:55:34 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 24%]
10:55:34 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 24%]
10:55:34 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 25%]
10:55:34 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 25%]
10:55:34 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 25%]
10:55:34 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 25%]
10:55:34 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 25%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 25%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 26%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 26%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 26%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 26%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 26%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 26%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 27%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 27%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 27%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 27%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 27%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 28%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 28%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 28%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 28%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 28%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 28%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 29%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 29%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 29%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 29%]
10:55:34 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 29%]
10:55:34 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 29%]
10:55:34 5c1472de0ae3: Pull complete
10:55:34 a95ad10df772: Pull complete
10:55:34 8f2246a0af87: Pull complete
10:55:34 a421e9ce574e: Pull complete
10:55:34 cc28bd76800f: Pull complete
10:55:35 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 30%]
10:55:35 c6ba6ca7e78b: Pull complete
10:55:35 23ca02f43e32: Pull complete
10:55:35 54196fe38f7e: Pull complete
10:55:35 ea71acc29633: Pull complete
10:55:35 657cc4c15165: Pull complete
10:55:35 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 30%]
10:55:35 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 30%]
10:55:35 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 30%]
10:55:35 511776da9ae4: Pull complete
10:55:35 Digest: sha256:637de15ff1ee503cb400895fcda1c3f69bf561938508865c79d513d6968943e9
10:55:35 Status: Downloaded newer image for dockerpinata/docker-py:sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772
10:55:35 5c1472de0ae3: Pull complete
10:55:35 a95ad10df772: Pull complete
10:55:35 8f2246a0af87: Pull complete
10:55:35 a421e9ce574e: Pull complete
10:55:35 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 30%]
10:55:35 c6ba6ca7e78b: Pull complete
10:55:35 23ca02f43e32: Pull complete
10:55:35 511776da9ae4: Pull complete
10:55:35 Digest: sha256:637de15ff1ee503cb400895fcda1c3f69bf561938508865c79d513d6968943e9
10:55:35 Status: Downloaded newer image for dockerpinata/docker-py:sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772
10:55:35 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 30%]
10:55:35 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 30%]
10:55:36 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 30%]
10:55:36 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 31%]
10:55:36 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 31%]
10:55:36 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 31%]
10:55:36 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 31%]
10:55:36 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 31%]
10:55:36 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 31%]
10:55:36 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 31%]
10:55:36 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 32%]
10:55:36 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 32%]
10:55:36 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 32%]
10:55:36 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 32%]
10:55:36 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 32%]
10:55:36 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 32%]
10:55:36 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 33%]
10:55:36 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 33%]
10:55:36 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 33%]
10:55:36 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 33%]
10:55:36 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 33%]
10:55:36 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 33%]
10:55:36 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 34%]
10:55:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 34%]
10:55:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 34%]
10:55:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 34%]
10:55:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 34%]
10:55:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 35%]
10:55:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 35%]
10:55:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 35%]
10:55:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 35%]
10:55:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 35%]
10:55:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 35%]
10:55:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 36%]
10:55:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 36%]
10:55:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 36%]
10:55:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 36%]
10:55:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 36%]
10:55:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 36%]
10:55:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 37%]
10:55:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 37%]
10:55:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 37%]
10:55:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 37%]
10:55:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 37%]
10:55:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 38%]
10:55:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 38%]
10:55:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 38%]
10:55:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 38%]
10:55:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 38%]
10:55:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 38%]
10:55:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 39%]
10:55:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 39%]
10:55:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 39%]
10:55:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 39%]
10:55:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 39%]
10:55:36 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 39%]
10:55:36 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 40%]
10:55:36 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 40%]
10:55:36 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 40%]
10:55:36 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 40%]
10:55:36 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 40%]
10:55:36 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 40%]
10:55:36 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 41%]
10:55:36 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 41%]
10:55:36 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 41%]
10:55:36 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 41%]
10:55:36 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 41%]
10:55:36 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 42%]
10:55:36 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 42%]
10:55:36 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 42%]
10:55:36 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 42%]
10:55:36 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 42%]
10:55:36 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 42%]
10:55:36 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 43%]
10:55:36 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 43%]
10:55:36 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 43%]
10:55:36 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 43%]
10:55:36 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 43%]
10:55:36 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 43%]
10:55:36 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 44%]
10:55:36 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 44%]
10:55:36 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 44%]
10:55:36 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 44%]
10:55:36 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 44%]
10:55:36 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 45%]
10:55:36 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 45%]
10:55:36 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED (N...) [ 45%]
10:55:36 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 45%]
10:55:36 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 45%]
10:55:36 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 45%]
10:55:36 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 46%]
10:55:36 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 46%]
10:55:36 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 46%]
10:55:36 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 46%]
10:55:36 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 46%]
10:55:36 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 46%]
10:55:36 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 47%]
10:55:36 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 47%]
10:55:36 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 47%]
10:55:36 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 47%]
10:55:36 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 47%]
10:55:36 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 47%]
10:55:36 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 48%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 48%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 48%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 48%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 48%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 49%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 49%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 49%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 49%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 49%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 49%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 50%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 50%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 50%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 50%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 50%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 50%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 51%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 51%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 51%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 51%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 51%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 52%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 52%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 52%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 52%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 52%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 52%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 53%]
10:55:36 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 53%]
10:55:36 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 53%]
10:55:36 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 53%]
10:55:36 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 53%]
10:55:36 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 53%]
10:55:36 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 54%]
10:55:36 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 54%]
10:55:36 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 54%]
10:55:36 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 54%]
10:55:36 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 54%]
10:55:36 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 54%]
10:55:36 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 55%]
10:55:36 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 55%]
10:55:36 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 55%]
10:55:36 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 55%]
10:55:36 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 55%]
10:55:36 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 56%]
10:55:36 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 56%]
10:55:37 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 56%]
10:55:37 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 56%]
10:55:37 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 56%]
10:55:37 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 56%]
10:55:37 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 57%]
10:55:37 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 57%]
10:55:37 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 57%]
10:55:37 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 57%]
10:55:37 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 57%]
10:55:37 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 57%]
10:55:37 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 58%]
10:55:37 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 58%]
10:55:37 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 58%]
10:55:37 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 58%]
10:55:37 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 58%]
10:55:37 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 59%]
10:55:37 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 59%]
10:55:37 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 59%]
10:55:37 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 59%]
10:55:37 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 59%]
10:55:37 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 59%]
10:55:37 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 60%]
10:55:37 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 60%]
10:55:37 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 60%]
10:55:37 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 60%]
10:55:37 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 60%]
10:55:37 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 60%]
10:55:37 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 61%]
10:55:37 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 61%]
10:55:37 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 61%]
10:55:37 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 61%]
10:55:37 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 61%]
10:55:37 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 61%]
10:55:37 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 62%]
10:55:37 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 62%]
10:55:37 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 62%]
10:55:37 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 62%]
10:55:37 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 62%]
10:55:37 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 63%]
10:55:37 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 63%]
10:55:37 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 63%]
10:55:37 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 63%]
10:55:37 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 63%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 63%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 64%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 64%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 64%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 64%]
10:55:37 7c7dbe33b79fddc9a07b2ab8315c745a88eef804d9e0e4971796c5c706d51cdd
10:55:37 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 31%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 64%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 64%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 65%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 65%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 65%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 65%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 65%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 66%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 66%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 66%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 66%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 66%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 66%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 67%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 67%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 67%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 67%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 67%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 67%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 68%]
10:55:37 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 68%]
10:55:37 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 68%]
10:55:37 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 68%]
10:55:37 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 68%]
10:55:37 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 69%]
10:55:37 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 69%]
10:55:37 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 69%]
10:55:37 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 69%]
10:55:37 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 69%]
10:55:37 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 69%]
10:55:37 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 70%]
10:55:37 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 70%]
10:55:37 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 70%]
10:55:37 tests/unit/models_images_test.py::ImageCollectionTest::test_search_limit PASSED [ 70%]
10:55:37 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 70%]
10:55:37 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 70%]
10:55:37 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 71%]
10:55:37 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 71%]
10:55:37 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 71%]
10:55:37 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 71%]
10:55:37 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 71%]
10:55:37 b6cf8e6394213d253f1358331be04186ab6f534345c7389841716ddcc9b76725
10:55:37 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 31%]
10:55:37 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 71%]
10:55:37 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 72%]
10:55:37 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 72%]
10:55:37 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 72%]
10:55:37 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 72%]
10:55:37 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 72%]
10:55:37 tests/unit/models_secrets_test.py::CreateServiceTest::test_secrets_repr PASSED [ 73%]
10:55:37 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 73%]
10:55:37 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_hostname_prefix_trim PASSED [ 73%]
10:55:37 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_and_port PASSED [ 73%]
10:55:37 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_only PASSED [ 73%]
10:55:37 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_url PASSED [ 73%]
10:55:37 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_user_and_hostname PASSED [ 74%]
10:55:37 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 74%]
10:55:37 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 74%]
10:55:37 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 74%]
10:55:37 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 74%]
10:55:37 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 74%]
10:55:37 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 75%]
10:55:37 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 75%]
10:55:37 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 75%]
10:55:37 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 75%]
10:55:37 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 75%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 76%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 76%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 76%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 76%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 76%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 76%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 77%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 77%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 77%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 77%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 77%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 77%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 78%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 78%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 78%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 78%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 78%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 78%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 79%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 79%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 79%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 79%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 79%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 80%]
10:55:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 80%]
[Pipeline] sh
10:55:38 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 80%]
10:55:38 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 80%]
10:55:38 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 80%]
10:55:38 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 80%]
10:55:38 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 81%]
10:55:38 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 81%]
10:55:38 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 81%]
10:55:38 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 81%]
10:55:38 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 81%]
10:55:38 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 81%]
10:55:38 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 82%]
10:55:38 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 82%]
10:55:38 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 82%]
10:55:38 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 82%]
10:55:38 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 82%]
10:55:38 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 83%]
10:55:38 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 83%]
10:55:38 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 83%]
10:55:38 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 83%]
10:55:38 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 83%]
10:55:38 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 83%]
10:55:38 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 84%]
10:55:38 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 84%]
10:55:38 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 84%]
10:55:38 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 84%]
10:55:38 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 84%]
10:55:38 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 84%]
10:55:38 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 85%]
10:55:38 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 85%]
10:55:38 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 85%]
10:55:38 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 85%]
10:55:38 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 85%]
10:55:38 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 85%]
10:55:38 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 86%]
10:55:38 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 86%]
10:55:38 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 86%]
10:55:38 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 86%]
10:55:38 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 86%]
10:55:38 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 87%]
10:55:38 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 87%]
10:55:38 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 87%]
10:55:38 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 87%]
10:55:38 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 87%]
10:55:38 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 87%]
10:55:38 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 88%]
10:55:38 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 88%]
10:55:38 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 88%]
10:55:38 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 88%]
10:55:38 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 88%]
10:55:38 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 88%]
10:55:38 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 89%]
10:55:38 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 89%]
10:55:38 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 89%]
10:55:38 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 89%]
10:55:38 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 89%]
10:55:38 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 90%]
10:55:38 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 90%]
10:55:38 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 90%]
10:55:38 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 90%]
10:55:38 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 90%]
10:55:38 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 90%]
10:55:38 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 91%]
10:55:38 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 91%]
10:55:38 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 91%]
10:55:38 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 91%]
10:55:38 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 91%]
10:55:38 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 91%]
10:55:38 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 92%]
10:55:38 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 92%]
10:55:38 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 92%]
10:55:38 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 92%]
10:55:38 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 92%]
10:55:38 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 92%]
10:55:38 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 93%]
10:55:38 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 93%]
10:55:38 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 93%]
10:55:38 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 93%]
10:55:38 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 93%]
10:55:38 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 94%]
10:55:38 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 94%]
10:55:38 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 94%]
10:55:38 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 94%]
10:55:38 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 94%]
10:55:38 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 94%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 95%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 95%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 95%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 95%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 95%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 95%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 96%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 96%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 96%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 96%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 96%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 97%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 97%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 97%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 97%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 97%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 97%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 98%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 98%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 98%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 98%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 98%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_square_brackets_address PASSED [ 99%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
10:55:38 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
10:55:38 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
[Pipeline] sh
10:55:38 + docker run --rm --name dpy-tests-132-0-py3.7-19.03.13 -e DOCKER_HOST=tcp://dpy-dind-132-0-py3.7-19.03.13:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-132-0-py3.7-19.03.13 --volumes-from dpy-dind-132-0-py3.7-19.03.13 -v /home/ubuntu/workspace/docker-py_master@tmp/da009a1d-8647-4cc2-aa38-cb080b7f5d84/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772 py.test -v -rxs --cov=docker tests/integration
10:55:38 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 32%]
10:55:38 + docker run --rm --name dpy-tests-132-0-py3.7-20.10.17 -e DOCKER_HOST=tcp://dpy-dind-132-0-py3.7-20.10.17:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-132-0-py3.7-20.10.17 --volumes-from dpy-dind-132-0-py3.7-20.10.17 -v /home/ubuntu/workspace/docker-py_master@tmp/5df277ff-9615-48e3-989c-342275f7344c/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772 py.test -v -rxs --cov=docker tests/integration
10:55:38 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 32%]
10:55:38 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
10:55:38 
10:55:38 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
10:55:38 Name                                  Stmts   Miss Branch BrPart  Cover
10:55:38 -----------------------------------------------------------------------
10:55:38 docker/__init__.py                        8      0      0      0   100%
10:55:38 docker/api/__init__.py                    1      0      0      0   100%
10:55:38 docker/api/build.py                     126     41     92     21    62%
10:55:38 docker/api/client.py                    261     65     92     11    75%
10:55:38 docker/api/config.py                     29     18      4      0    33%
10:55:38 docker/api/container.py                 265     72    104     25    65%
10:55:38 docker/api/daemon.py                     39      4     14      4    85%
10:55:38 docker/api/exec_api.py                   45     11     22      9    67%
10:55:38 docker/api/image.py                     159     43     60     14    70%
10:55:38 docker/api/network.py                    90     35     48     11    51%
10:55:38 docker/api/plugin.py                     89     68     14      0    20%
10:55:38 docker/api/secret.py                     34     22      8      0    29%
10:55:38 docker/api/service.py                   200    176    149      0     7%
10:55:38 docker/api/swarm.py                     106     67     38      1    28%
10:55:38 docker/api/volume.py                     38      9     14      2    71%
10:55:38 docker/auth.py                          197     16     74     16    88%
10:55:38 docker/client.py                         69      9      2      0    87%
10:55:38 docker/constants.py                      21      0      0      0   100%
10:55:38 docker/context/__init__.py                2      0      0      0   100%
10:55:38 docker/context/api.py                    78     41     38      8    39%
10:55:38 docker/context/config.py                 61     33     16      2    42%
10:55:38 docker/context/context.py               154     96     64      6    29%
10:55:38 docker/credentials/__init__.py            3      0      0      0   100%
10:55:38 docker/credentials/constants.py           4      0      0      0   100%
10:55:38 docker/credentials/errors.py             11      4      2      0    54%
10:55:38 docker/credentials/store.py              44     30     12      0    25%
10:55:38 docker/credentials/utils.py              23     18     12      0    14%
10:55:38 docker/errors.py                        110     26     20      4    71%
10:55:38 docker/models/__init__.py                 0      0      0      0   100%
10:55:38 docker/models/configs.py                 21      8      2      0    57%
10:55:38 docker/models/containers.py             183     11     70      9    91%
10:55:38 docker/models/images.py                 136     55     56      4    52%
10:55:38 docker/models/networks.py                37      7     12      3    71%
10:55:38 docker/models/nodes.py                   15      5      2      0    59%
10:55:38 docker/models/plugins.py                 48     29      8      0    34%
10:55:38 docker/models/resource.py                41     10      6      3    72%
10:55:38 docker/models/secrets.py                 22      4      2      0    75%
10:55:38 docker/models/services.py                87     35     36      4    59%
10:55:38 docker/models/swarm.py                   39     21      6      0    40%
10:55:38 docker/models/volumes.py                 23     10      4      0    48%
10:55:38 docker/tls.py                            37      6     14      6    76%
10:55:38 docker/transport/__init__.py             11      3      0      0    73%
10:55:38 docker/transport/basehttpadapter.py       6      0      2      1    88%
10:55:38 docker/transport/npipeconn.py            57     52      8      0     8%
10:55:38 docker/transport/npipesocket.py         134    130     20      0     3%
10:55:38 docker/transport/sshconn.py             162    105     54      3    30%
10:55:38 docker/transport/ssladapter.py           36     10     10      4    65%
10:55:38 docker/transport/unixconn.py             54      3      6      1    93%
10:55:38 docker/types/__init__.py                  6      0      0      0   100%
10:55:38 docker/types/base.py                      4      0      2      0   100%
10:55:38 docker/types/containers.py              419     79    326     43    81%
10:55:38 docker/types/daemon.py                   36     24     14      0    24%
10:55:38 docker/types/healthcheck.py              33     20      4      0    35%
10:55:38 docker/types/networks.py                 41     11     28      9    65%
10:55:38 docker/types/services.py                321    146    216     41    50%
10:55:38 docker/types/swarm.py                    51     45     40      0     7%
10:55:38 docker/utils/__init__.py                  3      0      0      0   100%
10:55:38 docker/utils/build.py                   150     24     72     10    83%
10:55:38 docker/utils/config.py                   36      1     10      1    96%
10:55:38 docker/utils/decorators.py               32      1     12      1    95%
10:55:38 docker/utils/fnmatch.py                  55     18     28      2    61%
10:55:38 docker/utils/json_stream.py              40      8     14      2    78%
10:55:38 docker/utils/ports.py                    50      3     32      2    91%
10:55:38 docker/utils/proxy.py                    32      1     12      0    98%
10:55:38 docker/utils/socket.py                   85     10     40      8    84%
10:55:38 docker/utils/utils.py                   278     18    171     13    92%
10:55:38 docker/version.py                         2      0      2      0   100%
10:55:38 -----------------------------------------------------------------------
10:55:38 TOTAL                                  5090   1817   2240    304    60%
10:55:38 
10:55:38 
10:55:38 =========================== short test summary info ============================
10:55:38 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
10:55:38 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
10:55:38 SKIPPED [1] tests/unit/client_test.py:99: Npipe Connection Pool only on Windows
10:55:38 SKIPPED [1] tests/unit/client_test.py:138: Npipe Connection Pool only on Windows
10:55:38 SKIPPED [1] tests/unit/client_test.py:212: Npipe Connection Pool only on Windows
10:55:38 SKIPPED [1] tests/unit/client_test.py:249: Npipe Connection Pool only on Windows
10:55:38 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
10:55:38 SKIPPED [1] tests/unit/utils_build_test.py:230: Backslash patterns only on Windows
10:55:38 SKIPPED [1] tests/unit/utils_build_test.py:252: Backslash patterns only on Windows
10:55:38 SKIPPED [1] tests/unit/utils_build_test.py:400: root user always has access ; no chmod on Windows
10:55:38 SKIPPED [1] tests/unit/utils_config_test.py:54: condition: sys.platform != 'win32'
10:55:38 ================== 560 passed, 10 skipped, 1 xfailed in 6.76s ==================
10:55:38 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 32%]
10:55:39 ============================= test session starts ==============================
10:55:39 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
10:55:39 cachedir: .pytest_cache
10:55:39 rootdir: /src, configfile: pytest.ini
10:55:39 plugins: cov-3.0.0, timeout-2.0.1
[Pipeline] sh
10:55:39 + docker network create dpy-testnet-132-0-py3.7-22.06.0-beta.0
10:55:39 040cae92399fdd1b903e1c9ca57c796a3a573cdf8d5e146aae720e40188d5f86
[Pipeline] sh
10:55:39 + docker run --rm -d --name dpy-dind-132-0-py3.7-22.06.0-beta.0 -v /tmp --privileged --network dpy-testnet-132-0-py3.7-22.06.0-beta.0 dockerpinata/docker-py:sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772 dockerd -H tcp://0.0.0.0:2375
10:55:39 Unable to find image 'dockerpinata/docker-py:sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772' locally
10:55:39 sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772: Pulling from dockerpinata/docker-py
10:55:39 df20fa9351a1: Pulling fs layer
10:55:39 25ad7478873d: Pulling fs layer
10:55:39 4684f6177b5d: Pulling fs layer
10:55:39 46e300cec669: Pulling fs layer
10:55:39 63038576ad94: Pulling fs layer
10:55:39 0fdb76c4706c: Pulling fs layer
10:55:39 cb7edeffdfd5: Pulling fs layer
10:55:39 cc28bd76800f: Pulling fs layer
10:55:39 54196fe38f7e: Pulling fs layer
10:55:39 ea71acc29633: Pulling fs layer
10:55:39 657cc4c15165: Pulling fs layer
10:55:39 5c1472de0ae3: Pulling fs layer
10:55:39 a95ad10df772: Pulling fs layer
10:55:39 8f2246a0af87: Pulling fs layer
10:55:39 a421e9ce574e: Pulling fs layer
10:55:39 c6ba6ca7e78b: Pulling fs layer
10:55:39 23ca02f43e32: Pulling fs layer
10:55:39 511776da9ae4: Pulling fs layer
10:55:39 46e300cec669: Waiting
10:55:39 63038576ad94: Waiting
10:55:39 0fdb76c4706c: Waiting
10:55:39 cb7edeffdfd5: Waiting
10:55:39 cc28bd76800f: Waiting
10:55:39 54196fe38f7e: Waiting
10:55:39 ea71acc29633: Waiting
10:55:39 657cc4c15165: Waiting
10:55:39 5c1472de0ae3: Waiting
10:55:39 a95ad10df772: Waiting
10:55:39 8f2246a0af87: Waiting
10:55:39 a421e9ce574e: Waiting
10:55:39 c6ba6ca7e78b: Waiting
10:55:39 23ca02f43e32: Waiting
10:55:39 511776da9ae4: Waiting
10:55:39 ============================= test session starts ==============================
10:55:39 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
10:55:39 cachedir: .pytest_cache
10:55:39 rootdir: /src, configfile: pytest.ini
10:55:39 plugins: cov-3.0.0, timeout-2.0.1
10:55:40 25ad7478873d: Download complete
10:55:40 df20fa9351a1: Verifying Checksum
10:55:40 df20fa9351a1: Download complete
10:55:40 4684f6177b5d: Verifying Checksum
10:55:40 4684f6177b5d: Download complete
10:55:40 63038576ad94: Verifying Checksum
10:55:40 63038576ad94: Download complete
10:55:40 0fdb76c4706c: Verifying Checksum
10:55:40 0fdb76c4706c: Download complete
10:55:40 cb7edeffdfd5: Verifying Checksum
10:55:40 cb7edeffdfd5: Download complete
10:55:40 54196fe38f7e: Verifying Checksum
10:55:40 54196fe38f7e: Download complete
10:55:40 cc28bd76800f: Verifying Checksum
10:55:40 cc28bd76800f: Download complete
10:55:40 df20fa9351a1: Pull complete
10:55:40 657cc4c15165: Verifying Checksum
10:55:40 657cc4c15165: Download complete
10:55:40 ea71acc29633: Verifying Checksum
10:55:40 ea71acc29633: Download complete
10:55:40 a95ad10df772: Verifying Checksum
10:55:40 a95ad10df772: Download complete
10:55:40 5c1472de0ae3: Verifying Checksum
10:55:40 5c1472de0ae3: Download complete
10:55:40 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 32%]
10:55:40 collecting ... collected 395 items
10:55:40 
10:55:40 8f2246a0af87: Verifying Checksum
10:55:40 8f2246a0af87: Download complete
10:55:40 a421e9ce574e: Verifying Checksum
10:55:40 a421e9ce574e: Download complete
10:55:40 c6ba6ca7e78b: Verifying Checksum
10:55:40 c6ba6ca7e78b: Download complete
10:55:40 23ca02f43e32: Verifying Checksum
10:55:40 23ca02f43e32: Download complete
10:55:40 511776da9ae4: Verifying Checksum
10:55:40 511776da9ae4: Download complete
10:55:40 25ad7478873d: Pull complete
10:55:40 collecting ... collected 395 items
10:55:40 
10:55:40 46e300cec669: Verifying Checksum
10:55:40 46e300cec669: Download complete
10:55:40 4684f6177b5d: Pull complete
10:55:40 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 33%]
10:55:41 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 33%]
10:55:42 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
10:55:42 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
10:55:42 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
10:55:42 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  1%]
10:55:42 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
10:55:42 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
10:55:42 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
10:55:42 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  1%]
10:55:42 46e300cec669: Pull complete
10:55:42 63038576ad94: Pull complete
10:55:42 0fdb76c4706c: Pull complete
10:55:42 cb7edeffdfd5: Pull complete
10:55:42 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 33%]
10:55:42 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  1%]
10:55:43 cc28bd76800f: Pull complete
10:55:43 54196fe38f7e: Pull complete
10:55:43 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  1%]
10:55:43 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  1%]
10:55:43 ea71acc29633: Pull complete
10:55:43 657cc4c15165: Pull complete
10:55:43 5c1472de0ae3: Pull complete
10:55:43 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  1%]
10:55:43 a95ad10df772: Pull complete
10:55:43 8f2246a0af87: Pull complete
10:55:43 a421e9ce574e: Pull complete
10:55:43 c6ba6ca7e78b: Pull complete
10:55:43 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 33%]
10:55:43 23ca02f43e32: Pull complete
10:55:43 511776da9ae4: Pull complete
10:55:43 Digest: sha256:637de15ff1ee503cb400895fcda1c3f69bf561938508865c79d513d6968943e9
10:55:43 Status: Downloaded newer image for dockerpinata/docker-py:sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772
10:55:44 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  1%]
10:55:44 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  2%]
10:55:44 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  1%]
10:55:44 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  2%]
10:55:44 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  2%]
10:55:44 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  2%]
10:55:44 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  2%]
10:55:44 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  2%]
10:55:44 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  2%]
10:55:44 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  3%]
10:55:44 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  3%]
10:55:44 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  2%]
10:55:44 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  3%]
10:55:44 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  3%]
10:55:45 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 34%]
10:55:45 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  3%]
10:55:45 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  3%]
10:55:45 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  3%]
10:55:45 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  3%]
10:55:45 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  4%]
10:55:45 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 34%]
10:55:45 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  4%]
10:55:46 9a82ee22c752af82508341c9bc45e4fad2545f99118fa65b4a17cf8714ecd913
[Pipeline] sh
10:55:46 + docker run --rm --name dpy-tests-132-0-py3.7-22.06.0-beta.0 -e DOCKER_HOST=tcp://dpy-dind-132-0-py3.7-22.06.0-beta.0:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-132-0-py3.7-22.06.0-beta.0 --volumes-from dpy-dind-132-0-py3.7-22.06.0-beta.0 -v /home/ubuntu/workspace/docker-py_master@tmp/aec911cd-1297-4dd1-b656-2a834a007a6a/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772 py.test -v -rxs --cov=docker tests/integration
10:55:47 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 34%]
10:55:48 ============================= test session starts ==============================
10:55:48 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
10:55:48 cachedir: .pytest_cache
10:55:48 rootdir: /src, configfile: pytest.ini
10:55:48 plugins: cov-3.0.0, timeout-2.0.1
10:55:48 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  4%]
10:55:48 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  4%]
10:55:48 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  4%]
10:55:48 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  4%]
10:55:48 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  4%]
10:55:48 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  4%]
10:55:48 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 34%]
10:55:48 collecting ... collected 395 items
10:55:48 
10:55:49 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  5%]
10:55:50 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  5%]
10:55:50 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 35%]
10:55:50 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 35%]
10:55:50 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
10:55:50 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
10:55:50 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
10:55:50 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  1%]
10:55:51 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  1%]
10:55:51 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  5%]
10:55:51 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  5%]
10:55:51 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  5%]
10:55:51 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  6%]
10:55:51 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  6%]
10:55:51 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  6%]
10:55:51 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  6%]
10:55:51 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  5%]
10:55:51 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  5%]
10:55:51 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  5%]
10:55:51 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  6%]
10:55:51 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  6%]
10:55:51 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  6%]
10:55:51 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  6%]
10:55:51 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  1%]
10:55:51 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  7%]
10:55:51 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  7%]
10:55:52 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  7%]
10:55:52 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  7%]
10:55:52 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  1%]
10:55:52 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  2%]
10:55:52 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  7%]
10:55:52 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  7%]
10:55:52 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_with_templating PASSED [  8%]
10:55:52 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  8%]
10:55:52 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  8%]
10:55:52 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  2%]
10:55:52 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  2%]
10:55:52 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  7%]
10:55:52 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  7%]
10:55:52 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_with_templating PASSED [  8%]
10:55:52 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  8%]
10:55:52 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  8%]
10:55:53 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  2%]
10:55:53 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  3%]
10:55:53 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  3%]
10:55:53 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  8%]
10:55:53 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  8%]
10:55:53 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  3%]
10:55:53 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  9%]
10:55:53 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  9%]
10:55:53 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  3%]
10:55:54 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  9%]
10:55:54 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  9%]
10:55:54 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  4%]
10:55:54 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 35%]
10:55:54 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 35%]
10:55:54 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 36%]
10:55:54 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 36%]
10:55:54 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 36%]
10:55:54 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 36%]
10:55:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  9%]
10:55:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  9%]
10:55:54 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 37%]
10:55:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 10%]
10:55:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  9%]
10:55:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 10%]
10:55:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 10%]
10:55:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  9%]
10:55:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 10%]
10:55:55 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 37%]
10:55:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 10%]
10:55:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 11%]
10:55:55 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 37%]
10:55:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 11%]
10:55:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 10%]
10:55:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 10%]
10:55:56 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  4%]
10:55:56 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  4%]
10:55:56 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 10%]
10:55:56 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 11%]
10:55:56 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 11%]
10:55:56 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 37%]
10:55:56 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 38%]
10:55:56 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 38%]
10:55:56 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 38%]
10:55:56 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 38%]
10:55:56 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 39%]
10:55:56 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 39%]
10:55:56 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 11%]
10:55:56 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  4%]
10:55:56 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 39%]
10:55:56 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 40%]
10:55:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 11%]
10:55:57 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 40%]
10:55:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 12%]
10:55:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 11%]
10:55:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 12%]
10:55:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 11%]
10:55:57 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 40%]
10:55:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 12%]
10:55:58 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  5%]
10:55:58 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 12%]
10:55:58 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 40%]
10:55:59 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 41%]
10:55:59 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 41%]
10:55:59 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  5%]
10:55:59 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  5%]
10:55:59 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  5%]
10:55:59 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  6%]
10:55:59 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  6%]
10:55:59 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  6%]
10:55:59 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  6%]
10:56:00 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 12%]
10:56:00 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 12%]
10:56:00 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 13%]
10:56:00 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 13%]
10:56:00 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 13%]
10:56:00 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  7%]
10:56:00 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  7%]
10:56:00 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 13%]
10:56:00 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 41%]
10:56:01 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  7%]
10:56:01 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  7%]
10:56:01 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_with_templating PASSED [  8%]
10:56:01 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  8%]
10:56:01 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  8%]
10:56:01 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 12%]
10:56:01 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 12%]
10:56:01 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 13%]
10:56:01 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 13%]
10:56:01 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 13%]
10:56:01 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 14%]
10:56:01 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 41%]
10:56:01 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 13%]
10:56:01 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 14%]
10:56:01 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  8%]
10:56:02 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  9%]
10:56:02 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  9%]
10:56:02 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 42%]
10:56:02 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 42%]
10:56:03 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  9%]
10:56:03 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  9%]
10:56:03 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 10%]
10:56:03 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 10%]
10:56:04 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 42%]
10:56:04 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 10%]
10:56:04 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 42%]
10:56:04 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 10%]
10:56:04 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 11%]
10:56:04 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 11%]
10:56:05 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 43%]
10:56:05 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 11%]
10:56:06 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 11%]
10:56:06 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 12%]
10:56:06 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 12%]
10:56:07 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 43%]
10:56:07 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 43%]
10:56:07 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 43%]
10:56:07 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 44%]
10:56:07 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 44%]
10:56:07 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 44%]
10:56:07 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 44%]
10:56:08 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 45%]
10:56:08 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 45%]
10:56:09 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 45%]
10:56:09 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 12%]
10:56:09 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 12%]
10:56:09 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 13%]
10:56:09 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 13%]
10:56:09 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 13%]
10:56:09 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 45%]
10:56:10 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 13%]
10:56:10 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 46%]
10:56:10 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 14%]
10:56:11 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 46%]
10:56:11 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 46%]
10:56:11 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 46%]
10:56:11 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 47%]
10:56:11 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 47%]
10:56:12 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 47%]
10:56:12 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 47%]
10:56:13 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 48%]
10:56:14 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 48%]
10:56:14 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 48%]
10:56:15 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 48%]
10:56:16 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 14%]
10:56:16 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 14%]
10:56:16 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 14%]
10:56:16 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 14%]
10:56:17 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 15%]
10:56:17 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 14%]
10:56:17 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 49%]
10:56:17 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 49%]
10:56:17 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 49%]
10:56:17 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 49%]
10:56:17 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 14%]
10:56:18 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 15%]
10:56:18 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 15%]
10:56:18 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 15%]
10:56:18 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 15%]
10:56:19 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 15%]
10:56:19 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 15%]
10:56:19 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 16%]
10:56:19 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 16%]
10:56:19 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 50%]
10:56:20 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 50%]
10:56:20 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 50%]
10:56:20 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 50%]
10:56:20 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 51%]
10:56:20 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 15%]
10:56:20 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 16%]
10:56:20 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 16%]
10:56:20 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 16%]
10:56:21 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 16%]
10:56:21 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 51%]
10:56:21 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_add SKIPPED [ 51%]
10:56:21 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_drop SKIPPED [ 51%]
10:56:21 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 17%]
10:56:21 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 16%]
10:56:21 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 17%]
10:56:21 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 17%]
10:56:21 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 52%]
10:56:21 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 52%]
10:56:21 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 52%]
10:56:21 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 52%]
10:56:21 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 16%]
10:56:22 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 17%]
10:56:22 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 17%]
10:56:22 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 17%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 53%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 53%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 53%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 53%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 54%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 54%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 54%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 54%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 55%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 55%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 55%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 55%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 56%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 56%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 56%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 56%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_maxreplicas PASSED [ 57%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 57%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 57%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 57%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 58%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 58%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 58%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 58%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 59%]
10:56:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 59%]
10:56:24 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 17%]
10:56:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 59%]
10:56:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 60%]
10:56:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 60%]
10:56:24 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 18%]
10:56:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 60%]
10:56:24 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 18%]
10:56:25 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 14%]
10:56:25 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 60%]
10:56:25 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 14%]
10:56:25 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 14%]
10:56:26 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 17%]
10:56:26 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 18%]
10:56:26 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 18%]
10:56:26 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 15%]
10:56:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 61%]
10:56:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 61%]
10:56:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 61%]
10:56:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 61%]
10:56:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 62%]
10:56:27 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 62%]
10:56:27 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 62%]
10:56:27 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 62%]
10:56:27 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 63%]
10:56:27 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 63%]
10:56:27 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 63%]
10:56:27 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 63%]
10:56:27 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 15%]
10:56:27 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 15%]
10:56:28 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 64%]
10:56:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 64%]
10:56:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 64%]
10:56:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 64%]
10:56:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 65%]
10:56:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 65%]
10:56:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 65%]
10:56:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 65%]
10:56:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 66%]
10:56:28 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [ 18%]
10:56:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 66%]
10:56:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 66%]
10:56:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 66%]
10:56:28 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 15%]
10:56:29 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 16%]
10:56:29 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 16%]
10:56:29 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [ 18%]
10:56:29 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 16%]
10:56:30 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 16%]
10:56:30 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 17%]
10:56:31 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 17%]
10:56:31 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 17%]
10:56:33 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 18%]
10:56:34 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 17%]
10:56:34 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 18%]
10:56:34 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 18%]
10:56:34 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 18%]
10:56:36 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
10:56:36 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [ 19%]
10:56:36 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 19%]
10:56:37 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [ 18%]
10:56:38 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
10:56:38 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [ 19%]
10:56:38 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 19%]
10:56:38 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 20%]
10:56:38 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 20%]
10:56:38 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 20%]
10:56:39 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 20%]
10:56:39 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 21%]
10:56:39 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 20%]
10:56:39 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 20%]
10:56:39 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [ 21%]
10:56:40 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 20%]
10:56:40 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 21%]
10:56:40 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 67%]
10:56:40 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 67%]
10:56:40 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 20%]
10:56:41 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 21%]
10:56:41 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 67%]
10:56:41 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [ 21%]
10:56:41 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 21%]
10:56:42 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 67%]
10:56:43 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [ 21%]
10:56:43 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 18%]
10:56:44 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 68%]
10:56:44 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [ 21%]
10:56:45 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 68%]
10:56:45 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 22%]
10:56:45 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [ 22%]
10:56:45 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
10:56:46 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 22%]
10:56:46 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [ 19%]
10:56:46 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 22%]
10:56:46 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 19%]
10:56:46 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 23%]
10:56:46 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 22%]
10:56:46 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 68%]
10:56:47 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [ 22%]
10:56:47 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 23%]
10:56:47 tests/integration/api_container_test.py::PortTest::test_port PASSED      [ 23%]
10:56:47 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 22%]
10:56:47 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 22%]
10:56:47 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 20%]
10:56:48 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 23%]
10:56:48 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 68%]
10:56:48 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 69%]
10:56:48 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 24%]
10:56:48 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 23%]
10:56:48 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 20%]
10:56:48 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 23%]
10:56:48 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 20%]
10:56:49 tests/integration/api_container_test.py::PortTest::test_port PASSED      [ 23%]
10:56:49 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 20%]
10:56:49 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 23%]
10:56:49 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 21%]
10:56:49 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 69%]
10:56:49 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [ 21%]
10:56:50 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 24%]
10:56:50 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 21%]
10:56:51 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 69%]
10:56:51 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 24%]
10:56:52 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [ 21%]
10:56:53 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 24%]
10:56:54 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 24%]
10:56:55 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 22%]
10:56:55 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [ 22%]
10:56:55 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 24%]
10:56:56 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 22%]
10:56:56 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 22%]
10:56:56 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 23%]
10:56:57 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 23%]
10:56:57 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 24%]
10:56:57 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 25%]
10:56:57 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 69%]
10:56:57 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 25%]
10:56:57 tests/integration/api_container_test.py::PortTest::test_port PASSED      [ 23%]
10:56:58 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 25%]
10:56:58 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 23%]
10:56:58 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 24%]
10:56:59 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 24%]
10:56:59 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 25%]
10:56:59 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 25%]
10:57:00 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 25%]
10:57:01 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 25%]
10:57:01 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 24%]
10:57:02 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 26%]
10:57:02 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 70%]
10:57:03 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 26%]
10:57:03 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 25%]
10:57:03 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 70%]
10:57:04 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 26%]
10:57:04 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 24%]
10:57:04 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 26%]
10:57:04 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 26%]
10:57:05 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 26%]
10:57:05 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 70%]
10:57:05 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 27%]
10:57:05 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 27%]
10:57:06 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 26%]
10:57:06 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 70%]
10:57:06 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 27%]
10:57:07 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 26%]
10:57:07 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 27%]
10:57:07 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 24%]
10:57:07 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 25%]
10:57:07 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 27%]
10:57:08 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 25%]
10:57:08 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 71%]
10:57:08 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 27%]
10:57:08 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 25%]
10:57:08 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 28%]
10:57:08 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 27%]
10:57:08 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 28%]
10:57:09 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 28%]
10:57:09 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 28%]
10:57:09 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 29%]
10:57:09 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 27%]
10:57:10 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 29%]
10:57:10 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 28%]
10:57:10 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 28%]
10:57:11 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 28%]
10:57:11 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 29%]
10:57:11 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 28%]
10:57:11 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 29%]
10:57:12 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 29%]
10:57:12 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 25%]
10:57:12 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 29%]
10:57:12 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 26%]
10:57:12 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 30%]
10:57:13 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 29%]
10:57:13 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 30%]
10:57:13 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 26%]
10:57:13 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 30%]
10:57:14 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 30%]
10:57:14 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 71%]
10:57:14 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 29%]
10:57:14 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 31%]
10:57:15 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 26%]
10:57:15 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 31%]
10:57:15 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 30%]
10:57:15 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 26%]
10:57:15 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 27%]
10:57:15 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 31%]
10:57:15 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 30%]
10:57:16 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 27%]
10:57:16 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 31%]
10:57:16 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 30%]
10:57:16 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 32%]
10:57:16 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 30%]
10:57:16 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 27%]
10:57:17 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 32%]
10:57:17 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 31%]
10:57:17 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 32%]
10:57:17 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 31%]
10:57:17 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 31%]
10:57:18 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 27%]
10:57:18 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 32%]
10:57:18 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 31%]
10:57:18 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 28%]
10:57:18 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 28%]
10:57:19 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 32%]
10:57:19 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 32%]
10:57:19 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 33%]
10:57:19 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 28%]
10:57:19 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 28%]
10:57:19 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 29%]
10:57:19 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 71%]
10:57:19 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 32%]
10:57:20 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 33%]
10:57:20 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 29%]
10:57:20 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 71%]
10:57:20 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 72%]
10:57:20 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 32%]
10:57:21 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 29%]
10:57:21 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 33%]
10:57:21 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 33%]
10:57:22 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 33%]
10:57:22 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 29%]
10:57:23 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 33%]
10:57:23 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 30%]
10:57:23 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 34%]
10:57:23 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 33%]
10:57:23 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 30%]
10:57:24 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 30%]
10:57:24 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 34%]
10:57:24 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 30%]
10:57:25 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 33%]
10:57:25 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 34%]
10:57:25 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 31%]
10:57:25 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 31%]
10:57:25 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 34%]
10:57:25 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 31%]
10:57:26 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 31%]
10:57:26 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 34%]
10:57:26 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 32%]
10:57:26 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 34%]
10:57:27 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 32%]
10:57:27 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 34%]
10:57:27 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 32%]
10:57:28 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 35%]
10:57:28 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 35%]
10:57:28 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 32%]
10:57:29 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 34%]
10:57:29 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 33%]
10:57:30 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 33%]
10:57:31 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 35%]
10:57:31 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 35%]
10:57:31 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 33%]
10:57:32 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 35%]
10:57:32 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 35%]
10:57:32 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 36%]
10:57:32 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 36%]
10:57:32 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 36%]
10:57:32 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 36%]
10:57:32 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 33%]
10:57:33 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 37%]
10:57:33 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 37%]
10:57:33 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 34%]
10:57:33 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 37%]
10:57:34 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 37%]
10:57:34 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 38%]
10:57:34 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 38%]
10:57:34 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 38%]
10:57:34 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 38%]
10:57:34 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 39%]
10:57:34 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 39%]
10:57:34 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 34%]
10:57:34 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 39%]
10:57:34 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 40%]
10:57:35 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 35%]
10:57:35 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 35%]
10:57:35 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 36%]
10:57:35 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 36%]
10:57:35 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 36%]
10:57:35 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 40%]
10:57:35 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 34%]
10:57:35 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 36%]
10:57:35 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 37%]
10:57:35 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 40%]
10:57:36 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 37%]
10:57:36 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 37%]
10:57:36 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 40%]
10:57:36 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 37%]
10:57:36 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 34%]
10:57:37 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 38%]
10:57:37 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 38%]
10:57:37 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 38%]
10:57:37 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 38%]
10:57:37 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 39%]
10:57:37 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 41%]
10:57:37 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 39%]
10:57:37 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 39%]
10:57:37 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 41%]
10:57:37 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 40%]
10:57:37 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 40%]
10:57:38 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 41%]
10:57:38 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 35%]
10:57:38 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 35%]
10:57:38 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 40%]
10:57:38 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 72%]
10:57:38 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 72%]
10:57:38 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 72%]
10:57:38 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 73%]
10:57:38 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 73%]
10:57:38 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 73%]
10:57:38 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 73%]
10:57:38 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 74%]
10:57:38 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 74%]
10:57:38 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 74%]
10:57:38 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 74%]
10:57:38 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 75%]
10:57:38 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 75%]
10:57:38 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 75%]
10:57:38 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 75%]
10:57:38 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 76%]
10:57:38 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 76%]
10:57:39 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 41%]
10:57:39 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 40%]
10:57:39 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 76%]
10:57:39 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 76%]
10:57:40 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 42%]
10:57:40 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 77%]
10:57:40 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 41%]
10:57:40 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 42%]
10:57:40 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 77%]
10:57:40 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 41%]
10:57:41 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 77%]
10:57:41 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 41%]
10:57:42 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 41%]
10:57:42 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 42%]
10:57:42 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 42%]
10:57:42 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 35%]
10:57:42 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 35%]
10:57:42 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 36%]
10:57:42 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 36%]
10:57:42 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 36%]
10:57:42 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 36%]
10:57:43 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 42%]
10:57:43 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 37%]
10:57:43 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 42%]
10:57:43 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 77%]
10:57:43 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 43%]
10:57:43 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 37%]
10:57:44 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 37%]
10:57:44 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 37%]
10:57:44 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 38%]
10:57:44 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 38%]
10:57:44 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 38%]
10:57:44 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 38%]
10:57:44 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 39%]
10:57:44 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 39%]
10:57:44 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 42%]
10:57:44 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 42%]
10:57:45 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 43%]
10:57:45 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 43%]
10:57:45 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 43%]
10:57:45 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 44%]
10:57:45 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 44%]
10:57:45 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 44%]
10:57:45 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 44%]
10:57:45 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 39%]
10:57:45 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 40%]
10:57:45 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 40%]
10:57:46 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 45%]
10:57:46 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 78%]
10:57:46 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 43%]
10:57:46 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
10:57:46 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 78%]
10:57:46 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 45%]
10:57:46 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 40%]
10:57:46 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 78%]
10:57:47 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 45%]
10:57:47 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 40%]
10:57:47 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 79%]
10:57:47 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 43%]
10:57:47 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 43%]
10:57:47 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 43%]
10:57:47 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 45%]
10:57:47 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 41%]
10:57:47 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 44%]
10:57:47 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 44%]
10:57:47 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 44%]
10:57:47 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 79%]
10:57:47 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 46%]
10:57:48 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 44%]
10:57:48 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 41%]
10:57:48 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 79%]
10:57:48 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 45%]
10:57:48 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 80%]
10:57:48 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 46%]
10:57:48 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 45%]
10:57:48 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 80%]
10:57:49 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 46%]
10:57:49 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 46%]
10:57:49 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 41%]
10:57:49 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 47%]
10:57:49 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 47%]
10:57:49 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 45%]
10:57:49 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 80%]
10:57:49 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 41%]
10:57:50 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 45%]
10:57:50 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 80%]
10:57:50 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 47%]
10:57:50 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 47%]
10:57:50 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 46%]
10:57:51 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 81%]
10:57:51 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 81%]
10:57:51 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 42%]
10:57:51 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 42%]
10:57:51 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 48%]
10:57:51 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 81%]
10:57:51 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 46%]
10:57:51 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 46%]
10:57:51 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 46%]
10:57:51 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 48%]
10:57:51 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 81%]
10:57:51 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 47%]
10:57:51 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 47%]
10:57:52 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 48%]
10:57:52 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 82%]
10:57:52 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 42%]
10:57:52 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 42%]
10:57:52 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 47%]
10:57:52 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 47%]
10:57:53 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 82%]
10:57:53 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 82%]
10:57:53 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 48%]
10:57:53 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 48%]
10:57:53 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 82%]
10:57:54 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 83%]
10:57:54 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 43%]
10:57:54 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 48%]
10:57:54 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 49%]
10:57:54 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 49%]
10:57:54 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 49%]
10:57:54 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 49%]
10:57:54 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 83%]
10:57:54 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 48%]
10:57:54 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 83%]
10:57:55 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 43%]
10:57:55 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 43%]
10:57:55 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 43%]
10:57:55 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 44%]
10:57:55 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 44%]
10:57:55 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 44%]
10:57:55 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 83%]
10:57:55 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 44%]
10:57:55 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 84%]
10:57:55 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 48%]
10:57:56 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 45%]
10:57:56 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 45%]
10:57:56 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 50%]
10:57:57 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 45%]
10:57:57 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 49%]
10:57:57 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 49%]
10:57:57 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 50%]
10:57:57 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 50%]
10:57:57 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 50%]
10:57:57 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 51%]
10:57:57 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 49%]
10:57:57 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 49%]
10:57:57 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 45%]
10:57:57 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 46%]
10:57:58 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 51%]
10:57:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_add SKIPPED [ 51%]
10:57:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_drop SKIPPED [ 51%]
10:57:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 52%]
10:57:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 52%]
10:57:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 52%]
10:57:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 52%]
10:57:59 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 46%]
10:57:59 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 46%]
10:57:59 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 46%]
10:57:59 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 47%]
10:57:59 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 47%]
10:57:59 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 50%]
10:58:00 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 50%]
10:58:00 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 50%]
10:58:00 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 50%]
10:58:00 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 51%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 53%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 53%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 53%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 53%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 54%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 54%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 54%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 54%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 55%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 55%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 55%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 55%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 56%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 56%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 56%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 56%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_maxreplicas PASSED [ 57%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 57%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 57%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 57%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 58%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 58%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 58%]
10:58:00 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 47%]
10:58:00 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 47%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 58%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 59%]
10:58:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 59%]
10:58:01 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 48%]
10:58:01 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 51%]
10:58:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_add SKIPPED [ 51%]
10:58:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_drop SKIPPED [ 51%]
10:58:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 59%]
10:58:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 60%]
10:58:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 60%]
10:58:01 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 48%]
10:58:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 52%]
10:58:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 52%]
10:58:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 52%]
10:58:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 52%]
10:58:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 60%]
10:58:02 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 48%]
10:58:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 60%]
10:58:03 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 48%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 53%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 53%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 53%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 53%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 54%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 54%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 54%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 54%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 55%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 55%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 55%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 55%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 56%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 56%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 56%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 56%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_maxreplicas PASSED [ 57%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 57%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 57%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 57%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 58%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 58%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 58%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 58%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 59%]
10:58:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 59%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 61%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 61%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 61%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 61%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 62%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 62%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 62%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 62%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 63%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 63%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 63%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 63%]
10:58:04 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 49%]
10:58:04 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 49%]
10:58:04 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 49%]
10:58:04 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 49%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 59%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 60%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 60%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 60%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 64%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 64%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 64%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 64%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 65%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 65%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 65%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 65%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 66%]
10:58:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 66%]
10:58:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 66%]
10:58:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 66%]
10:58:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 60%]
10:58:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 61%]
10:58:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 61%]
10:58:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 61%]
10:58:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 61%]
10:58:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 62%]
10:58:06 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 62%]
10:58:06 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 62%]
10:58:06 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 62%]
10:58:06 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 63%]
10:58:06 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 63%]
10:58:06 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 63%]
10:58:06 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 63%]
10:58:07 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 50%]
10:58:07 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 50%]
10:58:07 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 50%]
10:58:07 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 50%]
10:58:07 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 51%]
10:58:07 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 64%]
10:58:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 64%]
10:58:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 64%]
10:58:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 64%]
10:58:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 65%]
10:58:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 65%]
10:58:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 65%]
10:58:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 65%]
10:58:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 66%]
10:58:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 66%]
10:58:07 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 84%]
10:58:07 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 84%]
10:58:08 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 66%]
10:58:08 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 66%]
10:58:08 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 51%]
10:58:08 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_add SKIPPED [ 51%]
10:58:08 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_drop SKIPPED [ 51%]
10:58:08 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 84%]
10:58:08 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 85%]
10:58:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 52%]
10:58:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 52%]
10:58:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 52%]
10:58:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 52%]
10:58:09 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 85%]
10:58:09 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 85%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 53%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 53%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 53%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 53%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 54%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 54%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 54%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 54%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 55%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 55%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 55%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 55%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 56%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 56%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 56%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 56%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_maxreplicas PASSED [ 57%]
10:58:10 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 85%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 57%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 57%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 57%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 58%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 58%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 58%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 58%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 59%]
10:58:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 59%]
10:58:11 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 86%]
10:58:11 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 86%]
10:58:11 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 86%]
10:58:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 59%]
10:58:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 60%]
10:58:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 60%]
10:58:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 60%]
10:58:12 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 86%]
10:58:12 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 87%]
10:58:12 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 87%]
10:58:12 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 87%]
10:58:13 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 60%]
10:58:13 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 87%]
10:58:13 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 88%]
10:58:13 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 88%]
10:58:14 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 88%]
10:58:14 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 88%]
10:58:14 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 89%]
10:58:14 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 89%]
10:58:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 61%]
10:58:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 61%]
10:58:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 61%]
10:58:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 61%]
10:58:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 62%]
10:58:14 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 62%]
10:58:14 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 62%]
10:58:14 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 62%]
10:58:14 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 63%]
10:58:14 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 63%]
10:58:14 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 63%]
10:58:14 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 63%]
10:58:14 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 89%]
10:58:14 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 89%]
10:58:14 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 90%]
10:58:14 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 90%]
10:58:14 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 64%]
10:58:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 64%]
10:58:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 64%]
10:58:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 64%]
10:58:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 65%]
10:58:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 65%]
10:58:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 65%]
10:58:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 65%]
10:58:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 66%]
10:58:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 66%]
10:58:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 66%]
10:58:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 66%]
10:58:15 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 90%]
10:58:17 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 67%]
10:58:17 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 67%]
10:58:18 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 67%]
10:58:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 67%]
10:58:20 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 67%]
10:58:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 67%]
10:58:21 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 68%]
10:58:21 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 67%]
10:58:22 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 90%]
10:58:22 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 91%]
10:58:22 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 68%]
10:58:22 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 67%]
10:58:22 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 91%]
10:58:22 tests/integration/models_services_test.py::ServiceTest::test_create_cap_add SKIPPED [ 91%]
10:58:22 tests/integration/models_services_test.py::ServiceTest::test_create_cap_drop SKIPPED [ 91%]
10:58:22 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 92%]
10:58:22 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 92%]
10:58:22 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 92%]
10:58:22 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 92%]
10:58:22 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 93%]
10:58:22 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 93%]
10:58:22 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 93%]
10:58:22 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 93%]
10:58:22 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 94%]
10:58:22 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 94%]
10:58:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 68%]
10:58:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 68%]
10:58:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 68%]
10:58:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 68%]
10:58:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 69%]
10:58:25 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 94%]
10:58:25 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 94%]
10:58:25 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 95%]
10:58:25 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 95%]
10:58:25 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 95%]
10:58:25 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 95%]
10:58:25 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 67%]
10:58:26 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 69%]
10:58:26 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 96%]
10:58:26 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 96%]
10:58:26 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 96%]
10:58:26 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 96%]
10:58:27 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 97%]
10:58:27 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 97%]
10:58:27 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 67%]
10:58:27 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 68%]
10:58:27 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 69%]
10:58:28 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 67%]
10:58:29 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 97%]
10:58:29 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 68%]
10:58:29 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 69%]
10:58:29 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 67%]
10:58:30 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 97%]
10:58:30 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 98%]
10:58:30 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 98%]
10:58:30 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 98%]
10:58:30 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 98%]
10:58:30 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 99%]
10:58:30 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 99%]
10:58:30 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 99%]
10:58:30 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 69%]
10:58:31 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 68%]
10:58:31 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [100%]
10:58:31 
10:58:31 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
10:58:31 Name                                  Stmts   Miss Branch BrPart  Cover
10:58:31 -----------------------------------------------------------------------
10:58:31 docker/__init__.py                        8      0      0      0   100%
10:58:31 docker/api/__init__.py                    1      0      0      0   100%
10:58:31 docker/api/build.py                     126     26     92     23    74%
10:58:31 docker/api/client.py                    261     56     92     19    76%
10:58:31 docker/api/config.py                     29      0      4      1    97%
10:58:31 docker/api/container.py                 265     34    104     26    83%
10:58:31 docker/api/daemon.py                     39     14     14      3    53%
10:58:31 docker/api/exec_api.py                   45      9     22      3    79%
10:58:31 docker/api/image.py                     159     45     60     13    67%
10:58:31 docker/api/network.py                    90     13     48     12    80%
10:58:31 docker/api/plugin.py                     89     10     14      4    84%
10:58:31 docker/api/secret.py                     34      3      8      2    83%
10:58:31 docker/api/service.py                   200     58    149     32    62%
10:58:31 docker/api/swarm.py                     106     15     38     10    81%
10:58:31 docker/api/volume.py                     38      5     14      5    81%
10:58:31 docker/auth.py                          197     93     74     22    48%
10:58:31 docker/client.py                         69      5      2      1    92%
10:58:31 docker/constants.py                      21      0      0      0   100%
10:58:31 docker/context/__init__.py                2      0      0      0   100%
10:58:31 docker/context/api.py                    78     18     38     10    72%
10:58:31 docker/context/config.py                 61     25     16      3    53%
10:58:31 docker/context/context.py               154     26     64     15    78%
10:58:31 docker/credentials/__init__.py            3      0      0      0   100%
10:58:31 docker/credentials/constants.py           4      0      0      0   100%
10:58:31 docker/credentials/errors.py             11      1      2      1    85%
10:58:31 docker/credentials/store.py              44      5     12      4    80%
10:58:31 docker/credentials/utils.py              23     13     12      1    31%
10:58:31 docker/errors.py                        110     22     20      6    75%
10:58:31 docker/models/__init__.py                 0      0      0      0   100%
10:58:31 docker/models/configs.py                 21      8      2      0    57%
10:58:31 docker/models/containers.py             183     21     70      9    86%
10:58:31 docker/models/images.py                 136     41     56      6    67%
10:58:31 docker/models/networks.py                37      1     12      2    94%
10:58:31 docker/models/nodes.py                   15      1      2      0    94%
10:58:31 docker/models/plugins.py                 48     29      8      0    34%
10:58:31 docker/models/resource.py                41     11      6      2    72%
10:58:31 docker/models/secrets.py                 22      9      2      0    54%
10:58:31 docker/models/services.py                87      5     36      5    92%
10:58:31 docker/models/swarm.py                   39      3      6      3    87%
10:58:31 docker/models/volumes.py                 23      1      4      0    96%
10:58:31 docker/tls.py                            37     13     14      5    57%
10:58:31 docker/transport/__init__.py             11      3      0      0    73%
10:58:31 docker/transport/basehttpadapter.py       6      3      2      0    38%
10:58:31 docker/transport/npipeconn.py            57     52      8      0     8%
10:58:31 docker/transport/npipesocket.py         134    130     20      0     3%
10:58:31 docker/transport/sshconn.py             162    123     54      0    18%
10:58:31 docker/transport/ssladapter.py           36     22     10      1    33%
10:58:31 docker/transport/unixconn.py             54     33      6      0    35%
10:58:31 docker/types/__init__.py                  6      0      0      0   100%
10:58:31 docker/types/base.py                      4      0      2      0   100%
10:58:31 docker/types/containers.py              419    222    326     70    45%
10:58:31 docker/types/daemon.py                   36      8     14      4    72%
10:58:31 docker/types/healthcheck.py              33     12      4      1    59%
10:58:31 docker/types/networks.py                 41      7     28      6    78%
10:58:31 docker/types/services.py                321     76    216     42    73%
10:58:31 docker/types/swarm.py                    51     24     40     10    52%
10:58:31 docker/utils/__init__.py                  3      0      0      0   100%
10:58:31 docker/utils/build.py                   150     22     72     13    82%
10:58:31 docker/utils/config.py                   36      9     10      5    70%
10:58:31 docker/utils/decorators.py               32      6     12      4    73%
10:58:31 docker/utils/fnmatch.py                  55     27     28      4    41%
10:58:31 docker/utils/json_stream.py              40      8     14      3    76%
10:58:31 docker/utils/ports.py                    50     50     32      0     0%
10:58:31 docker/utils/proxy.py                    32      2     12      1    93%
10:58:31 docker/utils/socket.py                   85      9     40      7    86%
10:58:31 docker/utils/utils.py                   278     98    171     32    60%
10:58:31 docker/version.py                         2      0      2      0   100%
10:58:31 -----------------------------------------------------------------------
10:58:31 TOTAL                                  5090   1585   2240    451    65%
10:58:31 
10:58:31 
10:58:31 =========================== short test summary info ============================
10:58:31 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
10:58:31   CONFIG_RT_GROUP_SCHED isn't enabled
10:58:31 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
10:58:31   Not supported on most drivers
10:58:31 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
10:58:31   Output of docker top depends on host distro, and is not formalized.
10:58:31 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
10:58:31   This doesn't seem to be taken into account by the engine
10:58:31 SKIPPED [3] tests/helpers.py:69: Feature requires Docker Engine experimental mode
10:58:31 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
10:58:31 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41)
10:58:31 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41)
10:58:31 SKIPPED [1] tests/integration/api_swarm_test.py:30: Test stalls the engine on 1.12.0
10:58:31 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41)
10:58:31 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41)
10:58:31 ======= 378 passed, 9 skipped, 4 xfailed, 4 xpassed in 273.22s (0:04:33) =======
[Pipeline] sh
10:58:32 + docker stop dpy-dind-132-0-py3.7-19.03.12
10:58:32 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 68%]
10:58:34 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 68%]
10:58:34 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 69%]
10:58:35 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 68%]
10:58:35 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 69%]
10:58:36 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 69%]
10:58:37 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 69%]
10:58:38 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 69%]
10:58:39 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 70%]
10:58:40 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 70%]
10:58:41 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 70%]
10:58:42 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 69%]
10:58:43 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 70%]
10:58:43 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 70%]
10:58:44 dpy-dind-132-0-py3.7-19.03.12
[Pipeline] sh
10:58:44 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 71%]
10:58:44 + docker run --rm -d --name dpy-dind-132-0-py3.7-19.03.12 -v /tmp --privileged --network dpy-testnet-132-0-py3.7-19.03.12 dockerpinata/docker-py:sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772 dockerd --experimental
10:58:44 49ee6a09e5c4795965bb4c42f3c4a4cde7234ea79d99c6f34ff24a7cc6eba611
10:58:44 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 70%]
10:58:44 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 69%]
[Pipeline] sh
10:58:45 + docker exec dpy-dind-132-0-py3.7-19.03.12 sh -c /usr/sbin/sshd
[Pipeline] sh
10:58:45 + docker run --rm --name dpy-tests-132-0-py3.7-19.03.12 -e DOCKER_HOST=ssh://dpy-dind-132-0-py3.7-19.03.12:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-132-0-py3.7-19.03.12 --volumes-from dpy-dind-132-0-py3.7-19.03.12 -v /home/ubuntu/workspace/docker-py_master@tmp/57ddcd00-ffbc-44da-8940-f47563ecd8c6/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772 py.test -v -rxs --cov=docker tests/ssh
10:58:45 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 71%]
10:58:46 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 70%]
10:58:46 ============================= test session starts ==============================
10:58:46 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
10:58:46 cachedir: .pytest_cache
10:58:46 rootdir: /src, configfile: pytest.ini
10:58:46 plugins: cov-3.0.0, timeout-2.0.1
10:58:46 collecting ... collected 24 items
10:58:46 
10:58:47 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 70%]
10:58:48 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 71%]
10:58:48 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
10:58:48 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
10:58:48 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
10:58:48 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
10:58:50 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 70%]
10:58:50 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
10:58:50 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 70%]
10:58:51 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
10:58:52 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 70%]
10:58:52 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 71%]
10:58:52 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
10:58:52 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
10:58:53 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
10:58:53 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 70%]
10:58:53 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
10:58:54 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 71%]
10:58:55 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
10:58:55 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 71%]
10:58:55 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
10:58:56 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 71%]
10:58:57 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 71%]
10:58:57 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 72%]
10:58:58 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
10:58:59 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
10:58:59 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
10:58:59 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
10:59:00 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 71%]
10:59:01 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 71%]
10:59:01 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 72%]
10:59:02 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 71%]
10:59:03 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
10:59:03 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
10:59:03 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
10:59:06 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
10:59:08 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 71%]
10:59:08 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 72%]
10:59:09 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
10:59:09 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
10:59:09 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
10:59:10 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS (Cur...) [100%]
10:59:10 
10:59:10 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
10:59:10 Name                                  Stmts   Miss Branch BrPart  Cover
10:59:10 -----------------------------------------------------------------------
10:59:10 docker/__init__.py                        8      0      0      0   100%
10:59:10 docker/api/__init__.py                    1      0      0      0   100%
10:59:10 docker/api/build.py                     126     22     92     23    78%
10:59:10 docker/api/client.py                    261    101     92     15    56%
10:59:10 docker/api/config.py                     29     18      4      0    33%
10:59:10 docker/api/container.py                 265    171    104     10    28%
10:59:10 docker/api/daemon.py                     39     28     14      0    21%
10:59:10 docker/api/exec_api.py                   45     36     22      0    13%
10:59:10 docker/api/image.py                     159    108     60      5    26%
10:59:10 docker/api/network.py                    90     56     48      7    30%
10:59:10 docker/api/plugin.py                     89     68     14      0    20%
10:59:10 docker/api/secret.py                     34     22      8      0    29%
10:59:10 docker/api/service.py                   200    176    149      0     7%
10:59:10 docker/api/swarm.py                     106     77     38      0    20%
10:59:10 docker/api/volume.py                     38     29     14      0    17%
10:59:10 docker/auth.py                          197     93     74     22    48%
10:59:10 docker/client.py                         69     20      2      0    69%
10:59:10 docker/constants.py                      21      0      0      0   100%
10:59:10 docker/context/__init__.py                2      0      0      0   100%
10:59:10 docker/context/api.py                    78     57     38      0    18%
10:59:10 docker/context/config.py                 61     42     16      1    26%
10:59:10 docker/context/context.py               154    113     64      2    20%
10:59:10 docker/credentials/__init__.py            3      0      0      0   100%
10:59:10 docker/credentials/constants.py           4      0      0      0   100%
10:59:10 docker/credentials/errors.py             11      4      2      0    54%
10:59:10 docker/credentials/store.py              44     30     12      0    25%
10:59:10 docker/credentials/utils.py              23     18     12      0    14%
10:59:10 docker/errors.py                        110     38     20      5    61%
10:59:10 docker/models/__init__.py                 0      0      0      0   100%
10:59:10 docker/models/configs.py                 21      8      2      0    57%
10:59:10 docker/models/containers.py             183    131     70      0    21%
10:59:10 docker/models/images.py                 136     92     56      0    23%
10:59:10 docker/models/networks.py                37     20     12      0    35%
10:59:10 docker/models/nodes.py                   15      5      2      0    59%
10:59:10 docker/models/plugins.py                 48     29      8      0    34%
10:59:10 docker/models/resource.py                41     24      6      0    36%
10:59:10 docker/models/secrets.py                 22      9      2      0    54%
10:59:10 docker/models/services.py                87     63     36      0    20%
10:59:10 docker/models/swarm.py                   39     21      6      0    40%
10:59:10 docker/models/volumes.py                 23     10      4      0    48%
10:59:10 docker/tls.py                            37     26     14      0    22%
10:59:10 docker/transport/__init__.py             11      3      0      0    73%
10:59:10 docker/transport/basehttpadapter.py       6      0      2      1    88%
10:59:10 docker/transport/npipeconn.py            57     52      8      0     8%
10:59:10 docker/transport/npipesocket.py         134    130     20      0     3%
10:59:10 docker/transport/sshconn.py             162     58     54     15    55%
10:59:10 docker/transport/ssladapter.py           36     22     10      1    33%
10:59:10 docker/transport/unixconn.py             54     33      6      0    35%
10:59:10 docker/types/__init__.py                  6      0      0      0   100%
10:59:10 docker/types/base.py                      4      2      2      0    33%
10:59:10 docker/types/containers.py              419    356    326     11    10%
10:59:10 docker/types/daemon.py                   36     26     14      0    20%
10:59:10 docker/types/healthcheck.py              33     20      4      0    35%
10:59:10 docker/types/networks.py                 41     21     28      8    41%
10:59:10 docker/types/services.py                321    269    216      0    10%
10:59:10 docker/types/swarm.py                    51     45     40      0     7%
10:59:10 docker/utils/__init__.py                  3      0      0      0   100%
10:59:10 docker/utils/build.py                   150     24     72     13    81%
10:59:10 docker/utils/config.py                   36      9     10      5    70%
10:59:10 docker/utils/decorators.py               32      6     12      4    73%
10:59:10 docker/utils/fnmatch.py                  55     27     28      4    41%
10:59:10 docker/utils/json_stream.py              40      8     14      3    76%
10:59:10 docker/utils/ports.py                    50     50     32      0     0%
10:59:10 docker/utils/proxy.py                    32      3     12      2    89%
10:59:10 docker/utils/socket.py                   85     64     40      0    17%
10:59:10 docker/utils/utils.py                   278    182    171     25    29%
10:59:10 docker/version.py                         2      0      2      0   100%
10:59:10 -----------------------------------------------------------------------
10:59:10 TOTAL                                  5090   3175   2240    182    31%
10:59:10 
10:59:10 
10:59:10 ======================== 23 passed, 1 xpassed in 24.81s ========================
[Pipeline] sh
10:59:11 + docker stop dpy-dind-132-0-py3.7-19.03.12
10:59:12 dpy-dind-132-0-py3.7-19.03.12
10:59:12 + docker network rm dpy-testnet-132-0-py3.7-19.03.12
10:59:12 dpy-testnet-132-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] }
10:59:12 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 72%]
10:59:12 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 72%]
10:59:12 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 72%]
10:59:12 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 73%]
10:59:12 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 73%]
10:59:12 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 73%]
10:59:12 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 73%]
10:59:12 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 74%]
10:59:12 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 74%]
10:59:12 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 74%]
10:59:12 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 74%]
10:59:12 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 75%]
10:59:14 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 75%]
10:59:14 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 75%]
10:59:14 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 75%]
10:59:14 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 76%]
10:59:14 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 76%]
10:59:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 76%]
10:59:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 76%]
10:59:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 77%]
10:59:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 77%]
10:59:17 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 72%]
10:59:17 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 72%]
10:59:17 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 72%]
10:59:17 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 73%]
10:59:17 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 73%]
10:59:17 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 73%]
10:59:17 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 73%]
10:59:17 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 74%]
10:59:17 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 74%]
10:59:17 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 74%]
10:59:17 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 74%]
10:59:17 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 75%]
10:59:17 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 77%]
10:59:18 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 75%]
10:59:18 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 75%]
10:59:18 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 75%]
10:59:18 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 76%]
10:59:19 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 76%]
10:59:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 77%]
10:59:20 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 76%]
10:59:20 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 76%]
10:59:20 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 77%]
10:59:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 77%]
10:59:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 77%]
10:59:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 78%]
10:59:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
10:59:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 78%]
10:59:22 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 72%]
10:59:22 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 72%]
10:59:22 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 72%]
10:59:22 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 73%]
10:59:22 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 73%]
10:59:22 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 73%]
10:59:22 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 73%]
10:59:22 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 74%]
10:59:22 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 74%]
10:59:22 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 74%]
10:59:22 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 74%]
10:59:22 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 75%]
10:59:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 78%]
10:59:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 79%]
10:59:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 77%]
10:59:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 79%]
10:59:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 79%]
10:59:24 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 75%]
10:59:24 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 75%]
10:59:24 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 75%]
10:59:24 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 76%]
10:59:25 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 76%]
10:59:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 80%]
10:59:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 80%]
10:59:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 80%]
10:59:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 76%]
10:59:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 76%]
10:59:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 80%]
10:59:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 78%]
10:59:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
10:59:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 78%]
10:59:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 77%]
10:59:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 77%]
10:59:27 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 81%]
10:59:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 78%]
10:59:27 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 81%]
10:59:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 77%]
10:59:27 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 81%]
10:59:28 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 79%]
10:59:28 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 81%]
10:59:28 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 79%]
10:59:28 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 82%]
10:59:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 79%]
10:59:29 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 82%]
10:59:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 80%]
10:59:29 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 82%]
10:59:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 80%]
10:59:29 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 82%]
10:59:30 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 80%]
10:59:30 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 83%]
10:59:30 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 77%]
10:59:30 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 83%]
10:59:31 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 83%]
10:59:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 80%]
10:59:31 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 83%]
10:59:31 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 84%]
10:59:32 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 81%]
10:59:32 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 81%]
10:59:32 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 81%]
10:59:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 78%]
10:59:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
10:59:32 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 81%]
10:59:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 78%]
10:59:33 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 82%]
10:59:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 78%]
10:59:33 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 82%]
10:59:33 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 82%]
10:59:34 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 82%]
10:59:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 79%]
10:59:34 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 83%]
10:59:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 79%]
10:59:35 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 83%]
10:59:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 79%]
10:59:35 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 83%]
10:59:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 80%]
10:59:35 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 83%]
10:59:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 80%]
10:59:36 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 80%]
10:59:36 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 84%]
10:59:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 80%]
10:59:38 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 81%]
10:59:38 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 81%]
10:59:38 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 81%]
10:59:38 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 81%]
10:59:39 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 82%]
10:59:39 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 82%]
10:59:40 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 82%]
10:59:40 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 82%]
10:59:41 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 83%]
10:59:41 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 83%]
10:59:41 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 83%]
10:59:42 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 83%]
10:59:42 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 84%]
10:59:44 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 84%]
10:59:44 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 84%]
10:59:44 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 84%]
10:59:44 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 85%]
10:59:45 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 85%]
10:59:45 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 85%]
10:59:46 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 85%]
10:59:46 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 86%]
10:59:47 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 86%]
10:59:47 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 86%]
10:59:48 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 86%]
10:59:48 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 84%]
10:59:48 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 84%]
10:59:48 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 87%]
10:59:48 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 87%]
10:59:48 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 87%]
10:59:48 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 84%]
10:59:48 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 87%]
10:59:49 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 85%]
10:59:49 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 88%]
10:59:49 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 85%]
10:59:49 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 88%]
10:59:49 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 88%]
10:59:49 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 88%]
10:59:50 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 85%]
10:59:50 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 89%]
10:59:50 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 89%]
10:59:50 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 89%]
10:59:50 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 89%]
10:59:50 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 90%]
10:59:50 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 90%]
10:59:50 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 85%]
10:59:51 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 86%]
10:59:51 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 90%]
10:59:51 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 86%]
10:59:52 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 86%]
10:59:52 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 86%]
10:59:53 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 87%]
10:59:53 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 87%]
10:59:53 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 87%]
10:59:53 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 87%]
10:59:53 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 88%]
10:59:54 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 88%]
10:59:54 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 88%]
10:59:54 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 88%]
10:59:54 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 89%]
10:59:54 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 89%]
10:59:54 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 84%]
10:59:54 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 84%]
10:59:54 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 89%]
10:59:54 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 89%]
10:59:55 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 90%]
10:59:55 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 90%]
10:59:55 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 84%]
10:59:55 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 85%]
10:59:56 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 90%]
10:59:56 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 85%]
10:59:56 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 85%]
10:59:56 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 90%]
10:59:57 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 85%]
10:59:57 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 86%]
10:59:57 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 91%]
10:59:58 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 86%]
10:59:58 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 91%]
10:59:58 tests/integration/models_services_test.py::ServiceTest::test_create_cap_add SKIPPED [ 91%]
10:59:58 tests/integration/models_services_test.py::ServiceTest::test_create_cap_drop SKIPPED [ 91%]
10:59:58 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 92%]
10:59:58 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 92%]
10:59:58 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 92%]
10:59:58 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 92%]
10:59:58 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 93%]
10:59:58 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 93%]
10:59:58 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 93%]
10:59:58 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 86%]
10:59:58 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 93%]
10:59:58 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 94%]
10:59:58 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 94%]
10:59:58 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 94%]
10:59:58 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 94%]
10:59:58 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 95%]
10:59:58 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 95%]
10:59:59 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 86%]
10:59:59 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 87%]
10:59:59 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 87%]
10:59:59 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 87%]
10:59:59 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 95%]
10:59:59 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 87%]
11:00:00 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 88%]
11:00:00 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 88%]
11:00:00 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 88%]
11:00:00 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 88%]
11:00:01 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 95%]
11:00:01 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 89%]
11:00:01 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 89%]
11:00:01 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 89%]
11:00:01 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 89%]
11:00:01 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 90%]
11:00:01 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 90%]
11:00:02 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 96%]
11:00:02 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 96%]
11:00:02 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 96%]
11:00:02 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 96%]
11:00:02 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 90%]
11:00:02 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 91%]
11:00:02 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 90%]
11:00:02 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 97%]
11:00:02 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 97%]
11:00:02 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 91%]
11:00:02 tests/integration/models_services_test.py::ServiceTest::test_create_cap_add SKIPPED [ 91%]
11:00:02 tests/integration/models_services_test.py::ServiceTest::test_create_cap_drop SKIPPED [ 91%]
11:00:02 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 92%]
11:00:02 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 92%]
11:00:02 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 92%]
11:00:02 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 92%]
11:00:02 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 93%]
11:00:03 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 93%]
11:00:03 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 93%]
11:00:03 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 93%]
11:00:03 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 94%]
11:00:03 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 94%]
11:00:03 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 94%]
11:00:03 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 94%]
11:00:03 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 95%]
11:00:03 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 95%]
11:00:04 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 95%]
11:00:05 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 97%]
11:00:05 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 95%]
11:00:05 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 97%]
11:00:05 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 98%]
11:00:06 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 98%]
11:00:06 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 98%]
11:00:06 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 98%]
11:00:06 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 99%]
11:00:06 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 99%]
11:00:06 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 99%]
11:00:06 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 96%]
11:00:06 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 96%]
11:00:06 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 96%]
11:00:06 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 96%]
11:00:07 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 97%]
11:00:07 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 97%]
11:00:07 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [100%]
11:00:07 
11:00:07 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
11:00:07 Name                                  Stmts   Miss Branch BrPart  Cover
11:00:07 -----------------------------------------------------------------------
11:00:07 docker/__init__.py                        8      0      0      0   100%
11:00:07 docker/api/__init__.py                    1      0      0      0   100%
11:00:07 docker/api/build.py                     126     26     92     23    74%
11:00:07 docker/api/client.py                    261     56     92     19    76%
11:00:07 docker/api/config.py                     29      0      4      1    97%
11:00:07 docker/api/container.py                 265     34    104     26    83%
11:00:07 docker/api/daemon.py                     39     14     14      3    53%
11:00:07 docker/api/exec_api.py                   45      9     22      3    79%
11:00:07 docker/api/image.py                     159     45     60     13    67%
11:00:07 docker/api/network.py                    90     13     48     12    80%
11:00:07 docker/api/plugin.py                     89     10     14      4    84%
11:00:07 docker/api/secret.py                     34      3      8      2    83%
11:00:07 docker/api/service.py                   200     58    149     32    62%
11:00:07 docker/api/swarm.py                     106     15     38     10    81%
11:00:07 docker/api/volume.py                     38      5     14      5    81%
11:00:07 docker/auth.py                          197     93     74     22    48%
11:00:07 docker/client.py                         69      5      2      1    92%
11:00:07 docker/constants.py                      21      0      0      0   100%
11:00:07 docker/context/__init__.py                2      0      0      0   100%
11:00:07 docker/context/api.py                    78     18     38     10    72%
11:00:07 docker/context/config.py                 61     25     16      3    53%
11:00:07 docker/context/context.py               154     26     64     15    78%
11:00:07 docker/credentials/__init__.py            3      0      0      0   100%
11:00:07 docker/credentials/constants.py           4      0      0      0   100%
11:00:07 docker/credentials/errors.py             11      1      2      1    85%
11:00:07 docker/credentials/store.py              44      5     12      4    80%
11:00:07 docker/credentials/utils.py              23     13     12      1    31%
11:00:07 docker/errors.py                        110     22     20      6    75%
11:00:07 docker/models/__init__.py                 0      0      0      0   100%
11:00:07 docker/models/configs.py                 21      8      2      0    57%
11:00:07 docker/models/containers.py             183     21     70      9    86%
11:00:07 docker/models/images.py                 136     41     56      6    67%
11:00:07 docker/models/networks.py                37      1     12      2    94%
11:00:07 docker/models/nodes.py                   15      1      2      0    94%
11:00:07 docker/models/plugins.py                 48     29      8      0    34%
11:00:07 docker/models/resource.py                41     11      6      2    72%
11:00:07 docker/models/secrets.py                 22      9      2      0    54%
11:00:07 docker/models/services.py                87      5     36      5    92%
11:00:07 docker/models/swarm.py                   39      3      6      3    87%
11:00:07 docker/models/volumes.py                 23      1      4      0    96%
11:00:07 docker/tls.py                            37     13     14      5    57%
11:00:07 docker/transport/__init__.py             11      3      0      0    73%
11:00:07 docker/transport/basehttpadapter.py       6      3      2      0    38%
11:00:07 docker/transport/npipeconn.py            57     52      8      0     8%
11:00:07 docker/transport/npipesocket.py         134    130     20      0     3%
11:00:07 docker/transport/sshconn.py             162    123     54      0    18%
11:00:07 docker/transport/ssladapter.py           36     22     10      1    33%
11:00:07 docker/transport/unixconn.py             54     33      6      0    35%
11:00:07 docker/types/__init__.py                  6      0      0      0   100%
11:00:07 docker/types/base.py                      4      0      2      0   100%
11:00:07 docker/types/containers.py              419    222    326     70    45%
11:00:07 docker/types/daemon.py                   36      8     14      4    72%
11:00:07 docker/types/healthcheck.py              33     12      4      1    59%
11:00:07 docker/types/networks.py                 41      7     28      6    78%
11:00:07 docker/types/services.py                321     76    216     42    73%
11:00:07 docker/types/swarm.py                    51     24     40     10    52%
11:00:07 docker/utils/__init__.py                  3      0      0      0   100%
11:00:07 docker/utils/build.py                   150     22     72     13    82%
11:00:07 docker/utils/config.py                   36      9     10      5    70%
11:00:07 docker/utils/decorators.py               32      6     12      4    73%
11:00:07 docker/utils/fnmatch.py                  55     27     28      4    41%
11:00:07 docker/utils/json_stream.py              40      8     14      3    76%
11:00:07 docker/utils/ports.py                    50     50     32      0     0%
11:00:07 docker/utils/proxy.py                    32      2     12      1    93%
11:00:07 docker/utils/socket.py                   85      9     40      7    86%
11:00:07 docker/utils/utils.py                   278     98    171     32    60%
11:00:07 docker/version.py                         2      0      2      0   100%
11:00:07 -----------------------------------------------------------------------
11:00:07 TOTAL                                  5090   1585   2240    451    65%
11:00:07 
11:00:07 
11:00:07 =========================== short test summary info ============================
11:00:07 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
11:00:07   CONFIG_RT_GROUP_SCHED isn't enabled
11:00:07 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
11:00:07   Not supported on most drivers
11:00:07 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
11:00:07   Output of docker top depends on host distro, and is not formalized.
11:00:07 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
11:00:07   This doesn't seem to be taken into account by the engine
11:00:07 SKIPPED [3] tests/helpers.py:69: Feature requires Docker Engine experimental mode
11:00:07 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
11:00:07 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41)
11:00:07 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41)
11:00:07 SKIPPED [1] tests/integration/api_swarm_test.py:30: Test stalls the engine on 1.12.0
11:00:07 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41)
11:00:07 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41)
11:00:07 ======= 378 passed, 9 skipped, 4 xfailed, 4 xpassed in 268.08s (0:04:28) =======
[Pipeline] sh
11:00:07 + docker stop dpy-dind-132-0-py3.7-19.03.13
11:00:09 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 90%]
11:00:09 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 91%]
11:00:09 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 91%]
11:00:09 tests/integration/models_services_test.py::ServiceTest::test_create_cap_add SKIPPED [ 91%]
11:00:09 tests/integration/models_services_test.py::ServiceTest::test_create_cap_drop SKIPPED [ 91%]
11:00:09 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 92%]
11:00:09 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 92%]
11:00:09 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 92%]
11:00:09 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 92%]
11:00:09 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 93%]
11:00:09 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 93%]
11:00:09 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 93%]
11:00:09 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 93%]
11:00:09 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 97%]
11:00:09 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 94%]
11:00:09 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 94%]
11:00:09 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 94%]
11:00:09 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 94%]
11:00:09 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 95%]
11:00:09 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 95%]
11:00:10 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 97%]
11:00:10 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 98%]
11:00:10 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 98%]
11:00:10 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 98%]
11:00:10 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 98%]
11:00:10 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 95%]
11:00:11 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 99%]
11:00:11 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 99%]
11:00:11 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 99%]
11:00:11 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [100%]
11:00:11 
11:00:11 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
11:00:11 Name                                  Stmts   Miss Branch BrPart  Cover
11:00:11 -----------------------------------------------------------------------
11:00:11 docker/__init__.py                        8      0      0      0   100%
11:00:11 docker/api/__init__.py                    1      0      0      0   100%
11:00:11 docker/api/build.py                     126     26     92     23    74%
11:00:11 docker/api/client.py                    261     56     92     19    76%
11:00:11 docker/api/config.py                     29      0      4      1    97%
11:00:11 docker/api/container.py                 265     34    104     26    83%
11:00:11 docker/api/daemon.py                     39     14     14      3    53%
11:00:11 docker/api/exec_api.py                   45      9     22      3    79%
11:00:11 docker/api/image.py                     159     45     60     13    67%
11:00:11 docker/api/network.py                    90     13     48     12    80%
11:00:11 docker/api/plugin.py                     89     10     14      4    84%
11:00:11 docker/api/secret.py                     34      3      8      2    83%
11:00:11 docker/api/service.py                   200     58    149     32    62%
11:00:11 docker/api/swarm.py                     106     15     38     10    81%
11:00:11 docker/api/volume.py                     38      5     14      5    81%
11:00:11 docker/auth.py                          197     93     74     22    48%
11:00:11 docker/client.py                         69      5      2      1    92%
11:00:11 docker/constants.py                      21      0      0      0   100%
11:00:11 docker/context/__init__.py                2      0      0      0   100%
11:00:11 docker/context/api.py                    78     18     38     10    72%
11:00:11 docker/context/config.py                 61     25     16      3    53%
11:00:11 docker/context/context.py               154     26     64     15    78%
11:00:11 docker/credentials/__init__.py            3      0      0      0   100%
11:00:11 docker/credentials/constants.py           4      0      0      0   100%
11:00:11 docker/credentials/errors.py             11      1      2      1    85%
11:00:11 docker/credentials/store.py              44      5     12      4    80%
11:00:11 docker/credentials/utils.py              23     13     12      1    31%
11:00:11 docker/errors.py                        110     22     20      6    75%
11:00:11 docker/models/__init__.py                 0      0      0      0   100%
11:00:11 docker/models/configs.py                 21      8      2      0    57%
11:00:11 docker/models/containers.py             183     21     70      9    86%
11:00:11 docker/models/images.py                 136     41     56      6    67%
11:00:11 docker/models/networks.py                37      1     12      2    94%
11:00:11 docker/models/nodes.py                   15      1      2      0    94%
11:00:11 docker/models/plugins.py                 48     29      8      0    34%
11:00:11 docker/models/resource.py                41     11      6      2    72%
11:00:11 docker/models/secrets.py                 22      9      2      0    54%
11:00:11 docker/models/services.py                87      5     36      5    92%
11:00:11 docker/models/swarm.py                   39      3      6      3    87%
11:00:11 docker/models/volumes.py                 23      1      4      0    96%
11:00:11 docker/tls.py                            37     13     14      5    57%
11:00:11 docker/transport/__init__.py             11      3      0      0    73%
11:00:11 docker/transport/basehttpadapter.py       6      3      2      0    38%
11:00:11 docker/transport/npipeconn.py            57     52      8      0     8%
11:00:11 docker/transport/npipesocket.py         134    130     20      0     3%
11:00:11 docker/transport/sshconn.py             162    123     54      0    18%
11:00:11 docker/transport/ssladapter.py           36     22     10      1    33%
11:00:11 docker/transport/unixconn.py             54     33      6      0    35%
11:00:11 docker/types/__init__.py                  6      0      0      0   100%
11:00:11 docker/types/base.py                      4      0      2      0   100%
11:00:11 docker/types/containers.py              419    222    326     70    45%
11:00:11 docker/types/daemon.py                   36      8     14      4    72%
11:00:11 docker/types/healthcheck.py              33     12      4      1    59%
11:00:11 docker/types/networks.py                 41      7     28      6    78%
11:00:11 docker/types/services.py                321     76    216     42    73%
11:00:11 docker/types/swarm.py                    51     24     40     10    52%
11:00:11 docker/utils/__init__.py                  3      0      0      0   100%
11:00:11 docker/utils/build.py                   150     22     72     13    82%
11:00:11 docker/utils/config.py                   36      9     10      5    70%
11:00:11 docker/utils/decorators.py               32      6     12      4    73%
11:00:11 docker/utils/fnmatch.py                  55     27     28      4    41%
11:00:11 docker/utils/json_stream.py              40      8     14      3    76%
11:00:11 docker/utils/ports.py                    50     50     32      0     0%
11:00:11 docker/utils/proxy.py                    32      2     12      1    93%
11:00:11 docker/utils/socket.py                   85      9     40      7    86%
11:00:11 docker/utils/utils.py                   278     98    171     32    60%
11:00:11 docker/version.py                         2      0      2      0   100%
11:00:11 -----------------------------------------------------------------------
11:00:11 TOTAL                                  5090   1585   2240    451    65%
11:00:11 
11:00:11 
11:00:11 =========================== short test summary info ============================
11:00:11 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
11:00:11   CONFIG_RT_GROUP_SCHED isn't enabled
11:00:11 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
11:00:11   Not supported on most drivers
11:00:11 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
11:00:11   Output of docker top depends on host distro, and is not formalized.
11:00:11 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
11:00:11   This doesn't seem to be taken into account by the engine
11:00:11 SKIPPED [3] tests/helpers.py:69: Feature requires Docker Engine experimental mode
11:00:11 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
11:00:11 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41)
11:00:11 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41)
11:00:11 SKIPPED [1] tests/integration/api_swarm_test.py:30: Test stalls the engine on 1.12.0
11:00:11 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41)
11:00:11 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41)
11:00:11 ======= 378 passed, 9 skipped, 4 xfailed, 4 xpassed in 272.32s (0:04:32) =======
[Pipeline] sh
11:00:12 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 95%]
11:00:12 + docker stop dpy-dind-132-0-py3.7-20.10.17
11:00:13 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 96%]
11:00:13 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 96%]
11:00:13 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 96%]
11:00:13 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 96%]
11:00:13 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 97%]
11:00:13 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 97%]
11:00:16 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 97%]
11:00:16 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 97%]
11:00:17 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 98%]
11:00:17 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 98%]
11:00:17 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 98%]
11:00:17 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 98%]
11:00:17 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 99%]
11:00:17 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 99%]
11:00:17 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 99%]
11:00:18 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [100%]
11:00:18 
11:00:18 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
11:00:18 Name                                  Stmts   Miss Branch BrPart  Cover
11:00:18 -----------------------------------------------------------------------
11:00:18 docker/__init__.py                        8      0      0      0   100%
11:00:18 docker/api/__init__.py                    1      0      0      0   100%
11:00:18 docker/api/build.py                     126     26     92     23    74%
11:00:18 docker/api/client.py                    261     56     92     19    76%
11:00:18 docker/api/config.py                     29      0      4      1    97%
11:00:18 docker/api/container.py                 265     34    104     26    83%
11:00:18 docker/api/daemon.py                     39     14     14      3    53%
11:00:18 docker/api/exec_api.py                   45      9     22      3    79%
11:00:18 docker/api/image.py                     159     45     60     13    67%
11:00:18 docker/api/network.py                    90     13     48     12    80%
11:00:18 docker/api/plugin.py                     89     10     14      4    84%
11:00:18 docker/api/secret.py                     34      3      8      2    83%
11:00:18 docker/api/service.py                   200     58    149     32    62%
11:00:18 docker/api/swarm.py                     106     15     38     10    81%
11:00:18 docker/api/volume.py                     38      5     14      5    81%
11:00:18 docker/auth.py                          197     93     74     22    48%
11:00:18 docker/client.py                         69      5      2      1    92%
11:00:18 docker/constants.py                      21      0      0      0   100%
11:00:18 docker/context/__init__.py                2      0      0      0   100%
11:00:18 docker/context/api.py                    78     18     38     10    72%
11:00:18 docker/context/config.py                 61     25     16      3    53%
11:00:18 docker/context/context.py               154     26     64     15    78%
11:00:18 docker/credentials/__init__.py            3      0      0      0   100%
11:00:18 docker/credentials/constants.py           4      0      0      0   100%
11:00:18 docker/credentials/errors.py             11      1      2      1    85%
11:00:18 docker/credentials/store.py              44      5     12      4    80%
11:00:18 docker/credentials/utils.py              23     13     12      1    31%
11:00:18 docker/errors.py                        110     22     20      6    75%
11:00:18 docker/models/__init__.py                 0      0      0      0   100%
11:00:18 docker/models/configs.py                 21      8      2      0    57%
11:00:18 docker/models/containers.py             183     21     70      9    86%
11:00:18 docker/models/images.py                 136     41     56      6    67%
11:00:18 docker/models/networks.py                37      1     12      2    94%
11:00:18 docker/models/nodes.py                   15      1      2      0    94%
11:00:18 docker/models/plugins.py                 48     29      8      0    34%
11:00:18 docker/models/resource.py                41     11      6      2    72%
11:00:18 docker/models/secrets.py                 22      9      2      0    54%
11:00:18 docker/models/services.py                87      5     36      5    92%
11:00:18 docker/models/swarm.py                   39      3      6      3    87%
11:00:18 docker/models/volumes.py                 23      1      4      0    96%
11:00:18 docker/tls.py                            37     13     14      5    57%
11:00:18 docker/transport/__init__.py             11      3      0      0    73%
11:00:18 docker/transport/basehttpadapter.py       6      3      2      0    38%
11:00:18 docker/transport/npipeconn.py            57     52      8      0     8%
11:00:18 docker/transport/npipesocket.py         134    130     20      0     3%
11:00:18 docker/transport/sshconn.py             162    123     54      0    18%
11:00:18 docker/transport/ssladapter.py           36     22     10      1    33%
11:00:18 docker/transport/unixconn.py             54     33      6      0    35%
11:00:18 docker/types/__init__.py                  6      0      0      0   100%
11:00:18 docker/types/base.py                      4      0      2      0   100%
11:00:18 docker/types/containers.py              419    222    326     70    45%
11:00:18 docker/types/daemon.py                   36      8     14      4    72%
11:00:18 docker/types/healthcheck.py              33     12      4      1    59%
11:00:18 docker/types/networks.py                 41      7     28      6    78%
11:00:18 docker/types/services.py                321     76    216     42    73%
11:00:18 docker/types/swarm.py                    51     24     40     10    52%
11:00:18 docker/utils/__init__.py                  3      0      0      0   100%
11:00:18 docker/utils/build.py                   150     22     72     13    82%
11:00:18 docker/utils/config.py                   36      9     10      5    70%
11:00:18 docker/utils/decorators.py               32      6     12      4    73%
11:00:18 docker/utils/fnmatch.py                  55     27     28      4    41%
11:00:18 docker/utils/json_stream.py              40      8     14      3    76%
11:00:18 docker/utils/ports.py                    50     50     32      0     0%
11:00:18 docker/utils/proxy.py                    32      2     12      1    93%
11:00:18 docker/utils/socket.py                   85      9     40      7    86%
11:00:18 docker/utils/utils.py                   278     98    171     32    60%
11:00:18 docker/version.py                         2      0      2      0   100%
11:00:18 -----------------------------------------------------------------------
11:00:18 TOTAL                                  5090   1585   2240    451    65%
11:00:18 
11:00:18 
11:00:18 =========================== short test summary info ============================
11:00:18 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
11:00:18   CONFIG_RT_GROUP_SCHED isn't enabled
11:00:18 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
11:00:18   Not supported on most drivers
11:00:18 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
11:00:18   Output of docker top depends on host distro, and is not formalized.
11:00:18 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
11:00:18   This doesn't seem to be taken into account by the engine
11:00:18 SKIPPED [3] tests/helpers.py:69: Feature requires Docker Engine experimental mode
11:00:18 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
11:00:18 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41)
11:00:18 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41)
11:00:18 SKIPPED [1] tests/integration/api_swarm_test.py:30: Test stalls the engine on 1.12.0
11:00:18 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41)
11:00:18 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41)
11:00:18 ======= 378 passed, 9 skipped, 4 xfailed, 4 xpassed in 270.96s (0:04:30) =======
[Pipeline] sh
11:00:19 + docker stop dpy-dind-132-0-py3.7-22.06.0-beta.0
11:00:19 dpy-dind-132-0-py3.7-19.03.13
[Pipeline] sh
11:00:20 + docker run --rm -d --name dpy-dind-132-0-py3.7-19.03.13 -v /tmp --privileged --network dpy-testnet-132-0-py3.7-19.03.13 dockerpinata/docker-py:sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772 dockerd --experimental
11:00:20 051041fd1cba2e2dcd5a053aa926c8b16633cf6028f03334634a0d589d20877e
[Pipeline] sh
11:00:20 + docker exec dpy-dind-132-0-py3.7-19.03.13 sh -c /usr/sbin/sshd
[Pipeline] sh
11:00:21 + docker run --rm --name dpy-tests-132-0-py3.7-19.03.13 -e DOCKER_HOST=ssh://dpy-dind-132-0-py3.7-19.03.13:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-132-0-py3.7-19.03.13 --volumes-from dpy-dind-132-0-py3.7-19.03.13 -v /home/ubuntu/workspace/docker-py_master@tmp/da009a1d-8647-4cc2-aa38-cb080b7f5d84/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772 py.test -v -rxs --cov=docker tests/ssh
11:00:21 ============================= test session starts ==============================
11:00:21 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
11:00:21 cachedir: .pytest_cache
11:00:21 rootdir: /src, configfile: pytest.ini
11:00:21 plugins: cov-3.0.0, timeout-2.0.1
11:00:21 collecting ... collected 24 items
11:00:21 
11:00:24 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
11:00:24 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
11:00:24 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
11:00:24 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
11:00:24 dpy-dind-132-0-py3.7-20.10.17
[Pipeline] sh
11:00:25 + docker run --rm -d --name dpy-dind-132-0-py3.7-20.10.17 -v /tmp --privileged --network dpy-testnet-132-0-py3.7-20.10.17 dockerpinata/docker-py:sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772 dockerd --experimental
11:00:25 fc7eb0a9fa3c3aed5b979cc8979dae29cd8ab25b433c5d42ee41945ced6ce45d
[Pipeline] sh
11:00:25 + docker exec dpy-dind-132-0-py3.7-20.10.17 sh -c /usr/sbin/sshd
[Pipeline] sh
11:00:25 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
11:00:25 + docker run --rm --name dpy-tests-132-0-py3.7-20.10.17 -e DOCKER_HOST=ssh://dpy-dind-132-0-py3.7-20.10.17:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-132-0-py3.7-20.10.17 --volumes-from dpy-dind-132-0-py3.7-20.10.17 -v /home/ubuntu/workspace/docker-py_master@tmp/5df277ff-9615-48e3-989c-342275f7344c/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772 py.test -v -rxs --cov=docker tests/ssh
11:00:26 ============================= test session starts ==============================
11:00:26 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
11:00:26 cachedir: .pytest_cache
11:00:26 rootdir: /src, configfile: pytest.ini
11:00:26 plugins: cov-3.0.0, timeout-2.0.1
11:00:26 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
11:00:26 collecting ... collected 24 items
11:00:26 
11:00:28 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
11:00:28 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
11:00:28 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
11:00:29 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
11:00:29 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
11:00:29 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
11:00:29 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
11:00:29 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
11:00:30 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
11:00:30 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
11:00:30 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
11:00:31 dpy-dind-132-0-py3.7-22.06.0-beta.0
[Pipeline] sh
11:00:31 + docker run --rm -d --name dpy-dind-132-0-py3.7-22.06.0-beta.0 -v /tmp --privileged --network dpy-testnet-132-0-py3.7-22.06.0-beta.0 dockerpinata/docker-py:sshdind-e131955685f6480bdb0fb7b1d64bd283328ef772 dockerd --experimental
11:00:31 42cc15b523c2f76582bb08e892b1ea20780de265977fd81b12f9b46f26d19120
[Pipeline] sh
11:00:31 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
11:00:32 + docker exec dpy-dind-132-0-py3.7-22.06.0-beta.0 sh -c /usr/sbin/sshd
[Pipeline] sh
11:00:32 + docker run --rm --name dpy-tests-132-0-py3.7-22.06.0-beta.0 -e DOCKER_HOST=ssh://dpy-dind-132-0-py3.7-22.06.0-beta.0:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-132-0-py3.7-22.06.0-beta.0 --volumes-from dpy-dind-132-0-py3.7-22.06.0-beta.0 -v /home/ubuntu/workspace/docker-py_master@tmp/aec911cd-1297-4dd1-b656-2a834a007a6a/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-e131955685f6480bdb0fb7b1d64bd283328ef772 py.test -v -rxs --cov=docker tests/ssh
11:00:32 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
11:00:33 ============================= test session starts ==============================
11:00:33 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
11:00:33 cachedir: .pytest_cache
11:00:33 rootdir: /src, configfile: pytest.ini
11:00:33 plugins: cov-3.0.0, timeout-2.0.1
11:00:33 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
11:00:33 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
11:00:33 collecting ... collected 24 items
11:00:33 
11:00:33 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
11:00:34 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
11:00:34 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
11:00:34 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
11:00:34 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
11:00:35 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
11:00:35 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
11:00:36 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
11:00:36 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
11:00:36 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
11:00:36 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
11:00:37 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
11:00:37 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
11:00:37 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
11:00:38 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
11:00:38 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
11:00:39 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
11:00:39 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
11:00:39 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
11:00:39 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
11:00:39 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
11:00:39 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
11:00:40 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
11:00:40 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
11:00:41 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
11:00:42 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
11:00:42 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
11:00:42 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
11:00:42 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
11:00:43 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
11:00:44 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
11:00:44 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
11:00:44 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
11:00:44 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
11:00:45 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
11:00:45 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
11:00:45 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS (Cur...) [100%]
11:00:45 
11:00:45 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
11:00:45 Name                                  Stmts   Miss Branch BrPart  Cover
11:00:45 -----------------------------------------------------------------------
11:00:45 docker/__init__.py                        8      0      0      0   100%
11:00:45 docker/api/__init__.py                    1      0      0      0   100%
11:00:45 docker/api/build.py                     126     22     92     23    78%
11:00:45 docker/api/client.py                    261    101     92     15    56%
11:00:45 docker/api/config.py                     29     18      4      0    33%
11:00:45 docker/api/container.py                 265    171    104     10    28%
11:00:45 docker/api/daemon.py                     39     28     14      0    21%
11:00:45 docker/api/exec_api.py                   45     36     22      0    13%
11:00:45 docker/api/image.py                     159    108     60      5    26%
11:00:45 docker/api/network.py                    90     56     48      7    30%
11:00:45 docker/api/plugin.py                     89     68     14      0    20%
11:00:45 docker/api/secret.py                     34     22      8      0    29%
11:00:45 docker/api/service.py                   200    176    149      0     7%
11:00:45 docker/api/swarm.py                     106     77     38      0    20%
11:00:45 docker/api/volume.py                     38     29     14      0    17%
11:00:45 docker/auth.py                          197     93     74     22    48%
11:00:45 docker/client.py                         69     20      2      0    69%
11:00:45 docker/constants.py                      21      0      0      0   100%
11:00:45 docker/context/__init__.py                2      0      0      0   100%
11:00:45 docker/context/api.py                    78     57     38      0    18%
11:00:45 docker/context/config.py                 61     42     16      1    26%
11:00:45 docker/context/context.py               154    113     64      2    20%
11:00:45 docker/credentials/__init__.py            3      0      0      0   100%
11:00:45 docker/credentials/constants.py           4      0      0      0   100%
11:00:45 docker/credentials/errors.py             11      4      2      0    54%
11:00:45 docker/credentials/store.py              44     30     12      0    25%
11:00:45 docker/credentials/utils.py              23     18     12      0    14%
11:00:45 docker/errors.py                        110     38     20      5    61%
11:00:45 docker/models/__init__.py                 0      0      0      0   100%
11:00:45 docker/models/configs.py                 21      8      2      0    57%
11:00:45 docker/models/containers.py             183    131     70      0    21%
11:00:45 docker/models/images.py                 136     92     56      0    23%
11:00:45 docker/models/networks.py                37     20     12      0    35%
11:00:45 docker/models/nodes.py                   15      5      2      0    59%
11:00:45 docker/models/plugins.py                 48     29      8      0    34%
11:00:45 docker/models/resource.py                41     24      6      0    36%
11:00:45 docker/models/secrets.py                 22      9      2      0    54%
11:00:45 docker/models/services.py                87     63     36      0    20%
11:00:45 docker/models/swarm.py                   39     21      6      0    40%
11:00:45 docker/models/volumes.py                 23     10      4      0    48%
11:00:45 docker/tls.py                            37     26     14      0    22%
11:00:45 docker/transport/__init__.py             11      3      0      0    73%
11:00:45 docker/transport/basehttpadapter.py       6      0      2      1    88%
11:00:45 docker/transport/npipeconn.py            57     52      8      0     8%
11:00:45 docker/transport/npipesocket.py         134    130     20      0     3%
11:00:45 docker/transport/sshconn.py             162     58     54     15    55%
11:00:45 docker/transport/ssladapter.py           36     22     10      1    33%
11:00:45 docker/transport/unixconn.py             54     33      6      0    35%
11:00:45 docker/types/__init__.py                  6      0      0      0   100%
11:00:45 docker/types/base.py                      4      2      2      0    33%
11:00:45 docker/types/containers.py              419    356    326     11    10%
11:00:45 docker/types/daemon.py                   36     26     14      0    20%
11:00:45 docker/types/healthcheck.py              33     20      4      0    35%
11:00:45 docker/types/networks.py                 41     21     28      8    41%
11:00:45 docker/types/services.py                321    269    216      0    10%
11:00:45 docker/types/swarm.py                    51     45     40      0     7%
11:00:45 docker/utils/__init__.py                  3      0      0      0   100%
11:00:45 docker/utils/build.py                   150     24     72     13    81%
11:00:45 docker/utils/config.py                   36      9     10      5    70%
11:00:45 docker/utils/decorators.py               32      6     12      4    73%
11:00:45 docker/utils/fnmatch.py                  55     27     28      4    41%
11:00:45 docker/utils/json_stream.py              40      8     14      3    76%
11:00:45 docker/utils/ports.py                    50     50     32      0     0%
11:00:45 docker/utils/proxy.py                    32      3     12      2    89%
11:00:45 docker/utils/socket.py                   85     64     40      0    17%
11:00:45 docker/utils/utils.py                   278    182    171     25    29%
11:00:45 docker/version.py                         2      0      2      0   100%
11:00:45 -----------------------------------------------------------------------
11:00:45 TOTAL                                  5090   3175   2240    182    31%
11:00:45 
11:00:45 
11:00:45 ======================== 23 passed, 1 xpassed in 24.01s ========================
[Pipeline] sh
11:00:45 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
11:00:46 + docker stop dpy-dind-132-0-py3.7-19.03.13
11:00:46 dpy-dind-132-0-py3.7-19.03.13
11:00:46 + docker network rm dpy-testnet-132-0-py3.7-19.03.13
11:00:46 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
11:00:46 dpy-testnet-132-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] }
11:00:48 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
11:00:48 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
11:00:48 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
11:00:49 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
11:00:49 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
11:00:49 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
11:00:50 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS (Cur...) [100%]
11:00:50 
11:00:50 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
11:00:50 Name                                  Stmts   Miss Branch BrPart  Cover
11:00:50 -----------------------------------------------------------------------
11:00:50 docker/__init__.py                        8      0      0      0   100%
11:00:50 docker/api/__init__.py                    1      0      0      0   100%
11:00:50 docker/api/build.py                     126     22     92     23    78%
11:00:50 docker/api/client.py                    261    101     92     15    56%
11:00:50 docker/api/config.py                     29     18      4      0    33%
11:00:50 docker/api/container.py                 265    171    104     10    28%
11:00:50 docker/api/daemon.py                     39     28     14      0    21%
11:00:50 docker/api/exec_api.py                   45     36     22      0    13%
11:00:50 docker/api/image.py                     159    108     60      5    26%
11:00:50 docker/api/network.py                    90     56     48      7    30%
11:00:50 docker/api/plugin.py                     89     68     14      0    20%
11:00:50 docker/api/secret.py                     34     22      8      0    29%
11:00:50 docker/api/service.py                   200    176    149      0     7%
11:00:50 docker/api/swarm.py                     106     77     38      0    20%
11:00:50 docker/api/volume.py                     38     29     14      0    17%
11:00:50 docker/auth.py                          197     93     74     22    48%
11:00:50 docker/client.py                         69     20      2      0    69%
11:00:50 docker/constants.py                      21      0      0      0   100%
11:00:50 docker/context/__init__.py                2      0      0      0   100%
11:00:50 docker/context/api.py                    78     57     38      0    18%
11:00:50 docker/context/config.py                 61     42     16      1    26%
11:00:50 docker/context/context.py               154    113     64      2    20%
11:00:50 docker/credentials/__init__.py            3      0      0      0   100%
11:00:50 docker/credentials/constants.py           4      0      0      0   100%
11:00:50 docker/credentials/errors.py             11      4      2      0    54%
11:00:50 docker/credentials/store.py              44     30     12      0    25%
11:00:50 docker/credentials/utils.py              23     18     12      0    14%
11:00:50 docker/errors.py                        110     38     20      5    61%
11:00:50 docker/models/__init__.py                 0      0      0      0   100%
11:00:50 docker/models/configs.py                 21      8      2      0    57%
11:00:50 docker/models/containers.py             183    131     70      0    21%
11:00:50 docker/models/images.py                 136     92     56      0    23%
11:00:50 docker/models/networks.py                37     20     12      0    35%
11:00:50 docker/models/nodes.py                   15      5      2      0    59%
11:00:50 docker/models/plugins.py                 48     29      8      0    34%
11:00:50 docker/models/resource.py                41     24      6      0    36%
11:00:50 docker/models/secrets.py                 22      9      2      0    54%
11:00:50 docker/models/services.py                87     63     36      0    20%
11:00:50 docker/models/swarm.py                   39     21      6      0    40%
11:00:50 docker/models/volumes.py                 23     10      4      0    48%
11:00:50 docker/tls.py                            37     26     14      0    22%
11:00:50 docker/transport/__init__.py             11      3      0      0    73%
11:00:50 docker/transport/basehttpadapter.py       6      0      2      1    88%
11:00:50 docker/transport/npipeconn.py            57     52      8      0     8%
11:00:50 docker/transport/npipesocket.py         134    130     20      0     3%
11:00:50 docker/transport/sshconn.py             162     58     54     15    55%
11:00:50 docker/transport/ssladapter.py           36     22     10      1    33%
11:00:50 docker/transport/unixconn.py             54     33      6      0    35%
11:00:50 docker/types/__init__.py                  6      0      0      0   100%
11:00:50 docker/types/base.py                      4      2      2      0    33%
11:00:50 docker/types/containers.py              419    356    326     11    10%
11:00:50 docker/types/daemon.py                   36     26     14      0    20%
11:00:50 docker/types/healthcheck.py              33     20      4      0    35%
11:00:50 docker/types/networks.py                 41     21     28      8    41%
11:00:50 docker/types/services.py                321    269    216      0    10%
11:00:50 docker/types/swarm.py                    51     45     40      0     7%
11:00:50 docker/utils/__init__.py                  3      0      0      0   100%
11:00:50 docker/utils/build.py                   150     24     72     13    81%
11:00:50 docker/utils/config.py                   36      9     10      5    70%
11:00:50 docker/utils/decorators.py               32      6     12      4    73%
11:00:50 docker/utils/fnmatch.py                  55     27     28      4    41%
11:00:50 docker/utils/json_stream.py              40      8     14      3    76%
11:00:50 docker/utils/ports.py                    50     50     32      0     0%
11:00:50 docker/utils/proxy.py                    32      3     12      2    89%
11:00:50 docker/utils/socket.py                   85     64     40      0    17%
11:00:50 docker/utils/utils.py                   278    182    171     25    29%
11:00:50 docker/version.py                         2      0      2      0   100%
11:00:50 -----------------------------------------------------------------------
11:00:50 TOTAL                                  5090   3175   2240    182    31%
11:00:50 
11:00:50 
11:00:50 ======================== 23 passed, 1 xpassed in 23.93s ========================
[Pipeline] sh
11:00:50 + docker stop dpy-dind-132-0-py3.7-20.10.17
11:00:52 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
11:00:52 dpy-dind-132-0-py3.7-20.10.17
11:00:52 + docker network rm dpy-testnet-132-0-py3.7-20.10.17
11:00:52 dpy-testnet-132-0-py3.7-20.10.17
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:00:55 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
11:00:55 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
11:00:55 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
11:00:56 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS (Cur...) [100%]
11:00:56 
11:00:56 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
11:00:56 Name                                  Stmts   Miss Branch BrPart  Cover
11:00:56 -----------------------------------------------------------------------
11:00:56 docker/__init__.py                        8      0      0      0   100%
11:00:56 docker/api/__init__.py                    1      0      0      0   100%
11:00:56 docker/api/build.py                     126     22     92     23    78%
11:00:56 docker/api/client.py                    261    101     92     15    56%
11:00:56 docker/api/config.py                     29     18      4      0    33%
11:00:56 docker/api/container.py                 265    171    104     10    28%
11:00:56 docker/api/daemon.py                     39     28     14      0    21%
11:00:56 docker/api/exec_api.py                   45     36     22      0    13%
11:00:56 docker/api/image.py                     159    108     60      5    26%
11:00:56 docker/api/network.py                    90     56     48      7    30%
11:00:56 docker/api/plugin.py                     89     68     14      0    20%
11:00:56 docker/api/secret.py                     34     22      8      0    29%
11:00:56 docker/api/service.py                   200    176    149      0     7%
11:00:56 docker/api/swarm.py                     106     77     38      0    20%
11:00:56 docker/api/volume.py                     38     29     14      0    17%
11:00:56 docker/auth.py                          197     93     74     22    48%
11:00:56 docker/client.py                         69     20      2      0    69%
11:00:56 docker/constants.py                      21      0      0      0   100%
11:00:56 docker/context/__init__.py                2      0      0      0   100%
11:00:56 docker/context/api.py                    78     57     38      0    18%
11:00:56 docker/context/config.py                 61     42     16      1    26%
11:00:56 docker/context/context.py               154    113     64      2    20%
11:00:56 docker/credentials/__init__.py            3      0      0      0   100%
11:00:56 docker/credentials/constants.py           4      0      0      0   100%
11:00:56 docker/credentials/errors.py             11      4      2      0    54%
11:00:56 docker/credentials/store.py              44     30     12      0    25%
11:00:56 docker/credentials/utils.py              23     18     12      0    14%
11:00:56 docker/errors.py                        110     38     20      5    61%
11:00:56 docker/models/__init__.py                 0      0      0      0   100%
11:00:56 docker/models/configs.py                 21      8      2      0    57%
11:00:56 docker/models/containers.py             183    131     70      0    21%
11:00:56 docker/models/images.py                 136     92     56      0    23%
11:00:56 docker/models/networks.py                37     20     12      0    35%
11:00:56 docker/models/nodes.py                   15      5      2      0    59%
11:00:56 docker/models/plugins.py                 48     29      8      0    34%
11:00:56 docker/models/resource.py                41     24      6      0    36%
11:00:56 docker/models/secrets.py                 22      9      2      0    54%
11:00:56 docker/models/services.py                87     63     36      0    20%
11:00:56 docker/models/swarm.py                   39     21      6      0    40%
11:00:56 docker/models/volumes.py                 23     10      4      0    48%
11:00:56 docker/tls.py                            37     26     14      0    22%
11:00:56 docker/transport/__init__.py             11      3      0      0    73%
11:00:56 docker/transport/basehttpadapter.py       6      0      2      1    88%
11:00:56 docker/transport/npipeconn.py            57     52      8      0     8%
11:00:56 docker/transport/npipesocket.py         134    130     20      0     3%
11:00:56 docker/transport/sshconn.py             162     58     54     15    55%
11:00:56 docker/transport/ssladapter.py           36     22     10      1    33%
11:00:56 docker/transport/unixconn.py             54     33      6      0    35%
11:00:56 docker/types/__init__.py                  6      0      0      0   100%
11:00:56 docker/types/base.py                      4      2      2      0    33%
11:00:56 docker/types/containers.py              419    356    326     11    10%
11:00:56 docker/types/daemon.py                   36     26     14      0    20%
11:00:56 docker/types/healthcheck.py              33     20      4      0    35%
11:00:56 docker/types/networks.py                 41     21     28      8    41%
11:00:56 docker/types/services.py                321    269    216      0    10%
11:00:56 docker/types/swarm.py                    51     45     40      0     7%
11:00:56 docker/utils/__init__.py                  3      0      0      0   100%
11:00:56 docker/utils/build.py                   150     24     72     13    81%
11:00:56 docker/utils/config.py                   36      9     10      5    70%
11:00:56 docker/utils/decorators.py               32      6     12      4    73%
11:00:56 docker/utils/fnmatch.py                  55     27     28      4    41%
11:00:56 docker/utils/json_stream.py              40      8     14      3    76%
11:00:56 docker/utils/ports.py                    50     50     32      0     0%
11:00:56 docker/utils/proxy.py                    32      3     12      2    89%
11:00:56 docker/utils/socket.py                   85     64     40      0    17%
11:00:56 docker/utils/utils.py                   278    182    171     25    29%
11:00:56 docker/version.py                         2      0      2      0   100%
11:00:56 -----------------------------------------------------------------------
11:00:56 TOTAL                                  5090   3175   2240    182    31%
11:00:56 
11:00:56 
11:00:56 ======================== 23 passed, 1 xpassed in 23.41s ========================
[Pipeline] sh
11:00:56 + docker stop dpy-dind-132-0-py3.7-22.06.0-beta.0
11:00:58 dpy-dind-132-0-py3.7-22.06.0-beta.0
11:00:58 + docker network rm dpy-testnet-132-0-py3.7-22.06.0-beta.0
11:00:58 dpy-testnet-132-0-py3.7-22.06.0-beta.0
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] End of Pipeline

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


GitHub has been notified of this commit’s build result

Finished: SUCCESS