Skip to content
Success

Console Output

Pull request #2806 opened
18:33:15 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 96c12726fdb9b24e985b4de74d5c82145ccd8185 rather than 4b44fa7e5db98af52fb9269422d05b9aa7e03f5c
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-2806@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
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-02194a497b2dd2c9c) in /home/ubuntu/workspace/docker-py_PR-2806
[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-2806@tmp/ca9aa13e-361c-45d3-8268-e2c63dff087c/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
18:33:17 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
18:33:17 chowning workspace
[Pipeline] sh
18:33:17 + pwd
18:33:17 + id -u
18:33:17 + id -g
18:33:17 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2806:/workspace busybox chown -R 1000:1000 /workspace
18:33:17 Unable to find image 'busybox:latest' locally
18:33:17 latest: Pulling from library/busybox
18:33:17 8b3d7e226fab: Pulling fs layer
18:33:17 8b3d7e226fab: Verifying Checksum
18:33:17 8b3d7e226fab: Download complete
18:33:17 8b3d7e226fab: Pull complete
18:33:18 Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac
18:33:18 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
18:33:18 Removing all docker containers
[Pipeline] sh
18:33:19 + docker container ls -aq
[Pipeline] echo
18:33:19 Docker containers have been removed
[Pipeline] echo
18:33:19 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
18:33:19 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
18:33:19 The recommended git tool is: git
18:33:19 using credential docker-jenkins-github-credentials
18:33:19 Cloning the remote Git repository
18:33: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-2806 # 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/2806/head:refs/remotes/origin/PR-2806 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:33:20 Fetching without tags
18:33:20 Merging remotes/origin/master commit 96c12726fdb9b24e985b4de74d5c82145ccd8185 into PR head commit 4b44fa7e5db98af52fb9269422d05b9aa7e03f5c
18:33:20 Merge succeeded, producing 4b44fa7e5db98af52fb9269422d05b9aa7e03f5c
18:33:20 Checking out Revision 4b44fa7e5db98af52fb9269422d05b9aa7e03f5c (PR-2806)
18:33:20 Commit message: "Fix volumes low-level documentation examples"
18:33:20 First time build. Skipping changelog.
[Pipeline] sh
18:33:21 + git rev-parse HEAD
[Pipeline] withDockerRegistry
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2806/head:refs/remotes/origin/PR-2806 # 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/2806/head:refs/remotes/origin/PR-2806 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4b44fa7e5db98af52fb9269422d05b9aa7e03f5c # 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 4b44fa7e5db98af52fb9269422d05b9aa7e03f5c # timeout=10
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
18:33:21 + docker pull dockerpinata/docker-py:sshdind-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c
18:33:21 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
18:33:21 + docker build -t dockerpinata/docker-py:sshdind-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c -f tests/Dockerfile-ssh-dind .
18:33:21 Sending build context to Docker daemon  1.373MB

18:33:21 Step 1/11 : ARG API_VERSION=1.39
18:33:21 Step 2/11 : ARG ENGINE_VERSION=19.03.12
18:33:21 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
18:33:22 19.03.12-dind: Pulling from library/docker
18:33:22 df20fa9351a1: Pulling fs layer
18:33:22 25ad7478873d: Pulling fs layer
18:33:22 4684f6177b5d: Pulling fs layer
18:33:22 46e300cec669: Pulling fs layer
18:33:22 63038576ad94: Pulling fs layer
18:33:22 0fdb76c4706c: Pulling fs layer
18:33:22 cb7edeffdfd5: Pulling fs layer
18:33:22 cc28bd76800f: Pulling fs layer
18:33:22 54196fe38f7e: Pulling fs layer
18:33:22 ea71acc29633: Pulling fs layer
18:33:22 657cc4c15165: Pulling fs layer
18:33:22 0fdb76c4706c: Waiting
18:33:22 cb7edeffdfd5: Waiting
18:33:22 cc28bd76800f: Waiting
18:33:22 54196fe38f7e: Waiting
18:33:22 ea71acc29633: Waiting
18:33:22 46e300cec669: Waiting
18:33:22 657cc4c15165: Waiting
18:33:22 63038576ad94: Waiting
18:33:22 25ad7478873d: Verifying Checksum
18:33:22 25ad7478873d: Download complete
18:33:22 4684f6177b5d: Verifying Checksum
18:33:22 4684f6177b5d: Download complete
18:33:22 df20fa9351a1: Verifying Checksum
$ 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-2806@tmp/898aba11-0e38-4189-9b89-fd5ad934d946/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
18:33:22 0fdb76c4706c: Verifying Checksum
18:33:22 0fdb76c4706c: Download complete
18:33:22 63038576ad94: Verifying Checksum
18:33:22 63038576ad94: Download complete
18:33:22 cb7edeffdfd5: Verifying Checksum
18:33:22 cb7edeffdfd5: Download complete
18:33:22 54196fe38f7e: Verifying Checksum
18:33:22 54196fe38f7e: Download complete
18:33:22 cc28bd76800f: Verifying Checksum
18:33:22 cc28bd76800f: Download complete
18:33:22 ea71acc29633: Verifying Checksum
18:33:22 ea71acc29633: Download complete
18:33:22 657cc4c15165: Verifying Checksum
18:33:22 657cc4c15165: Download complete
18:33:22 df20fa9351a1: Pull complete
18:33:22 25ad7478873d: Pull complete
18:33:22 46e300cec669: Verifying Checksum
18:33:22 46e300cec669: Download complete
18:33:22 4684f6177b5d: Pull complete
18:33:25 46e300cec669: Pull complete
18:33:25 63038576ad94: Pull complete
18:33:25 0fdb76c4706c: Pull complete
18:33:25 cb7edeffdfd5: Pull complete
18:33:25 cc28bd76800f: Pull complete
18:33:25 54196fe38f7e: Pull complete
18:33:25 ea71acc29633: Pull complete
18:33:25 657cc4c15165: Pull complete
18:33:25 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
18:33:25 Status: Downloaded newer image for docker:19.03.12-dind
18:33:25  ---> 66dc2d45749a
18:33:25 Step 4/11 : RUN apk add --no-cache 		openssh
18:33:25  ---> Running in 283bdec18041
18:33:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
18:33:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
18:33:27 (1/4) Installing openssh-sftp-server (8.3_p1-r2)
18:33:27 (2/4) Installing openssh-server-common (8.3_p1-r2)
18:33:27 (3/4) Installing openssh-server (8.3_p1-r2)
18:33:27 (4/4) Installing openssh (8.3_p1-r2)
18:33:27 Executing busybox-1.31.1-r16.trigger
18:33:27 OK: 28 MiB in 51 packages
18:33:27 Removing intermediate container 283bdec18041
18:33:27  ---> 9704112d16b9
18:33:27 Step 5/11 : RUN ssh-keygen -A
18:33:27  ---> Running in 091ec08c6a7a
18:33:28 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
18:33:29 Removing intermediate container 091ec08c6a7a
18:33:29  ---> 0a2fec5868fa
18:33:29 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
18:33:29  ---> Running in f9e713b42a20
18:33:29 Removing intermediate container f9e713b42a20
18:33:29  ---> 04069109c5a9
18:33:29 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
18:33:30  ---> 0de39a5edec3
18:33:30 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
18:33:30  ---> Running in 48a445c06d48
18:33:31 Removing intermediate container 48a445c06d48
18:33:31  ---> 2f5bb3822424
18:33:31 Step 9/11 : RUN echo "root:root" | chpasswd
18:33:31  ---> Running in 56bc8259a639
18:33:31 chpasswd: password for 'root' changed
18:33:31 Removing intermediate container 56bc8259a639
18:33:31  ---> ca15536d919a
18:33:31 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
18:33:31  ---> Running in fb9884d42167
18:33:32 Removing intermediate container fb9884d42167
18:33:32  ---> c3b5f392cc77
18:33:32 Step 11/11 : EXPOSE 22
18:33:32  ---> Running in ac90f49a246a
18:33:32 Removing intermediate container ac90f49a246a
18:33:32  ---> 44944cd10ad9
18:33:32 Successfully built 44944cd10ad9
18:33:32 Successfully tagged dockerpinata/docker-py:sshdind-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c
[Pipeline] isUnix
[Pipeline] sh
18:33:32 + docker tag dockerpinata/docker-py:sshdind-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c dockerpinata/docker-py:sshdind-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c
[Pipeline] isUnix
[Pipeline] sh
18:33:33 + docker push dockerpinata/docker-py:sshdind-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c
18:33:33 The push refers to repository [docker.io/dockerpinata/docker-py]
18:33:33 f29f3d941da1: Preparing
18:33:33 126fce535667: Preparing
18:33:33 cae699bbfb7c: Preparing
18:33:33 3da30c45621b: Preparing
18:33:33 7e8e98395e40: Preparing
18:33:33 890c26a828d3: Preparing
18:33:33 b43ffefed182: Preparing
18:33:33 1149e736aa92: Preparing
18:33:33 39e79983ac8b: Preparing
18:33:33 da8c28465f82: Preparing
18:33:33 d1292e236c36: Preparing
18:33:33 8890c171a12b: Preparing
18:33:33 4ae5bd84d450: Preparing
18:33:33 723a561964c8: Preparing
18:33:33 78764725b56c: Preparing
18:33:33 51d6d3d09136: Preparing
18:33:33 1507bc794612: Preparing
18:33:33 50644c29ef5a: Preparing
18:33:33 890c26a828d3: Waiting
18:33:33 b43ffefed182: Waiting
18:33:33 1149e736aa92: Waiting
18:33:33 39e79983ac8b: Waiting
18:33:33 da8c28465f82: Waiting
18:33:33 d1292e236c36: Waiting
18:33:33 8890c171a12b: Waiting
18:33:33 4ae5bd84d450: Waiting
18:33:33 723a561964c8: Waiting
18:33:33 78764725b56c: Waiting
18:33:33 51d6d3d09136: Waiting
18:33:33 1507bc794612: Waiting
18:33:33 50644c29ef5a: Waiting
18:33:34 f29f3d941da1: Pushed
18:33:34 cae699bbfb7c: Pushed
18:33:34 3da30c45621b: Pushed
18:33:34 1149e736aa92: Layer already exists
18:33:34 39e79983ac8b: Layer already exists
18:33:34 da8c28465f82: Layer already exists
18:33:34 d1292e236c36: Layer already exists
18:33:34 8890c171a12b: Layer already exists
18:33:34 126fce535667: Pushed
18:33:34 4ae5bd84d450: Layer already exists
18:33:34 723a561964c8: Layer already exists
18:33:34 78764725b56c: Layer already exists
18:33:34 51d6d3d09136: Layer already exists
18:33:34 1507bc794612: Layer already exists
18:33:34 50644c29ef5a: Layer already exists
18:33:34 7e8e98395e40: Pushed
18:33:35 890c26a828d3: Pushed
18:33:35 b43ffefed182: Pushed
18:33:36 sshdind-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c: digest: sha256:decbc452963f064099e3a8d1cc69d300ff3d7fab21bd3547758219aca950ff52 size: 4067
[Pipeline] isUnix
[Pipeline] sh
18:33:36 + docker pull dockerpinata/docker-py:py3-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c
18:33:36 Error response from daemon: manifest for dockerpinata/docker-py:py3-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
18:33:37 + docker build -t dockerpinata/docker-py:py3-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
18:33:37 Sending build context to Docker daemon  1.373MB

18:33:37 Step 1/21 : ARG PYTHON_VERSION=3.7
18:33:37 Step 2/21 : FROM python:${PYTHON_VERSION}
18:33:37 3.7: Pulling from library/python
18:33:37 004f1eed87df: Pulling fs layer
18:33:37 5d6f1e8117db: Pulling fs layer
18:33:37 48c2faf66abe: Pulling fs layer
18:33:37 234b70d0479d: Pulling fs layer
18:33:37 6fa07a00e2f0: Pulling fs layer
18:33:37 04a31b4508b8: Pulling fs layer
18:33:37 9039bc4ee433: Pulling fs layer
18:33:37 9d4af2d5ba9c: Pulling fs layer
18:33:37 dc46d185ff1d: Pulling fs layer
18:33:37 04a31b4508b8: Waiting
18:33:37 9039bc4ee433: Waiting
18:33:37 9d4af2d5ba9c: Waiting
18:33:37 dc46d185ff1d: Waiting
18:33:37 234b70d0479d: Waiting
18:33:37 6fa07a00e2f0: Waiting
18:33:37 5d6f1e8117db: Verifying Checksum
18:33:37 5d6f1e8117db: Download complete
18:33:37 48c2faf66abe: Verifying Checksum
18:33:37 48c2faf66abe: Download complete
18:33:38 004f1eed87df: Verifying Checksum
18:33:38 004f1eed87df: Download complete
18:33:38 234b70d0479d: Verifying Checksum
18:33:38 234b70d0479d: Download complete
18:33:38 04a31b4508b8: Verifying Checksum
18:33:38 04a31b4508b8: Download complete
18:33:38 9039bc4ee433: Verifying Checksum
18:33:38 9039bc4ee433: Download complete
18:33:38 9d4af2d5ba9c: Verifying Checksum
18:33:38 9d4af2d5ba9c: Download complete
18:33:38 dc46d185ff1d: Verifying Checksum
18:33:38 dc46d185ff1d: Download complete
18:33:40 6fa07a00e2f0: Verifying Checksum
18:33:40 6fa07a00e2f0: Download complete
18:33:41 004f1eed87df: Pull complete
18:33:41 5d6f1e8117db: Pull complete
18:33:41 48c2faf66abe: Pull complete
18:33:44 234b70d0479d: Pull complete
18:33:52 6fa07a00e2f0: Pull complete
18:33:52 04a31b4508b8: Pull complete
18:33:52 9039bc4ee433: Pull complete
18:33:52 9d4af2d5ba9c: Pull complete
18:33:52 dc46d185ff1d: Pull complete
18:33:52 Digest: sha256:8b3d5242ba72ac32785362c4ade75b61ce941bd454f8e1c585270736c9916fe6
18:33:52 Status: Downloaded newer image for python:3.7
18:33:52  ---> 581b9e21ee31
18:33:52 Step 3/21 : ARG APT_MIRROR
18:33:54  ---> Running in c1dd67dbaf6c
18:33:54 Removing intermediate container c1dd67dbaf6c
18:33:54  ---> 93d4477d2eeb
18:33:54 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
18:33:54  ---> Running in c33f15b03fa0
18:33:54 Removing intermediate container c33f15b03fa0
18:33:54  ---> b7f1978035ad
18:33:54 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
18:33:54  ---> Running in 67c2ff5ca99d
18:33:55 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
18:33:55 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
18:33:55 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
18:33:55 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [271 kB]
18:33:55 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
18:33:56 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
18:33:57 Fetched 8426 kB in 2s (4708 kB/s)
18:33:57 Reading package lists...
18:33:58 Reading package lists...
18:33:58 Building dependency tree...
18:33:58 Reading state information...
18:33:58 The following additional packages will be installed:
18:33:58   tree
18:33:58 Suggested packages:
18:33:58   libxml-simple-perl ruby
18:33:58 Recommended packages:
18:33:58   qrencode xclip
18:33:58 The following NEW packages will be installed:
18:33:58   gnupg2 pass tree
18:33:58 0 upgraded, 3 newly installed, 0 to remove and 6 not upgraded.
18:33:58 Need to get 481 kB of archives.
18:33:58 After this operation, 684 kB of additional disk space will be used.
18:33:58 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
18:33:59 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
18:33:59 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
18:33:59 debconf: delaying package configuration, since apt-utils is not installed
18:33:59 Fetched 481 kB in 0s (1789 kB/s)
18:33:59 Selecting previously unselected package gnupg2.
18:33:59 (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.)
18:33:59 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
18:33:59 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
18:33:59 Selecting previously unselected package tree.
18:33:59 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
18:33:59 Unpacking tree (1.8.0-1) ...
18:33:59 Selecting previously unselected package pass.
18:33:59 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
18:33:59 Unpacking pass (1.7.3-2) ...
18:33:59 Setting up gnupg2 (2.2.12-1+deb10u1) ...
18:33:59 Setting up tree (1.8.0-1) ...
18:33:59 Setting up pass (1.7.3-2) ...
18:34:00 Removing intermediate container 67c2ff5ca99d
18:34:00  ---> 8d2224eb037e
18:34:00 Step 6/21 : COPY tests/ssh-keys /root/.ssh
18:34:00  ---> d29cfb6a9bdf
18:34:00 Step 7/21 : RUN chmod -R 600 /root/.ssh
18:34:00  ---> Running in 529672da9fee
18:34:01 Removing intermediate container 529672da9fee
18:34:01  ---> 35421b7d3ff1
18:34:01 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
18:34:01  ---> 963c4d91ad01
18:34:01 Step 9/21 : RUN gpg2 --import gpg-keys/secret
18:34:01  ---> Running in f82e1e9a5d9b
18:34:01 gpg: directory '/root/.gnupg' created
18:34:01 gpg: keybox '/root/.gnupg/pubring.kbx' created
18:34:01 gpg: /root/.gnupg/trustdb.gpg: trustdb created
18:34:01 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
18:34:01 gpg: key 464ED987A7B21401: secret key imported
18:34:01 gpg: Total number processed: 1
18:34:01 gpg:               imported: 1
18:34:01 gpg:       secret keys read: 1
18:34:01 gpg:   secret keys imported: 1
18:34:01 Removing intermediate container f82e1e9a5d9b
18:34:01  ---> a2b6b745358a
18:34:01 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
18:34:01  ---> Running in badc95700b16
18:34:02 gpg: inserting ownertrust of 6
18:34:02 Removing intermediate container badc95700b16
18:34:02  ---> 231a7763fbe9
18:34:02 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
18:34:02  ---> Running in 2770550f06d9
18:34:03 gpg: please do a --check-trustdb
18:34:03 mkdir: created directory '/root/.password-store/'
18:34:03 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
18:34:03 Removing intermediate container 2770550f06d9
18:34:03  ---> 2392919df505
18:34:03 Step 12/21 : RUN gpg2 --check-trustdb
18:34:03  ---> Running in ab919ad1b52d
18:34:03 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
18:34:03 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
18:34:04 Removing intermediate container ab919ad1b52d
18:34:04  ---> 216102aa235a
18:34:04 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
18:34:04  ---> Running in f32c5d128554
18:34:04 Removing intermediate container f32c5d128554
18:34:04  ---> 9c999acf8a70
18:34:04 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
18:34:04  ---> Running in a1b1a43c947a
18:34:05 Removing intermediate container a1b1a43c947a
18:34:05  ---> 071ba22845a3
18:34:05 Step 15/21 : WORKDIR /src
18:34:05  ---> Running in a395b8a502dd
18:34:05 Removing intermediate container a395b8a502dd
18:34:05  ---> b6dafa6320ef
18:34:05 Step 16/21 : COPY requirements.txt /src/requirements.txt
18:34:05  ---> cd6a9dcad259
18:34:05 Step 17/21 : RUN pip install -r requirements.txt
18:34:05  ---> Running in a7207d0a036e
18:34:06 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
18:34:11 Collecting appdirs==1.4.3
18:34:12   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
18:34:12 Collecting asn1crypto==0.22.0
18:34:12   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
18:34:12 Collecting backports.ssl-match-hostname==3.5.0.1
18:34:12   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
18:34:12 Collecting cffi==1.14.4
18:34:12   Downloading cffi-1.14.4-cp37-cp37m-manylinux1_x86_64.whl (402 kB)
18:34:13 Collecting cryptography==3.4.7
18:34:13   Downloading cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl (3.2 MB)
18:34:13 Collecting enum34==1.1.6
18:34:13   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
18:34:13 Collecting idna==2.5
18:34:13   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
18:34:13 Collecting ipaddress==1.0.18
18:34:13   Downloading ipaddress-1.0.18.tar.gz (32 kB)
18:34:13 Collecting packaging==16.8
18:34:13   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
18:34:13 Collecting paramiko==2.4.2
18:34:13   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
18:34:13 Collecting pycparser==2.17
18:34:13   Downloading pycparser-2.17.tar.gz (231 kB)
18:34:14 Collecting pyOpenSSL==18.0.0
18:34:14   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
18:34:14 Collecting pyparsing==2.2.0
18:34:14   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
18:34:14 Collecting requests==2.20.0
18:34:14   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
18:34:14 Collecting urllib3==1.24.3
18:34:14   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
18:34:14 Collecting websocket-client==0.56.0
18:34:14   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
18:34:14 Collecting six
18:34:14   Downloading six-1.15.0-py2.py3-none-any.whl (10 kB)
18:34:14 Collecting bcrypt>=3.1.3
18:34:14   Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
18:34:14 Collecting pynacl>=1.0.1
18:34:14   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
18:34:14 Collecting pyasn1>=0.1.7
18:34:14   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
18:34:14 Collecting chardet<3.1.0,>=3.0.2
18:34:14   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
18:34:14 Collecting certifi>=2017.4.17
18:34:14   Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
18:34:14 Building wheels for collected packages: backports.ssl-match-hostname, ipaddress, pycparser
18:34:14   Building wheel for backports.ssl-match-hostname (setup.py): started
18:34:15   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
18:34:15   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=9707414e56f4b6ee4fd83562a5dc6db3744d0420da88c9a21f27b31737f192fb
18:34:15   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
18:34:15   Building wheel for ipaddress (setup.py): started
18:34:15   Building wheel for ipaddress (setup.py): finished with status 'done'
18:34:15   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18105 sha256=3e5898239f825b28ea7b9a20fd6d236396733f7529dea7d40bea20fb2236e3a7
18:34:15   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
18:34:15   Building wheel for pycparser (setup.py): started
18:34:16   Building wheel for pycparser (setup.py): finished with status 'done'
18:34:16   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192876 sha256=fac3940524369242b19da9db7ae8147bb448ac592fd2c0285a21aa1a27a04b38
18:34:16   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
18:34:16 Successfully built backports.ssl-match-hostname ipaddress pycparser
18:34:16 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
18:34:17 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.0 certifi-2020.12.5 cffi-1.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.15.0 urllib3-1.24.3 websocket-client-0.56.0
18:34:23 Removing intermediate container a7207d0a036e
18:34:23  ---> cd7b9bafb05e
18:34:23 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
18:34:23  ---> 67af94e27116
18:34:23 Step 19/21 : RUN pip install -r test-requirements.txt
18:34:23  ---> Running in 508e2e19f688
18:34:28 Collecting setuptools==54.1.1
18:34:28   Downloading setuptools-54.1.1-py3-none-any.whl (784 kB)
18:34:29 Collecting coverage==4.5.2
18:34:29   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
18:34:29 Collecting flake8==3.6.0
18:34:29   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
18:34:29 Collecting mock==1.0.1
18:34:29   Downloading mock-1.0.1.zip (861 kB)
18:34:29 Collecting pytest==4.3.1
18:34:29   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
18:34:29 Collecting pytest-cov==2.6.1
18:34:29   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
18:34:29 Collecting pytest-timeout==1.3.3
18:34:29   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
18:34:29 Collecting pycodestyle<2.5.0,>=2.4.0
18:34:29   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
18:34:29 Collecting pyflakes<2.1.0,>=2.0.0
18:34:29   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
18:34:29 Collecting mccabe<0.7.0,>=0.6.0
18:34:29   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
18:34:30 Collecting more-itertools>=4.0.0
18:34:30   Downloading more_itertools-8.7.0-py3-none-any.whl (48 kB)
18:34:30 Collecting attrs>=17.4.0
18:34:30   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
18:34:30 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.15.0)
18:34:30 Collecting pluggy>=0.7
18:34:30   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
18:34:30 Collecting py>=1.5.0
18:34:30   Downloading py-1.10.0-py2.py3-none-any.whl (97 kB)
18:34:30 Collecting atomicwrites>=1.0
18:34:30   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
18:34:30 Collecting importlib-metadata>=0.12
18:34:30   Downloading importlib_metadata-3.10.0-py3-none-any.whl (14 kB)
18:34:30 Collecting zipp>=0.5
18:34:30   Downloading zipp-3.4.1-py3-none-any.whl (5.2 kB)
18:34:30 Collecting typing-extensions>=3.6.4
18:34:30   Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
18:34:30 Building wheels for collected packages: mock
18:34:30   Building wheel for mock (setup.py): started
18:34:31   Building wheel for mock (setup.py): finished with status 'done'
18:34:31   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23755 sha256=262c634b51cac0f5d9a4acb3757f90bfe318517778904cdd345e4a8b1d5bd127
18:34:31   Stored in directory: /root/.cache/pip/wheels/7a/94/b1/0fdc5339a5bd487a5cc15421ec200d9ba3e2aa7190e4a727f1
18:34:31 Successfully built mock
18:34:31 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
18:34:31   Attempting uninstall: setuptools
18:34:31     Found existing installation: setuptools 54.2.0
18:34:31     Uninstalling setuptools-54.2.0:
18:34:31       Successfully uninstalled setuptools-54.2.0
18:34:32 Successfully installed atomicwrites-1.4.0 attrs-20.3.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-3.10.0 mccabe-0.6.1 mock-1.0.1 more-itertools-8.7.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.7.4.3 zipp-3.4.1
18:34:32 Removing intermediate container 508e2e19f688
18:34:32  ---> b89faaec6203
18:34:32 Step 20/21 : COPY . /src
18:34:33  ---> ff6cb27b7823
18:34:33 Step 21/21 : RUN pip install .
18:34:33  ---> Running in 78740461a1b7
18:34:34 Processing /src
18:34:34 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)
18:34:34 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)
18:34:34 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)
18:34:34 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)
18:34:34 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) (2020.12.5)
18:34:34 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)
18:34:34 Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from websocket-client>=0.32.0->docker==4.5.0.dev0) (1.15.0)
18:34:34 Building wheels for collected packages: docker
18:34:34   Building wheel for docker (setup.py): started
18:34:34   Building wheel for docker (setup.py): finished with status 'done'
18:34:34   Created wheel for docker: filename=docker-4.5.0.dev0-py2.py3-none-any.whl size=147027 sha256=2cef10cc4116100ab16364962358f75aa2ec6adbd71fa683f32876888a565ea4
18:34:34   Stored in directory: /tmp/pip-ephem-wheel-cache-h7qqh4ef/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
18:34:34 Successfully built docker
18:34:34 Installing collected packages: docker
18:34:34 Successfully installed docker-4.5.0.dev0
18:34:35 Removing intermediate container 78740461a1b7
18:34:35  ---> 5f22e40ef5d7
18:34:35 Successfully built 5f22e40ef5d7
18:34:35 Successfully tagged dockerpinata/docker-py:py3-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c
[Pipeline] isUnix
[Pipeline] sh
18:34:35 + docker tag dockerpinata/docker-py:py3-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c dockerpinata/docker-py:py3-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c
[Pipeline] isUnix
[Pipeline] sh
18:34:35 + docker push dockerpinata/docker-py:py3-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c
18:34:35 The push refers to repository [docker.io/dockerpinata/docker-py]
18:34:35 0dad877ff529: Preparing
18:34:35 9c15cf3c03a0: Preparing
18:34:35 c24e71d727dd: Preparing
18:34:35 94a5197c333d: Preparing
18:34:35 b9263e502547: Preparing
18:34:35 3d7e789feabb: Preparing
18:34:35 02e052e45a15: Preparing
18:34:35 cfabd3a30645: Preparing
18:34:35 95cc41805cf6: Preparing
18:34:35 f5dbf17a00e4: Preparing
18:34:35 07d5f565a4ab: Preparing
18:34:35 fe21765df8e0: Preparing
18:34:35 6a7e81f7c4b5: Preparing
18:34:35 ed94c169bc4b: Preparing
18:34:35 1cfd15866389: Preparing
18:34:35 27e6eb8b48f9: Preparing
18:34:35 341b019938d8: Preparing
18:34:35 701484fc0410: Preparing
18:34:35 7fddfee00a3f: Preparing
18:34:35 db3b6979bc4a: Preparing
18:34:35 5ece9340957c: Preparing
18:34:35 093501b0a9e2: Preparing
18:34:35 b1169e57b139: Preparing
18:34:35 b3577d595e75: Preparing
18:34:35 3ee270f20d54: Preparing
18:34:35 4ef4adca5c3b: Preparing
18:34:35 3d7e789feabb: Waiting
18:34:35 02e052e45a15: Waiting
18:34:35 cfabd3a30645: Waiting
18:34:35 95cc41805cf6: Waiting
18:34:35 f5dbf17a00e4: Waiting
18:34:35 07d5f565a4ab: Waiting
18:34:35 fe21765df8e0: Waiting
18:34:35 6a7e81f7c4b5: Waiting
18:34:35 ed94c169bc4b: Waiting
18:34:35 1cfd15866389: Waiting
18:34:35 27e6eb8b48f9: Waiting
18:34:35 341b019938d8: Waiting
18:34:35 701484fc0410: Waiting
18:34:35 7fddfee00a3f: Waiting
18:34:35 db3b6979bc4a: Waiting
18:34:35 5ece9340957c: Waiting
18:34:35 093501b0a9e2: Waiting
18:34:35 b1169e57b139: Waiting
18:34:35 b3577d595e75: Waiting
18:34:35 3ee270f20d54: Waiting
18:34:35 4ef4adca5c3b: Waiting
18:34:37 94a5197c333d: Pushed
18:34:37 0dad877ff529: Pushed
18:34:37 9c15cf3c03a0: Pushed
18:34:38 3d7e789feabb: Pushed
18:34:38 c24e71d727dd: Pushed
18:34:38 02e052e45a15: Pushed
18:34:38 cfabd3a30645: Pushed
18:34:39 95cc41805cf6: Pushed
18:34:39 f5dbf17a00e4: Pushed
18:34:39 07d5f565a4ab: Pushed
18:34:39 b9263e502547: Pushed
18:34:39 fe21765df8e0: Pushed
18:34:40 6a7e81f7c4b5: Pushed
18:34:40 701484fc0410: Layer already exists
18:34:40 7fddfee00a3f: Layer already exists
18:34:40 db3b6979bc4a: Layer already exists
18:34:40 5ece9340957c: Layer already exists
18:34:40 093501b0a9e2: Layer already exists
18:34:40 ed94c169bc4b: Pushed
18:34:40 b3577d595e75: Layer already exists
18:34:40 3ee270f20d54: Layer already exists
18:34:40 b1169e57b139: Layer already exists
18:34:40 4ef4adca5c3b: Layer already exists
18:34:40 1cfd15866389: Pushed
18:34:41 341b019938d8: Pushed
18:34:45 27e6eb8b48f9: Pushed
18:34:47 py3-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c: digest: sha256:142c99e70c4589361429659e13ab64711c98e662f3f2f3b2747394a2dad23a54 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-02194a497b2dd2c9c) in /home/ubuntu/workspace/docker-py_PR-2806
[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-2806@tmp/86bf63cd-4a97-4f68-9554-bf6e1b4e3dce/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
18:34:47 + docker run --rm --entrypoint=python dockerpinata/docker-py:py3-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c /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.5)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0be8f2b8af001b1bf) in /home/ubuntu/workspace/docker-py_PR-2806
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0bc23172daa938c3a) in /home/ubuntu/workspace/docker-py_PR-2806
[Pipeline] {
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0642b9696d522177f) in /home/ubuntu/workspace/docker-py_PR-2806
[Pipeline] {
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2806@tmp/464c95ac-958f-4bee-80fb-587e782c123f/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
18:35:14 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
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-2806@tmp/a870a39a-3ecc-4baa-b7b7-f6da03b41f3b/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
18:35:14 chowning workspace
[Pipeline] sh
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2806@tmp/76cf948a-36ae-4d9e-a5e3-7eccb242a0bf/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] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] echo
18:35:14 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
18:35:14 chowning workspace
[Pipeline] sh
[Pipeline] echo
18:35:14 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
18:35:14 chowning workspace
[Pipeline] sh
18:35:14 + pwd
18:35:14 + id -u
18:35:14 + id -g
18:35:14 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2806:/workspace busybox chown -R 1000:1000 /workspace
18:35:14 + pwd
18:35:14 + id -u
18:35:14 + id -g
18:35:14 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2806:/workspace busybox chown -R 1000:1000 /workspace
18:35:14 Unable to find image 'busybox:latest' locally
18:35:14 + pwd
18:35:14 + id -u
18:35:14 + id -g
18:35:14 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2806:/workspace busybox chown -R 1000:1000 /workspace
18:35:14 Unable to find image 'busybox:latest' locally
18:35:14 latest: Pulling from library/busybox
18:35:14 latest: Pulling from library/busybox
18:35:14 8b3d7e226fab: Pulling fs layer
18:35:14 8b3d7e226fab: Verifying Checksum
18:35:14 8b3d7e226fab: Download complete
18:35:14 8b3d7e226fab: Pull complete
18:35:14 8b3d7e226fab: Pulling fs layer
18:35:14 8b3d7e226fab: Download complete
18:35:14 8b3d7e226fab: Pull complete
18:35:14 Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac
18:35:14 Status: Downloaded newer image for busybox:latest
18:35:15 Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac
18:35:15 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
18:35:15 Removing all docker containers
[Pipeline] sh
18:35:15 + docker container ls -aq
[Pipeline] echo
18:35:15 Docker containers have been removed
[Pipeline] echo
18:35:15 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
18:35:15 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
18:35:15 The recommended git tool is: git
18:35:15 using credential docker-jenkins-github-credentials
18:35:15 Cloning the remote Git repository
18:35:15 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
18:35:15 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
18:35:15 Removing all docker containers
[Pipeline] sh
18:35:15 + docker container ls -aq
[Pipeline] echo
18:35:15 Docker containers have been removed
[Pipeline] echo
18:35:15 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
18:35:15 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
18:35:15 The recommended git tool is: git
18:35:16 using credential docker-jenkins-github-credentials
18:35:16 Cloning the remote Git repository
18:35:16 Cloning with configured refspecs honoured and without tags
18:35:16 + docker container ls -aq
[Pipeline] echo
18:35:16 Docker containers have been removed
[Pipeline] echo
18:35:16 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
18:35:16 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=20.10.5)
[Pipeline] checkout
18:35:16 The recommended git tool is: git
18:35:16 using credential docker-jenkins-github-credentials
18:35:16 Cloning the remote Git repository
18:35:16 Cloning with configured refspecs honoured and without tags
18:35:16 Fetching without tags
18:35:16 Merging remotes/origin/master commit 96c12726fdb9b24e985b4de74d5c82145ccd8185 into PR head commit 4b44fa7e5db98af52fb9269422d05b9aa7e03f5c
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2806 # 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/2806/head:refs/remotes/origin/PR-2806 +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/2806/head:refs/remotes/origin/PR-2806 # 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/2806/head:refs/remotes/origin/PR-2806 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4b44fa7e5db98af52fb9269422d05b9aa7e03f5c # timeout=10
18:35:16 Merge succeeded, producing 4b44fa7e5db98af52fb9269422d05b9aa7e03f5c
18:35:16 Checking out Revision 4b44fa7e5db98af52fb9269422d05b9aa7e03f5c (PR-2806)
18:35:16 Commit message: "Fix volumes low-level documentation examples"
[Pipeline] withDockerRegistry
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2806 # 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/2806/head:refs/remotes/origin/PR-2806 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] {
[Pipeline] sh
18:35:17 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2806 # 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/2806/head:refs/remotes/origin/PR-2806 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:35:17 Fetching without tags
18:35:17 Merging remotes/origin/master commit 96c12726fdb9b24e985b4de74d5c82145ccd8185 into PR head commit 4b44fa7e5db98af52fb9269422d05b9aa7e03f5c
18:35:17 Merging remotes/origin/master commit 96c12726fdb9b24e985b4de74d5c82145ccd8185 into PR head commit 4b44fa7e5db98af52fb9269422d05b9aa7e03f5c
18:35:17 Merge succeeded, producing 4b44fa7e5db98af52fb9269422d05b9aa7e03f5c
18:35:17 Checking out Revision 4b44fa7e5db98af52fb9269422d05b9aa7e03f5c (PR-2806)
18:35:17 Commit message: "Fix volumes low-level documentation examples"
18:35:17 Merge succeeded, producing 4b44fa7e5db98af52fb9269422d05b9aa7e03f5c
18:35:17 Checking out Revision 4b44fa7e5db98af52fb9269422d05b9aa7e03f5c (PR-2806)
18:35:17 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c py.test -v -rxs --cov=docker tests/unit
18:35:17 Unable to find image 'dockerpinata/docker-py:py3-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c' locally
18:35:17 py3-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c: Pulling from dockerpinata/docker-py
18:35:17 004f1eed87df: Pulling fs layer
18:35:17 5d6f1e8117db: Pulling fs layer
18:35:17 48c2faf66abe: Pulling fs layer
18:35:17 234b70d0479d: Pulling fs layer
18:35:17 6fa07a00e2f0: Pulling fs layer
18:35:17 04a31b4508b8: Pulling fs layer
18:35:17 9039bc4ee433: Pulling fs layer
18:35:17 9d4af2d5ba9c: Pulling fs layer
18:35:17 dc46d185ff1d: Pulling fs layer
18:35:17 e84fe4c9e9fd: Pulling fs layer
18:35:17 ff2c9abe4166: Pulling fs layer
18:35:17 78b7cd1041af: Pulling fs layer
18:35:17 43c73b326d3e: Pulling fs layer
18:35:17 95cf0efa6b64: Pulling fs layer
18:35:17 c90be245d1fe: Pulling fs layer
18:35:17 359259d7252a: Pulling fs layer
18:35:17 3390d33d6a9a: Pulling fs layer
18:35:17 47d90ae12ed4: Pulling fs layer
18:35:17 ebb48dfdacf7: Pulling fs layer
18:35:17 1faad35d1ac2: Pulling fs layer
18:35:17 a0754cb022a0: Pulling fs layer
18:35:17 0259f647a04e: Pulling fs layer
18:35:17 4502fd62b9b5: Pulling fs layer
18:35:17 a172844ed997: Pulling fs layer
18:35:17 fdd8637c6d7d: Pulling fs layer
18:35:17 f9d0638ee5db: Pulling fs layer
18:35:17 234b70d0479d: Waiting
18:35:17 6fa07a00e2f0: Waiting
18:35:17 04a31b4508b8: Waiting
18:35:17 9039bc4ee433: Waiting
18:35:17 9d4af2d5ba9c: Waiting
18:35:17 dc46d185ff1d: Waiting
18:35:17 e84fe4c9e9fd: Waiting
18:35:17 ff2c9abe4166: Waiting
18:35:17 78b7cd1041af: Waiting
18:35:17 43c73b326d3e: Waiting
18:35:17 95cf0efa6b64: Waiting
18:35:17 c90be245d1fe: Waiting
18:35:17 359259d7252a: Waiting
18:35:17 3390d33d6a9a: Waiting
18:35:17 47d90ae12ed4: Waiting
18:35:17 ebb48dfdacf7: Waiting
18:35:17 1faad35d1ac2: Waiting
18:35:17 a0754cb022a0: Waiting
18:35:17 0259f647a04e: Waiting
18:35:17 4502fd62b9b5: Waiting
18:35:17 a172844ed997: Waiting
18:35:17 fdd8637c6d7d: Waiting
18:35:17 f9d0638ee5db: Waiting
18:35:17 Commit message: "Fix volumes low-level documentation examples"
 > 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 4b44fa7e5db98af52fb9269422d05b9aa7e03f5c # timeout=10
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
18:35:17 5d6f1e8117db: Verifying Checksum
18:35:17 5d6f1e8117db: Download complete
18:35:17 48c2faf66abe: Verifying Checksum
18:35:17 48c2faf66abe: Download complete
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] sh
[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-2806@tmp/c4c1e164-9d4f-463c-af98-7ff5d645eee6/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2806/head:refs/remotes/origin/PR-2806 # 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/2806/head:refs/remotes/origin/PR-2806 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4b44fa7e5db98af52fb9269422d05b9aa7e03f5c # 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 4b44fa7e5db98af52fb9269422d05b9aa7e03f5c # timeout=10
[Pipeline] sh
18:35:18 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c py.test -v -rxs --cov=docker tests/unit
18:35:18 Unable to find image 'dockerpinata/docker-py:py3-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c' locally
18:35:18 py3-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c: Pulling from dockerpinata/docker-py
18:35:18 004f1eed87df: Pulling fs layer
18:35:18 5d6f1e8117db: Pulling fs layer
18:35:18 48c2faf66abe: Pulling fs layer
18:35:18 234b70d0479d: Pulling fs layer
18:35:18 6fa07a00e2f0: Pulling fs layer
18:35:18 04a31b4508b8: Pulling fs layer
18:35:18 9039bc4ee433: Pulling fs layer
18:35:18 9d4af2d5ba9c: Pulling fs layer
18:35:18 dc46d185ff1d: Pulling fs layer
18:35:18 e84fe4c9e9fd: Pulling fs layer
18:35:18 ff2c9abe4166: Pulling fs layer
18:35:18 78b7cd1041af: Pulling fs layer
18:35:18 43c73b326d3e: Pulling fs layer
18:35:18 95cf0efa6b64: Pulling fs layer
18:35:18 c90be245d1fe: Pulling fs layer
18:35:18 359259d7252a: Pulling fs layer
18:35:18 3390d33d6a9a: Pulling fs layer
18:35:18 47d90ae12ed4: Pulling fs layer
18:35:18 ebb48dfdacf7: Pulling fs layer
18:35:18 1faad35d1ac2: Pulling fs layer
18:35:18 a0754cb022a0: Pulling fs layer
18:35:18 0259f647a04e: Pulling fs layer
18:35:18 4502fd62b9b5: Pulling fs layer
18:35:18 a172844ed997: Pulling fs layer
18:35:18 fdd8637c6d7d: Pulling fs layer
18:35:18 f9d0638ee5db: Pulling fs layer
18:35:18 234b70d0479d: Waiting
18:35:18 6fa07a00e2f0: Waiting
18:35:18 04a31b4508b8: Waiting
18:35:18 9039bc4ee433: Waiting
18:35:18 9d4af2d5ba9c: Waiting
18:35:18 dc46d185ff1d: Waiting
18:35:18 e84fe4c9e9fd: Waiting
18:35:18 ff2c9abe4166: Waiting
18:35:18 78b7cd1041af: Waiting
18:35:18 43c73b326d3e: Waiting
18:35:18 95cf0efa6b64: Waiting
18:35:18 359259d7252a: Waiting
18:35:18 3390d33d6a9a: Waiting
18:35:18 47d90ae12ed4: Waiting
18:35:18 ebb48dfdacf7: Waiting
18:35:18 1faad35d1ac2: Waiting
18:35:18 a0754cb022a0: Waiting
18:35:18 0259f647a04e: Waiting
18:35:18 4502fd62b9b5: Waiting
18:35:18 a172844ed997: Waiting
18:35:18 fdd8637c6d7d: Waiting
18:35:18 f9d0638ee5db: Waiting
18:35:18 c90be245d1fe: Waiting
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2806/head:refs/remotes/origin/PR-2806 # 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/2806/head:refs/remotes/origin/PR-2806 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4b44fa7e5db98af52fb9269422d05b9aa7e03f5c # 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 4b44fa7e5db98af52fb9269422d05b9aa7e03f5c # timeout=10
18:35:18 004f1eed87df: Verifying Checksum
18:35:18 004f1eed87df: Download complete
18:35:18 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c py.test -v -rxs --cov=docker tests/unit
18:35:18 Unable to find image 'dockerpinata/docker-py:py3-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c' locally
18:35:18 py3-4b44fa7e5db98af52fb9269422d05b9aa7e03f5c: Pulling from dockerpinata/docker-py
18:35:18 004f1eed87df: Pulling fs layer
18:35:18 5d6f1e8117db: Pulling fs layer
18:35:18 48c2faf66abe: Pulling fs layer
18:35:18 234b70d0479d: Pulling fs layer
18:35:18 6fa07a00e2f0: Pulling fs layer
18:35:18 04a31b4508b8: Pulling fs layer
18:35:18 9039bc4ee433: Pulling fs layer
18:35:18 9d4af2d5ba9c: Pulling fs layer
18:35:18 dc46d185ff1d: Pulling fs layer
18:35:18 e84fe4c9e9fd: Pulling fs layer
18:35:18 ff2c9abe4166: Pulling fs layer
18:35:18 78b7cd1041af: Pulling fs layer
18:35:18 43c73b326d3e: Pulling fs layer
18:35:18 95cf0efa6b64: Pulling fs layer
18:35:18 c90be245d1fe: Pulling fs layer
18:35:18 359259d7252a: Pulling fs layer
18:35:18 3390d33d6a9a: Pulling fs layer
18:35:18 47d90ae12ed4: Pulling fs layer
18:35:18 ebb48dfdacf7: Pulling fs layer
18:35:18 1faad35d1ac2: Pulling fs layer
18:35:18 a0754cb022a0: Pulling fs layer
18:35:18 0259f647a04e: Pulling fs layer
18:35:18 4502fd62b9b5: Pulling fs layer
18:35:18 a172844ed997: Pulling fs layer
18:35:18 fdd8637c6d7d: Pulling fs layer
18:35:18 f9d0638ee5db: Pulling fs layer
18:35:18 95cf0efa6b64: Waiting
18:35:18 c90be245d1fe: Waiting
18:35:18 359259d7252a: Waiting
18:35:18 3390d33d6a9a: Waiting
18:35:18 47d90ae12ed4: Waiting
18:35:18 ebb48dfdacf7: Waiting
18:35:18 1faad35d1ac2: Waiting
18:35:18 a0754cb022a0: Waiting
18:35:18 0259f647a04e: Waiting
18:35:18 4502fd62b9b5: Waiting
18:35:18 a172844ed997: Waiting
18:35:18 fdd8637c6d7d: Waiting
18:35:18 f9d0638ee5db: Waiting
18:35:18 234b70d0479d: Waiting
18:35:18 6fa07a00e2f0: Waiting
18:35:18 04a31b4508b8: Waiting
18:35:18 9039bc4ee433: Waiting
18:35:18 9d4af2d5ba9c: Waiting
18:35:18 dc46d185ff1d: Waiting
18:35:18 e84fe4c9e9fd: Waiting
18:35:18 ff2c9abe4166: Waiting
18:35:18 78b7cd1041af: Waiting
18:35:18 43c73b326d3e: Waiting
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
18:35:18 5d6f1e8117db: Verifying Checksum
18:35:18 5d6f1e8117db: Download complete
18:35:18 48c2faf66abe: Verifying Checksum
18:35:18 48c2faf66abe: Download complete
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
18:35:18 04a31b4508b8: Verifying Checksum
18:35:18 04a31b4508b8: Download complete
18:35:18 234b70d0479d: Verifying Checksum
18:35:18 234b70d0479d: Download complete
18:35:18 48c2faf66abe: Verifying Checksum
18:35:18 48c2faf66abe: Download complete
18:35:18 5d6f1e8117db: Verifying Checksum
18:35:18 5d6f1e8117db: 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-2806@tmp/64700a32-dcaa-4a72-a7df-4d0b611cdc12/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-2806@tmp/7a4766d3-dda0-4886-a864-c20ed6849a6b/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

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

GitHub has been notified of this commit’s build result

Finished: SUCCESS