Skip to content
Success

Console Output

Pull request #2857 opened
04:25:55 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 96c12726fdb9b24e985b4de74d5c82145ccd8185 rather than 3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb
Obtained Jenkinsfile from 96c12726fdb9b24e985b4de74d5c82145ccd8185
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
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/docker-py_PR-2857@libs/jps # timeout=10
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
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
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"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
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-01d3518076aeccb7d) in /home/ubuntu/workspace/docker-py_PR-2857
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2857@tmp/68b21f3e-c713-4e74-8913-ba4ec6b38ae2/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
04:27:10 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
04:27:10 chowning workspace
[Pipeline] sh
04:27:11 + pwd
04:27:11 + id -u
04:27:11 + id -g
04:27:11 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2857:/workspace busybox chown -R 1000:1000 /workspace
04:27:11 Unable to find image 'busybox:latest' locally
04:27:14 latest: Pulling from library/busybox
04:27:14 b71f96345d44: Pulling fs layer
04:27:14 b71f96345d44: Verifying Checksum
04:27:14 b71f96345d44: Download complete
04:27:14 b71f96345d44: Pull complete
04:27:14 Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d
04:27:14 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
04:27:17 Removing all docker containers
[Pipeline] sh
04:27:17 + docker container ls -aq
[Pipeline] echo
04:27:17 Docker containers have been removed
[Pipeline] echo
04:27:17 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
04:27:17 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
04:27:17 The recommended git tool is: git
04:27:19 using credential docker-jenkins-github-credentials
04:27:19 Cloning the remote Git repository
04:27:19 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2857 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2857/head:refs/remotes/origin/PR-2857 +refs/heads/master:refs/remotes/origin/master # timeout=10
04:27:20 Fetching without tags
04:27:21 Merging remotes/origin/master commit 96c12726fdb9b24e985b4de74d5c82145ccd8185 into PR head commit 3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb
04:27:21 Merge succeeded, producing 3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb
04:27:21 Checking out Revision 3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb (PR-2857)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2857/head:refs/remotes/origin/PR-2857 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2857/head:refs/remotes/origin/PR-2857 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 96c12726fdb9b24e985b4de74d5c82145ccd8185 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb # timeout=10
04:27:24 Commit message: "Fix pywin32 dep, widen range to >=227,<400"
04:27:24 First time build. Skipping changelog.
[Pipeline] sh
04:27:25 + git rev-parse HEAD
[Pipeline] withDockerRegistry
[Pipeline] {
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] isUnix
[Pipeline] sh
04:27:26 + docker pull dockerpinata/docker-py:sshdind-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb
04:27:26 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
04:27:26 + docker build -t dockerpinata/docker-py:sshdind-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb -f tests/Dockerfile-ssh-dind .
04:27:26 Sending build context to Docker daemon  1.373MB

04:27:26 Step 1/11 : ARG API_VERSION=1.39
04:27:26 Step 2/11 : ARG ENGINE_VERSION=19.03.12
04:27:26 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2857@tmp/17b4d3f1-b0b6-4780-b615-278228280090/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
04:27:26 19.03.12-dind: Pulling from library/docker
04:27:27 df20fa9351a1: Pulling fs layer
04:27:27 25ad7478873d: Pulling fs layer
04:27:27 4684f6177b5d: Pulling fs layer
04:27:27 46e300cec669: Pulling fs layer
04:27:27 63038576ad94: Pulling fs layer
04:27:27 0fdb76c4706c: Pulling fs layer
04:27:27 cb7edeffdfd5: Pulling fs layer
04:27:27 cc28bd76800f: Pulling fs layer
04:27:27 54196fe38f7e: Pulling fs layer
04:27:27 ea71acc29633: Pulling fs layer
04:27:27 657cc4c15165: Pulling fs layer
04:27:27 46e300cec669: Waiting
04:27:27 cb7edeffdfd5: Waiting
04:27:27 cc28bd76800f: Waiting
04:27:27 63038576ad94: Waiting
04:27:27 54196fe38f7e: Waiting
04:27:27 ea71acc29633: Waiting
04:27:27 657cc4c15165: Waiting
04:27:27 0fdb76c4706c: Waiting
04:27:27 4684f6177b5d: Verifying Checksum
04:27:27 4684f6177b5d: Download complete
04:27:27 25ad7478873d: Verifying Checksum
04:27:27 25ad7478873d: Download complete
04:27:27 df20fa9351a1: Verifying Checksum
04:27:27 df20fa9351a1: Download complete
04:27:27 0fdb76c4706c: Verifying Checksum
04:27:27 0fdb76c4706c: Download complete
04:27:27 63038576ad94: Verifying Checksum
04:27:27 63038576ad94: Download complete
04:27:27 cb7edeffdfd5: Verifying Checksum
04:27:27 cb7edeffdfd5: Download complete
04:27:27 54196fe38f7e: Verifying Checksum
04:27:27 54196fe38f7e: Download complete
04:27:27 cc28bd76800f: Verifying Checksum
04:27:27 cc28bd76800f: Download complete
04:27:27 ea71acc29633: Verifying Checksum
04:27:27 ea71acc29633: Download complete
04:27:27 657cc4c15165: Verifying Checksum
04:27:27 657cc4c15165: Download complete
04:27:27 df20fa9351a1: Pull complete
04:27:27 46e300cec669: Verifying Checksum
04:27:27 46e300cec669: Download complete
04:27:27 25ad7478873d: Pull complete
04:27:27 4684f6177b5d: Pull complete
04:27:29 46e300cec669: Pull complete
04:27:30 63038576ad94: Pull complete
04:27:30 0fdb76c4706c: Pull complete
04:27:30 cb7edeffdfd5: Pull complete
04:27:30 cc28bd76800f: Pull complete
04:27:30 54196fe38f7e: Pull complete
04:27:30 ea71acc29633: Pull complete
04:27:30 657cc4c15165: Pull complete
04:27:30 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
04:27:30 Status: Downloaded newer image for docker:19.03.12-dind
04:27:30  ---> 66dc2d45749a
04:27:30 Step 4/11 : RUN apk add --no-cache 		openssh
04:27:37  ---> Running in 1bf8c47fc1d8
04:27:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
04:27:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
04:27:39 (1/4) Installing openssh-sftp-server (8.3_p1-r2)
04:27:39 (2/4) Installing openssh-server-common (8.3_p1-r2)
04:27:39 (3/4) Installing openssh-server (8.3_p1-r2)
04:27:39 (4/4) Installing openssh (8.3_p1-r2)
04:27:39 Executing busybox-1.31.1-r16.trigger
04:27:39 OK: 28 MiB in 51 packages
04:27:39 Removing intermediate container 1bf8c47fc1d8
04:27:39  ---> 318bf5830c1c
04:27:39 Step 5/11 : RUN ssh-keygen -A
04:27:39  ---> Running in c3a7e2840d04
04:27:40 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
04:27:40 Removing intermediate container c3a7e2840d04
04:27:40  ---> 97b82a776e7f
04:27:40 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
04:27:40  ---> Running in 2ee515add735
04:27:42 Removing intermediate container 2ee515add735
04:27:42  ---> 474c4ed4e44a
04:27:42 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
04:27:42  ---> 001f41578403
04:27:42 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
04:27:42  ---> Running in a494c6137fdc
04:27:43 Removing intermediate container a494c6137fdc
04:27:43  ---> 88bcb79d1cec
04:27:43 Step 9/11 : RUN echo "root:root" | chpasswd
04:27:43  ---> Running in ae8b0fd9dd57
04:27:43 chpasswd: password for 'root' changed
04:27:44 Removing intermediate container ae8b0fd9dd57
04:27:44  ---> ddf4ac2f05ad
04:27:44 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
04:27:44  ---> Running in e4c9da392440
04:27:45 Removing intermediate container e4c9da392440
04:27:45  ---> 1b26c387a358
04:27:45 Step 11/11 : EXPOSE 22
04:27:45  ---> Running in dbdb152327b4
04:27:45 Removing intermediate container dbdb152327b4
04:27:45  ---> 1008d99573f9
04:27:45 Successfully built 1008d99573f9
04:27:45 Successfully tagged dockerpinata/docker-py:sshdind-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb
[Pipeline] isUnix
[Pipeline] sh
04:27:45 + docker tag dockerpinata/docker-py:sshdind-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb dockerpinata/docker-py:sshdind-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb
[Pipeline] isUnix
[Pipeline] sh
04:27:46 + docker push dockerpinata/docker-py:sshdind-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb
04:27:46 The push refers to repository [docker.io/dockerpinata/docker-py]
04:27:46 9751786dc7f0: Preparing
04:27:46 a3938dfe63f8: Preparing
04:27:46 c43399651632: Preparing
04:27:46 b98f20b3497a: Preparing
04:27:46 b9a332242151: Preparing
04:27:46 5d6d9f151849: Preparing
04:27:46 7f4fad3e5733: Preparing
04:27:46 1149e736aa92: Preparing
04:27:46 39e79983ac8b: Preparing
04:27:46 da8c28465f82: Preparing
04:27:46 d1292e236c36: Preparing
04:27:46 8890c171a12b: Preparing
04:27:46 4ae5bd84d450: Preparing
04:27:46 723a561964c8: Preparing
04:27:46 78764725b56c: Preparing
04:27:46 51d6d3d09136: Preparing
04:27:46 1507bc794612: Preparing
04:27:46 50644c29ef5a: Preparing
04:27:46 5d6d9f151849: Waiting
04:27:46 7f4fad3e5733: Waiting
04:27:46 1149e736aa92: Waiting
04:27:46 39e79983ac8b: Waiting
04:27:46 da8c28465f82: Waiting
04:27:46 d1292e236c36: Waiting
04:27:46 8890c171a12b: Waiting
04:27:46 4ae5bd84d450: Waiting
04:27:46 723a561964c8: Waiting
04:27:46 78764725b56c: Waiting
04:27:46 51d6d3d09136: Waiting
04:27:46 1507bc794612: Waiting
04:27:46 50644c29ef5a: Waiting
04:27:47 c43399651632: Pushed
04:27:47 a3938dfe63f8: Pushed
04:27:47 9751786dc7f0: Pushed
04:27:47 b9a332242151: Pushed
04:27:47 b98f20b3497a: Pushed
04:27:47 1149e736aa92: Layer already exists
04:27:47 39e79983ac8b: Layer already exists
04:27:47 d1292e236c36: Layer already exists
04:27:47 da8c28465f82: Layer already exists
04:27:47 4ae5bd84d450: Layer already exists
04:27:47 8890c171a12b: Layer already exists
04:27:47 723a561964c8: Layer already exists
04:27:47 78764725b56c: Layer already exists
04:27:47 51d6d3d09136: Layer already exists
04:27:47 50644c29ef5a: Layer already exists
04:27:47 1507bc794612: Layer already exists
04:27:47 5d6d9f151849: Pushed
04:27:47 7f4fad3e5733: Pushed
04:27:49 sshdind-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb: digest: sha256:03307c9cbcb505abbf14a7cfd6b8d05c356168a2048dd2bd9ed56d8fc180d27f size: 4067
[Pipeline] isUnix
[Pipeline] sh
04:27:49 + docker pull dockerpinata/docker-py:py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb
04:27:49 Error response from daemon: manifest for dockerpinata/docker-py:py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
04:27:49 + docker build -t dockerpinata/docker-py:py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
04:27:49 Sending build context to Docker daemon  1.373MB

04:27:49 Step 1/21 : ARG PYTHON_VERSION=3.7
04:27:49 Step 2/21 : FROM python:${PYTHON_VERSION}
04:27:50 3.7: Pulling from library/python
04:27:50 d960726af2be: Pulling fs layer
04:27:50 e8d62473a22d: Pulling fs layer
04:27:50 8962bc0fad55: Pulling fs layer
04:27:50 65d943ee54c1: Pulling fs layer
04:27:50 532f6f723709: Pulling fs layer
04:27:50 1334e0fe2851: Pulling fs layer
04:27:50 ba365db42d14: Pulling fs layer
04:27:50 9c5512e22a86: Pulling fs layer
04:27:50 9b39d3d20df6: Pulling fs layer
04:27:50 532f6f723709: Waiting
04:27:50 65d943ee54c1: Waiting
04:27:50 1334e0fe2851: Waiting
04:27:50 ba365db42d14: Waiting
04:27:50 9c5512e22a86: Waiting
04:27:50 9b39d3d20df6: Waiting
04:27:50 e8d62473a22d: Verifying Checksum
04:27:50 e8d62473a22d: Download complete
04:27:50 8962bc0fad55: Verifying Checksum
04:27:50 8962bc0fad55: Download complete
04:27:50 d960726af2be: Verifying Checksum
04:27:50 d960726af2be: Download complete
04:27:51 1334e0fe2851: Verifying Checksum
04:27:51 1334e0fe2851: Download complete
04:27:51 65d943ee54c1: Verifying Checksum
04:27:51 65d943ee54c1: Download complete
04:27:51 9c5512e22a86: Verifying Checksum
04:27:51 9c5512e22a86: Download complete
04:27:51 9b39d3d20df6: Verifying Checksum
04:27:51 9b39d3d20df6: Download complete
04:27:51 ba365db42d14: Verifying Checksum
04:27:51 ba365db42d14: Download complete
04:27:52 532f6f723709: Verifying Checksum
04:27:52 532f6f723709: Download complete
04:27:54 d960726af2be: Pull complete
04:27:54 e8d62473a22d: Pull complete
04:27:55 8962bc0fad55: Pull complete
04:27:57 65d943ee54c1: Pull complete
04:28:04 532f6f723709: Pull complete
04:28:04 1334e0fe2851: Pull complete
04:28:05 ba365db42d14: Pull complete
04:28:05 9c5512e22a86: Pull complete
04:28:05 9b39d3d20df6: Pull complete
04:28:05 Digest: sha256:2418d2580b0696cfe3e924ada34478dc30e5dbdf2cfd06158a3553e4608aae53
04:28:05 Status: Downloaded newer image for python:3.7
04:28:05  ---> 9b5e75b69a4f
04:28:05 Step 3/21 : ARG APT_MIRROR
04:28:06  ---> Running in 8cdeecc58692
04:28:06 Removing intermediate container 8cdeecc58692
04:28:06  ---> 5e76a1138146
04:28:06 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
04:28:06  ---> Running in e407ce0bf783
04:28:07 Removing intermediate container e407ce0bf783
04:28:07  ---> 16103eee0c41
04:28:07 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
04:28:07  ---> Running in 5d83586ae1ae
04:28:08 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
04:28:08 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
04:28:08 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
04:28:08 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
04:28:08 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
04:28:08 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
04:28:09 Fetched 8448 kB in 2s (4797 kB/s)
04:28:10 Reading package lists...
04:28:10 Reading package lists...
04:28:11 Building dependency tree...
04:28:11 Reading state information...
04:28:11 The following additional packages will be installed:
04:28:11   tree
04:28:11 Suggested packages:
04:28:11   libxml-simple-perl ruby
04:28:11 Recommended packages:
04:28:11   qrencode xclip
04:28:11 The following NEW packages will be installed:
04:28:11   gnupg2 pass tree
04:28:11 0 upgraded, 3 newly installed, 0 to remove and 6 not upgraded.
04:28:11 Need to get 481 kB of archives.
04:28:11 After this operation, 684 kB of additional disk space will be used.
04:28:11 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
04:28:11 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
04:28:11 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
04:28:11 debconf: delaying package configuration, since apt-utils is not installed
04:28:11 Fetched 481 kB in 0s (1834 kB/s)
04:28:11 Selecting previously unselected package gnupg2.
04:28:11 (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 ... 24611 files and directories currently installed.)
04:28:11 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
04:28:11 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
04:28:11 Selecting previously unselected package tree.
04:28:11 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
04:28:11 Unpacking tree (1.8.0-1) ...
04:28:11 Selecting previously unselected package pass.
04:28:11 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
04:28:11 Unpacking pass (1.7.3-2) ...
04:28:12 Setting up gnupg2 (2.2.12-1+deb10u1) ...
04:28:12 Setting up tree (1.8.0-1) ...
04:28:12 Setting up pass (1.7.3-2) ...
04:28:13 Removing intermediate container 5d83586ae1ae
04:28:13  ---> 31872e8d6447
04:28:13 Step 6/21 : COPY tests/ssh-keys /root/.ssh
04:28:13  ---> 9f744cd5f9e4
04:28:13 Step 7/21 : RUN chmod -R 600 /root/.ssh
04:28:13  ---> Running in 66b726732d28
04:28:14 Removing intermediate container 66b726732d28
04:28:14  ---> 54e3ec09cbed
04:28:14 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
04:28:14  ---> 00e66325741e
04:28:14 Step 9/21 : RUN gpg2 --import gpg-keys/secret
04:28:14  ---> Running in 400850b301ae
04:28:14 gpg: directory '/root/.gnupg' created
04:28:14 gpg: keybox '/root/.gnupg/pubring.kbx' created
04:28:14 gpg: /root/.gnupg/trustdb.gpg: trustdb created
04:28:14 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
04:28:14 gpg: key 464ED987A7B21401: secret key imported
04:28:14 gpg: Total number processed: 1
04:28:14 gpg:               imported: 1
04:28:14 gpg:       secret keys read: 1
04:28:14 gpg:   secret keys imported: 1
04:28:15 Removing intermediate container 400850b301ae
04:28:15  ---> a8aa2db5dc6e
04:28:15 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
04:28:15  ---> Running in 22167fa6ed64
04:28:15 gpg: inserting ownertrust of 6
04:28:15 Removing intermediate container 22167fa6ed64
04:28:15  ---> b2a47fa0ce39
04:28:15 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
04:28:15  ---> Running in f731d284f934
04:28:16 gpg: please do a --check-trustdb
04:28:16 mkdir: created directory '/root/.password-store/'
04:28:16 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
04:28:16 Removing intermediate container f731d284f934
04:28:16  ---> 125a4efa9559
04:28:16 Step 12/21 : RUN gpg2 --check-trustdb
04:28:16  ---> Running in 71ecb226762b
04:28:17 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
04:28:17 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
04:28:17 Removing intermediate container 71ecb226762b
04:28:17  ---> 2875c36efa4a
04:28:17 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
04:28:17  ---> Running in caeaf585f9f1
04:28:17 Removing intermediate container caeaf585f9f1
04:28:17  ---> d791a880edc7
04:28:17 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
04:28:17  ---> Running in 84f86d380e0c
04:28:19 Removing intermediate container 84f86d380e0c
04:28:19  ---> 3b8640583836
04:28:19 Step 15/21 : WORKDIR /src
04:28:19  ---> Running in 31b7b829babf
04:28:19 Removing intermediate container 31b7b829babf
04:28:19  ---> 238a2e39ef51
04:28:19 Step 16/21 : COPY requirements.txt /src/requirements.txt
04:28:19  ---> 0bddad6670cb
04:28:19 Step 17/21 : RUN pip install -r requirements.txt
04:28:19  ---> Running in d4eafdfeb93d
04:28:21 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
04:28:25 Collecting appdirs==1.4.3
04:28:26   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
04:28:26 Collecting asn1crypto==0.22.0
04:28:26   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
04:28:26 Collecting backports.ssl-match-hostname==3.5.0.1
04:28:26   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
04:28:26 Collecting cffi==1.14.4
04:28:26   Downloading cffi-1.14.4-cp37-cp37m-manylinux1_x86_64.whl (402 kB)
04:28:27 Collecting cryptography==3.4.7
04:28:27   Downloading cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl (3.2 MB)
04:28:27 Collecting enum34==1.1.6
04:28:27   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
04:28:27 Collecting idna==2.5
04:28:27   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
04:28:27 Collecting ipaddress==1.0.18
04:28:27   Downloading ipaddress-1.0.18.tar.gz (32 kB)
04:28:27 Collecting packaging==16.8
04:28:27   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
04:28:27 Collecting paramiko==2.4.2
04:28:27   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
04:28:27 Collecting pycparser==2.17
04:28:27   Downloading pycparser-2.17.tar.gz (231 kB)
04:28:28 Collecting pyOpenSSL==18.0.0
04:28:28   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
04:28:28 Collecting pyparsing==2.2.0
04:28:28   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
04:28:28 Collecting requests==2.20.0
04:28:28   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
04:28:28 Collecting urllib3==1.24.3
04:28:28   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
04:28:28 Collecting websocket-client==0.56.0
04:28:28   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
04:28:28 Collecting six
04:28:28   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
04:28:28 Collecting pynacl>=1.0.1
04:28:28   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
04:28:28 Collecting bcrypt>=3.1.3
04:28:28   Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
04:28:28 Collecting pyasn1>=0.1.7
04:28:28   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
04:28:28 Collecting certifi>=2017.4.17
04:28:28   Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB)
04:28:28 Collecting chardet<3.1.0,>=3.0.2
04:28:28   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
04:28:29 Building wheels for collected packages: backports.ssl-match-hostname, ipaddress, pycparser
04:28:29   Building wheel for backports.ssl-match-hostname (setup.py): started
04:28:29   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
04:28:29   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=2a5fbde1d01b87741cd19afd116468423df5f6ffb29b850a4bc6091e80c6c09e
04:28:29   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
04:28:29   Building wheel for ipaddress (setup.py): started
04:28:29   Building wheel for ipaddress (setup.py): finished with status 'done'
04:28:29   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18124 sha256=19938b9b8780428d888be8977f438441c8167fc8eaad51dcc893c9447d785b3a
04:28:29   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
04:28:29   Building wheel for pycparser (setup.py): started
04:28:30   Building wheel for pycparser (setup.py): finished with status 'done'
04:28:30   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192895 sha256=06a540431751b4070e671c5acee30d20e269bb401e851f7ef9ff68c551aad09c
04:28:30   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
04:28:30 Successfully built backports.ssl-match-hostname ipaddress pycparser
04:28:30 Installing collected packages: pycparser, six, cffi, urllib3, pyparsing, pynacl, pyasn1, idna, cryptography, chardet, certifi, bcrypt, websocket-client, requests, pyOpenSSL, paramiko, packaging, ipaddress, enum34, backports.ssl-match-hostname, asn1crypto, appdirs
04:28:31 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.0 certifi-2021.5.30 cffi-1.14.4 chardet-3.0.4 cryptography-3.4.7 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.16.0 urllib3-1.24.3 websocket-client-0.56.0
04:28:31 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv
04:28:36 Removing intermediate container d4eafdfeb93d
04:28:36  ---> 8f86518468e2
04:28:36 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
04:28:36  ---> 972d5fd94b5e
04:28:36 Step 19/21 : RUN pip install -r test-requirements.txt
04:28:36  ---> Running in 51425fc33846
04:28:42 Collecting setuptools==54.1.1
04:28:43   Downloading setuptools-54.1.1-py3-none-any.whl (784 kB)
04:28:43 Collecting coverage==4.5.2
04:28:43   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
04:28:43 Collecting flake8==3.6.0
04:28:43   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
04:28:43 Collecting mock==1.0.1
04:28:43   Downloading mock-1.0.1.zip (861 kB)
04:28:44 Collecting pytest==4.3.1
04:28:44   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
04:28:44 Collecting pytest-cov==2.6.1
04:28:44   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
04:28:44 Collecting pytest-timeout==1.3.3
04:28:44   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
04:28:44 Collecting pycodestyle<2.5.0,>=2.4.0
04:28:44   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
04:28:44 Collecting pyflakes<2.1.0,>=2.0.0
04:28:44   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
04:28:44 Collecting mccabe<0.7.0,>=0.6.0
04:28:44   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
04:28:44 Collecting more-itertools>=4.0.0
04:28:44   Downloading more_itertools-8.8.0-py3-none-any.whl (48 kB)
04:28:44 Collecting pluggy>=0.7
04:28:44   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
04:28:44 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (1.16.0)
04:28:44 Collecting atomicwrites>=1.0
04:28:44   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
04:28:44 Collecting attrs>=17.4.0
04:28:44   Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB)
04:28:44 Collecting py>=1.5.0
04:28:44   Downloading py-1.10.0-py2.py3-none-any.whl (97 kB)
04:28:44 Collecting importlib-metadata>=0.12
04:28:44   Downloading importlib_metadata-4.5.0-py3-none-any.whl (17 kB)
04:28:44 Collecting zipp>=0.5
04:28:44   Downloading zipp-3.4.1-py3-none-any.whl (5.2 kB)
04:28:44 Collecting typing-extensions>=3.6.4
04:28:44   Downloading typing_extensions-3.10.0.0-py3-none-any.whl (26 kB)
04:28:45 Building wheels for collected packages: mock
04:28:45   Building wheel for mock (setup.py): started
04:28:45   Building wheel for mock (setup.py): finished with status 'done'
04:28:45   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23772 sha256=cdf39419d0e3a8119ce7bf8be1768855b182044f6588108aa871b3f44ca11b74
04:28:45   Stored in directory: /root/.cache/pip/wheels/7a/94/b1/0fdc5339a5bd487a5cc15421ec200d9ba3e2aa7190e4a727f1
04:28:45 Successfully built mock
04:28:45 Installing collected packages: zipp, typing-extensions, importlib-metadata, setuptools, py, pluggy, more-itertools, attrs, atomicwrites, pytest, pyflakes, pycodestyle, mccabe, coverage, pytest-timeout, pytest-cov, mock, flake8
04:28:45   Attempting uninstall: setuptools
04:28:45     Found existing installation: setuptools 57.0.0
04:28:45     Uninstalling setuptools-57.0.0:
04:28:45       Successfully uninstalled setuptools-57.0.0
04:28:46 Successfully installed atomicwrites-1.4.0 attrs-21.2.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-4.5.0 mccabe-0.6.1 mock-1.0.1 more-itertools-8.8.0 pluggy-0.13.1 py-1.10.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-54.1.1 typing-extensions-3.10.0.0 zipp-3.4.1
04:28:46 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv
04:28:47 Removing intermediate container 51425fc33846
04:28:47  ---> caf85b7346fb
04:28:47 Step 20/21 : COPY . /src
04:28:47  ---> 415db367ee79
04:28:47 Step 21/21 : RUN pip install .
04:28:47  ---> Running in d4b7513e065c
04:28:48 Processing /src
04:28:48   DEPRECATION: A future pip version will change local packages to be built in-place without first copying to a temporary directory. We recommend you use --use-feature=in-tree-build to test your packages with this new behavior before it becomes the default.
04:28:48    pip 21.3 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/7555.
04:28:48 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.5.0.dev0) (0.56.0)
04:28:48 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.5.0.dev0) (2.20.0)
04:28:48 Requirement already satisfied: idna<2.8,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.5.0.dev0) (2.5)
04:28:48 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.5.0.dev0) (2021.5.30)
04:28:48 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.5.0.dev0) (3.0.4)
04:28:48 Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.5.0.dev0) (1.24.3)
04:28:48 Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from websocket-client>=0.32.0->docker==4.5.0.dev0) (1.16.0)
04:28:48 Building wheels for collected packages: docker
04:28:48   Building wheel for docker (setup.py): started
04:28:48   Building wheel for docker (setup.py): finished with status 'done'
04:28:48   Created wheel for docker: filename=docker-4.5.0.dev0-py2.py3-none-any.whl size=147026 sha256=2eec15bf9f2609e1482291c314ffbcb7cd349d6227c477548b51623754196f37
04:28:48   Stored in directory: /tmp/pip-ephem-wheel-cache-aw4175fx/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
04:28:48 Successfully built docker
04:28:48 Installing collected packages: docker
04:28:49 Successfully installed docker-4.5.0.dev0
04:28:49 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv
04:28:49 Removing intermediate container d4b7513e065c
04:28:49  ---> 8c2c8770ea8b
04:28:49 Successfully built 8c2c8770ea8b
04:28:49 Successfully tagged dockerpinata/docker-py:py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb
[Pipeline] isUnix
[Pipeline] sh
04:28:50 + docker tag dockerpinata/docker-py:py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb dockerpinata/docker-py:py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb
[Pipeline] isUnix
[Pipeline] sh
04:28:50 + docker push dockerpinata/docker-py:py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb
04:28:50 The push refers to repository [docker.io/dockerpinata/docker-py]
04:28:50 93d56a5347d7: Preparing
04:28:50 85c6100fed57: Preparing
04:28:50 578afd88cd5f: Preparing
04:28:50 54b7c354a32c: Preparing
04:28:50 04bd9ad59d9a: Preparing
04:28:50 dec6730e8a2d: Preparing
04:28:50 5c1441608377: Preparing
04:28:50 036fa8d3212e: Preparing
04:28:50 794386cdb977: Preparing
04:28:50 c14e6c6b66fe: Preparing
04:28:50 771118cb0f46: Preparing
04:28:50 7cd4e444b4cc: Preparing
04:28:50 d887528dc66c: Preparing
04:28:50 6e1403ad6a27: Preparing
04:28:50 b49bfc54ea87: Preparing
04:28:50 ab87ef491778: Preparing
04:28:50 7c5494d7b0df: Preparing
04:28:50 c167acc9a8e9: Preparing
04:28:50 577d182336e4: Preparing
04:28:50 2147747beb86: Preparing
04:28:50 1591bf7ec708: Preparing
04:28:50 dd3097cd7909: Preparing
04:28:50 685934357c89: Preparing
04:28:50 ccb9b68523fd: Preparing
04:28:50 00bcea93703b: Preparing
04:28:50 688e187d6c79: Preparing
04:28:50 dec6730e8a2d: Waiting
04:28:50 5c1441608377: Waiting
04:28:50 036fa8d3212e: Waiting
04:28:50 794386cdb977: Waiting
04:28:50 c14e6c6b66fe: Waiting
04:28:50 771118cb0f46: Waiting
04:28:50 7cd4e444b4cc: Waiting
04:28:50 d887528dc66c: Waiting
04:28:50 6e1403ad6a27: Waiting
04:28:50 b49bfc54ea87: Waiting
04:28:50 ab87ef491778: Waiting
04:28:50 7c5494d7b0df: Waiting
04:28:50 c167acc9a8e9: Waiting
04:28:50 577d182336e4: Waiting
04:28:50 2147747beb86: Waiting
04:28:50 1591bf7ec708: Waiting
04:28:50 dd3097cd7909: Waiting
04:28:50 685934357c89: Waiting
04:28:50 ccb9b68523fd: Waiting
04:28:50 00bcea93703b: Waiting
04:28:50 688e187d6c79: Waiting
04:28:51 54b7c354a32c: Pushed
04:28:51 85c6100fed57: Pushed
04:28:52 93d56a5347d7: Pushed
04:28:52 578afd88cd5f: Pushed
04:28:52 dec6730e8a2d: Pushed
04:28:52 5c1441608377: Pushed
04:28:53 036fa8d3212e: Pushed
04:28:53 794386cdb977: Pushed
04:28:53 c14e6c6b66fe: Pushed
04:28:53 771118cb0f46: Pushed
04:28:54 04bd9ad59d9a: Pushed
04:28:54 d887528dc66c: Pushed
04:28:54 7cd4e444b4cc: Pushed
04:28:54 6e1403ad6a27: Pushed
04:28:54 c167acc9a8e9: Layer already exists
04:28:54 577d182336e4: Layer already exists
04:28:54 2147747beb86: Layer already exists
04:28:54 1591bf7ec708: Layer already exists
04:28:54 dd3097cd7909: Layer already exists
04:28:54 685934357c89: Layer already exists
04:28:54 ccb9b68523fd: Layer already exists
04:28:54 00bcea93703b: Layer already exists
04:28:54 688e187d6c79: Layer already exists
04:28:54 b49bfc54ea87: Pushed
04:28:55 7c5494d7b0df: Pushed
04:28:57 ab87ef491778: Pushed
04:28:58 py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb: digest: sha256:e90e96a2251d4a1d1b385a47b9dd91b364ddb2346b60faffc6928317690d4551 size: 5765
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-01d3518076aeccb7d) in /home/ubuntu/workspace/docker-py_PR-2857
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2857@tmp/b30a80e6-4753-4fd3-a075-6a9a2acc84af/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
04:28:59 + docker run --rm --entrypoint=python dockerpinata/docker-py:py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb /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.7)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-01d3518076aeccb7d) in /home/ubuntu/workspace/docker-py_PR-2857
[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_PR-2857@tmp/9155b7b8-a090-4ffc-b8e6-b49c1d992088/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
04:29:26 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
04:29:26 chowning workspace
[Pipeline] sh
04:29:26 + pwd
04:29:26 + id -u
04:29:26 + id -g
04:29:26 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2857:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
04:29:27 Removing all docker containers
[Pipeline] sh
04:29:27 + docker container ls -aq
[Pipeline] echo
04:29:27 Docker containers have been removed
[Pipeline] echo
04:29:27 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
04:29:27 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
04:29:27 The recommended git tool is: git
04:29:27 using credential docker-jenkins-github-credentials
04:29:27 Cloning the remote Git repository
04:29:27 Cloning with configured refspecs honoured and without tags
04:29:28 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2857 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2857/head:refs/remotes/origin/PR-2857 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2857/head:refs/remotes/origin/PR-2857 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2857/head:refs/remotes/origin/PR-2857 +refs/heads/master:refs/remotes/origin/master # timeout=10
04:29:28 Merging remotes/origin/master commit 96c12726fdb9b24e985b4de74d5c82145ccd8185 into PR head commit 3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb
04:29:28 Merge succeeded, producing 3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb
04:29:28 Checking out Revision 3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb (PR-2857)
04:29:28 Commit message: "Fix pywin32 dep, widen range to >=227,<400"
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] sh
04:29:29 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb py.test -v -rxs --cov=docker tests/unit
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 96c12726fdb9b24e985b4de74d5c82145ccd8185 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb # timeout=10
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2857@tmp/d5ddd80b-42d0-4a04-bfee-0bf2d4ff1429/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
04:29:30 ============================= test session starts ==============================
04:29:30 platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
04:29:30 cachedir: .pytest_cache
04:29:30 rootdir: /src, inifile: pytest.ini
04:29:30 plugins: timeout-1.3.3, cov-2.6.1
04:29:31 collecting ... collected 572 items
04:29:31 
04:29:31 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [  0%]
04:29:31 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [  0%]
04:29:31 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [  0%]
04:29:31 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [  0%]
04:29:31 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [  0%]
04:29:31 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [  1%]
04:29:31 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [  1%]
04:29:31 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [  1%]
04:29:31 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [  1%]
04:29:31 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [  1%]
04:29:31 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [  1%]
04:29:31 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [  2%]
04:29:31 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [  2%]
04:29:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [  2%]
04:29:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [  2%]
04:29:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [  2%]
04:29:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [  2%]
04:29:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [  3%]
04:29:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [  3%]
04:29:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  3%]
04:29:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [  3%]
04:29:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [  3%]
04:29:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [  4%]
04:29:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [  4%]
04:29:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [  4%]
04:29:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [  4%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [  4%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [  4%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [  5%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [  5%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [  5%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [  5%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [  5%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [  5%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [  6%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [  6%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [  6%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [  6%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [  6%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [  6%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [  7%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [  7%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [  7%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [  7%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [  7%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [  8%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [  8%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [  8%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [  8%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [  8%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [  8%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [  9%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [  9%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [  9%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [  9%]
04:29:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [  9%]
04:29:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [  9%]
04:29:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 10%]
04:29:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 10%]
04:29:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 10%]
04:29:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 10%]
04:29:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 10%]
04:29:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 11%]
04:29:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 11%]
04:29:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 11%]
04:29:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 11%]
04:29:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 11%]
04:29:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 11%]
04:29:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 12%]
04:29:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 12%]
04:29:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 12%]
04:29:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 12%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 12%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 12%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 13%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 13%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 13%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 13%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 13%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 13%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 14%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 14%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 14%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 14%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 14%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 15%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 15%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 15%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 15%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 15%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 15%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 16%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 16%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 16%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 16%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 16%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 16%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 17%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 17%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 17%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 17%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 17%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 18%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 18%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 18%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 18%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 18%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 18%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 19%]
04:29:32 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
04:29:32 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 19%]
04:29:32 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 19%]
04:29:32 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 19%]
04:29:32 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 19%]
04:29:32 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 20%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 20%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 20%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 20%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 20%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 20%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 21%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 21%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 21%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 21%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 21%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 22%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 22%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 22%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 22%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 22%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 22%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 23%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 23%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 23%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 23%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 23%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 23%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 24%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 24%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 24%]
04:29:32 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 24%]
04:29:32 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 24%]
04:29:32 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 25%]
04:29:32 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 25%]
04:29:32 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 25%]
04:29:32 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 25%]
04:29:32 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 25%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 25%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 26%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 26%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 26%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 26%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 26%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 26%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 27%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 27%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 27%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 27%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 27%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 27%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 28%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 28%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 28%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 28%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 28%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 29%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 29%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 29%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 29%]
04:29:32 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 29%]
04:29:32 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 29%]
04:29:32 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 30%]
04:29:32 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 30%]
04:29:32 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 30%]
04:29:33 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 30%]
04:29:33 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 30%]
04:29:33 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 30%]
04:29:33 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 31%]
04:29:34 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 31%]
04:29:34 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 31%]
04:29:34 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 31%]
04:29:34 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 31%]
04:29:34 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 31%]
04:29:34 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 32%]
04:29:34 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 32%]
04:29:34 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 32%]
04:29:34 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 32%]
04:29:34 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 32%]
04:29:34 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 33%]
04:29:34 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 33%]
04:29:34 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 33%]
04:29:34 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 33%]
04:29:34 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 33%]
04:29:34 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 33%]
04:29:34 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 34%]
04:29:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 34%]
04:29:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 34%]
04:29:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 34%]
04:29:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 34%]
04:29:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 34%]
04:29:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 35%]
04:29:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 35%]
04:29:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 35%]
04:29:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 35%]
04:29:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 35%]
04:29:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 36%]
04:29:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 36%]
04:29:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 36%]
04:29:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 36%]
04:29:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 36%]
04:29:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 36%]
04:29:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 37%]
04:29:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 37%]
04:29:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 37%]
04:29:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 37%]
04:29:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 37%]
04:29:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 37%]
04:29:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 38%]
04:29:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 38%]
04:29:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 38%]
04:29:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 38%]
04:29:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 38%]
04:29:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 38%]
04:29:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 39%]
04:29:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 39%]
04:29:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 39%]
04:29:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 39%]
04:29:34 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 39%]
04:29:34 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 40%]
04:29:34 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 40%]
04:29:34 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 40%]
04:29:34 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 40%]
04:29:34 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 40%]
04:29:34 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 40%]
04:29:34 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 41%]
04:29:34 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 41%]
04:29:34 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 41%]
04:29:34 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 41%]
04:29:34 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 41%]
04:29:34 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 41%]
04:29:34 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 42%]
04:29:34 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 42%]
04:29:34 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 42%]
04:29:34 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 42%]
04:29:34 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 42%]
04:29:34 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 43%]
04:29:34 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 43%]
04:29:34 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 43%]
04:29:34 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 43%]
04:29:34 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 43%]
04:29:34 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 43%]
04:29:34 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 44%]
04:29:34 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 44%]
04:29:34 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 44%]
04:29:34 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 44%]
04:29:34 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 44%]
04:29:34 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 44%]
04:29:34 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 45%]
04:29:34 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED        [ 45%]
04:29:34 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 45%]
04:29:34 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 45%]
04:29:34 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 45%]
04:29:34 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 45%]
04:29:34 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 46%]
04:29:34 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 46%]
04:29:34 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 46%]
04:29:34 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 46%]
04:29:34 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 46%]
04:29:34 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 47%]
04:29:34 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 47%]
04:29:34 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 47%]
04:29:34 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 47%]
04:29:34 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 47%]
04:29:34 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 47%]
04:29:34 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 48%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 48%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 48%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 48%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 48%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 48%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 49%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 49%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 49%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 49%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 49%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 50%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 50%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 50%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 50%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 50%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 50%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 51%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 51%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 51%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 51%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 51%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 51%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 52%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 52%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 52%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 52%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 52%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 52%]
04:29:34 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 53%]
04:29:34 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 53%]
04:29:34 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 53%]
04:29:34 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 53%]
04:29:34 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 53%]
04:29:34 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 54%]
04:29:34 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 54%]
04:29:34 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 54%]
04:29:34 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 54%]
04:29:34 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 54%]
04:29:34 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 54%]
04:29:34 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 55%]
04:29:34 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 55%]
04:29:34 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 55%]
04:29:34 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 55%]
04:29:34 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 55%]
04:29:34 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 55%]
04:29:34 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 56%]
04:29:34 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 56%]
04:29:34 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 56%]
04:29:34 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 56%]
04:29:34 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 56%]
04:29:34 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 56%]
04:29:34 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 57%]
04:29:34 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 57%]
04:29:34 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 57%]
04:29:34 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 57%]
04:29:34 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 57%]
04:29:34 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 58%]
04:29:34 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 58%]
04:29:34 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 58%]
04:29:34 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 58%]
04:29:34 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 58%]
04:29:34 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 58%]
04:29:34 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 59%]
04:29:34 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 59%]
04:29:34 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 59%]
04:29:34 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 59%]
04:29:34 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 59%]
04:29:34 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 59%]
04:29:34 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 60%]
04:29:34 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 60%]
04:29:34 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 60%]
04:29:34 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 60%]
04:29:34 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 60%]
04:29:34 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 61%]
04:29:34 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 61%]
04:29:34 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 61%]
04:29:34 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 61%]
04:29:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 61%]
04:29:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 61%]
04:29:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 62%]
04:29:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 62%]
04:29:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 62%]
04:29:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 62%]
04:29:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 62%]
04:29:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 62%]
04:29:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 63%]
04:29:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 63%]
04:29:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 63%]
04:29:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 63%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 63%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 63%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 64%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 64%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 64%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 64%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 64%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 65%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 65%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 65%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 65%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 65%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 65%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 66%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 66%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 66%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 66%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 66%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 66%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 67%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 67%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 67%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 67%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 67%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 68%]
04:29:34 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 68%]
04:29:34 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 68%]
04:29:34 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 68%]
04:29:34 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 68%]
04:29:34 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 68%]
04:29:34 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 69%]
04:29:34 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 69%]
04:29:35 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 69%]
04:29:35 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 69%]
04:29:35 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 69%]
04:29:35 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 69%]
04:29:35 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 70%]
04:29:35 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 70%]
04:29:35 tests/unit/models_images_test.py::ImageCollectionTest::test_search_limit PASSED [ 70%]
04:29:35 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 70%]
04:29:35 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 70%]
04:29:35 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 70%]
04:29:35 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 71%]
04:29:35 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 71%]
04:29:35 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 71%]
04:29:35 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 71%]
04:29:35 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 71%]
04:29:35 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 72%]
04:29:35 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 72%]
04:29:35 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 72%]
04:29:35 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 72%]
04:29:35 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 72%]
04:29:35 tests/unit/models_secrets_test.py::CreateServiceTest::test_secrets_repr PASSED [ 72%]
04:29:35 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 73%]
04:29:35 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_hostname_prefix_trim PASSED [ 73%]
04:29:35 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_and_port PASSED [ 73%]
04:29:35 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_only PASSED [ 73%]
04:29:35 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_url PASSED [ 73%]
04:29:35 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_user_and_hostname PASSED [ 73%]
04:29:35 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 74%]
04:29:35 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 74%]
04:29:35 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 74%]
04:29:35 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 74%]
04:29:35 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 74%]
04:29:35 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 75%]
04:29:35 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 75%]
04:29:35 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 75%]
04:29:35 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 75%]
04:29:35 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 75%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 75%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 76%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 76%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 76%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 76%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 76%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 76%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 77%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 77%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 77%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 77%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 77%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 77%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 78%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 78%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 78%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 78%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 78%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 79%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 79%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 79%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 79%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 79%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 79%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 80%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 80%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 80%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 80%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 80%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 80%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 81%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 81%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 81%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 81%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 81%]
04:29:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 81%]
04:29:35 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 82%]
04:29:35 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 82%]
04:29:35 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 82%]
04:29:35 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 82%]
04:29:35 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 82%]
04:29:35 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 83%]
04:29:35 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 83%]
04:29:35 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 83%]
04:29:35 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 83%]
04:29:35 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 83%]
04:29:35 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 83%]
04:29:35 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 84%]
04:29:35 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 84%]
04:29:35 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 84%]
04:29:35 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 84%]
04:29:35 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 84%]
04:29:35 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 84%]
04:29:35 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 85%]
04:29:35 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 85%]
04:29:35 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 85%]
04:29:35 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 85%]
04:29:35 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 85%]
04:29:35 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 86%]
04:29:35 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 86%]
04:29:35 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 86%]
04:29:35 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 86%]
04:29:35 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 86%]
04:29:35 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 86%]
04:29:35 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 87%]
04:29:35 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 87%]
04:29:35 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 87%]
04:29:35 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 87%]
04:29:35 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 87%]
04:29:35 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 87%]
04:29:35 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 88%]
04:29:35 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 88%]
04:29:35 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 88%]
04:29:35 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 88%]
04:29:35 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 88%]
04:29:35 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 88%]
04:29:35 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 89%]
04:29:35 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 89%]
04:29:35 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 89%]
04:29:35 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 89%]
04:29:35 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 89%]
04:29:35 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 90%]
04:29:35 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 90%]
04:29:35 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 90%]
04:29:35 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 90%]
04:29:35 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 90%]
04:29:35 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 90%]
04:29:35 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 91%]
04:29:35 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 91%]
04:29:35 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 91%]
04:29:35 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 91%]
04:29:35 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 91%]
04:29:35 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 91%]
04:29:35 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 92%]
04:29:35 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 92%]
04:29:35 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 92%]
04:29:35 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 92%]
04:29:35 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 92%]
04:29:35 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 93%]
04:29:35 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 93%]
04:29:35 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 93%]
04:29:35 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 93%]
04:29:35 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 93%]
04:29:35 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 93%]
04:29:35 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 94%]
04:29:35 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 94%]
04:29:35 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 94%]
04:29:35 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 94%]
04:29:35 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 94%]
04:29:35 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 94%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 95%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 95%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 95%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 95%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 95%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 95%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 96%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 96%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 96%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 96%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 96%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 97%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 97%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 97%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 97%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 97%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 97%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 98%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 98%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 98%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 98%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 98%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_square_brackets_address PASSED [ 99%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
04:29:35 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
04:29:35 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
04:29:36 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
04:29:36 
04:29:36 =============================== warnings summary ===============================
04:29:36 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
04:29:36   /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
04:29:36     from collections import MutableMapping
04:29:36 
04:29:36 -- Docs: https://docs.pytest.org/en/latest/warnings.html
04:29:36 
04:29:36 ---------- coverage: platform linux, python 3.7.10-final-0 -----------
04:29:36 Name                                  Stmts   Miss Branch BrPart  Cover
04:29:36 -----------------------------------------------------------------------
04:29:36 docker/__init__.py                        8      0      0      0   100%
04:29:36 docker/api/__init__.py                    1      0      0      0   100%
04:29:36 docker/api/build.py                     126     41     93     21    63%
04:29:36 docker/api/client.py                    261     64     96     12    75%
04:29:36 docker/api/config.py                     31     19      6      0    32%
04:29:36 docker/api/container.py                 266     72    104     25    65%
04:29:36 docker/api/daemon.py                     39      4     14      4    85%
04:29:36 docker/api/exec_api.py                   46     11     22      9    68%
04:29:36 docker/api/image.py                     160     43     60     14    70%
04:29:36 docker/api/network.py                    90     35     48     11    51%
04:29:36 docker/api/plugin.py                     90     68     14      0    21%
04:29:36 docker/api/secret.py                     36     23     10      0    28%
04:29:36 docker/api/service.py                   200    176    149      0     7%
04:29:36 docker/api/swarm.py                     106     67     38      1    28%
04:29:36 docker/api/volume.py                     38      9     14      2    71%
04:29:36 docker/auth.py                          198     16     74     16    88%
04:29:36 docker/client.py                         69      9      2      0    87%
04:29:36 docker/constants.py                      21      0      0      0   100%
04:29:36 docker/context/__init__.py                2      0      0      0   100%
04:29:36 docker/context/api.py                    78     41     38      8    39%
04:29:36 docker/context/config.py                 61     33     16      2    42%
04:29:36 docker/context/context.py               154     96     64      6    29%
04:29:36 docker/credentials/__init__.py            3      0      0      0   100%
04:29:36 docker/credentials/constants.py           4      0      0      0   100%
04:29:36 docker/credentials/errors.py             11      4      2      0    54%
04:29:36 docker/credentials/store.py              50     35     16      0    23%
04:29:36 docker/credentials/utils.py              23     18     12      0    14%
04:29:36 docker/errors.py                        110     26     20      4    71%
04:29:36 docker/models/__init__.py                 0      0      0      0   100%
04:29:36 docker/models/configs.py                 21      8      2      0    57%
04:29:36 docker/models/containers.py             183     11     70      9    91%
04:29:36 docker/models/images.py                 137     55     56      4    52%
04:29:36 docker/models/networks.py                37      7     12      3    71%
04:29:36 docker/models/nodes.py                   15      5      2      0    59%
04:29:36 docker/models/plugins.py                 49     30     10      0    32%
04:29:36 docker/models/resource.py                41     10      6      3    72%
04:29:36 docker/models/secrets.py                 22      4      2      0    75%
04:29:36 docker/models/services.py                87     35     36      4    59%
04:29:36 docker/models/swarm.py                   39     21      6      0    40%
04:29:36 docker/models/volumes.py                 23     10      4      0    48%
04:29:36 docker/tls.py                            37      6     14      6    76%
04:29:36 docker/transport/__init__.py             11      3      0      0    73%
04:29:36 docker/transport/basehttpadapter.py       6      0      2      1    88%
04:29:36 docker/transport/npipeconn.py            59     54     10      0     7%
04:29:36 docker/transport/npipesocket.py         137    132     22      0     3%
04:29:36 docker/transport/sshconn.py             163    106     56      4    30%
04:29:36 docker/transport/ssladapter.py           36     10     10      4    65%
04:29:36 docker/transport/unixconn.py             66      6     12      4    87%
04:29:36 docker/types/__init__.py                  6      0      0      0   100%
04:29:36 docker/types/base.py                      5      0      2      0   100%
04:29:36 docker/types/containers.py              420     79    326     43    81%
04:29:36 docker/types/daemon.py                   36     24     14      0    24%
04:29:36 docker/types/healthcheck.py              34     20      4      0    37%
04:29:36 docker/types/networks.py                 41     11     28      9    65%
04:29:36 docker/types/services.py                314    140    208     39    50%
04:29:36 docker/types/swarm.py                    51     45     40      0     7%
04:29:36 docker/utils/__init__.py                  3      0      0      0   100%
04:29:36 docker/utils/build.py                   155     27     76     10    81%
04:29:36 docker/utils/config.py                   36      1     10      1    96%
04:29:36 docker/utils/decorators.py               32      1     12      1    95%
04:29:36 docker/utils/fnmatch.py                  55     18     28      2    61%
04:29:36 docker/utils/json_stream.py              43      8     14      2    79%
04:29:36 docker/utils/ports.py                    50      3     32      2    91%
04:29:36 docker/utils/proxy.py                    32      1     12      0    98%
04:29:36 docker/utils/socket.py                   86     10     40      8    84%
04:29:36 docker/utils/utils.py                   278     18    171     13    92%
04:29:36 docker/version.py                         2      0      2      0   100%
04:29:36 -----------------------------------------------------------------------
04:29:36 TOTAL                                  5130   1829   2263    307    60%
04:29:36 
04:29:36 =========================== short test summary info ============================
04:29:36 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
04:29:36 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
04:29:36 SKIPPED [1] tests/unit/client_test.py:103: Npipe Connection Pool only on Windows
04:29:36 SKIPPED [1] tests/unit/client_test.py:142: Npipe Connection Pool only on Windows
04:29:36 SKIPPED [1] tests/unit/client_test.py:216: Npipe Connection Pool only on Windows
04:29:36 SKIPPED [1] tests/unit/client_test.py:253: Npipe Connection Pool only on Windows
04:29:36 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
04:29:36 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
04:29:36 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
04:29:36 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
04:29:36 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
04:29:36 SKIPPED [1] tests/unit/utils_test.py:478: shlex doesn't support bytes in py3
04:29:36 ======== 560 passed, 11 skipped, 1 xfailed, 1 warnings in 6.34 seconds =========
[Pipeline] sh
04:29:37 + docker network create dpy-testnet-1-0-py3.7-19.03.12
04:29:37 7c5faff146bd3c1a8ae81dfa57c16b22d9e5f0f9c1ca468770a4fc63f461ffb8
[Pipeline] sh
04:29:37 + docker run --rm -d --name dpy-dind-1-0-py3.7-19.03.12 -v /tmp --privileged --network dpy-testnet-1-0-py3.7-19.03.12 dockerpinata/docker-py:sshdind-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb dockerd -H tcp://0.0.0.0:2375
04:29:37 670758c8f5c12cff68e1e625da1f362008068c3a43afebdb783e402ca60116b9
[Pipeline] sh
04:29:38 + docker run --rm --name dpy-tests-1-0-py3.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-1-0-py3.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py3.7-19.03.12 --volumes-from dpy-dind-1-0-py3.7-19.03.12 -v /home/ubuntu/workspace/docker-py_PR-2857@tmp/d5ddd80b-42d0-4a04-bfee-0bf2d4ff1429/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb py.test -v -rxs --cov=docker tests/integration
04:29:40 ============================= test session starts ==============================
04:29:40 platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
04:29:40 cachedir: .pytest_cache
04:29:40 rootdir: /src, inifile: pytest.ini
04:29:40 plugins: timeout-1.3.3, cov-2.6.1
Still waiting to schedule task
‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-09a312d33b2bdf8cb)’ is offline
‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0ac50e86be78e2327)’ is offline
‘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-09a312d33b2bdf8cb)’ is offline
‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0ac50e86be78e2327)’ is offline
‘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’
04:29:41 collecting ... collected 390 items
04:29:41 
04:29:43 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
04:29:43 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
04:29:43 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
04:29:43 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  1%]
04:29:44 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  1%]
04:29:45 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  1%]
04:29:45 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  1%]
04:29:45 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  2%]
04:29:45 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  2%]
04:29:45 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  2%]
04:29:46 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  2%]
04:29:46 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  3%]
04:29:46 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  3%]
04:29:46 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  3%]
04:29:47 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  3%]
04:29:47 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  4%]
04:29:49 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  4%]
04:29:49 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  4%]
04:29:49 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  4%]
04:29:51 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  5%]
04:29:53 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  5%]
04:29:53 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  5%]
04:29:53 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  5%]
04:29:53 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  6%]
04:29:53 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  6%]
04:29:53 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  6%]
04:29:53 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  6%]
04:29:54 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  7%]
04:29:54 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  7%]
04:29:54 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  7%]
04:29:54 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  7%]
04:29:54 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  8%]
04:29:54 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  8%]
04:29:55 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  8%]
04:29:56 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  8%]
04:29:56 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  9%]
04:29:56 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  9%]
04:29:56 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  9%]
04:29:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 10%]
04:29:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 10%]
04:29:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 10%]
04:29:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 10%]
04:29:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 11%]
04:29:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 11%]
04:29:59 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 11%]
04:29:59 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 11%]
04:30:00 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 12%]
04:30:00 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 12%]
04:30:02 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 12%]
04:30:02 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 12%]
04:30:02 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 13%]
04:30:02 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 13%]
04:30:02 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 13%]
04:30:03 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 13%]
04:30:03 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 14%]
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0ac50e86be78e2327) in /home/ubuntu/workspace/docker-py_PR-2857
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-064e83aae57f535a9) in /home/ubuntu/workspace/docker-py_PR-2857
[Pipeline] {
[Pipeline] withDockerRegistry
04:30:21 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 14%]
04:30:21 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 14%]
04:30:21 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 14%]
04:30:21 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 15%]
04:30:21 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 15%]
04:30:21 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 15%]
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
04:30:22 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 15%]
04:30:23 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 16%]
04:30:23 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 16%]
04:30:23 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 16%]
04:30:24 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 16%]
04:30:25 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 17%]
04:30:25 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 17%]
04:30:25 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 17%]
04:30:28 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 17%]
04:30:28 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 18%]
04:30:29 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_PR-2857@tmp/a42bc7c9-6a2e-431e-960d-366a39f1d347/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
04:30:30 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
04:30:30 chowning workspace
[Pipeline] sh
04:30:31 + pwd
04:30:31 + id -u
04:30:31 + id -g
04:30:31 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2857:/workspace busybox chown -R 1000:1000 /workspace
04:30:31 Unable to find image 'busybox:latest' locally
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
04:30:32 latest: Pulling from library/busybox
04:30:32 b71f96345d44: Pulling fs layer
04:30:32 b71f96345d44: Verifying Checksum
04:30:32 b71f96345d44: Download complete
04:30:33 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [ 18%]
04:30:33 b71f96345d44: Pull complete
04:30:34 Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d
04:30:34 Status: Downloaded newer image for busybox:latest
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2857@tmp/3bc8279e-33a1-4820-8d1b-68769b6cbf80/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
04:30:34 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
04:30:34 chowning workspace
[Pipeline] sh
04:30:34 + pwd
04:30:34 + id -u
04:30:34 + id -g
04:30:34 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2857:/workspace busybox chown -R 1000:1000 /workspace
04:30:34 Unable to find image 'busybox:latest' locally
04:30:35 latest: Pulling from library/busybox
04:30:35 b71f96345d44: Pulling fs layer
04:30:35 b71f96345d44: Download complete
04:30:35 b71f96345d44: Pull complete
04:30:35 Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d
04:30:35 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
04:30:36 Removing all docker containers
[Pipeline] sh
04:30:37 + docker container ls -aq
[Pipeline] echo
04:30:37 Docker containers have been removed
[Pipeline] echo
04:30:37 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
04:30:37 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=20.10.7)
[Pipeline] checkout
04:30:37 The recommended git tool is: git
[Pipeline] echo
04:30:37 Removing all docker containers
[Pipeline] sh
04:30:37 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 18%]
04:30:37 + docker container ls -aq
[Pipeline] echo
04:30:37 Docker containers have been removed
[Pipeline] echo
04:30:37 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
04:30:37 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
04:30:37 The recommended git tool is: git
04:30:39 using credential docker-jenkins-github-credentials
04:30:39 Cloning the remote Git repository
04:30:39 Cloning with configured refspecs honoured and without tags
04:30:39 using credential docker-jenkins-github-credentials
04:30:39 Cloning the remote Git repository
04:30:39 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2857 # timeout=10
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2857 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2857/head:refs/remotes/origin/PR-2857 +refs/heads/master:refs/remotes/origin/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/pull/2857/head:refs/remotes/origin/PR-2857 +refs/heads/master:refs/remotes/origin/master # timeout=10
04:30:40 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
04:30:40 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [ 19%]
04:30:40 Fetching without tags
04:30:40 Merging remotes/origin/master commit 96c12726fdb9b24e985b4de74d5c82145ccd8185 into PR head commit 3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb
04:30:41 Fetching without tags
04:30:41 Merge succeeded, producing 3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb
04:30:41 Checking out Revision 3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb (PR-2857)
04:30:41 Merging remotes/origin/master commit 96c12726fdb9b24e985b4de74d5c82145ccd8185 into PR head commit 3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb
04:30:41 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 19%]
04:30:41 Merge succeeded, producing 3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb
04:30:41 Checking out Revision 3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb (PR-2857)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2857/head:refs/remotes/origin/PR-2857 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2857/head:refs/remotes/origin/PR-2857 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 96c12726fdb9b24e985b4de74d5c82145ccd8185 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2857/head:refs/remotes/origin/PR-2857 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2857/head:refs/remotes/origin/PR-2857 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 96c12726fdb9b24e985b4de74d5c82145ccd8185 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb # timeout=10
04:30:42 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 20%]
04:30:43 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 20%]
04:30:43 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 20%]
04:30:44 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 20%]
04:30:44 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 21%]
04:30:44 Commit message: "Fix pywin32 dep, widen range to >=227,<400"
04:30:44 Commit message: "Fix pywin32 dep, widen range to >=227,<400"
04:30:44 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [ 21%]
04:30:45 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 21%]
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] sh
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] sh
04:30:45 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb py.test -v -rxs --cov=docker tests/unit
04:30:45 Unable to find image 'dockerpinata/docker-py:py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb' locally
04:30:45 py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb: Pulling from dockerpinata/docker-py
04:30:45 d960726af2be: Pulling fs layer
04:30:45 e8d62473a22d: Pulling fs layer
04:30:45 8962bc0fad55: Pulling fs layer
04:30:45 65d943ee54c1: Pulling fs layer
04:30:45 532f6f723709: Pulling fs layer
04:30:45 1334e0fe2851: Pulling fs layer
04:30:45 ba365db42d14: Pulling fs layer
04:30:45 9c5512e22a86: Pulling fs layer
04:30:45 9b39d3d20df6: Pulling fs layer
04:30:45 0ea1d392b265: Pulling fs layer
04:30:45 88aad7ffcf80: Pulling fs layer
04:30:45 92ca52d7bf74: Pulling fs layer
04:30:45 a9d58fe1666d: Pulling fs layer
04:30:45 814ddb2b0389: Pulling fs layer
04:30:45 727e03461b4d: Pulling fs layer
04:30:45 c4dc93526807: Pulling fs layer
04:30:45 208095962182: Pulling fs layer
04:30:45 9a95b7dbf526: Pulling fs layer
04:30:45 ffe1f433be9a: Pulling fs layer
04:30:45 0cbe9b0a0821: Pulling fs layer
04:30:45 cce483be05f3: Pulling fs layer
04:30:45 3a089b30f689: Pulling fs layer
04:30:45 c06fcb07ec08: Pulling fs layer
04:30:45 9464b3d9024d: Pulling fs layer
04:30:45 dc0c877bc220: Pulling fs layer
04:30:45 96330885360a: Pulling fs layer
04:30:45 814ddb2b0389: Waiting
04:30:45 727e03461b4d: Waiting
04:30:45 c4dc93526807: Waiting
04:30:45 208095962182: Waiting
04:30:45 9a95b7dbf526: Waiting
04:30:45 ffe1f433be9a: Waiting
04:30:45 0cbe9b0a0821: Waiting
04:30:45 cce483be05f3: Waiting
04:30:45 3a089b30f689: Waiting
04:30:45 c06fcb07ec08: Waiting
04:30:45 9464b3d9024d: Waiting
04:30:45 dc0c877bc220: Waiting
04:30:45 96330885360a: Waiting
04:30:45 ba365db42d14: Waiting
04:30:45 9c5512e22a86: Waiting
04:30:45 9b39d3d20df6: Waiting
04:30:45 0ea1d392b265: Waiting
04:30:45 88aad7ffcf80: Waiting
04:30:45 92ca52d7bf74: Waiting
04:30:45 a9d58fe1666d: Waiting
04:30:45 65d943ee54c1: Waiting
04:30:45 532f6f723709: Waiting
04:30:45 1334e0fe2851: Waiting
04:30:45 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb py.test -v -rxs --cov=docker tests/unit
04:30:45 Unable to find image 'dockerpinata/docker-py:py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb' locally
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
04:30:45 e8d62473a22d: Verifying Checksum
04:30:45 e8d62473a22d: Download complete
04:30:45 8962bc0fad55: Verifying Checksum
04:30:45 8962bc0fad55: Download complete
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
04:30:46 py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb: Pulling from dockerpinata/docker-py
04:30:46 d960726af2be: Pulling fs layer
04:30:46 e8d62473a22d: Pulling fs layer
04:30:46 8962bc0fad55: Pulling fs layer
04:30:46 65d943ee54c1: Pulling fs layer
04:30:46 532f6f723709: Pulling fs layer
04:30:46 1334e0fe2851: Pulling fs layer
04:30:46 ba365db42d14: Pulling fs layer
04:30:46 9c5512e22a86: Pulling fs layer
04:30:46 9b39d3d20df6: Pulling fs layer
04:30:46 0ea1d392b265: Pulling fs layer
04:30:46 88aad7ffcf80: Pulling fs layer
04:30:46 92ca52d7bf74: Pulling fs layer
04:30:46 a9d58fe1666d: Pulling fs layer
04:30:46 814ddb2b0389: Pulling fs layer
04:30:46 727e03461b4d: Pulling fs layer
04:30:46 c4dc93526807: Pulling fs layer
04:30:46 208095962182: Pulling fs layer
04:30:46 9a95b7dbf526: Pulling fs layer
04:30:46 ffe1f433be9a: Pulling fs layer
04:30:46 0cbe9b0a0821: Pulling fs layer
04:30:46 cce483be05f3: Pulling fs layer
04:30:46 3a089b30f689: Pulling fs layer
04:30:46 c06fcb07ec08: Pulling fs layer
04:30:46 9464b3d9024d: Pulling fs layer
04:30:46 dc0c877bc220: Pulling fs layer
04:30:46 96330885360a: Pulling fs layer
04:30:46 65d943ee54c1: Waiting
04:30:46 532f6f723709: Waiting
04:30:46 1334e0fe2851: Waiting
04:30:46 ba365db42d14: Waiting
04:30:46 9c5512e22a86: Waiting
04:30:46 9b39d3d20df6: Waiting
04:30:46 0ea1d392b265: Waiting
04:30:46 88aad7ffcf80: Waiting
04:30:46 92ca52d7bf74: Waiting
04:30:46 a9d58fe1666d: Waiting
04:30:46 814ddb2b0389: Waiting
04:30:46 727e03461b4d: Waiting
04:30:46 c4dc93526807: Waiting
04:30:46 c06fcb07ec08: Waiting
04:30:46 9464b3d9024d: Waiting
04:30:46 dc0c877bc220: Waiting
04:30:46 208095962182: Waiting
04:30:46 9a95b7dbf526: Waiting
04:30:46 ffe1f433be9a: Waiting
04:30:46 96330885360a: Waiting
04:30:46 0cbe9b0a0821: Waiting
04:30:46 3a089b30f689: Waiting
04:30:46 cce483be05f3: Waiting
04:30:46 e8d62473a22d: Verifying Checksum
04:30:46 e8d62473a22d: Download complete
04:30:46 8962bc0fad55: Verifying Checksum
04:30:46 8962bc0fad55: 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_PR-2857@tmp/75de1ec1-fe67-4e67-8c1d-ec218e5afbf9/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_PR-2857@tmp/922199f5-f5c3-403b-8bcc-5bb4fcd54ea5/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
04:30:46 d960726af2be: Verifying Checksum
04:30:46 d960726af2be: Download complete
04:30:46 1334e0fe2851: Verifying Checksum
04:30:46 1334e0fe2851: Download complete
04:30:46 d960726af2be: Verifying Checksum
04:30:46 d960726af2be: Download complete
04:30:46 65d943ee54c1: Verifying Checksum
04:30:46 65d943ee54c1: Download complete
04:30:46 65d943ee54c1: Verifying Checksum
04:30:46 65d943ee54c1: Download complete
04:30:46 9c5512e22a86: Verifying Checksum
04:30:46 9c5512e22a86: Download complete
04:30:46 ba365db42d14: Verifying Checksum
04:30:46 ba365db42d14: Download complete
04:30:46 0ea1d392b265: Verifying Checksum
04:30:46 9b39d3d20df6: Verifying Checksum
04:30:46 9b39d3d20df6: Download complete
04:30:46 0ea1d392b265: Download complete
04:30:47 1334e0fe2851: Verifying Checksum
04:30:47 1334e0fe2851: Download complete
04:30:47 9c5512e22a86: Verifying Checksum
04:30:47 9c5512e22a86: Download complete
04:30:47 92ca52d7bf74: Verifying Checksum
04:30:47 92ca52d7bf74: Download complete
04:30:47 a9d58fe1666d: Verifying Checksum
04:30:47 a9d58fe1666d: Download complete
04:30:47 88aad7ffcf80: Verifying Checksum
04:30:47 88aad7ffcf80: Download complete
04:30:47 814ddb2b0389: Verifying Checksum
04:30:47 814ddb2b0389: Download complete
04:30:47 ba365db42d14: Verifying Checksum
04:30:47 ba365db42d14: Download complete
04:30:47 9b39d3d20df6: Verifying Checksum
04:30:47 9b39d3d20df6: Download complete
04:30:47 0ea1d392b265: Verifying Checksum
04:30:47 0ea1d392b265: Download complete
04:30:47 92ca52d7bf74: Verifying Checksum
04:30:47 92ca52d7bf74: Download complete
04:30:47 727e03461b4d: Verifying Checksum
04:30:47 727e03461b4d: Download complete
04:30:47 c4dc93526807: Verifying Checksum
04:30:47 c4dc93526807: Download complete
04:30:47 208095962182: Verifying Checksum
04:30:47 208095962182: Download complete
04:30:47 9a95b7dbf526: Verifying Checksum
04:30:47 9a95b7dbf526: Download complete
04:30:47 0cbe9b0a0821: Verifying Checksum
04:30:47 0cbe9b0a0821: Download complete
04:30:47 a9d58fe1666d: Verifying Checksum
04:30:47 a9d58fe1666d: Download complete
04:30:47 88aad7ffcf80: Verifying Checksum
04:30:47 88aad7ffcf80: Download complete
04:30:47 814ddb2b0389: Verifying Checksum
04:30:47 814ddb2b0389: Download complete
04:30:47 727e03461b4d: Verifying Checksum
04:30:47 727e03461b4d: Download complete
04:30:47 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [ 21%]
04:30:47 ffe1f433be9a: Verifying Checksum
04:30:47 ffe1f433be9a: Download complete
04:30:47 cce483be05f3: Verifying Checksum
04:30:47 cce483be05f3: Download complete
04:30:47 c06fcb07ec08: Verifying Checksum
04:30:47 c06fcb07ec08: Download complete
04:30:47 c4dc93526807: Verifying Checksum
04:30:47 c4dc93526807: Download complete
04:30:47 208095962182: Verifying Checksum
04:30:47 208095962182: Download complete
04:30:47 9a95b7dbf526: Verifying Checksum
04:30:47 9a95b7dbf526: Download complete
04:30:47 ffe1f433be9a: Verifying Checksum
04:30:47 ffe1f433be9a: Download complete
04:30:47 0cbe9b0a0821: Verifying Checksum
04:30:47 0cbe9b0a0821: Download complete
04:30:48 3a089b30f689: Verifying Checksum
04:30:48 3a089b30f689: Download complete
04:30:48 9464b3d9024d: Verifying Checksum
04:30:48 9464b3d9024d: Download complete
04:30:48 dc0c877bc220: Verifying Checksum
04:30:48 dc0c877bc220: Download complete
04:30:48 cce483be05f3: Verifying Checksum
04:30:48 cce483be05f3: Download complete
04:30:48 c06fcb07ec08: Verifying Checksum
04:30:48 c06fcb07ec08: Download complete
04:30:48 96330885360a: Verifying Checksum
04:30:48 96330885360a: Download complete
04:30:48 532f6f723709: Verifying Checksum
04:30:48 532f6f723709: Download complete
04:30:48 3a089b30f689: Verifying Checksum
04:30:48 3a089b30f689: Download complete
04:30:48 9464b3d9024d: Verifying Checksum
04:30:48 9464b3d9024d: Download complete
04:30:48 dc0c877bc220: Verifying Checksum
04:30:48 dc0c877bc220: Download complete
04:30:48 96330885360a: Verifying Checksum
04:30:48 96330885360a: Download complete
04:30:48 532f6f723709: Verifying Checksum
04:30:48 532f6f723709: Download complete
04:30:49 d960726af2be: Pull complete
04:30:50 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 22%]
04:30:50 e8d62473a22d: Pull complete
04:30:50 8962bc0fad55: Pull complete
04:30:50 d960726af2be: Pull complete
04:30:50 e8d62473a22d: Pull complete
04:30:50 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [ 22%]
04:30:50 8962bc0fad55: Pull complete
04:30:51 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 22%]
04:30:51 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 22%]
04:30:51 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 23%]
04:30:52 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 23%]
04:30:52 tests/integration/api_container_test.py::PortTest::test_port PASSED      [ 23%]
04:30:53 65d943ee54c1: Pull complete
04:30:53 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 23%]
04:30:53 65d943ee54c1: Pull complete
04:30:53 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 24%]
04:30:57 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 24%]
04:30:59 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 24%]
04:30:59 532f6f723709: Pull complete
04:31:00 1334e0fe2851: Pull complete
04:31:01 ba365db42d14: Pull complete
04:31:01 9c5512e22a86: Pull complete
04:31:01 532f6f723709: Pull complete
04:31:01 1334e0fe2851: Pull complete
04:31:01 ba365db42d14: Pull complete
04:31:01 9c5512e22a86: Pull complete
04:31:01 9b39d3d20df6: Pull complete
04:31:01 9b39d3d20df6: Pull complete
04:31:01 0ea1d392b265: Pull complete
04:31:01 0ea1d392b265: Pull complete
04:31:01 88aad7ffcf80: Pull complete
04:31:01 88aad7ffcf80: Pull complete
04:31:02 92ca52d7bf74: Pull complete
04:31:02 a9d58fe1666d: Pull complete
04:31:02 92ca52d7bf74: Pull complete
04:31:02 a9d58fe1666d: Pull complete
04:31:02 814ddb2b0389: Pull complete
04:31:02 727e03461b4d: Pull complete
04:31:02 c4dc93526807: Pull complete
04:31:02 814ddb2b0389: Pull complete
04:31:02 727e03461b4d: Pull complete
04:31:02 208095962182: Pull complete
04:31:02 9a95b7dbf526: Pull complete
04:31:02 c4dc93526807: Pull complete
04:31:02 208095962182: Pull complete
04:31:02 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 24%]
04:31:02 ffe1f433be9a: Pull complete
04:31:02 0cbe9b0a0821: Pull complete
04:31:03 9a95b7dbf526: Pull complete
04:31:03 ffe1f433be9a: Pull complete
04:31:03 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 25%]
04:31:03 cce483be05f3: Pull complete
04:31:03 0cbe9b0a0821: Pull complete
04:31:03 cce483be05f3: Pull complete
04:31:03 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 25%]
04:31:03 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 25%]
04:31:04 3a089b30f689: Pull complete
04:31:04 c06fcb07ec08: Pull complete
04:31:04 3a089b30f689: Pull complete
04:31:04 c06fcb07ec08: Pull complete
04:31:05 9464b3d9024d: Pull complete
04:31:05 9464b3d9024d: Pull complete
04:31:05 dc0c877bc220: Pull complete
04:31:05 96330885360a: Pull complete
04:31:05 Digest: sha256:e90e96a2251d4a1d1b385a47b9dd91b364ddb2346b60faffc6928317690d4551
04:31:05 Status: Downloaded newer image for dockerpinata/docker-py:py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb
04:31:05 dc0c877bc220: Pull complete
04:31:05 96330885360a: Pull complete
04:31:05 Digest: sha256:e90e96a2251d4a1d1b385a47b9dd91b364ddb2346b60faffc6928317690d4551
04:31:05 Status: Downloaded newer image for dockerpinata/docker-py:py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb
04:31:08 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 25%]
04:31:08 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 26%]
04:31:09 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 26%]
04:31:09 ============================= test session starts ==============================
04:31:09 platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
04:31:09 cachedir: .pytest_cache
04:31:09 rootdir: /src, inifile: pytest.ini
04:31:09 plugins: timeout-1.3.3, cov-2.6.1
04:31:09 ============================= test session starts ==============================
04:31:09 platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
04:31:09 cachedir: .pytest_cache
04:31:09 rootdir: /src, inifile: pytest.ini
04:31:09 plugins: timeout-1.3.3, cov-2.6.1
04:31:10 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 26%]
04:31:10 collecting ... collected 572 items
04:31:10 
04:31:10 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [  0%]
04:31:10 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [  0%]
04:31:10 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [  0%]
04:31:10 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [  0%]
04:31:10 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [  0%]
04:31:11 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [  1%]
04:31:11 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [  1%]
04:31:11 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [  1%]
04:31:11 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [  1%]
04:31:11 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [  1%]
04:31:11 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [  1%]
04:31:11 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [  2%]
04:31:11 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [  2%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [  2%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [  2%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [  2%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [  2%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [  3%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [  3%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  3%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [  3%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [  3%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [  4%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [  4%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [  4%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [  4%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [  4%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [  4%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [  5%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [  5%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [  5%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [  5%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [  5%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [  5%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [  6%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [  6%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [  6%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [  6%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [  6%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [  6%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [  7%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [  7%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [  7%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [  7%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [  7%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [  8%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [  8%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [  8%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [  8%]
04:31:11 collecting ... collected 572 items
04:31:11 
04:31:11 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [  0%]
04:31:11 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [  0%]
04:31:11 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [  0%]
04:31:11 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [  0%]
04:31:11 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [  0%]
04:31:11 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [  1%]
04:31:11 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [  1%]
04:31:11 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [  1%]
04:31:11 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [  1%]
04:31:11 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [  1%]
04:31:11 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [  1%]
04:31:11 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [  2%]
04:31:11 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [  2%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [  2%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [  2%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [  2%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [  2%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [  3%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [  3%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  3%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [  3%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [  3%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [  4%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [  4%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [  4%]
04:31:11 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 26%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [  8%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [  8%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [  9%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [  9%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [  9%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [  9%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [  9%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [  9%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 10%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 10%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 10%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 10%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 10%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 11%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 11%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 11%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 11%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 11%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 11%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 12%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 12%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 12%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 12%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 12%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 12%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 13%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 13%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 13%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 13%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 13%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 13%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 14%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 14%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 14%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 14%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 14%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 15%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 15%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 15%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 15%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 15%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 15%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 16%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 16%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 16%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 16%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 16%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 16%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 17%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 17%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 17%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 17%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 17%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 18%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 18%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 18%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 18%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 18%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 18%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 19%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
04:31:11 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 19%]
04:31:11 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 19%]
04:31:11 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 19%]
04:31:11 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 19%]
04:31:11 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 20%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 20%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 20%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 20%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 20%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 20%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 21%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 21%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 21%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 21%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 21%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 22%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 22%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 22%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 22%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 22%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 22%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 23%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 23%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 23%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 23%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 23%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 23%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 24%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 24%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 24%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 24%]
04:31:11 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 24%]
04:31:11 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 25%]
04:31:11 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 25%]
04:31:11 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 25%]
04:31:11 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 25%]
04:31:11 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 25%]
04:31:11 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [  4%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [  4%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [  4%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [  5%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [  5%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [  5%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [  5%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [  5%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [  5%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [  6%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [  6%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [  6%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [  6%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [  6%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [  6%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [  7%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [  7%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [  7%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [  7%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [  7%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [  8%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [  8%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [  8%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [  8%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [  8%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [  8%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [  9%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [  9%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [  9%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [  9%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [  9%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [  9%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 10%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 10%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 10%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 10%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 10%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 11%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 11%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 11%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 11%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 11%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 11%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 12%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 12%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 12%]
04:31:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 12%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 12%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 12%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 13%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 13%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 13%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 13%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 13%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 13%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 14%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 14%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 14%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 14%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 14%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 15%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 15%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 15%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 15%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 15%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 15%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 16%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 16%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 16%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 16%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 16%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 16%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 17%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 17%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 17%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 17%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 17%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 18%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 18%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 18%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 18%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 18%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 18%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 19%]
04:31:11 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
04:31:11 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 19%]
04:31:11 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 19%]
04:31:11 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 19%]
04:31:11 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 19%]
04:31:11 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 20%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 20%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 20%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 20%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 20%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 20%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 21%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 21%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 21%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 21%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 21%]
04:31:11 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 27%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 25%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 26%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 26%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 26%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 26%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 26%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 26%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 27%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 27%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 27%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 27%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 27%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 27%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 28%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 28%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 28%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 28%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 28%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 29%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 29%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 29%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 29%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 29%]
04:31:11 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 29%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 22%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 22%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 22%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 22%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 22%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 22%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 23%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 23%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 23%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 23%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 23%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 23%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 24%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 24%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 24%]
04:31:11 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 24%]
04:31:11 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 24%]
04:31:11 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 25%]
04:31:11 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 25%]
04:31:11 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 25%]
04:31:11 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 25%]
04:31:11 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 25%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 25%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 26%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 26%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 26%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 26%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 26%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 26%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 27%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 27%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 27%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 27%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 27%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 27%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 28%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 28%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 28%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 28%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 28%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 29%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 29%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 29%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 29%]
04:31:11 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 29%]
04:31:11 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 29%]
04:31:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 30%]
04:31:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 30%]
04:31:12 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 27%]
04:31:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 30%]
04:31:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 30%]
04:31:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 30%]
04:31:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 30%]
04:31:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 30%]
04:31:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 30%]
04:31:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 30%]
04:31:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 30%]
04:31:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 30%]
04:31:13 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 30%]
04:31:13 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 27%]
04:31:13 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 31%]
04:31:13 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 31%]
04:31:13 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 31%]
04:31:13 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 31%]
04:31:13 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 31%]
04:31:13 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 31%]
04:31:13 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 31%]
04:31:13 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 32%]
04:31:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 32%]
04:31:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 32%]
04:31:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 32%]
04:31:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 32%]
04:31:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 33%]
04:31:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 33%]
04:31:13 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 33%]
04:31:13 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 33%]
04:31:13 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 33%]
04:31:13 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 33%]
04:31:13 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 34%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 34%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 34%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 34%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 34%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 34%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 35%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 35%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 35%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 35%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 35%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 36%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 36%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 36%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 36%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 36%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 36%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 37%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 37%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 37%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 37%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 37%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 37%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 38%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 38%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 38%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 38%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 38%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 38%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 39%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 39%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 39%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 39%]
04:31:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 39%]
04:31:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 40%]
04:31:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 40%]
04:31:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 40%]
04:31:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 40%]
04:31:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 40%]
04:31:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 40%]
04:31:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 41%]
04:31:13 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 41%]
04:31:13 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 41%]
04:31:13 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 41%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 41%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 41%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 42%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 42%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 42%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 42%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 42%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 43%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 43%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 43%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 43%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 43%]
04:31:13 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 43%]
04:31:13 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 44%]
04:31:13 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 44%]
04:31:13 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 44%]
04:31:13 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 44%]
04:31:13 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 44%]
04:31:13 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 44%]
04:31:13 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 45%]
04:31:13 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED        [ 45%]
04:31:13 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 45%]
04:31:13 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 45%]
04:31:13 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 45%]
04:31:13 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 45%]
04:31:13 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 46%]
04:31:13 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 46%]
04:31:13 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 46%]
04:31:13 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 46%]
04:31:13 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 46%]
04:31:13 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 47%]
04:31:13 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 47%]
04:31:13 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 47%]
04:31:13 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 47%]
04:31:13 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 47%]
04:31:13 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 47%]
04:31:13 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 48%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 48%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 48%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 48%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 48%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 48%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 49%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 49%]
04:31:13 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 31%]
04:31:13 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 31%]
04:31:13 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 31%]
04:31:13 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 31%]
04:31:13 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 31%]
04:31:13 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 32%]
04:31:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 32%]
04:31:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 32%]
04:31:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 32%]
04:31:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 32%]
04:31:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 33%]
04:31:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 33%]
04:31:13 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 33%]
04:31:13 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 33%]
04:31:13 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 33%]
04:31:13 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 33%]
04:31:13 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 34%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 34%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 34%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 34%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 34%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 34%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 35%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 35%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 35%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 35%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 35%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 36%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 36%]
04:31:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 36%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 36%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 36%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 36%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 37%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 37%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 37%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 37%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 37%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 37%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 38%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 38%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 38%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 38%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 38%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 38%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 39%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 39%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 39%]
04:31:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 39%]
04:31:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 39%]
04:31:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 40%]
04:31:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 40%]
04:31:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 40%]
04:31:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 40%]
04:31:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 40%]
04:31:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 40%]
04:31:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 41%]
04:31:13 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 41%]
04:31:13 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 41%]
04:31:13 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 41%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 41%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 41%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 42%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 42%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 42%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 42%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 42%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 43%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 43%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 43%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 43%]
04:31:13 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 43%]
04:31:13 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 43%]
04:31:13 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 44%]
04:31:13 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 44%]
04:31:13 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 44%]
04:31:13 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 44%]
04:31:13 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 44%]
04:31:13 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 44%]
04:31:13 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 45%]
04:31:13 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED        [ 45%]
04:31:13 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 45%]
04:31:13 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 45%]
04:31:13 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 45%]
04:31:13 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 45%]
04:31:13 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 46%]
04:31:13 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 46%]
04:31:13 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 46%]
04:31:13 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 46%]
04:31:13 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 46%]
04:31:13 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 47%]
04:31:13 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 47%]
04:31:13 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 47%]
04:31:13 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 47%]
04:31:13 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 47%]
04:31:13 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 47%]
04:31:13 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 48%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 48%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 48%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 48%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 48%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 48%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 49%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 49%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 49%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 49%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 49%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 50%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 50%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 50%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 50%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 50%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 50%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 51%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 51%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 51%]
04:31:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 51%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 49%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 49%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 49%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 50%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 50%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 50%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 50%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 50%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 50%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 51%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 51%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 51%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 51%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 51%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 51%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 52%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 52%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 52%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 52%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 52%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 52%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 53%]
04:31:14 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 53%]
04:31:14 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 53%]
04:31:14 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 53%]
04:31:14 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 53%]
04:31:14 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 54%]
04:31:14 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 54%]
04:31:14 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 54%]
04:31:14 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 54%]
04:31:14 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 54%]
04:31:14 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 54%]
04:31:14 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 55%]
04:31:14 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 55%]
04:31:14 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 55%]
04:31:14 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 55%]
04:31:14 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 55%]
04:31:14 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 55%]
04:31:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 56%]
04:31:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 56%]
04:31:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 56%]
04:31:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 56%]
04:31:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 56%]
04:31:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 56%]
04:31:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 57%]
04:31:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 57%]
04:31:14 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 57%]
04:31:14 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 57%]
04:31:14 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 57%]
04:31:14 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 58%]
04:31:14 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 58%]
04:31:14 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 58%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 58%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 58%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 58%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 59%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 59%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 59%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 59%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 59%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 59%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 60%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 60%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 60%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 60%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 60%]
04:31:14 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 61%]
04:31:14 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 61%]
04:31:14 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 61%]
04:31:14 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 61%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 61%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 61%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 62%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 62%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 62%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 62%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 62%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 62%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 63%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 51%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 51%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 52%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 52%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 52%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 52%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 52%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 52%]
04:31:14 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 53%]
04:31:14 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 53%]
04:31:14 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 53%]
04:31:14 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 53%]
04:31:14 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 53%]
04:31:14 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 54%]
04:31:14 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 54%]
04:31:14 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 54%]
04:31:14 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 54%]
04:31:14 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 54%]
04:31:14 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 54%]
04:31:14 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 55%]
04:31:14 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 55%]
04:31:14 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 55%]
04:31:14 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 55%]
04:31:14 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 55%]
04:31:14 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 55%]
04:31:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 56%]
04:31:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 56%]
04:31:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 56%]
04:31:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 56%]
04:31:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 56%]
04:31:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 56%]
04:31:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 57%]
04:31:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 57%]
04:31:14 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 57%]
04:31:14 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 57%]
04:31:14 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 57%]
04:31:14 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 58%]
04:31:14 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 58%]
04:31:14 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 58%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 58%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 58%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 58%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 59%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 59%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 59%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 59%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 59%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 59%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 60%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 60%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 60%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 60%]
04:31:14 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 60%]
04:31:14 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 61%]
04:31:14 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 61%]
04:31:14 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 61%]
04:31:14 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 61%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 61%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 61%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 62%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 62%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 62%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 62%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 62%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 62%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 63%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 63%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 63%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 63%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 63%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 63%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 64%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 64%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 64%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 64%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 64%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 65%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 65%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 65%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 65%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 65%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 65%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 66%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 66%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 66%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 66%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 66%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 66%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 67%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 67%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 67%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 67%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 67%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 68%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 68%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 68%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 68%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 68%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 68%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 69%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 69%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 63%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 63%]
04:31:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 63%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 63%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 63%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 64%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 64%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 64%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 64%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 64%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 65%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 65%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 65%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 65%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 65%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 65%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 66%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 66%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 66%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 66%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 66%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 66%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 67%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 67%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 67%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 67%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 67%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 68%]
04:31:14 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 68%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 68%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 68%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 68%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 68%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 69%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 69%]
04:31:14 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 27%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 69%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 69%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 69%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 69%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 70%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 70%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_search_limit PASSED [ 70%]
04:31:14 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 70%]
04:31:14 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 70%]
04:31:14 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 70%]
04:31:14 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 71%]
04:31:14 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 71%]
04:31:14 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 71%]
04:31:14 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 71%]
04:31:14 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 71%]
04:31:14 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 72%]
04:31:14 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 72%]
04:31:14 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 72%]
04:31:14 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 72%]
04:31:14 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 72%]
04:31:14 tests/unit/models_secrets_test.py::CreateServiceTest::test_secrets_repr PASSED [ 72%]
04:31:14 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 73%]
04:31:14 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_hostname_prefix_trim PASSED [ 73%]
04:31:14 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_and_port PASSED [ 73%]
04:31:14 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_only PASSED [ 73%]
04:31:14 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_url PASSED [ 73%]
04:31:14 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_user_and_hostname PASSED [ 73%]
04:31:14 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 74%]
04:31:14 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 74%]
04:31:14 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 74%]
04:31:14 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 74%]
04:31:14 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 74%]
04:31:14 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 75%]
04:31:14 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 75%]
04:31:14 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 75%]
04:31:14 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 75%]
04:31:14 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 75%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 75%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 76%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 76%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 76%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 76%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 76%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 76%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 77%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 77%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 77%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 77%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 77%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 69%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 69%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 69%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 69%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 70%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 70%]
04:31:14 tests/unit/models_images_test.py::ImageCollectionTest::test_search_limit PASSED [ 70%]
04:31:14 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 70%]
04:31:14 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 70%]
04:31:14 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 70%]
04:31:14 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 71%]
04:31:14 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 71%]
04:31:14 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 71%]
04:31:14 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 71%]
04:31:14 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 71%]
04:31:14 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 72%]
04:31:14 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 72%]
04:31:14 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 72%]
04:31:14 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 72%]
04:31:14 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 72%]
04:31:14 tests/unit/models_secrets_test.py::CreateServiceTest::test_secrets_repr PASSED [ 72%]
04:31:14 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 73%]
04:31:14 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_hostname_prefix_trim PASSED [ 73%]
04:31:14 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_and_port PASSED [ 73%]
04:31:14 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_only PASSED [ 73%]
04:31:14 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_url PASSED [ 73%]
04:31:14 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_user_and_hostname PASSED [ 73%]
04:31:14 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 74%]
04:31:14 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 74%]
04:31:14 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 74%]
04:31:14 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 74%]
04:31:14 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 74%]
04:31:14 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 75%]
04:31:14 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 75%]
04:31:14 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 75%]
04:31:14 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 75%]
04:31:14 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 75%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 75%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 76%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 76%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 76%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 76%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 76%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 76%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 77%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 77%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 77%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 77%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 77%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 77%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 78%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 78%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 78%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 78%]
04:31:14 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 28%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 77%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 78%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 78%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 78%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 78%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 78%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 79%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 79%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 79%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 79%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 79%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 79%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 80%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 80%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 80%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 80%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 80%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 80%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 81%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 81%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 81%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 81%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 81%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 81%]
04:31:14 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 82%]
04:31:14 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 82%]
04:31:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 82%]
04:31:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 82%]
04:31:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 82%]
04:31:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 83%]
04:31:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 83%]
04:31:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 83%]
04:31:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 83%]
04:31:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 83%]
04:31:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 83%]
04:31:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 84%]
04:31:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 84%]
04:31:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 84%]
04:31:14 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 84%]
04:31:14 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 84%]
04:31:14 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 84%]
04:31:14 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 85%]
04:31:14 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 85%]
04:31:14 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 85%]
04:31:14 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 85%]
04:31:14 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 85%]
04:31:14 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 86%]
04:31:14 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 86%]
04:31:14 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 86%]
04:31:14 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 86%]
04:31:14 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 86%]
04:31:14 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 86%]
04:31:14 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 87%]
04:31:14 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 87%]
04:31:14 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 87%]
04:31:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 87%]
04:31:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 87%]
04:31:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 87%]
04:31:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 88%]
04:31:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 88%]
04:31:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 88%]
04:31:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 88%]
04:31:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 88%]
04:31:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 88%]
04:31:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 89%]
04:31:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 89%]
04:31:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 89%]
04:31:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 89%]
04:31:14 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 89%]
04:31:14 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 90%]
04:31:14 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 90%]
04:31:14 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 90%]
04:31:14 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 90%]
04:31:14 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 90%]
04:31:14 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 90%]
04:31:14 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 91%]
04:31:14 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 91%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 78%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 79%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 79%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 79%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 79%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 79%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 79%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 80%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 80%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 80%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 80%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 80%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 80%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 81%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 81%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 81%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 81%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 81%]
04:31:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 81%]
04:31:14 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 82%]
04:31:14 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 82%]
04:31:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 82%]
04:31:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 82%]
04:31:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 82%]
04:31:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 83%]
04:31:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 83%]
04:31:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 83%]
04:31:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 83%]
04:31:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 83%]
04:31:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 83%]
04:31:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 84%]
04:31:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 84%]
04:31:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 84%]
04:31:14 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 84%]
04:31:14 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 84%]
04:31:14 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 84%]
04:31:14 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 85%]
04:31:14 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 85%]
04:31:14 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 85%]
04:31:14 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 85%]
04:31:14 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 85%]
04:31:14 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 86%]
04:31:14 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 86%]
04:31:14 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 86%]
04:31:14 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 86%]
04:31:14 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 86%]
04:31:14 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 86%]
04:31:14 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 87%]
04:31:14 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 87%]
04:31:14 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 87%]
04:31:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 87%]
04:31:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 87%]
04:31:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 87%]
04:31:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 88%]
04:31:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 88%]
04:31:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 88%]
04:31:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 88%]
04:31:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 88%]
04:31:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 88%]
04:31:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 89%]
04:31:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 89%]
04:31:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 89%]
04:31:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 89%]
04:31:14 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 89%]
04:31:14 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 90%]
04:31:14 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 90%]
04:31:14 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 90%]
04:31:14 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 90%]
04:31:14 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 90%]
04:31:14 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 90%]
04:31:14 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 91%]
04:31:14 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 91%]
04:31:14 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 91%]
04:31:14 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 91%]
04:31:14 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 91%]
04:31:14 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 91%]
04:31:14 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 92%]
04:31:14 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 92%]
04:31:14 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 92%]
04:31:14 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 92%]
04:31:14 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 92%]
04:31:14 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 93%]
04:31:14 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 93%]
04:31:14 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 93%]
04:31:14 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 93%]
04:31:15 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 91%]
04:31:15 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 91%]
04:31:15 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 91%]
04:31:15 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 91%]
04:31:15 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 92%]
04:31:15 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 92%]
04:31:15 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 92%]
04:31:15 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 92%]
04:31:15 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 92%]
04:31:15 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 93%]
04:31:15 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 93%]
04:31:15 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 93%]
04:31:15 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 93%]
04:31:15 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 93%]
04:31:15 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 93%]
04:31:15 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 94%]
04:31:15 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 94%]
04:31:15 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 94%]
04:31:15 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 94%]
04:31:15 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 94%]
04:31:15 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 94%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 95%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 95%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 95%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 95%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 95%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 95%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 96%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 96%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 96%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 96%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 96%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 97%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 97%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 97%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 97%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 97%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 97%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 98%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 98%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 98%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 98%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 98%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_square_brackets_address PASSED [ 99%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
04:31:15 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
04:31:15 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 93%]
04:31:15 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 93%]
04:31:15 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 94%]
04:31:15 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 94%]
04:31:15 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 94%]
04:31:15 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 94%]
04:31:15 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 94%]
04:31:15 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 94%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 95%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 95%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 95%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 95%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 95%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 95%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 96%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 96%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 96%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 96%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 96%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 97%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 97%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 97%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 97%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 97%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 97%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 98%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 98%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 98%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 98%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 98%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_square_brackets_address PASSED [ 99%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
04:31:15 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
04:31:15 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
04:31:15 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 28%]
04:31:15 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 28%]
04:31:15 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
04:31:15 
04:31:15 =============================== warnings summary ===============================
04:31:15 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
04:31:15   /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
04:31:15     from collections import MutableMapping
04:31:15 
04:31:15 -- Docs: https://docs.pytest.org/en/latest/warnings.html
04:31:15 
04:31:15 ---------- coverage: platform linux, python 3.7.10-final-0 -----------
04:31:15 Name                                  Stmts   Miss Branch BrPart  Cover
04:31:15 -----------------------------------------------------------------------
04:31:15 docker/__init__.py                        8      0      0      0   100%
04:31:15 docker/api/__init__.py                    1      0      0      0   100%
04:31:15 docker/api/build.py                     126     41     93     21    63%
04:31:15 docker/api/client.py                    261     64     96     12    75%
04:31:15 docker/api/config.py                     31     19      6      0    32%
04:31:15 docker/api/container.py                 266     72    104     25    65%
04:31:15 docker/api/daemon.py                     39      4     14      4    85%
04:31:15 docker/api/exec_api.py                   46     11     22      9    68%
04:31:15 docker/api/image.py                     160     43     60     14    70%
04:31:15 docker/api/network.py                    90     35     48     11    51%
04:31:15 docker/api/plugin.py                     90     68     14      0    21%
04:31:15 docker/api/secret.py                     36     23     10      0    28%
04:31:15 docker/api/service.py                   200    176    149      0     7%
04:31:15 docker/api/swarm.py                     106     67     38      1    28%
04:31:15 docker/api/volume.py                     38      9     14      2    71%
04:31:15 docker/auth.py                          198     16     74     16    88%
04:31:15 docker/client.py                         69      9      2      0    87%
04:31:15 docker/constants.py                      21      0      0      0   100%
04:31:15 docker/context/__init__.py                2      0      0      0   100%
04:31:15 docker/context/api.py                    78     41     38      8    39%
04:31:15 docker/context/config.py                 61     33     16      2    42%
04:31:15 docker/context/context.py               154     96     64      6    29%
04:31:15 docker/credentials/__init__.py            3      0      0      0   100%
04:31:15 docker/credentials/constants.py           4      0      0      0   100%
04:31:15 docker/credentials/errors.py             11      4      2      0    54%
04:31:15 docker/credentials/store.py              50     35     16      0    23%
04:31:15 docker/credentials/utils.py              23     18     12      0    14%
04:31:15 docker/errors.py                        110     26     20      4    71%
04:31:15 docker/models/__init__.py                 0      0      0      0   100%
04:31:15 docker/models/configs.py                 21      8      2      0    57%
04:31:15 docker/models/containers.py             183     11     70      9    91%
04:31:15 docker/models/images.py                 137     55     56      4    52%
04:31:15 docker/models/networks.py                37      7     12      3    71%
04:31:15 docker/models/nodes.py                   15      5      2      0    59%
04:31:15 docker/models/plugins.py                 49     30     10      0    32%
04:31:15 docker/models/resource.py                41     10      6      3    72%
04:31:15 docker/models/secrets.py                 22      4      2      0    75%
04:31:15 docker/models/services.py                87     35     36      4    59%
04:31:15 docker/models/swarm.py                   39     21      6      0    40%
04:31:15 docker/models/volumes.py                 23     10      4      0    48%
04:31:15 docker/tls.py                            37      6     14      6    76%
04:31:15 docker/transport/__init__.py             11      3      0      0    73%
04:31:15 docker/transport/basehttpadapter.py       6      0      2      1    88%
04:31:15 docker/transport/npipeconn.py            59     54     10      0     7%
04:31:15 docker/transport/npipesocket.py         137    132     22      0     3%
04:31:15 docker/transport/sshconn.py             163    106     56      4    30%
04:31:15 docker/transport/ssladapter.py           36     10     10      4    65%
04:31:15 docker/transport/unixconn.py             66      6     12      4    87%
04:31:15 docker/types/__init__.py                  6      0      0      0   100%
04:31:15 docker/types/base.py                      5      0      2      0   100%
04:31:15 docker/types/containers.py              420     79    326     43    81%
04:31:15 docker/types/daemon.py                   36     24     14      0    24%
04:31:15 docker/types/healthcheck.py              34     20      4      0    37%
04:31:15 docker/types/networks.py                 41     11     28      9    65%
04:31:15 docker/types/services.py                314    140    208     39    50%
04:31:15 docker/types/swarm.py                    51     45     40      0     7%
04:31:15 docker/utils/__init__.py                  3      0      0      0   100%
04:31:15 docker/utils/build.py                   155     27     76     10    81%
04:31:15 docker/utils/config.py                   36      1     10      1    96%
04:31:15 docker/utils/decorators.py               32      1     12      1    95%
04:31:15 docker/utils/fnmatch.py                  55     18     28      2    61%
04:31:15 docker/utils/json_stream.py              43      8     14      2    79%
04:31:15 docker/utils/ports.py                    50      3     32      2    91%
04:31:15 docker/utils/proxy.py                    32      1     12      0    98%
04:31:15 docker/utils/socket.py                   86     10     40      8    84%
04:31:15 docker/utils/utils.py                   278     18    171     13    92%
04:31:15 docker/version.py                         2      0      2      0   100%
04:31:15 -----------------------------------------------------------------------
04:31:15 TOTAL                                  5130   1829   2263    307    60%
04:31:15 
04:31:15 =========================== short test summary info ============================
04:31:15 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
04:31:15 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
04:31:15 SKIPPED [1] tests/unit/client_test.py:103: Npipe Connection Pool only on Windows
04:31:15 SKIPPED [1] tests/unit/client_test.py:142: Npipe Connection Pool only on Windows
04:31:15 SKIPPED [1] tests/unit/client_test.py:216: Npipe Connection Pool only on Windows
04:31:15 SKIPPED [1] tests/unit/client_test.py:253: Npipe Connection Pool only on Windows
04:31:15 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
04:31:15 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
04:31:15 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
04:31:15 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
04:31:15 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
04:31:15 SKIPPED [1] tests/unit/utils_test.py:478: shlex doesn't support bytes in py3
04:31:15 ======== 560 passed, 11 skipped, 1 xfailed, 1 warnings in 6.26 seconds =========
04:31:15 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
04:31:15 
04:31:15 =============================== warnings summary ===============================
04:31:15 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
04:31:15   /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
04:31:15     from collections import MutableMapping
04:31:15 
04:31:15 -- Docs: https://docs.pytest.org/en/latest/warnings.html
04:31:15 
04:31:15 ---------- coverage: platform linux, python 3.7.10-final-0 -----------
04:31:15 Name                                  Stmts   Miss Branch BrPart  Cover
04:31:15 -----------------------------------------------------------------------
04:31:15 docker/__init__.py                        8      0      0      0   100%
04:31:15 docker/api/__init__.py                    1      0      0      0   100%
04:31:15 docker/api/build.py                     126     41     93     21    63%
04:31:15 docker/api/client.py                    261     64     96     12    75%
04:31:15 docker/api/config.py                     31     19      6      0    32%
04:31:15 docker/api/container.py                 266     72    104     25    65%
04:31:15 docker/api/daemon.py                     39      4     14      4    85%
04:31:15 docker/api/exec_api.py                   46     11     22      9    68%
04:31:15 docker/api/image.py                     160     43     60     14    70%
04:31:15 docker/api/network.py                    90     35     48     11    51%
04:31:15 docker/api/plugin.py                     90     68     14      0    21%
04:31:15 docker/api/secret.py                     36     23     10      0    28%
04:31:15 docker/api/service.py                   200    176    149      0     7%
04:31:15 docker/api/swarm.py                     106     67     38      1    28%
04:31:15 docker/api/volume.py                     38      9     14      2    71%
04:31:15 docker/auth.py                          198     16     74     16    88%
04:31:15 docker/client.py                         69      9      2      0    87%
04:31:15 docker/constants.py                      21      0      0      0   100%
04:31:15 docker/context/__init__.py                2      0      0      0   100%
04:31:15 docker/context/api.py                    78     41     38      8    39%
04:31:15 docker/context/config.py                 61     33     16      2    42%
04:31:15 docker/context/context.py               154     96     64      6    29%
04:31:15 docker/credentials/__init__.py            3      0      0      0   100%
04:31:15 docker/credentials/constants.py           4      0      0      0   100%
04:31:15 docker/credentials/errors.py             11      4      2      0    54%
04:31:15 docker/credentials/store.py              50     35     16      0    23%
04:31:15 docker/credentials/utils.py              23     18     12      0    14%
04:31:15 docker/errors.py                        110     26     20      4    71%
04:31:15 docker/models/__init__.py                 0      0      0      0   100%
04:31:15 docker/models/configs.py                 21      8      2      0    57%
04:31:15 docker/models/containers.py             183     11     70      9    91%
04:31:15 docker/models/images.py                 137     55     56      4    52%
04:31:15 docker/models/networks.py                37      7     12      3    71%
04:31:15 docker/models/nodes.py                   15      5      2      0    59%
04:31:15 docker/models/plugins.py                 49     30     10      0    32%
04:31:15 docker/models/resource.py                41     10      6      3    72%
04:31:15 docker/models/secrets.py                 22      4      2      0    75%
04:31:15 docker/models/services.py                87     35     36      4    59%
04:31:15 docker/models/swarm.py                   39     21      6      0    40%
04:31:15 docker/models/volumes.py                 23     10      4      0    48%
04:31:15 docker/tls.py                            37      6     14      6    76%
04:31:15 docker/transport/__init__.py             11      3      0      0    73%
04:31:15 docker/transport/basehttpadapter.py       6      0      2      1    88%
04:31:15 docker/transport/npipeconn.py            59     54     10      0     7%
04:31:15 docker/transport/npipesocket.py         137    132     22      0     3%
04:31:15 docker/transport/sshconn.py             163    106     56      4    30%
04:31:15 docker/transport/ssladapter.py           36     10     10      4    65%
04:31:15 docker/transport/unixconn.py             66      6     12      4    87%
04:31:15 docker/types/__init__.py                  6      0      0      0   100%
04:31:15 docker/types/base.py                      5      0      2      0   100%
04:31:15 docker/types/containers.py              420     79    326     43    81%
04:31:15 docker/types/daemon.py                   36     24     14      0    24%
04:31:15 docker/types/healthcheck.py              34     20      4      0    37%
04:31:15 docker/types/networks.py                 41     11     28      9    65%
04:31:15 docker/types/services.py                314    140    208     39    50%
04:31:15 docker/types/swarm.py                    51     45     40      0     7%
04:31:15 docker/utils/__init__.py                  3      0      0      0   100%
04:31:15 docker/utils/build.py                   155     27     76     10    81%
04:31:15 docker/utils/config.py                   36      1     10      1    96%
04:31:15 docker/utils/decorators.py               32      1     12      1    95%
04:31:15 docker/utils/fnmatch.py                  55     18     28      2    61%
04:31:15 docker/utils/json_stream.py              43      8     14      2    79%
04:31:15 docker/utils/ports.py                    50      3     32      2    91%
04:31:15 docker/utils/proxy.py                    32      1     12      0    98%
04:31:15 docker/utils/socket.py                   86     10     40      8    84%
04:31:15 docker/utils/utils.py                   278     18    171     13    92%
04:31:15 docker/version.py                         2      0      2      0   100%
04:31:15 -----------------------------------------------------------------------
04:31:15 TOTAL                                  5130   1829   2263    307    60%
04:31:15 
04:31:15 =========================== short test summary info ============================
04:31:15 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
04:31:15 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
04:31:15 SKIPPED [1] tests/unit/client_test.py:103: Npipe Connection Pool only on Windows
04:31:15 SKIPPED [1] tests/unit/client_test.py:142: Npipe Connection Pool only on Windows
04:31:15 SKIPPED [1] tests/unit/client_test.py:216: Npipe Connection Pool only on Windows
04:31:15 SKIPPED [1] tests/unit/client_test.py:253: Npipe Connection Pool only on Windows
04:31:15 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
04:31:15 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
04:31:15 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
04:31:15 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
04:31:15 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
04:31:15 SKIPPED [1] tests/unit/utils_test.py:478: shlex doesn't support bytes in py3
04:31:15 ======== 560 passed, 11 skipped, 1 xfailed, 1 warnings in 6.32 seconds =========
04:31:16 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 28%]
04:31:16 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 29%]
[Pipeline] sh
[Pipeline] sh
04:31:16 + docker network create dpy-testnet-1-0-py3.7-19.03.13
04:31:16 1e8b611498a965eb1487d23d0bde8f28a8539aa374f43e3619139ffa2b79384a
[Pipeline] sh
04:31:16 + docker network create dpy-testnet-1-0-py3.7-20.10.7
04:31:16 546a94867bcd16d20d0ea105ee9eb3eff6e219154410396991fdeeb35f6fb4d8
[Pipeline] sh
04:31:16 + docker run --rm -d --name dpy-dind-1-0-py3.7-19.03.13 -v /tmp --privileged --network dpy-testnet-1-0-py3.7-19.03.13 dockerpinata/docker-py:sshdind-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb dockerd -H tcp://0.0.0.0:2375
04:31:16 Unable to find image 'dockerpinata/docker-py:sshdind-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb' locally
04:31:16 sshdind-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb: Pulling from dockerpinata/docker-py
04:31:16 df20fa9351a1: Pulling fs layer
04:31:16 25ad7478873d: Pulling fs layer
04:31:16 4684f6177b5d: Pulling fs layer
04:31:16 46e300cec669: Pulling fs layer
04:31:16 63038576ad94: Pulling fs layer
04:31:16 0fdb76c4706c: Pulling fs layer
04:31:16 cb7edeffdfd5: Pulling fs layer
04:31:16 cc28bd76800f: Pulling fs layer
04:31:16 54196fe38f7e: Pulling fs layer
04:31:16 ea71acc29633: Pulling fs layer
04:31:16 657cc4c15165: Pulling fs layer
04:31:16 62b96f3cc239: Pulling fs layer
04:31:16 29324255a80d: Pulling fs layer
04:31:16 e3132b9138ad: Pulling fs layer
04:31:16 9b0fb8638c1f: Pulling fs layer
04:31:16 fee204b5a1b5: Pulling fs layer
04:31:16 ced308c01cc8: Pulling fs layer
04:31:16 8ef7947eb8ad: Pulling fs layer
04:31:16 0fdb76c4706c: Waiting
04:31:16 cb7edeffdfd5: Waiting
04:31:16 cc28bd76800f: Waiting
04:31:16 54196fe38f7e: Waiting
04:31:16 ea71acc29633: Waiting
04:31:16 657cc4c15165: Waiting
04:31:16 62b96f3cc239: Waiting
04:31:16 29324255a80d: Waiting
04:31:16 e3132b9138ad: Waiting
04:31:16 9b0fb8638c1f: Waiting
04:31:16 fee204b5a1b5: Waiting
04:31:16 ced308c01cc8: Waiting
04:31:16 8ef7947eb8ad: Waiting
04:31:16 46e300cec669: Waiting
04:31:16 63038576ad94: Waiting
04:31:16 + docker run --rm -d --name dpy-dind-1-0-py3.7-20.10.7 -v /tmp --privileged --network dpy-testnet-1-0-py3.7-20.10.7 dockerpinata/docker-py:sshdind-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb dockerd -H tcp://0.0.0.0:2375
04:31:16 Unable to find image 'dockerpinata/docker-py:sshdind-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb' locally
04:31:16 sshdind-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb: Pulling from dockerpinata/docker-py
04:31:16 df20fa9351a1: Pulling fs layer
04:31:16 25ad7478873d: Pulling fs layer
04:31:16 4684f6177b5d: Pulling fs layer
04:31:16 46e300cec669: Pulling fs layer
04:31:16 63038576ad94: Pulling fs layer
04:31:16 0fdb76c4706c: Pulling fs layer
04:31:16 cb7edeffdfd5: Pulling fs layer
04:31:16 cc28bd76800f: Pulling fs layer
04:31:16 54196fe38f7e: Pulling fs layer
04:31:16 ea71acc29633: Pulling fs layer
04:31:16 657cc4c15165: Pulling fs layer
04:31:16 62b96f3cc239: Pulling fs layer
04:31:16 29324255a80d: Pulling fs layer
04:31:16 e3132b9138ad: Pulling fs layer
04:31:16 9b0fb8638c1f: Pulling fs layer
04:31:16 fee204b5a1b5: Pulling fs layer
04:31:16 ced308c01cc8: Pulling fs layer
04:31:16 8ef7947eb8ad: Pulling fs layer
04:31:16 ea71acc29633: Waiting
04:31:16 657cc4c15165: Waiting
04:31:16 62b96f3cc239: Waiting
04:31:16 29324255a80d: Waiting
04:31:16 e3132b9138ad: Waiting
04:31:16 9b0fb8638c1f: Waiting
04:31:16 fee204b5a1b5: Waiting
04:31:16 ced308c01cc8: Waiting
04:31:16 8ef7947eb8ad: Waiting
04:31:16 46e300cec669: Waiting
04:31:16 63038576ad94: Waiting
04:31:16 0fdb76c4706c: Waiting
04:31:16 cb7edeffdfd5: Waiting
04:31:16 cc28bd76800f: Waiting
04:31:16 54196fe38f7e: Waiting
04:31:16 4684f6177b5d: Verifying Checksum
04:31:16 4684f6177b5d: Download complete
04:31:16 4684f6177b5d: Verifying Checksum
04:31:16 4684f6177b5d: Download complete
04:31:16 df20fa9351a1: Verifying Checksum
04:31:16 df20fa9351a1: Download complete
04:31:16 25ad7478873d: Verifying Checksum
04:31:16 25ad7478873d: Download complete
04:31:16 63038576ad94: Verifying Checksum
04:31:16 63038576ad94: Download complete
04:31:16 0fdb76c4706c: Verifying Checksum
04:31:16 0fdb76c4706c: Download complete
04:31:16 cb7edeffdfd5: Verifying Checksum
04:31:16 cb7edeffdfd5: Download complete
04:31:16 54196fe38f7e: Verifying Checksum
04:31:16 54196fe38f7e: Download complete
04:31:16 df20fa9351a1: Pull complete
04:31:16 ea71acc29633: Verifying Checksum
04:31:16 ea71acc29633: Download complete
04:31:17 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 29%]
04:31:17 df20fa9351a1: Verifying Checksum
04:31:17 df20fa9351a1: Download complete
04:31:17 25ad7478873d: Download complete
04:31:17 63038576ad94: Verifying Checksum
04:31:17 63038576ad94: Download complete
04:31:17 0fdb76c4706c: Verifying Checksum
04:31:17 0fdb76c4706c: Download complete
04:31:17 cb7edeffdfd5: Verifying Checksum
04:31:17 cb7edeffdfd5: Download complete
04:31:17 54196fe38f7e: Verifying Checksum
04:31:17 54196fe38f7e: Download complete
04:31:17 df20fa9351a1: Pull complete
04:31:17 cc28bd76800f: Verifying Checksum
04:31:17 cc28bd76800f: Download complete
04:31:17 657cc4c15165: Verifying Checksum
04:31:17 657cc4c15165: Download complete
04:31:17 29324255a80d: Verifying Checksum
04:31:17 29324255a80d: Download complete
04:31:17 62b96f3cc239: Verifying Checksum
04:31:17 62b96f3cc239: Download complete
04:31:17 e3132b9138ad: Verifying Checksum
04:31:17 e3132b9138ad: Download complete
04:31:17 9b0fb8638c1f: Verifying Checksum
04:31:17 9b0fb8638c1f: Download complete
04:31:17 fee204b5a1b5: Verifying Checksum
04:31:17 fee204b5a1b5: Download complete
04:31:17 cc28bd76800f: Verifying Checksum
04:31:17 cc28bd76800f: Download complete
04:31:17 ea71acc29633: Verifying Checksum
04:31:17 ea71acc29633: Download complete
04:31:17 657cc4c15165: Verifying Checksum
04:31:17 657cc4c15165: Download complete
04:31:17 62b96f3cc239: Verifying Checksum
04:31:17 62b96f3cc239: Download complete
04:31:17 29324255a80d: Verifying Checksum
04:31:17 29324255a80d: Download complete
04:31:17 e3132b9138ad: Verifying Checksum
04:31:17 e3132b9138ad: Download complete
04:31:17 9b0fb8638c1f: Verifying Checksum
04:31:17 9b0fb8638c1f: Download complete
04:31:17 25ad7478873d: Pull complete
04:31:17 8ef7947eb8ad: Verifying Checksum
04:31:17 8ef7947eb8ad: Download complete
04:31:17 ced308c01cc8: Verifying Checksum
04:31:17 ced308c01cc8: Download complete
04:31:17 4684f6177b5d: Pull complete
04:31:17 fee204b5a1b5: Verifying Checksum
04:31:17 fee204b5a1b5: Download complete
04:31:17 25ad7478873d: Pull complete
04:31:17 8ef7947eb8ad: Verifying Checksum
04:31:17 8ef7947eb8ad: Download complete
04:31:17 ced308c01cc8: Verifying Checksum
04:31:17 ced308c01cc8: Download complete
04:31:17 4684f6177b5d: Pull complete
04:31:17 46e300cec669: Verifying Checksum
04:31:17 46e300cec669: Download complete
04:31:17 46e300cec669: Verifying Checksum
04:31:17 46e300cec669: Download complete
04:31:17 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 29%]
04:31:19 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 30%]
04:31:19 46e300cec669: Pull complete
04:31:19 63038576ad94: Pull complete
04:31:19 0fdb76c4706c: Pull complete
04:31:19 cb7edeffdfd5: Pull complete
04:31:19 46e300cec669: Pull complete
04:31:19 63038576ad94: Pull complete
04:31:19 0fdb76c4706c: Pull complete
04:31:19 cb7edeffdfd5: Pull complete
04:31:19 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 30%]
04:31:19 cc28bd76800f: Pull complete
04:31:20 cc28bd76800f: Pull complete
04:31:20 54196fe38f7e: Pull complete
04:31:20 ea71acc29633: Pull complete
04:31:20 657cc4c15165: Pull complete
04:31:20 54196fe38f7e: Pull complete
04:31:20 ea71acc29633: Pull complete
04:31:20 657cc4c15165: Pull complete
04:31:20 62b96f3cc239: Pull complete
04:31:20 29324255a80d: Pull complete
04:31:20 e3132b9138ad: Pull complete
04:31:20 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 30%]
04:31:20 62b96f3cc239: Pull complete
04:31:20 29324255a80d: Pull complete
04:31:20 e3132b9138ad: Pull complete
04:31:20 9b0fb8638c1f: Pull complete
04:31:20 fee204b5a1b5: Pull complete
04:31:20 ced308c01cc8: Pull complete
04:31:20 8ef7947eb8ad: Pull complete
04:31:20 Digest: sha256:03307c9cbcb505abbf14a7cfd6b8d05c356168a2048dd2bd9ed56d8fc180d27f
04:31:20 Status: Downloaded newer image for dockerpinata/docker-py:sshdind-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb
04:31:20 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 30%]
04:31:20 9b0fb8638c1f: Pull complete
04:31:20 fee204b5a1b5: Pull complete
04:31:20 ced308c01cc8: Pull complete
04:31:21 8ef7947eb8ad: Pull complete
04:31:21 Digest: sha256:03307c9cbcb505abbf14a7cfd6b8d05c356168a2048dd2bd9ed56d8fc180d27f
04:31:21 Status: Downloaded newer image for dockerpinata/docker-py:sshdind-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb
04:31:21 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 31%]
04:31:21 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 31%]
04:31:22 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 31%]
04:31:23 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 31%]
04:31:23 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 32%]
04:31:23 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 32%]
04:31:24 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 32%]
04:31:24 b8b9955399aa78ad5c3d28395e2d3c6bc93f13fa271a1fefa1acc5a76598bf41
[Pipeline] sh
04:31:24 37b6823aed490e333d6c6efa81f9346af6f1442a10ae7cc21876ccc52eeaac4d
[Pipeline] sh
04:31:24 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 32%]
04:31:25 + docker run --rm --name dpy-tests-1-0-py3.7-19.03.13 -e DOCKER_HOST=tcp://dpy-dind-1-0-py3.7-19.03.13:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py3.7-19.03.13 --volumes-from dpy-dind-1-0-py3.7-19.03.13 -v /home/ubuntu/workspace/docker-py_PR-2857@tmp/922199f5-f5c3-403b-8bcc-5bb4fcd54ea5/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb py.test -v -rxs --cov=docker tests/integration
04:31:25 + docker run --rm --name dpy-tests-1-0-py3.7-20.10.7 -e DOCKER_HOST=tcp://dpy-dind-1-0-py3.7-20.10.7:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py3.7-20.10.7 --volumes-from dpy-dind-1-0-py3.7-20.10.7 -v /home/ubuntu/workspace/docker-py_PR-2857@tmp/75de1ec1-fe67-4e67-8c1d-ec218e5afbf9/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb py.test -v -rxs --cov=docker tests/integration
04:31:25 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 33%]
04:31:27 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 33%]
04:31:27 ============================= test session starts ==============================
04:31:27 platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
04:31:27 cachedir: .pytest_cache
04:31:27 rootdir: /src, inifile: pytest.ini
04:31:27 plugins: timeout-1.3.3, cov-2.6.1
04:31:28 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 33%]
04:31:28 ============================= test session starts ==============================
04:31:28 platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
04:31:28 cachedir: .pytest_cache
04:31:28 rootdir: /src, inifile: pytest.ini
04:31:28 plugins: timeout-1.3.3, cov-2.6.1
04:31:28 collecting ... collected 390 items
04:31:28 
04:31:29 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 33%]
04:31:29 collecting ... collected 390 items
04:31:29 
04:31:30 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 34%]
04:31:30 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
04:31:30 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
04:31:30 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
04:31:30 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  1%]
04:31:31 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 34%]
04:31:31 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  1%]
04:31:31 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
04:31:31 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
04:31:31 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
04:31:31 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  1%]
04:31:31 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 34%]
04:31:32 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  1%]
04:31:32 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  1%]
04:31:32 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  1%]
04:31:32 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  2%]
04:31:32 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  1%]
04:31:32 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  2%]
04:31:32 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  2%]
04:31:32 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 34%]
04:31:33 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  1%]
04:31:33 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  2%]
04:31:33 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  2%]
04:31:33 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  3%]
04:31:33 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  3%]
04:31:33 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  2%]
04:31:33 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  2%]
04:31:33 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  3%]
04:31:34 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  2%]
04:31:34 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  3%]
04:31:34 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  3%]
04:31:34 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  3%]
04:31:34 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  4%]
04:31:34 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 35%]
04:31:34 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  3%]
04:31:34 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  3%]
04:31:35 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  4%]
04:31:36 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 35%]
04:31:36 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 35%]
04:31:36 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  4%]
04:31:36 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  4%]
04:31:36 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  4%]
04:31:37 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  4%]
04:31:37 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  4%]
04:31:37 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  4%]
04:31:38 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  5%]
04:31:39 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  5%]
04:31:40 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  5%]
04:31:40 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  5%]
04:31:40 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  5%]
04:31:40 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  6%]
04:31:40 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 35%]
04:31:40 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 36%]
04:31:40 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 36%]
04:31:40 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 36%]
04:31:40 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 36%]
04:31:40 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  6%]
04:31:40 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  6%]
04:31:40 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  6%]
04:31:40 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 37%]
04:31:41 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  7%]
04:31:41 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  7%]
04:31:41 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 37%]
04:31:41 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  5%]
04:31:41 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  5%]
04:31:41 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  5%]
04:31:41 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  6%]
04:31:41 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  6%]
04:31:41 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  6%]
04:31:41 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  6%]
04:31:41 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  7%]
04:31:41 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  7%]
04:31:41 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  8%]
04:31:41 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  8%]
04:31:41 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 37%]
04:31:41 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  7%]
04:31:41 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  7%]
04:31:41 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 37%]
04:31:42 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 38%]
04:31:42 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 38%]
04:31:42 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 38%]
04:31:42 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  7%]
04:31:42 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  7%]
04:31:42 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  8%]
04:31:42 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  8%]
04:31:42 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 38%]
04:31:42 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 39%]
04:31:42 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 39%]
04:31:42 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 39%]
04:31:42 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  8%]
04:31:43 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 40%]
04:31:43 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 40%]
04:31:43 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  8%]
04:31:43 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  9%]
04:31:43 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 40%]
04:31:43 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  8%]
04:31:43 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 40%]
04:31:43 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  8%]
04:31:43 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  9%]
04:31:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  9%]
04:31:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  9%]
04:31:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 10%]
04:31:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 10%]
04:31:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 10%]
04:31:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 10%]
04:31:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 11%]
04:31:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 11%]
04:31:44 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 41%]
04:31:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  9%]
04:31:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  9%]
04:31:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 10%]
04:31:45 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 41%]
04:31:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 10%]
04:31:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 10%]
04:31:45 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 41%]
04:31:46 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 10%]
04:31:46 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 11%]
04:31:46 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 11%]
04:31:46 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 11%]
04:31:46 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 11%]
04:31:46 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 41%]
04:31:46 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 12%]
04:31:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 12%]
04:31:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 11%]
04:31:47 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 42%]
04:31:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 11%]
04:31:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 12%]
04:31:48 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 42%]
04:31:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 12%]
04:31:49 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 42%]
04:31:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 12%]
04:31:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 12%]
04:31:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 13%]
04:31:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 13%]
04:31:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 13%]
04:31:50 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 13%]
04:31:50 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 42%]
04:31:50 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 43%]
04:31:50 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 14%]
04:31:51 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 12%]
04:31:51 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 12%]
04:31:51 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 13%]
04:31:51 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 13%]
04:31:51 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 13%]
04:31:51 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 13%]
04:31:51 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 43%]
04:31:52 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 14%]
04:31:53 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 43%]
04:31:53 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 43%]
04:31:53 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 44%]
04:31:53 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 44%]
04:31:53 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 44%]
04:31:53 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 44%]
04:31:53 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 45%]
04:31:54 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 45%]
04:31:54 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 45%]
04:31:55 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 45%]
04:31:56 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 46%]
04:31:56 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 46%]
04:31:57 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 46%]
04:31:57 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 46%]
04:31:57 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 47%]
04:31:58 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 47%]
04:31:58 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 47%]
04:31:58 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 47%]
04:31:59 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 48%]
04:31:59 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 48%]
04:32:00 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 48%]
04:32:01 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 48%]
04:32:02 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 49%]
04:32:03 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 49%]
04:32:03 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 49%]
04:32:03 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 50%]
04:32:03 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 50%]
04:32:05 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 50%]
04:32:06 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 50%]
04:32:06 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 51%]
04:32:06 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 51%]
04:32:06 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 51%]
04:32:07 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 14%]
04:32:07 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 51%]
04:32:07 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 14%]
04:32:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 52%]
04:32:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 52%]
04:32:07 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 14%]
04:32:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 52%]
04:32:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 52%]
04:32:08 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 15%]
04:32:08 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 14%]
04:32:08 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 14%]
04:32:08 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 14%]
04:32:08 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 15%]
04:32:08 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 15%]
04:32:08 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 15%]
04:32:08 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 53%]
04:32:08 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 53%]
04:32:08 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 15%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 53%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 53%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 54%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 54%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 54%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 54%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 55%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 55%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 55%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 55%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 56%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 56%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 56%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 56%]
04:32:09 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 15%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_maxreplicas PASSED [ 57%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 57%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 57%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 57%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 58%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 58%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 58%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 58%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 59%]
04:32:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 59%]
04:32:09 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 16%]
04:32:09 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 16%]
04:32:09 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 15%]
04:32:10 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 16%]
04:32:10 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 15%]
04:32:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 59%]
04:32:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 60%]
04:32:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 60%]
04:32:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 60%]
04:32:10 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 16%]
04:32:11 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 16%]
04:32:11 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 17%]
04:32:11 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 16%]
04:32:11 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 17%]
04:32:11 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 17%]
04:32:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 60%]
04:32:11 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 16%]
04:32:12 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 16%]
04:32:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 61%]
04:32:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 61%]
04:32:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 61%]
04:32:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 61%]
04:32:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 62%]
04:32:12 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 62%]
04:32:12 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 62%]
04:32:12 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 62%]
04:32:12 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 63%]
04:32:12 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 63%]
04:32:12 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 63%]
04:32:12 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 63%]
04:32:13 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 17%]
04:32:13 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 17%]
04:32:13 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 17%]
04:32:13 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 64%]
04:32:13 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 64%]
04:32:13 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 64%]
04:32:13 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 64%]
04:32:13 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 65%]
04:32:13 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 65%]
04:32:13 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 65%]
04:32:13 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 65%]
04:32:14 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 66%]
04:32:14 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 66%]
04:32:14 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 66%]
04:32:14 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 66%]
04:32:15 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 17%]
04:32:15 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 18%]
04:32:15 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 18%]
04:32:16 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 17%]
04:32:16 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 18%]
04:32:17 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 18%]
04:32:18 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [ 18%]
04:32:20 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [ 18%]
04:32:23 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 18%]
04:32:25 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 18%]
04:32:26 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 67%]
04:32:26 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 67%]
04:32:27 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
04:32:27 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [ 19%]
04:32:27 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 67%]
04:32:27 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 19%]
04:32:28 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
04:32:28 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 67%]
04:32:28 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 20%]
04:32:28 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [ 19%]
04:32:29 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 19%]
04:32:29 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 20%]
04:32:29 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 20%]
04:32:29 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 68%]
04:32:30 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 20%]
04:32:30 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 21%]
04:32:30 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [ 21%]
04:32:31 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 21%]
04:32:31 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 20%]
04:32:31 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 20%]
04:32:31 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 68%]
04:32:31 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 20%]
04:32:31 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 20%]
04:32:32 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 21%]
04:32:32 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 68%]
04:32:32 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [ 21%]
04:32:33 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 21%]
04:32:33 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [ 21%]
04:32:34 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 68%]
04:32:34 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 69%]
04:32:35 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 69%]
04:32:35 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [ 21%]
04:32:36 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 22%]
04:32:36 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [ 22%]
04:32:36 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 22%]
04:32:37 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 22%]
04:32:37 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 23%]
04:32:38 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 23%]
04:32:38 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 22%]
04:32:38 tests/integration/api_container_test.py::PortTest::test_port PASSED      [ 23%]
04:32:38 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [ 22%]
04:32:38 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 23%]
04:32:39 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 22%]
04:32:39 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 24%]
04:32:39 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 22%]
04:32:39 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 23%]
04:32:40 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 23%]
04:32:40 tests/integration/api_container_test.py::PortTest::test_port PASSED      [ 23%]
04:32:41 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 23%]
04:32:41 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 24%]
04:32:42 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 69%]
04:32:42 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 24%]
04:32:44 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 24%]
04:32:45 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 24%]
04:32:47 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 70%]
04:32:47 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 24%]
04:32:48 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 70%]
04:32:48 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 24%]
04:32:48 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 25%]
04:32:49 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 25%]
04:32:49 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 25%]
04:32:50 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 70%]
04:32:50 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 24%]
04:32:50 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 25%]
04:32:51 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 70%]
04:32:51 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 25%]
04:32:51 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 25%]
04:32:52 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 71%]
04:32:52 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 25%]
04:32:53 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 26%]
04:32:54 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 71%]
04:32:54 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 26%]
04:32:55 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 25%]
04:32:55 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 26%]
04:32:56 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 26%]
04:32:56 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 26%]
04:32:56 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 26%]
04:32:57 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 27%]
04:32:57 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 27%]
04:32:58 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 27%]
04:32:58 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 26%]
04:32:58 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 26%]
04:32:59 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 27%]
04:32:59 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 71%]
04:32:59 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 27%]
04:32:59 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 27%]
04:32:59 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 28%]
04:33:00 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 28%]
04:33:00 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 27%]
04:33:00 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 28%]
04:33:01 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 28%]
04:33:01 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 29%]
04:33:01 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 29%]
04:33:02 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 27%]
04:33:02 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 28%]
04:33:02 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 29%]
04:33:02 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 28%]
04:33:03 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 28%]
04:33:03 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 28%]
04:33:03 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 29%]
04:33:04 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 29%]
04:33:04 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 30%]
04:33:04 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 30%]
04:33:05 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 30%]
04:33:05 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 29%]
04:33:05 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 30%]
04:33:06 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 71%]
04:33:06 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 31%]
04:33:06 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 31%]
04:33:06 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 72%]
04:33:06 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 72%]
04:33:06 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 30%]
04:33:07 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 31%]
04:33:07 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 30%]
04:33:07 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 31%]
04:33:08 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 30%]
04:33:08 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 32%]
04:33:08 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 30%]
04:33:08 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 32%]
04:33:08 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 31%]
04:33:09 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 32%]
04:33:09 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 31%]
04:33:09 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 32%]
04:33:10 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 31%]
04:33:10 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 31%]
04:33:10 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 33%]
04:33:10 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 32%]
04:33:11 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 32%]
04:33:11 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 33%]
04:33:12 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 32%]
04:33:12 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 32%]
04:33:12 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 33%]
04:33:13 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 33%]
04:33:13 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 33%]
04:33:14 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 33%]
04:33:14 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 34%]
04:33:15 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 33%]
04:33:15 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 34%]
04:33:16 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 33%]
04:33:16 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 34%]
04:33:17 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 34%]
04:33:17 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 34%]
04:33:18 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 34%]
04:33:19 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 35%]
04:33:19 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 34%]
04:33:20 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 34%]
04:33:20 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 35%]
04:33:20 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 35%]
04:33:22 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 35%]
04:33:23 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 35%]
04:33:23 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 35%]
04:33:24 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 72%]
04:33:24 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 72%]
04:33:24 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 73%]
04:33:24 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 73%]
04:33:24 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 73%]
04:33:24 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 73%]
04:33:24 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 74%]
04:33:24 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 74%]
04:33:24 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 74%]
04:33:24 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 74%]
04:33:24 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 75%]
04:33:24 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 75%]
04:33:24 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 75%]
04:33:24 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 75%]
04:33:24 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 76%]
04:33:24 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 76%]
04:33:24 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 76%]
04:33:25 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 35%]
04:33:25 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 36%]
04:33:25 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 36%]
04:33:25 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 36%]
04:33:25 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 36%]
04:33:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 76%]
04:33:25 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 37%]
04:33:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 77%]
04:33:25 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 37%]
04:33:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 77%]
04:33:26 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 37%]
04:33:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 77%]
04:33:26 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 37%]
04:33:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 77%]
04:33:26 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 38%]
04:33:27 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 38%]
04:33:27 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 38%]
04:33:27 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 38%]
04:33:27 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 39%]
04:33:27 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 39%]
04:33:27 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 39%]
04:33:27 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 40%]
04:33:27 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 40%]
04:33:27 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 40%]
04:33:28 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 35%]
04:33:28 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 36%]
04:33:28 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 36%]
04:33:28 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 36%]
04:33:28 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 36%]
04:33:28 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 37%]
04:33:28 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 37%]
04:33:28 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 40%]
04:33:29 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 37%]
04:33:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 78%]
04:33:29 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 37%]
04:33:29 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 41%]
04:33:29 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 38%]
04:33:29 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 38%]
04:33:29 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 38%]
04:33:29 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 38%]
04:33:29 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 39%]
04:33:29 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 39%]
04:33:29 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 41%]
04:33:30 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 39%]
04:33:30 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 41%]
04:33:30 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 40%]
04:33:30 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 40%]
04:33:30 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 40%]
04:33:31 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 40%]
04:33:31 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 41%]
04:33:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 78%]
04:33:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
04:33:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 78%]
04:33:32 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 42%]
04:33:32 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 41%]
04:33:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 79%]
04:33:32 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 41%]
04:33:33 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 42%]
04:33:33 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 42%]
04:33:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 79%]
04:33:33 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 41%]
04:33:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 79%]
04:33:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 80%]
04:33:34 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 41%]
04:33:34 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 42%]
04:33:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 80%]
04:33:35 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 42%]
04:33:35 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 43%]
04:33:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 80%]
04:33:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 80%]
04:33:36 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 42%]
04:33:36 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 42%]
04:33:36 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 43%]
04:33:36 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 81%]
04:33:37 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 81%]
04:33:37 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 81%]
04:33:37 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 43%]
04:33:37 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 43%]
04:33:37 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 44%]
04:33:38 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 44%]
04:33:38 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 44%]
04:33:38 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 44%]
04:33:38 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 81%]
04:33:38 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 42%]
04:33:38 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 43%]
04:33:38 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 45%]
04:33:38 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 82%]
04:33:38 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 45%]
04:33:38 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 82%]
04:33:39 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 45%]
04:33:39 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 82%]
04:33:39 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 43%]
04:33:39 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 45%]
04:33:39 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 82%]
04:33:40 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 46%]
04:33:40 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 83%]
04:33:40 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 46%]
04:33:40 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 83%]
04:33:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 43%]
04:33:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 43%]
04:33:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 44%]
04:33:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 44%]
04:33:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 44%]
04:33:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 44%]
04:33:41 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 45%]
04:33:41 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 83%]
04:33:41 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 83%]
04:33:41 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 45%]
04:33:42 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 46%]
04:33:42 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 46%]
04:33:42 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 47%]
04:33:42 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 47%]
04:33:42 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 84%]
04:33:42 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 47%]
04:33:42 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 45%]
04:33:42 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 84%]
04:33:43 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 45%]
04:33:43 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 47%]
04:33:43 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 48%]
04:33:43 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 46%]
04:33:43 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 48%]
04:33:44 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 46%]
04:33:44 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 48%]
04:33:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 46%]
04:33:45 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 46%]
04:33:45 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 47%]
04:33:45 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 48%]
04:33:45 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 47%]
04:33:45 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 47%]
04:33:46 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 49%]
04:33:46 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 47%]
04:33:46 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 48%]
04:33:47 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 48%]
04:33:47 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 49%]
04:33:47 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 49%]
04:33:47 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 50%]
04:33:47 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 50%]
04:33:48 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 48%]
04:33:48 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 48%]
04:33:49 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 49%]
04:33:50 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 50%]
04:33:50 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 50%]
04:33:50 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 51%]
04:33:50 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 51%]
04:33:50 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 51%]
04:33:51 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 49%]
04:33:51 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 49%]
04:33:51 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 50%]
04:33:51 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 50%]
04:33:51 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 51%]
04:33:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 52%]
04:33:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 52%]
04:33:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 52%]
04:33:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 52%]
04:33:52 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 50%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 53%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 53%]
04:33:53 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 50%]
04:33:53 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 51%]
04:33:53 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 51%]
04:33:53 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 51%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 53%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 53%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 54%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 54%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 54%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 54%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 55%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 55%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 55%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 55%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 56%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 56%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 56%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 56%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_maxreplicas PASSED [ 57%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 57%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 57%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 57%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 58%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 58%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 58%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 58%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 59%]
04:33:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 59%]
04:33:54 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 51%]
04:33:54 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 84%]
04:33:54 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 84%]
04:33:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 52%]
04:33:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 52%]
04:33:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 52%]
04:33:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 52%]
04:33:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 59%]
04:33:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 60%]
04:33:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 60%]
04:33:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 60%]
04:33:55 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 85%]
04:33:55 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 85%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 60%]
04:33:56 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 85%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 53%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 53%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 53%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 53%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 54%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 54%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 54%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 54%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 55%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 55%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 55%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 55%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 56%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 56%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 56%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 56%]
04:33:56 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 85%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_maxreplicas PASSED [ 57%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 57%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 57%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 57%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 58%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 58%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 58%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 58%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 59%]
04:33:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 59%]
04:33:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 61%]
04:33:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 61%]
04:33:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 61%]
04:33:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 61%]
04:33:57 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 86%]
04:33:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 62%]
04:33:57 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 62%]
04:33:57 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 62%]
04:33:57 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 62%]
04:33:57 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 63%]
04:33:57 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 63%]
04:33:57 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 63%]
04:33:57 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 63%]
04:33:57 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 86%]
04:33:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 59%]
04:33:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 60%]
04:33:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 60%]
04:33:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 60%]
04:33:58 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 64%]
04:33:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 64%]
04:33:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 64%]
04:33:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 64%]
04:33:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 65%]
04:33:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 65%]
04:33:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 65%]
04:33:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 65%]
04:33:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 66%]
04:33:58 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 86%]
04:33:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 66%]
04:33:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 66%]
04:33:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 66%]
04:33:58 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 86%]
04:33:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 60%]
04:33:59 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 87%]
04:33:59 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 87%]
04:33:59 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 87%]
04:33:59 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 87%]
04:33:59 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 88%]
04:34:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 61%]
04:34:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 61%]
04:34:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 61%]
04:34:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 61%]
04:34:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 62%]
04:34:00 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 62%]
04:34:00 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 62%]
04:34:00 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 62%]
04:34:00 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 63%]
04:34:00 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 63%]
04:34:00 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 63%]
04:34:00 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 63%]
04:34:00 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 88%]
04:34:00 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 88%]
04:34:00 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 88%]
04:34:00 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 89%]
04:34:00 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 89%]
04:34:00 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 89%]
04:34:01 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 90%]
04:34:01 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 64%]
04:34:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 64%]
04:34:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 64%]
04:34:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 64%]
04:34:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 65%]
04:34:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 65%]
04:34:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 65%]
04:34:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 65%]
04:34:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 66%]
04:34:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 66%]
04:34:01 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 90%]
04:34:01 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 90%]
04:34:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 66%]
04:34:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 66%]
04:34:01 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 90%]
04:34:02 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 91%]
04:34:09 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 91%]
04:34:09 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 91%]
04:34:09 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 91%]
04:34:09 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 92%]
04:34:09 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 92%]
04:34:09 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 92%]
04:34:09 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 92%]
04:34:09 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 93%]
04:34:09 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 93%]
04:34:09 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 93%]
04:34:09 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 93%]
04:34:09 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 94%]
04:34:09 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 94%]
04:34:09 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 94%]
04:34:09 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 94%]
04:34:09 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 95%]
04:34:09 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 95%]
04:34:10 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 67%]
04:34:10 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 67%]
04:34:11 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 67%]
04:34:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 67%]
04:34:13 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 67%]
04:34:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 67%]
04:34:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 67%]
04:34:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 68%]
04:34:15 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 95%]
04:34:15 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 68%]
04:34:16 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 95%]
04:34:16 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 67%]
04:34:16 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 68%]
04:34:17 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 68%]
04:34:17 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 96%]
04:34:17 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 96%]
04:34:17 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 96%]
04:34:17 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 96%]
04:34:17 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 68%]
04:34:17 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 69%]
04:34:17 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 97%]
04:34:17 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 97%]
04:34:18 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 68%]
04:34:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 69%]
04:34:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 68%]
04:34:20 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 97%]
04:34:20 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 97%]
04:34:21 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 68%]
04:34:21 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 98%]
04:34:21 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 98%]
04:34:21 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 98%]
04:34:21 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 98%]
04:34:21 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 69%]
04:34:21 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 99%]
04:34:21 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 99%]
04:34:21 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 99%]
04:34:22 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [100%]
04:34:22 
04:34:22 ---------- coverage: platform linux, python 3.7.10-final-0 -----------
04:34:22 Name                                  Stmts   Miss Branch BrPart  Cover
04:34:22 -----------------------------------------------------------------------
04:34:22 docker/__init__.py                        8      0      0      0   100%
04:34:22 docker/api/__init__.py                    1      0      0      0   100%
04:34:22 docker/api/build.py                     126     26     93     23    74%
04:34:22 docker/api/client.py                    261     56     96     19    77%
04:34:22 docker/api/config.py                     31      0      6      2    95%
04:34:22 docker/api/container.py                 266     34    104     26    83%
04:34:22 docker/api/daemon.py                     39     14     14      3    53%
04:34:22 docker/api/exec_api.py                   46      9     22      3    79%
04:34:22 docker/api/image.py                     160     45     60     13    67%
04:34:22 docker/api/network.py                    90     13     48     12    80%
04:34:22 docker/api/plugin.py                     90     10     14      4    85%
04:34:22 docker/api/secret.py                     36      3     10      3    83%
04:34:22 docker/api/service.py                   200     58    149     32    62%
04:34:22 docker/api/swarm.py                     106     15     38     10    81%
04:34:22 docker/api/volume.py                     38      5     14      5    81%
04:34:22 docker/auth.py                          198     93     74     22    48%
04:34:22 docker/client.py                         69      5      2      1    92%
04:34:22 docker/constants.py                      21      0      0      0   100%
04:34:22 docker/context/__init__.py                2      0      0      0   100%
04:34:22 docker/context/api.py                    78     18     38     10    72%
04:34:22 docker/context/config.py                 61     25     16      3    53%
04:34:22 docker/context/context.py               154     26     64     15    78%
04:34:22 docker/credentials/__init__.py            3      0      0      0   100%
04:34:22 docker/credentials/constants.py           4      0      0      0   100%
04:34:22 docker/credentials/errors.py             11      1      2      1    85%
04:34:22 docker/credentials/store.py              50      9     16      5    73%
04:34:22 docker/credentials/utils.py              23     13     12      1    31%
04:34:22 docker/errors.py                        110     22     20      6    75%
04:34:22 docker/models/__init__.py                 0      0      0      0   100%
04:34:22 docker/models/configs.py                 21      8      2      0    57%
04:34:22 docker/models/containers.py             183     21     70      9    86%
04:34:22 docker/models/images.py                 137     41     56      6    67%
04:34:22 docker/models/networks.py                37      1     12      2    94%
04:34:22 docker/models/nodes.py                   15      1      2      0    94%
04:34:22 docker/models/plugins.py                 49     30     10      0    32%
04:34:22 docker/models/resource.py                41     11      6      2    72%
04:34:22 docker/models/secrets.py                 22      9      2      0    54%
04:34:22 docker/models/services.py                87      5     36      5    92%
04:34:22 docker/models/swarm.py                   39      3      6      3    87%
04:34:22 docker/models/volumes.py                 23      1      4      0    96%
04:34:22 docker/tls.py                            37     13     14      5    57%
04:34:22 docker/transport/__init__.py             11      3      0      0    73%
04:34:22 docker/transport/basehttpadapter.py       6      3      2      0    38%
04:34:22 docker/transport/npipeconn.py            59     54     10      0     7%
04:34:22 docker/transport/npipesocket.py         137    132     22      0     3%
04:34:22 docker/transport/sshconn.py             163    124     56      1    18%
04:34:22 docker/transport/ssladapter.py           36     22     10      1    33%
04:34:22 docker/transport/unixconn.py             66     42     12      0    31%
04:34:22 docker/types/__init__.py                  6      0      0      0   100%
04:34:22 docker/types/base.py                      5      0      2      0   100%
04:34:22 docker/types/containers.py              420    222    326     70    45%
04:34:22 docker/types/daemon.py                   36      8     14      4    72%
04:34:22 docker/types/healthcheck.py              34     12      4      1    61%
04:34:22 docker/types/networks.py                 41      7     28      6    78%
04:34:22 docker/types/services.py                314     70    208     40    75%
04:34:22 docker/types/swarm.py                    51     24     40     10    52%
04:34:22 docker/utils/__init__.py                  3      0      0      0   100%
04:34:22 docker/utils/build.py                   155     25     76     13    80%
04:34:22 docker/utils/config.py                   36      9     10      5    70%
04:34:22 docker/utils/decorators.py               32      6     12      4    73%
04:34:22 docker/utils/fnmatch.py                  55     27     28      4    41%
04:34:22 docker/utils/json_stream.py              43      8     14      3    77%
04:34:22 docker/utils/ports.py                    50     50     32      0     0%
04:34:22 docker/utils/proxy.py                    32      2     12      1    93%
04:34:22 docker/utils/socket.py                   86      9     40      7    86%
04:34:22 docker/utils/utils.py                   278     98    171     32    60%
04:34:22 docker/version.py                         2      0      2      0   100%
04:34:22 -----------------------------------------------------------------------
04:34:22 TOTAL                                  5130   1601   2263    453    64%
04:34:22 
04:34:22 =========================== short test summary info ============================
04:34:22 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
04:34:22   CONFIG_RT_GROUP_SCHED isn't enabled
04:34:22 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
04:34:22   Not supported on most drivers
04:34:22 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
04:34:22   Output of docker top depends on host distro, and is not formalized.
04:34:22 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
04:34:22   This doesn't seem to be taken into account by the engine
04:34:22 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
04:34:22 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
04:34:22 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
04:34:22 
04:34:22 ======== 377 passed, 5 skipped, 4 xfailed, 4 xpassed in 282.34 seconds =========
[Pipeline] sh
04:34:22 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 69%]
04:34:23 + docker stop dpy-dind-1-0-py3.7-19.03.12
04:34:24 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 69%]
04:34:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 69%]
04:34:30 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 70%]
04:34:30 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 70%]
04:34:31 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 70%]
04:34:33 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 70%]
04:34:34 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 70%]
04:34:35 dpy-dind-1-0-py3.7-19.03.12
[Pipeline] sh
04:34:35 + docker run --rm -d --name dpy-dind-1-0-py3.7-19.03.12 -v /tmp --privileged --network dpy-testnet-1-0-py3.7-19.03.12 dockerpinata/docker-py:sshdind-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb dockerd --experimental
04:34:35 adaae778302d7714f13f325051eb7bec4659f80ad86b2e003ca42dd49ba8a508
[Pipeline] sh
04:34:35 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 71%]
04:34:36 + docker exec dpy-dind-1-0-py3.7-19.03.12 sh -c /usr/sbin/sshd
[Pipeline] sh
04:34:36 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 70%]
04:34:36 + docker run --rm --name dpy-tests-1-0-py3.7-19.03.12 -e DOCKER_HOST=ssh://dpy-dind-1-0-py3.7-19.03.12:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py3.7-19.03.12 --volumes-from dpy-dind-1-0-py3.7-19.03.12 -v /home/ubuntu/workspace/docker-py_PR-2857@tmp/d5ddd80b-42d0-4a04-bfee-0bf2d4ff1429/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb py.test -v -rxs --cov=docker tests/ssh
04:34:37 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 70%]
04:34:37 ============================= test session starts ==============================
04:34:37 platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
04:34:37 cachedir: .pytest_cache
04:34:37 rootdir: /src, inifile: pytest.ini
04:34:37 plugins: timeout-1.3.3, cov-2.6.1
04:34:37 collecting ... collected 24 items
04:34:37 
04:34:37 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 71%]
04:34:38 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 70%]
04:34:38 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 71%]
04:34:39 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
04:34:39 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
04:34:39 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
04:34:39 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
04:34:39 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 71%]
04:34:41 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
04:34:41 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 71%]
04:34:42 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
04:34:43 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
04:34:44 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
04:34:44 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
04:34:44 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
04:34:45 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 71%]
04:34:45 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
04:34:46 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
04:34:47 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 71%]
04:34:49 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
04:34:50 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 72%]
04:34:50 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 72%]
04:34:50 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
04:34:50 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
04:34:51 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
04:34:53 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 71%]
04:34:53 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 72%]
04:34:53 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 72%]
04:34:54 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
04:34:54 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
04:34:55 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
04:34:57 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
04:35:01 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
04:35:01 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
04:35:01 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
04:35:02 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS          [100%]
04:35:02 
04:35:02 =============================== warnings summary ===============================
04:35:02 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
04:35:02   /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
04:35:02     from collections import MutableMapping
04:35:02 
04:35:02 -- Docs: https://docs.pytest.org/en/latest/warnings.html
04:35:02 
04:35:02 ---------- coverage: platform linux, python 3.7.10-final-0 -----------
04:35:02 Name                                  Stmts   Miss Branch BrPart  Cover
04:35:02 -----------------------------------------------------------------------
04:35:02 docker/__init__.py                        8      0      0      0   100%
04:35:02 docker/api/__init__.py                    1      0      0      0   100%
04:35:02 docker/api/build.py                     126     22     93     23    78%
04:35:02 docker/api/client.py                    261    100     96     15    56%
04:35:02 docker/api/config.py                     31     19      6      0    32%
04:35:02 docker/api/container.py                 266    171    104     10    28%
04:35:02 docker/api/daemon.py                     39     28     14      0    21%
04:35:02 docker/api/exec_api.py                   46     36     22      0    15%
04:35:02 docker/api/image.py                     160    108     60      5    26%
04:35:02 docker/api/network.py                    90     56     48      7    30%
04:35:02 docker/api/plugin.py                     90     68     14      0    21%
04:35:02 docker/api/secret.py                     36     23     10      0    28%
04:35:02 docker/api/service.py                   200    176    149      0     7%
04:35:02 docker/api/swarm.py                     106     77     38      0    20%
04:35:02 docker/api/volume.py                     38     29     14      0    17%
04:35:02 docker/auth.py                          198     93     74     22    48%
04:35:02 docker/client.py                         69     20      2      0    69%
04:35:02 docker/constants.py                      21      0      0      0   100%
04:35:02 docker/context/__init__.py                2      0      0      0   100%
04:35:02 docker/context/api.py                    78     57     38      0    18%
04:35:02 docker/context/config.py                 61     42     16      1    26%
04:35:02 docker/context/context.py               154    113     64      2    20%
04:35:02 docker/credentials/__init__.py            3      0      0      0   100%
04:35:02 docker/credentials/constants.py           4      0      0      0   100%
04:35:02 docker/credentials/errors.py             11      4      2      0    54%
04:35:02 docker/credentials/store.py              50     35     16      0    23%
04:35:02 docker/credentials/utils.py              23     18     12      0    14%
04:35:02 docker/errors.py                        110     38     20      5    61%
04:35:02 docker/models/__init__.py                 0      0      0      0   100%
04:35:02 docker/models/configs.py                 21      8      2      0    57%
04:35:02 docker/models/containers.py             183    131     70      0    21%
04:35:02 docker/models/images.py                 137     92     56      0    23%
04:35:02 docker/models/networks.py                37     20     12      0    35%
04:35:02 docker/models/nodes.py                   15      5      2      0    59%
04:35:02 docker/models/plugins.py                 49     30     10      0    32%
04:35:02 docker/models/resource.py                41     24      6      0    36%
04:35:02 docker/models/secrets.py                 22      9      2      0    54%
04:35:02 docker/models/services.py                87     63     36      0    20%
04:35:02 docker/models/swarm.py                   39     21      6      0    40%
04:35:02 docker/models/volumes.py                 23     10      4      0    48%
04:35:02 docker/tls.py                            37     26     14      0    22%
04:35:02 docker/transport/__init__.py             11      3      0      0    73%
04:35:02 docker/transport/basehttpadapter.py       6      0      2      1    88%
04:35:02 docker/transport/npipeconn.py            59     54     10      0     7%
04:35:02 docker/transport/npipesocket.py         137    132     22      0     3%
04:35:02 docker/transport/sshconn.py             163     58     56     17    56%
04:35:02 docker/transport/ssladapter.py           36     22     10      1    33%
04:35:02 docker/transport/unixconn.py             66     42     12      0    31%
04:35:02 docker/types/__init__.py                  6      0      0      0   100%
04:35:02 docker/types/base.py                      5      2      2      0    43%
04:35:02 docker/types/containers.py              420    356    326     11    10%
04:35:02 docker/types/daemon.py                   36     26     14      0    20%
04:35:02 docker/types/healthcheck.py              34     20      4      0    37%
04:35:02 docker/types/networks.py                 41     21     28      8    41%
04:35:02 docker/types/services.py                314    261    208      0    10%
04:35:02 docker/types/swarm.py                    51     45     40      0     7%
04:35:02 docker/utils/__init__.py                  3      0      0      0   100%
04:35:02 docker/utils/build.py                   155     27     76     13    79%
04:35:02 docker/utils/config.py                   36      9     10      5    70%
04:35:02 docker/utils/decorators.py               32      6     12      4    73%
04:35:02 docker/utils/fnmatch.py                  55     27     28      4    41%
04:35:02 docker/utils/json_stream.py              43      8     14      3    77%
04:35:02 docker/utils/ports.py                    50     50     32      0     0%
04:35:02 docker/utils/proxy.py                    32      3     12      2    89%
04:35:02 docker/utils/socket.py                   86     64     40      0    17%
04:35:02 docker/utils/utils.py                   278    182    171     25    29%
04:35:02 docker/version.py                         2      0      2      0   100%
04:35:02 -----------------------------------------------------------------------
04:35:02 TOTAL                                  5130   3190   2263    184    31%
04:35:02 
04:35:02 ============== 23 passed, 1 xpassed, 1 warnings in 25.11 seconds ===============
[Pipeline] sh
04:35:02 + docker stop dpy-dind-1-0-py3.7-19.03.12
04:35:04 dpy-dind-1-0-py3.7-19.03.12
04:35:04 + docker network rm dpy-testnet-1-0-py3.7-19.03.12
04:35:04 dpy-testnet-1-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] }
04:35:05 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 72%]
04:35:05 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 72%]
04:35:05 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 73%]
04:35:05 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 73%]
04:35:05 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 73%]
04:35:05 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 73%]
04:35:05 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 74%]
04:35:05 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 74%]
04:35:05 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 74%]
04:35:05 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 74%]
04:35:05 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 75%]
04:35:05 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 75%]
04:35:07 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 75%]
04:35:07 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 75%]
04:35:07 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 76%]
04:35:07 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 76%]
04:35:07 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 76%]
04:35:08 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 76%]
04:35:08 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 77%]
04:35:09 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 77%]
04:35:09 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 77%]
04:35:10 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 77%]
04:35:11 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 72%]
04:35:11 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 72%]
04:35:11 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 73%]
04:35:11 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 73%]
04:35:11 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 73%]
04:35:11 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 73%]
04:35:11 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 74%]
04:35:11 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 74%]
04:35:11 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 74%]
04:35:11 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 74%]
04:35:11 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 75%]
04:35:11 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 75%]
04:35:11 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 75%]
04:35:11 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 75%]
04:35:11 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 76%]
04:35:11 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 76%]
04:35:11 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 76%]
04:35:12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 76%]
04:35:12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 78%]
04:35:12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 77%]
04:35:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 77%]
04:35:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 77%]
04:35:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 77%]
04:35:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 78%]
04:35:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
04:35:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 78%]
04:35:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 79%]
04:35:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 78%]
04:35:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 79%]
04:35:17 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 79%]
04:35:17 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 80%]
04:35:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 80%]
04:35:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 80%]
04:35:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 80%]
04:35:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 78%]
04:35:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
04:35:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 78%]
04:35:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 79%]
04:35:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 81%]
04:35:20 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 81%]
04:35:20 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 81%]
04:35:20 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 79%]
04:35:20 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 81%]
04:35:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 79%]
04:35:21 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 82%]
04:35:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 80%]
04:35:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 80%]
04:35:21 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 82%]
04:35:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 80%]
04:35:22 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 82%]
04:35:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 80%]
04:35:22 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 82%]
04:35:23 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 83%]
04:35:23 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 83%]
04:35:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 81%]
04:35:24 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 83%]
04:35:24 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 81%]
04:35:24 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 81%]
04:35:24 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 83%]
04:35:24 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 84%]
04:35:24 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 81%]
04:35:25 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 84%]
04:35:25 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 82%]
04:35:25 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 82%]
04:35:26 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 82%]
04:35:26 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 82%]
04:35:27 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 83%]
04:35:27 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 83%]
04:35:28 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 83%]
04:35:28 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 83%]
04:35:29 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 84%]
04:35:29 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 84%]
04:35:37 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 84%]
04:35:37 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 84%]
04:35:37 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 85%]
04:35:38 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 85%]
04:35:38 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 85%]
04:35:39 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 85%]
04:35:39 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 86%]
04:35:40 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 86%]
04:35:40 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 86%]
04:35:41 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 86%]
04:35:41 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 84%]
04:35:41 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 84%]
04:35:41 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 87%]
04:35:41 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 87%]
04:35:42 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 85%]
04:35:42 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 87%]
04:35:42 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 87%]
04:35:42 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 88%]
04:35:42 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 85%]
04:35:42 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 88%]
04:35:42 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 85%]
04:35:43 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 88%]
04:35:43 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 88%]
04:35:43 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 89%]
04:35:43 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 89%]
04:35:43 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 89%]
04:35:43 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 85%]
04:35:43 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 90%]
04:35:43 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 90%]
04:35:43 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 90%]
04:35:43 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 90%]
04:35:44 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 86%]
04:35:44 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 86%]
04:35:44 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 91%]
04:35:44 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 86%]
04:35:45 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 86%]
04:35:46 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 87%]
04:35:46 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 87%]
04:35:46 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 87%]
04:35:46 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 87%]
04:35:46 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 88%]
04:35:47 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 88%]
04:35:47 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 88%]
04:35:47 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 88%]
04:35:47 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 89%]
04:35:47 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 89%]
04:35:47 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 89%]
04:35:47 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 90%]
04:35:47 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 90%]
04:35:48 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 90%]
04:35:48 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 90%]
04:35:49 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 91%]
04:35:51 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 91%]
04:35:51 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 91%]
04:35:51 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 91%]
04:35:51 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 92%]
04:35:51 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 92%]
04:35:51 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 92%]
04:35:51 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 92%]
04:35:51 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 93%]
04:35:51 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 93%]
04:35:51 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 93%]
04:35:51 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 93%]
04:35:51 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 94%]
04:35:51 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 94%]
04:35:51 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 94%]
04:35:51 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 94%]
04:35:51 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 95%]
04:35:51 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 95%]
04:35:54 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 91%]
04:35:55 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 91%]
04:35:55 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 91%]
04:35:55 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 92%]
04:35:55 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 92%]
04:35:55 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 92%]
04:35:56 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 92%]
04:35:56 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 93%]
04:35:56 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 93%]
04:35:56 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 93%]
04:35:56 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 93%]
04:35:56 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 94%]
04:35:56 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 94%]
04:35:56 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 94%]
04:35:56 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 94%]
04:35:56 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 95%]
04:35:56 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 95%]
04:35:57 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 95%]
04:35:58 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 95%]
04:35:59 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 96%]
04:35:59 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 96%]
04:35:59 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 96%]
04:35:59 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 96%]
04:36:00 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 97%]
04:36:00 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 97%]
04:36:01 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 95%]
04:36:02 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 97%]
04:36:02 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 97%]
04:36:02 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 95%]
04:36:03 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 98%]
04:36:03 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 98%]
04:36:03 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 98%]
04:36:03 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 98%]
04:36:03 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 99%]
04:36:03 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 99%]
04:36:03 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 99%]
04:36:04 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 96%]
04:36:04 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 96%]
04:36:04 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 96%]
04:36:04 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 96%]
04:36:04 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 97%]
04:36:04 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 97%]
04:36:04 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [100%]
04:36:04 
04:36:04 ---------- coverage: platform linux, python 3.7.10-final-0 -----------
04:36:04 Name                                  Stmts   Miss Branch BrPart  Cover
04:36:04 -----------------------------------------------------------------------
04:36:04 docker/__init__.py                        8      0      0      0   100%
04:36:04 docker/api/__init__.py                    1      0      0      0   100%
04:36:04 docker/api/build.py                     126     26     93     23    74%
04:36:04 docker/api/client.py                    261     56     96     19    77%
04:36:04 docker/api/config.py                     31      0      6      2    95%
04:36:04 docker/api/container.py                 266     34    104     26    83%
04:36:04 docker/api/daemon.py                     39     14     14      3    53%
04:36:04 docker/api/exec_api.py                   46      9     22      3    79%
04:36:04 docker/api/image.py                     160     45     60     13    67%
04:36:04 docker/api/network.py                    90     13     48     12    80%
04:36:04 docker/api/plugin.py                     90     10     14      4    85%
04:36:04 docker/api/secret.py                     36      3     10      3    83%
04:36:04 docker/api/service.py                   200     58    149     32    62%
04:36:04 docker/api/swarm.py                     106     15     38     10    81%
04:36:04 docker/api/volume.py                     38      5     14      5    81%
04:36:04 docker/auth.py                          198     93     74     22    48%
04:36:04 docker/client.py                         69      5      2      1    92%
04:36:04 docker/constants.py                      21      0      0      0   100%
04:36:04 docker/context/__init__.py                2      0      0      0   100%
04:36:04 docker/context/api.py                    78     18     38     10    72%
04:36:04 docker/context/config.py                 61     25     16      3    53%
04:36:04 docker/context/context.py               154     26     64     15    78%
04:36:04 docker/credentials/__init__.py            3      0      0      0   100%
04:36:04 docker/credentials/constants.py           4      0      0      0   100%
04:36:04 docker/credentials/errors.py             11      1      2      1    85%
04:36:04 docker/credentials/store.py              50      9     16      5    73%
04:36:04 docker/credentials/utils.py              23     13     12      1    31%
04:36:04 docker/errors.py                        110     22     20      6    75%
04:36:04 docker/models/__init__.py                 0      0      0      0   100%
04:36:04 docker/models/configs.py                 21      8      2      0    57%
04:36:04 docker/models/containers.py             183     21     70      9    86%
04:36:04 docker/models/images.py                 137     41     56      6    67%
04:36:04 docker/models/networks.py                37      1     12      2    94%
04:36:04 docker/models/nodes.py                   15      1      2      0    94%
04:36:04 docker/models/plugins.py                 49     30     10      0    32%
04:36:04 docker/models/resource.py                41     11      6      2    72%
04:36:04 docker/models/secrets.py                 22      9      2      0    54%
04:36:04 docker/models/services.py                87      5     36      5    92%
04:36:04 docker/models/swarm.py                   39      3      6      3    87%
04:36:04 docker/models/volumes.py                 23      1      4      0    96%
04:36:04 docker/tls.py                            37     13     14      5    57%
04:36:04 docker/transport/__init__.py             11      3      0      0    73%
04:36:04 docker/transport/basehttpadapter.py       6      3      2      0    38%
04:36:04 docker/transport/npipeconn.py            59     54     10      0     7%
04:36:04 docker/transport/npipesocket.py         137    132     22      0     3%
04:36:04 docker/transport/sshconn.py             163    124     56      1    18%
04:36:04 docker/transport/ssladapter.py           36     22     10      1    33%
04:36:04 docker/transport/unixconn.py             66     42     12      0    31%
04:36:04 docker/types/__init__.py                  6      0      0      0   100%
04:36:04 docker/types/base.py                      5      0      2      0   100%
04:36:04 docker/types/containers.py              420    222    326     70    45%
04:36:04 docker/types/daemon.py                   36      8     14      4    72%
04:36:04 docker/types/healthcheck.py              34     12      4      1    61%
04:36:04 docker/types/networks.py                 41      7     28      6    78%
04:36:04 docker/types/services.py                314     70    208     40    75%
04:36:04 docker/types/swarm.py                    51     24     40     10    52%
04:36:04 docker/utils/__init__.py                  3      0      0      0   100%
04:36:04 docker/utils/build.py                   155     25     76     13    80%
04:36:04 docker/utils/config.py                   36      9     10      5    70%
04:36:04 docker/utils/decorators.py               32      6     12      4    73%
04:36:04 docker/utils/fnmatch.py                  55     27     28      4    41%
04:36:04 docker/utils/json_stream.py              43      8     14      3    77%
04:36:04 docker/utils/ports.py                    50     50     32      0     0%
04:36:04 docker/utils/proxy.py                    32      2     12      1    93%
04:36:04 docker/utils/socket.py                   86      9     40      7    86%
04:36:04 docker/utils/utils.py                   278     98    171     32    60%
04:36:04 docker/version.py                         2      0      2      0   100%
04:36:04 -----------------------------------------------------------------------
04:36:04 TOTAL                                  5130   1601   2263    453    64%
04:36:04 
04:36:04 =========================== short test summary info ============================
04:36:04 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
04:36:04   CONFIG_RT_GROUP_SCHED isn't enabled
04:36:04 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
04:36:04   Not supported on most drivers
04:36:04 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
04:36:04   Output of docker top depends on host distro, and is not formalized.
04:36:04 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
04:36:04   This doesn't seem to be taken into account by the engine
04:36:04 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
04:36:04 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
04:36:04 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
04:36:04 
04:36:04 ======== 377 passed, 5 skipped, 4 xfailed, 4 xpassed in 277.18 seconds =========
[Pipeline] sh
04:36:04 + docker stop dpy-dind-1-0-py3.7-19.03.13
04:36:06 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 97%]
04:36:07 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 97%]
04:36:07 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 98%]
04:36:07 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 98%]
04:36:07 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 98%]
04:36:07 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 98%]
04:36:08 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 99%]
04:36:08 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 99%]
04:36:08 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 99%]
04:36:08 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [100%]
04:36:08 
04:36:08 ---------- coverage: platform linux, python 3.7.10-final-0 -----------
04:36:08 Name                                  Stmts   Miss Branch BrPart  Cover
04:36:08 -----------------------------------------------------------------------
04:36:08 docker/__init__.py                        8      0      0      0   100%
04:36:08 docker/api/__init__.py                    1      0      0      0   100%
04:36:08 docker/api/build.py                     126     26     93     23    74%
04:36:08 docker/api/client.py                    261     56     96     19    77%
04:36:08 docker/api/config.py                     31      0      6      2    95%
04:36:08 docker/api/container.py                 266     34    104     26    83%
04:36:08 docker/api/daemon.py                     39     14     14      3    53%
04:36:08 docker/api/exec_api.py                   46      9     22      3    79%
04:36:08 docker/api/image.py                     160     45     60     13    67%
04:36:08 docker/api/network.py                    90     13     48     12    80%
04:36:08 docker/api/plugin.py                     90     10     14      4    85%
04:36:08 docker/api/secret.py                     36      3     10      3    83%
04:36:08 docker/api/service.py                   200     58    149     32    62%
04:36:08 docker/api/swarm.py                     106     15     38     10    81%
04:36:08 docker/api/volume.py                     38      5     14      5    81%
04:36:08 docker/auth.py                          198     93     74     22    48%
04:36:08 docker/client.py                         69      5      2      1    92%
04:36:08 docker/constants.py                      21      0      0      0   100%
04:36:08 docker/context/__init__.py                2      0      0      0   100%
04:36:08 docker/context/api.py                    78     18     38     10    72%
04:36:08 docker/context/config.py                 61     25     16      3    53%
04:36:08 docker/context/context.py               154     26     64     15    78%
04:36:08 docker/credentials/__init__.py            3      0      0      0   100%
04:36:08 docker/credentials/constants.py           4      0      0      0   100%
04:36:08 docker/credentials/errors.py             11      1      2      1    85%
04:36:08 docker/credentials/store.py              50      9     16      5    73%
04:36:08 docker/credentials/utils.py              23     13     12      1    31%
04:36:08 docker/errors.py                        110     22     20      6    75%
04:36:08 docker/models/__init__.py                 0      0      0      0   100%
04:36:08 docker/models/configs.py                 21      8      2      0    57%
04:36:08 docker/models/containers.py             183     21     70      9    86%
04:36:08 docker/models/images.py                 137     41     56      6    67%
04:36:08 docker/models/networks.py                37      1     12      2    94%
04:36:08 docker/models/nodes.py                   15      1      2      0    94%
04:36:08 docker/models/plugins.py                 49     30     10      0    32%
04:36:08 docker/models/resource.py                41     11      6      2    72%
04:36:08 docker/models/secrets.py                 22      9      2      0    54%
04:36:08 docker/models/services.py                87      5     36      5    92%
04:36:08 docker/models/swarm.py                   39      3      6      3    87%
04:36:08 docker/models/volumes.py                 23      1      4      0    96%
04:36:08 docker/tls.py                            37     13     14      5    57%
04:36:08 docker/transport/__init__.py             11      3      0      0    73%
04:36:08 docker/transport/basehttpadapter.py       6      3      2      0    38%
04:36:08 docker/transport/npipeconn.py            59     54     10      0     7%
04:36:08 docker/transport/npipesocket.py         137    132     22      0     3%
04:36:08 docker/transport/sshconn.py             163    124     56      1    18%
04:36:08 docker/transport/ssladapter.py           36     22     10      1    33%
04:36:08 docker/transport/unixconn.py             66     42     12      0    31%
04:36:08 docker/types/__init__.py                  6      0      0      0   100%
04:36:08 docker/types/base.py                      5      0      2      0   100%
04:36:08 docker/types/containers.py              420    222    326     70    45%
04:36:08 docker/types/daemon.py                   36      8     14      4    72%
04:36:08 docker/types/healthcheck.py              34     12      4      1    61%
04:36:08 docker/types/networks.py                 41      7     28      6    78%
04:36:08 docker/types/services.py                314     70    208     40    75%
04:36:08 docker/types/swarm.py                    51     24     40     10    52%
04:36:08 docker/utils/__init__.py                  3      0      0      0   100%
04:36:08 docker/utils/build.py                   155     25     76     13    80%
04:36:08 docker/utils/config.py                   36      9     10      5    70%
04:36:08 docker/utils/decorators.py               32      6     12      4    73%
04:36:08 docker/utils/fnmatch.py                  55     27     28      4    41%
04:36:08 docker/utils/json_stream.py              43      8     14      3    77%
04:36:08 docker/utils/ports.py                    50     50     32      0     0%
04:36:08 docker/utils/proxy.py                    32      2     12      1    93%
04:36:08 docker/utils/socket.py                   86      9     40      7    86%
04:36:08 docker/utils/utils.py                   278     98    171     32    60%
04:36:08 docker/version.py                         2      0      2      0   100%
04:36:08 -----------------------------------------------------------------------
04:36:08 TOTAL                                  5130   1601   2263    453    64%
04:36:08 
04:36:08 =========================== short test summary info ============================
04:36:08 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
04:36:08   CONFIG_RT_GROUP_SCHED isn't enabled
04:36:08 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
04:36:08   Not supported on most drivers
04:36:08 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
04:36:08   Output of docker top depends on host distro, and is not formalized.
04:36:08 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
04:36:08   This doesn't seem to be taken into account by the engine
04:36:08 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
04:36:08 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
04:36:08 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
04:36:08 
04:36:08 ======== 377 passed, 5 skipped, 4 xfailed, 4 xpassed in 280.76 seconds =========
[Pipeline] sh
04:36:09 + docker stop dpy-dind-1-0-py3.7-20.10.7
04:36:16 dpy-dind-1-0-py3.7-19.03.13
[Pipeline] sh
04:36:17 + docker run --rm -d --name dpy-dind-1-0-py3.7-19.03.13 -v /tmp --privileged --network dpy-testnet-1-0-py3.7-19.03.13 dockerpinata/docker-py:sshdind-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb dockerd --experimental
04:36:17 a31b62ab6d43791667ac44f9dfb24bb62b9bd17ff693186a0e68e892b38f54e6
[Pipeline] sh
04:36:17 + docker exec dpy-dind-1-0-py3.7-19.03.13 sh -c /usr/sbin/sshd
[Pipeline] sh
04:36:18 + docker run --rm --name dpy-tests-1-0-py3.7-19.03.13 -e DOCKER_HOST=ssh://dpy-dind-1-0-py3.7-19.03.13:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py3.7-19.03.13 --volumes-from dpy-dind-1-0-py3.7-19.03.13 -v /home/ubuntu/workspace/docker-py_PR-2857@tmp/922199f5-f5c3-403b-8bcc-5bb4fcd54ea5/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb py.test -v -rxs --cov=docker tests/ssh
04:36:19 ============================= test session starts ==============================
04:36:19 platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
04:36:19 cachedir: .pytest_cache
04:36:19 rootdir: /src, inifile: pytest.ini
04:36:19 plugins: timeout-1.3.3, cov-2.6.1
04:36:19 collecting ... collected 24 items
04:36:19 
04:36:21 dpy-dind-1-0-py3.7-20.10.7
[Pipeline] sh
04:36:21 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
04:36:21 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
04:36:21 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
04:36:21 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
04:36:21 + docker run --rm -d --name dpy-dind-1-0-py3.7-20.10.7 -v /tmp --privileged --network dpy-testnet-1-0-py3.7-20.10.7 dockerpinata/docker-py:sshdind-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb dockerd --experimental
04:36:21 bcb7d94e7832026bbdbcb88f45f1202d29e2d8b42e4d62c8c58576a4a1b42a5a
[Pipeline] sh
04:36:22 + docker exec dpy-dind-1-0-py3.7-20.10.7 sh -c /usr/sbin/sshd
[Pipeline] sh
04:36:22 + docker run --rm --name dpy-tests-1-0-py3.7-20.10.7 -e DOCKER_HOST=ssh://dpy-dind-1-0-py3.7-20.10.7:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py3.7-20.10.7 --volumes-from dpy-dind-1-0-py3.7-20.10.7 -v /home/ubuntu/workspace/docker-py_PR-2857@tmp/75de1ec1-fe67-4e67-8c1d-ec218e5afbf9/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-3cc18c9ef5c5dcf719a9a1a2f4e62bc3b555d9eb py.test -v -rxs --cov=docker tests/ssh
04:36:23 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
04:36:23 ============================= test session starts ==============================
04:36:23 platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
04:36:23 cachedir: .pytest_cache
04:36:23 rootdir: /src, inifile: pytest.ini
04:36:23 plugins: timeout-1.3.3, cov-2.6.1
04:36:23 collecting ... collected 24 items
04:36:23 
04:36:24 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
04:36:25 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
04:36:25 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
04:36:25 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
04:36:25 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
04:36:25 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
04:36:25 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
04:36:25 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
04:36:26 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
04:36:27 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
04:36:27 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
04:36:27 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
04:36:28 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
04:36:29 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
04:36:29 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
04:36:30 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
04:36:30 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
04:36:30 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
04:36:30 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
04:36:31 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
04:36:32 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
04:36:32 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
04:36:32 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
04:36:34 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
04:36:34 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
04:36:35 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
04:36:35 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
04:36:36 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
04:36:36 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
04:36:36 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
04:36:39 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
04:36:40 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
04:36:40 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
04:36:41 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
04:36:41 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
04:36:41 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
04:36:41 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
04:36:42 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS          [100%]
04:36:42 
04:36:42 =============================== warnings summary ===============================
04:36:42 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
04:36:42   /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
04:36:42     from collections import MutableMapping
04:36:42 
04:36:42 -- Docs: https://docs.pytest.org/en/latest/warnings.html
04:36:42 
04:36:42 ---------- coverage: platform linux, python 3.7.10-final-0 -----------
04:36:42 Name                                  Stmts   Miss Branch BrPart  Cover
04:36:42 -----------------------------------------------------------------------
04:36:42 docker/__init__.py                        8      0      0      0   100%
04:36:42 docker/api/__init__.py                    1      0      0      0   100%
04:36:42 docker/api/build.py                     126     22     93     23    78%
04:36:42 docker/api/client.py                    261    100     96     15    56%
04:36:42 docker/api/config.py                     31     19      6      0    32%
04:36:42 docker/api/container.py                 266    171    104     10    28%
04:36:42 docker/api/daemon.py                     39     28     14      0    21%
04:36:42 docker/api/exec_api.py                   46     36     22      0    15%
04:36:42 docker/api/image.py                     160    108     60      5    26%
04:36:42 docker/api/network.py                    90     56     48      7    30%
04:36:42 docker/api/plugin.py                     90     68     14      0    21%
04:36:42 docker/api/secret.py                     36     23     10      0    28%
04:36:42 docker/api/service.py                   200    176    149      0     7%
04:36:42 docker/api/swarm.py                     106     77     38      0    20%
04:36:42 docker/api/volume.py                     38     29     14      0    17%
04:36:42 docker/auth.py                          198     93     74     22    48%
04:36:42 docker/client.py                         69     20      2      0    69%
04:36:42 docker/constants.py                      21      0      0      0   100%
04:36:42 docker/context/__init__.py                2      0      0      0   100%
04:36:42 docker/context/api.py                    78     57     38      0    18%
04:36:42 docker/context/config.py                 61     42     16      1    26%
04:36:42 docker/context/context.py               154    113     64      2    20%
04:36:42 docker/credentials/__init__.py            3      0      0      0   100%
04:36:42 docker/credentials/constants.py           4      0      0      0   100%
04:36:42 docker/credentials/errors.py             11      4      2      0    54%
04:36:42 docker/credentials/store.py              50     35     16      0    23%
04:36:42 docker/credentials/utils.py              23     18     12      0    14%
04:36:42 docker/errors.py                        110     38     20      5    61%
04:36:42 docker/models/__init__.py                 0      0      0      0   100%
04:36:42 docker/models/configs.py                 21      8      2      0    57%
04:36:42 docker/models/containers.py             183    131     70      0    21%
04:36:42 docker/models/images.py                 137     92     56      0    23%
04:36:42 docker/models/networks.py                37     20     12      0    35%
04:36:42 docker/models/nodes.py                   15      5      2      0    59%
04:36:42 docker/models/plugins.py                 49     30     10      0    32%
04:36:42 docker/models/resource.py                41     24      6      0    36%
04:36:42 docker/models/secrets.py                 22      9      2      0    54%
04:36:42 docker/models/services.py                87     63     36      0    20%
04:36:42 docker/models/swarm.py                   39     21      6      0    40%
04:36:42 docker/models/volumes.py                 23     10      4      0    48%
04:36:42 docker/tls.py                            37     26     14      0    22%
04:36:42 docker/transport/__init__.py             11      3      0      0    73%
04:36:42 docker/transport/basehttpadapter.py       6      0      2      1    88%
04:36:42 docker/transport/npipeconn.py            59     54     10      0     7%
04:36:42 docker/transport/npipesocket.py         137    132     22      0     3%
04:36:42 docker/transport/sshconn.py             163     58     56     17    56%
04:36:42 docker/transport/ssladapter.py           36     22     10      1    33%
04:36:42 docker/transport/unixconn.py             66     42     12      0    31%
04:36:42 docker/types/__init__.py                  6      0      0      0   100%
04:36:42 docker/types/base.py                      5      2      2      0    43%
04:36:42 docker/types/containers.py              420    356    326     11    10%
04:36:42 docker/types/daemon.py                   36     26     14      0    20%
04:36:42 docker/types/healthcheck.py              34     20      4      0    37%
04:36:42 docker/types/networks.py                 41     21     28      8    41%
04:36:42 docker/types/services.py                314    261    208      0    10%
04:36:42 docker/types/swarm.py                    51     45     40      0     7%
04:36:42 docker/utils/__init__.py                  3      0      0      0   100%
04:36:42 docker/utils/build.py                   155     27     76     13    79%
04:36:42 docker/utils/config.py                   36      9     10      5    70%
04:36:42 docker/utils/decorators.py               32      6     12      4    73%
04:36:42 docker/utils/fnmatch.py                  55     27     28      4    41%
04:36:42 docker/utils/json_stream.py              43      8     14      3    77%
04:36:42 docker/utils/ports.py                    50     50     32      0     0%
04:36:42 docker/utils/proxy.py                    32      3     12      2    89%
04:36:42 docker/utils/socket.py                   86     64     40      0    17%
04:36:42 docker/utils/utils.py                   278    182    171     25    29%
04:36:42 docker/version.py                         2      0      2      0   100%
04:36:42 -----------------------------------------------------------------------
04:36:42 TOTAL                                  5130   3190   2263    184    31%
04:36:42 
04:36:42 ============== 23 passed, 1 xpassed, 1 warnings in 23.84 seconds ===============
[Pipeline] sh
04:36:43 + docker stop dpy-dind-1-0-py3.7-19.03.13
04:36:43 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
04:36:44 dpy-dind-1-0-py3.7-19.03.13
04:36:44 + docker network rm dpy-testnet-1-0-py3.7-19.03.13
04:36:44 dpy-testnet-1-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] }
04:36:46 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
04:36:46 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
04:36:46 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
04:36:47 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS          [100%]
04:36:47 
04:36:47 =============================== warnings summary ===============================
04:36:47 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
04:36:47   /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
04:36:47     from collections import MutableMapping
04:36:47 
04:36:47 -- Docs: https://docs.pytest.org/en/latest/warnings.html
04:36:47 
04:36:47 ---------- coverage: platform linux, python 3.7.10-final-0 -----------
04:36:47 Name                                  Stmts   Miss Branch BrPart  Cover
04:36:47 -----------------------------------------------------------------------
04:36:47 docker/__init__.py                        8      0      0      0   100%
04:36:47 docker/api/__init__.py                    1      0      0      0   100%
04:36:47 docker/api/build.py                     126     22     93     23    78%
04:36:47 docker/api/client.py                    261    100     96     15    56%
04:36:47 docker/api/config.py                     31     19      6      0    32%
04:36:47 docker/api/container.py                 266    171    104     10    28%
04:36:47 docker/api/daemon.py                     39     28     14      0    21%
04:36:47 docker/api/exec_api.py                   46     36     22      0    15%
04:36:47 docker/api/image.py                     160    108     60      5    26%
04:36:47 docker/api/network.py                    90     56     48      7    30%
04:36:47 docker/api/plugin.py                     90     68     14      0    21%
04:36:47 docker/api/secret.py                     36     23     10      0    28%
04:36:47 docker/api/service.py                   200    176    149      0     7%
04:36:47 docker/api/swarm.py                     106     77     38      0    20%
04:36:47 docker/api/volume.py                     38     29     14      0    17%
04:36:47 docker/auth.py                          198     93     74     22    48%
04:36:47 docker/client.py                         69     20      2      0    69%
04:36:47 docker/constants.py                      21      0      0      0   100%
04:36:47 docker/context/__init__.py                2      0      0      0   100%
04:36:47 docker/context/api.py                    78     57     38      0    18%
04:36:47 docker/context/config.py                 61     42     16      1    26%
04:36:47 docker/context/context.py               154    113     64      2    20%
04:36:47 docker/credentials/__init__.py            3      0      0      0   100%
04:36:47 docker/credentials/constants.py           4      0      0      0   100%
04:36:47 docker/credentials/errors.py             11      4      2      0    54%
04:36:47 docker/credentials/store.py              50     35     16      0    23%
04:36:47 docker/credentials/utils.py              23     18     12      0    14%
04:36:47 docker/errors.py                        110     38     20      5    61%
04:36:47 docker/models/__init__.py                 0      0      0      0   100%
04:36:47 docker/models/configs.py                 21      8      2      0    57%
04:36:47 docker/models/containers.py             183    131     70      0    21%
04:36:47 docker/models/images.py                 137     92     56      0    23%
04:36:47 docker/models/networks.py                37     20     12      0    35%
04:36:47 docker/models/nodes.py                   15      5      2      0    59%
04:36:47 docker/models/plugins.py                 49     30     10      0    32%
04:36:47 docker/models/resource.py                41     24      6      0    36%
04:36:47 docker/models/secrets.py                 22      9      2      0    54%
04:36:47 docker/models/services.py                87     63     36      0    20%
04:36:47 docker/models/swarm.py                   39     21      6      0    40%
04:36:47 docker/models/volumes.py                 23     10      4      0    48%
04:36:47 docker/tls.py                            37     26     14      0    22%
04:36:47 docker/transport/__init__.py             11      3      0      0    73%
04:36:47 docker/transport/basehttpadapter.py       6      0      2      1    88%
04:36:47 docker/transport/npipeconn.py            59     54     10      0     7%
04:36:47 docker/transport/npipesocket.py         137    132     22      0     3%
04:36:47 docker/transport/sshconn.py             163     58     56     17    56%
04:36:47 docker/transport/ssladapter.py           36     22     10      1    33%
04:36:47 docker/transport/unixconn.py             66     42     12      0    31%
04:36:47 docker/types/__init__.py                  6      0      0      0   100%
04:36:47 docker/types/base.py                      5      2      2      0    43%
04:36:47 docker/types/containers.py              420    356    326     11    10%
04:36:47 docker/types/daemon.py                   36     26     14      0    20%
04:36:47 docker/types/healthcheck.py              34     20      4      0    37%
04:36:47 docker/types/networks.py                 41     21     28      8    41%
04:36:47 docker/types/services.py                314    261    208      0    10%
04:36:47 docker/types/swarm.py                    51     45     40      0     7%
04:36:47 docker/utils/__init__.py                  3      0      0      0   100%
04:36:47 docker/utils/build.py                   155     27     76     13    79%
04:36:47 docker/utils/config.py                   36      9     10      5    70%
04:36:47 docker/utils/decorators.py               32      6     12      4    73%
04:36:47 docker/utils/fnmatch.py                  55     27     28      4    41%
04:36:47 docker/utils/json_stream.py              43      8     14      3    77%
04:36:47 docker/utils/ports.py                    50     50     32      0     0%
04:36:47 docker/utils/proxy.py                    32      3     12      2    89%
04:36:47 docker/utils/socket.py                   86     64     40      0    17%
04:36:47 docker/utils/utils.py                   278    182    171     25    29%
04:36:47 docker/version.py                         2      0      2      0   100%
04:36:47 -----------------------------------------------------------------------
04:36:47 TOTAL                                  5130   3190   2263    184    31%
04:36:47 
04:36:47 ============== 23 passed, 1 xpassed, 1 warnings in 24.53 seconds ===============
[Pipeline] sh
04:36:48 + docker stop dpy-dind-1-0-py3.7-20.10.7
04:36:49 dpy-dind-1-0-py3.7-20.10.7
04:36:49 + docker network rm dpy-testnet-1-0-py3.7-20.10.7
04:36:49 dpy-testnet-1-0-py3.7-20.10.7
[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

GitHub has been notified of this commit’s build result

Finished: SUCCESS