Skip to content
Success

Console Output

Pull request #3006 opened
13:55:16 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 2933af2ca760cda128f1a48145170a56ba732abd rather than b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c
Obtained Jenkinsfile from 2933af2ca760cda128f1a48145170a56ba732abd
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-3006@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0efd6dcb881226df2)’ is offline
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0efd6dcb881226df2) in /home/ubuntu/workspace/docker-py_PR-3006
[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-3006@tmp/c2a953b1-0692-439a-9aa6-11416989e5e6/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
13:56:35 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:56:35 chowning workspace
[Pipeline] sh
13:56:36 + pwd
13:56:36 + id -u
13:56:36 + id -g
13:56:36 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3006:/workspace busybox chown -R 1000:1000 /workspace
13:56:36 Unable to find image 'busybox:latest' locally
13:56:36 latest: Pulling from library/busybox
13:56:36 19d511225f94: Pulling fs layer
13:56:37 19d511225f94: Verifying Checksum
13:56:37 19d511225f94: Download complete
13:56:37 19d511225f94: Pull complete
13:56:37 Digest: sha256:e63286d6bf23acce079c38cd9f63ec19dd1ad4da0e3e942e39f2a08050b50534
13:56:37 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
13:56:39 Removing all docker containers
[Pipeline] sh
13:56:40 + docker container ls -aq
[Pipeline] echo
13:56:40 Docker containers have been removed
[Pipeline] echo
13:56:40 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:56:40 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
13:56:40 The recommended git tool is: git
13:56:41 using credential docker-jenkins-github-credentials
13:56:42 Cloning the remote Git repository
13:56:42 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-3006 # 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/3006/head:refs/remotes/origin/PR-3006 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:56:43 Fetching without tags
13:56:43 Merging remotes/origin/master commit 2933af2ca760cda128f1a48145170a56ba732abd into PR head commit b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c
13:56:43 Merge succeeded, producing b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c
13:56:43 Checking out Revision b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c (PR-3006)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3006/head:refs/remotes/origin/PR-3006 # 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/3006/head:refs/remotes/origin/PR-3006 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c # 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 2933af2ca760cda128f1a48145170a56ba732abd # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c # timeout=10
13:56:47 Commit message: "utils: fix IPv6 address w/ port parsing"
13:56:47 First time build. Skipping changelog.
[Pipeline] sh
13:56:48 + git rev-parse HEAD
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
13:56:49 + docker pull dockerpinata/docker-py:sshdind-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c
13:56:49 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
13:56:49 + docker build -t dockerpinata/docker-py:sshdind-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c -f tests/Dockerfile-ssh-dind .
13:56:49 Sending build context to Docker daemon  1.375MB

13:56:49 Step 1/11 : ARG API_VERSION=1.39
13:56:49 Step 2/11 : ARG ENGINE_VERSION=19.03.12
13:56:49 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3006@tmp/9561a16f-8f5b-467c-8c31-bef5c0d89226/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
13:56:49 19.03.12-dind: Pulling from library/docker
13:56:49 df20fa9351a1: Pulling fs layer
13:56:49 25ad7478873d: Pulling fs layer
13:56:49 4684f6177b5d: Pulling fs layer
13:56:49 46e300cec669: Pulling fs layer
13:56:49 63038576ad94: Pulling fs layer
13:56:49 0fdb76c4706c: Pulling fs layer
13:56:49 cb7edeffdfd5: Pulling fs layer
13:56:49 cc28bd76800f: Pulling fs layer
13:56:49 54196fe38f7e: Pulling fs layer
13:56:49 ea71acc29633: Pulling fs layer
13:56:49 657cc4c15165: Pulling fs layer
13:56:49 46e300cec669: Waiting
13:56:49 63038576ad94: Waiting
13:56:49 0fdb76c4706c: Waiting
13:56:49 cb7edeffdfd5: Waiting
13:56:49 cc28bd76800f: Waiting
13:56:49 54196fe38f7e: Waiting
13:56:49 ea71acc29633: Waiting
13:56:49 657cc4c15165: Waiting
13:56:49 4684f6177b5d: Verifying Checksum
13:56:49 4684f6177b5d: Download complete
13:56:49 25ad7478873d: Verifying Checksum
13:56:49 25ad7478873d: Download complete
13:56:49 df20fa9351a1: Verifying Checksum
13:56:49 df20fa9351a1: Download complete
13:56:49 63038576ad94: Verifying Checksum
13:56:49 63038576ad94: Download complete
13:56:49 0fdb76c4706c: Verifying Checksum
13:56:49 0fdb76c4706c: Download complete
13:56:49 cb7edeffdfd5: Verifying Checksum
13:56:49 cb7edeffdfd5: Download complete
13:56:50 cc28bd76800f: Verifying Checksum
13:56:50 cc28bd76800f: Download complete
13:56:50 54196fe38f7e: Verifying Checksum
13:56:50 54196fe38f7e: Download complete
13:56:50 ea71acc29633: Verifying Checksum
13:56:50 ea71acc29633: Download complete
13:56:50 657cc4c15165: Verifying Checksum
13:56:50 657cc4c15165: Download complete
13:56:50 df20fa9351a1: Pull complete
13:56:50 46e300cec669: Verifying Checksum
13:56:50 46e300cec669: Download complete
13:56:50 25ad7478873d: Pull complete
13:56:50 4684f6177b5d: Pull complete
13:56:52 46e300cec669: Pull complete
13:56:52 63038576ad94: Pull complete
13:56:52 0fdb76c4706c: Pull complete
13:56:52 cb7edeffdfd5: Pull complete
13:56:53 cc28bd76800f: Pull complete
13:56:53 54196fe38f7e: Pull complete
13:56:53 ea71acc29633: Pull complete
13:56:53 657cc4c15165: Pull complete
13:56:53 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
13:56:53 Status: Downloaded newer image for docker:19.03.12-dind
13:56:53  ---> 66dc2d45749a
13:56:53 Step 4/11 : RUN apk add --no-cache 		openssh
13:56:55  ---> Running in 304bd90e1958
13:56:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
13:56:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
13:56:57 (1/4) Installing openssh-sftp-server (8.3_p1-r3)
13:56:57 (2/4) Installing openssh-server-common (8.3_p1-r3)
13:56:57 (3/4) Installing openssh-server (8.3_p1-r3)
13:56:57 (4/4) Installing openssh (8.3_p1-r3)
13:56:57 Executing busybox-1.31.1-r16.trigger
13:56:57 OK: 28 MiB in 51 packages
13:56:57 Removing intermediate container 304bd90e1958
13:56:57  ---> 7b9bdc00c834
13:56:57 Step 5/11 : RUN ssh-keygen -A
13:56:57  ---> Running in 45609aa81e17
13:56:58 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
13:56:58 Removing intermediate container 45609aa81e17
13:56:58  ---> ad041b02c0d1
13:56:58 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
13:56:58  ---> Running in 7a92fdbb7091
13:56:59 Removing intermediate container 7a92fdbb7091
13:56:59  ---> 35ffa9640acf
13:56:59 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
13:56:59  ---> dee58625605b
13:56:59 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
13:56:59  ---> Running in 5848d3369f80
13:57:00 Removing intermediate container 5848d3369f80
13:57:00  ---> 7ec8faa43aef
13:57:00 Step 9/11 : RUN echo "root:root" | chpasswd
13:57:00  ---> Running in 8224941927c1
13:57:01 chpasswd: password for 'root' changed
13:57:01 Removing intermediate container 8224941927c1
13:57:01  ---> e0f860fed717
13:57:01 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
13:57:01  ---> Running in 8fe725a16bd6
13:57:02 Removing intermediate container 8fe725a16bd6
13:57:02  ---> 36c989c7e323
13:57:02 Step 11/11 : EXPOSE 22
13:57:02  ---> Running in 428b0af9af67
13:57:02 Removing intermediate container 428b0af9af67
13:57:02  ---> 49f63219cc42
13:57:02 Successfully built 49f63219cc42
13:57:02 Successfully tagged dockerpinata/docker-py:sshdind-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c
[Pipeline] isUnix
[Pipeline] sh
13:57:03 + docker tag dockerpinata/docker-py:sshdind-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c dockerpinata/docker-py:sshdind-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c
[Pipeline] isUnix
[Pipeline] sh
13:57:03 + docker push dockerpinata/docker-py:sshdind-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c
13:57:03 The push refers to repository [docker.io/dockerpinata/docker-py]
13:57:03 b9bb5bd39359: Preparing
13:57:03 3a0d4d10b756: Preparing
13:57:03 7075d8d7ce8d: Preparing
13:57:03 be8a38b5f251: Preparing
13:57:03 ddaf60b7db2e: Preparing
13:57:03 3061669519a5: Preparing
13:57:03 3cc272863754: Preparing
13:57:03 1149e736aa92: Preparing
13:57:03 39e79983ac8b: Preparing
13:57:03 da8c28465f82: Preparing
13:57:03 d1292e236c36: Preparing
13:57:03 8890c171a12b: Preparing
13:57:03 4ae5bd84d450: Preparing
13:57:03 723a561964c8: Preparing
13:57:03 78764725b56c: Preparing
13:57:03 51d6d3d09136: Preparing
13:57:03 1507bc794612: Preparing
13:57:03 50644c29ef5a: Preparing
13:57:03 3cc272863754: Waiting
13:57:03 1149e736aa92: Waiting
13:57:03 39e79983ac8b: Waiting
13:57:03 da8c28465f82: Waiting
13:57:03 d1292e236c36: Waiting
13:57:03 8890c171a12b: Waiting
13:57:03 4ae5bd84d450: Waiting
13:57:03 723a561964c8: Waiting
13:57:03 78764725b56c: Waiting
13:57:03 51d6d3d09136: Waiting
13:57:03 1507bc794612: Waiting
13:57:03 50644c29ef5a: Waiting
13:57:03 3061669519a5: Waiting
13:57:04 7075d8d7ce8d: Pushed
13:57:04 ddaf60b7db2e: Pushed
13:57:04 be8a38b5f251: Pushed
13:57:04 1149e736aa92: Layer already exists
13:57:04 3a0d4d10b756: Pushed
13:57:04 b9bb5bd39359: Pushed
13:57:04 39e79983ac8b: Layer already exists
13:57:04 da8c28465f82: Layer already exists
13:57:04 d1292e236c36: Layer already exists
13:57:04 723a561964c8: Layer already exists
13:57:04 4ae5bd84d450: Layer already exists
13:57:04 8890c171a12b: Layer already exists
13:57:04 78764725b56c: Layer already exists
13:57:04 51d6d3d09136: Layer already exists
13:57:04 1507bc794612: Layer already exists
13:57:04 50644c29ef5a: Layer already exists
13:57:05 3061669519a5: Pushed
13:57:05 3cc272863754: Pushed
13:57:06 sshdind-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c: digest: sha256:a9b03eda5a6efe6c6f55133766dd61ac3b3a9db7d9644376a9d7bdfeb31c2251 size: 4067
[Pipeline] isUnix
[Pipeline] sh
13:57:07 + docker pull dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c
13:57:07 Error response from daemon: manifest for dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
13:57:07 + docker build -t dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
13:57:07 Sending build context to Docker daemon  1.375MB

13:57:07 Step 1/21 : ARG PYTHON_VERSION=3.7
13:57:07 Step 2/21 : FROM python:${PYTHON_VERSION}
13:57:07 3.7: Pulling from library/python
13:57:07 d836772a1c1f: Pulling fs layer
13:57:07 66a9e63c657a: Pulling fs layer
13:57:07 d1989b6e74cf: Pulling fs layer
13:57:07 c28818711e1e: Pulling fs layer
13:57:07 5084fa7ebd74: Pulling fs layer
13:57:07 7f162c881e4f: Pulling fs layer
13:57:07 fa5c3534431d: Pulling fs layer
13:57:07 30596f5e8e78: Pulling fs layer
13:57:07 4861fe1f6551: Pulling fs layer
13:57:07 fa5c3534431d: Waiting
13:57:07 c28818711e1e: Waiting
13:57:07 5084fa7ebd74: Waiting
13:57:07 7f162c881e4f: Waiting
13:57:07 30596f5e8e78: Waiting
13:57:07 4861fe1f6551: Waiting
13:57:07 66a9e63c657a: Verifying Checksum
13:57:07 66a9e63c657a: Download complete
13:57:07 d1989b6e74cf: Verifying Checksum
13:57:07 d1989b6e74cf: Download complete
13:57:08 d836772a1c1f: Verifying Checksum
13:57:08 d836772a1c1f: Download complete
13:57:08 7f162c881e4f: Verifying Checksum
13:57:08 7f162c881e4f: Download complete
13:57:08 c28818711e1e: Verifying Checksum
13:57:08 c28818711e1e: Download complete
13:57:08 30596f5e8e78: Verifying Checksum
13:57:08 30596f5e8e78: Download complete
13:57:08 4861fe1f6551: Verifying Checksum
13:57:08 4861fe1f6551: Download complete
13:57:08 fa5c3534431d: Verifying Checksum
13:57:08 fa5c3534431d: Download complete
13:57:10 5084fa7ebd74: Verifying Checksum
13:57:10 5084fa7ebd74: Download complete
13:57:11 d836772a1c1f: Pull complete
13:57:12 66a9e63c657a: Pull complete
13:57:12 d1989b6e74cf: Pull complete
13:57:15 c28818711e1e: Pull complete
13:57:21 5084fa7ebd74: Pull complete
13:57:22 7f162c881e4f: Pull complete
13:57:22 fa5c3534431d: Pull complete
13:57:22 30596f5e8e78: Pull complete
13:57:23 4861fe1f6551: Pull complete
13:57:23 Digest: sha256:7f9798664c8b1cdaccc19f1b90105a27db736c861c8184198dc7a8c01f82ccec
13:57:23 Status: Downloaded newer image for python:3.7
13:57:23  ---> 142b92ebe662
13:57:23 Step 3/21 : ARG APT_MIRROR
13:57:25  ---> Running in 2ed727615037
13:57:25 Removing intermediate container 2ed727615037
13:57:25  ---> 254045496905
13:57:25 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
13:57:25  ---> Running in 20690adab2ca
13:57:26 Removing intermediate container 20690adab2ca
13:57:26  ---> ad72f9b6f652
13:57:26 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
13:57:26  ---> Running in d095d265e589
13:57:26 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:57:26 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
13:57:26 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
13:57:26 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
13:57:27 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [167 kB]
13:57:27 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
13:57:28 Fetched 8560 kB in 2s (5479 kB/s)
13:57:28 Reading package lists...
13:57:29 Reading package lists...
13:57:29 Building dependency tree...
13:57:29 Reading state information...
13:57:29 The following additional packages will be installed:
13:57:29   tree
13:57:29 Suggested packages:
13:57:29   python libxml-simple-perl ruby
13:57:29 Recommended packages:
13:57:29   qrencode xclip
13:57:29 The following NEW packages will be installed:
13:57:29   gnupg2 pass tree
13:57:29 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
13:57:29 Need to get 523 kB of archives.
13:57:29 After this operation, 727 kB of additional disk space will be used.
13:57:29 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB]
13:57:29 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB]
13:57:29 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB]
13:57:29 debconf: delaying package configuration, since apt-utils is not installed
13:57:29 Fetched 523 kB in 0s (1930 kB/s)
13:57:29 Selecting previously unselected package gnupg2.
13:57:29 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23421 files and directories currently installed.)
13:57:29 Preparing to unpack .../gnupg2_2.2.27-2+deb11u2_all.deb ...
13:57:29 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
13:57:29 Selecting previously unselected package tree.
13:57:29 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ...
13:57:29 Unpacking tree (1.8.0-1+b1) ...
13:57:29 Selecting previously unselected package pass.
13:57:29 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
13:57:29 Unpacking pass (1.7.3-2) ...
13:57:30 Setting up gnupg2 (2.2.27-2+deb11u2) ...
13:57:30 Setting up tree (1.8.0-1+b1) ...
13:57:30 Setting up pass (1.7.3-2) ...
13:57:31 Removing intermediate container d095d265e589
13:57:31  ---> e2c158fcf50c
13:57:31 Step 6/21 : COPY tests/ssh-keys /root/.ssh
13:57:31  ---> c122a094af7a
13:57:31 Step 7/21 : RUN chmod -R 600 /root/.ssh
13:57:31  ---> Running in fba5919e04cd
13:57:31 Removing intermediate container fba5919e04cd
13:57:31  ---> bf6c319e1261
13:57:31 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
13:57:32  ---> 9d05eca9ff07
13:57:32 Step 9/21 : RUN gpg2 --import gpg-keys/secret
13:57:32  ---> Running in 5f6782d43a78
13:57:32 gpg: directory '/root/.gnupg' created
13:57:32 gpg: keybox '/root/.gnupg/pubring.kbx' created
13:57:32 gpg: /root/.gnupg/trustdb.gpg: trustdb created
13:57:32 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
13:57:32 gpg: key 464ED987A7B21401: secret key imported
13:57:32 gpg: Total number processed: 1
13:57:32 gpg:               imported: 1
13:57:32 gpg:       secret keys read: 1
13:57:32 gpg:   secret keys imported: 1
13:57:32 Removing intermediate container 5f6782d43a78
13:57:32  ---> 33b23ebc20d8
13:57:32 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
13:57:32  ---> Running in 6b57e9af7acb
13:57:33 gpg: inserting ownertrust of 6
13:57:33 Removing intermediate container 6b57e9af7acb
13:57:33  ---> eac283169f57
13:57:33 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
13:57:33  ---> Running in 42cdad4cb89b
13:57:33 gpg: please do a --check-trustdb
13:57:33 mkdir: created directory '/root/.password-store/'
13:57:33 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
13:57:34 Removing intermediate container 42cdad4cb89b
13:57:34  ---> 2621d46093e7
13:57:34 Step 12/21 : RUN gpg2 --check-trustdb
13:57:34  ---> Running in df0c0e91ce47
13:57:34 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
13:57:34 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
13:57:34 Removing intermediate container df0c0e91ce47
13:57:34  ---> b3bc19b08ca0
13:57:34 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
13:57:34  ---> Running in 3019ea3e5e94
13:57:35 Removing intermediate container 3019ea3e5e94
13:57:35  ---> 80e0346b5682
13:57:35 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
13:57:35  ---> Running in 63b6254be7f9
13:57:36 Removing intermediate container 63b6254be7f9
13:57:36  ---> 2f0a2d2bfb65
13:57:36 Step 15/21 : WORKDIR /src
13:57:36  ---> Running in 5950fc466fa0
13:57:36 Removing intermediate container 5950fc466fa0
13:57:36  ---> c2da922b9836
13:57:36 Step 16/21 : COPY requirements.txt /src/requirements.txt
13:57:36  ---> 65e6aab47006
13:57:36 Step 17/21 : RUN pip install -r requirements.txt
13:57:36  ---> Running in f9251b52d279
13:57:38 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
13:57:42 Collecting appdirs==1.4.3
13:57:43   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
13:57:43 Collecting asn1crypto==0.22.0
13:57:43   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
13:57:43      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 KB 16.4 MB/s eta 0:00:00
13:57:43 Collecting backports.ssl-match-hostname==3.5.0.1
13:57:43   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
13:57:43   Preparing metadata (setup.py): started
13:57:43   Preparing metadata (setup.py): finished with status 'done'
13:57:43 Collecting cffi==1.14.4
13:57:43   Downloading cffi-1.14.4-cp37-cp37m-manylinux1_x86_64.whl (402 kB)
13:57:43      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 402.3/402.3 KB 53.3 MB/s eta 0:00:00
13:57:44 Collecting cryptography==3.4.7
13:57:44   Downloading cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl (3.2 MB)
13:57:44      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 97.6 MB/s eta 0:00:00
13:57:44 Collecting enum34==1.1.6
13:57:44   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
13:57:44 Collecting idna==2.5
13:57:44   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
13:57:44      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.1/55.1 KB 11.1 MB/s eta 0:00:00
13:57:44 Collecting ipaddress==1.0.18
13:57:44   Downloading ipaddress-1.0.18.tar.gz (32 kB)
13:57:44   Preparing metadata (setup.py): started
13:57:44   Preparing metadata (setup.py): finished with status 'done'
13:57:44 Collecting packaging==16.8
13:57:44   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
13:57:44 Collecting paramiko==2.10.1
13:57:44   Downloading paramiko-2.10.1-py2.py3-none-any.whl (211 kB)
13:57:44      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.9/211.9 KB 32.6 MB/s eta 0:00:00
13:57:44 Collecting pycparser==2.17
13:57:44   Downloading pycparser-2.17.tar.gz (231 kB)
13:57:44      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 231.2/231.2 KB 44.3 MB/s eta 0:00:00
13:57:44   Preparing metadata (setup.py): started
13:57:45   Preparing metadata (setup.py): finished with status 'done'
13:57:45 Collecting pyOpenSSL==18.0.0
13:57:45   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
13:57:45      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.1/53.1 KB 8.0 MB/s eta 0:00:00
13:57:45 Collecting pyparsing==2.2.0
13:57:45   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
13:57:45      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.4/56.4 KB 13.4 MB/s eta 0:00:00
13:57:45 Collecting requests==2.26.0
13:57:45   Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB)
13:57:45      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 KB 12.2 MB/s eta 0:00:00
13:57:45 Collecting urllib3==1.26.5
13:57:45   Downloading urllib3-1.26.5-py2.py3-none-any.whl (138 kB)
13:57:45      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.1/138.1 KB 24.5 MB/s eta 0:00:00
13:57:45 Collecting websocket-client==0.56.0
13:57:45   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
13:57:45      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.6/200.6 KB 38.2 MB/s eta 0:00:00
13:57:45 Collecting six
13:57:45   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
13:57:45 Collecting bcrypt>=3.1.3
13:57:45   Downloading bcrypt-3.2.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (62 kB)
13:57:45      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 KB 2.3 MB/s eta 0:00:00
13:57:45 Collecting pynacl>=1.0.1
13:57:45   Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
13:57:45      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 KB 17.8 MB/s eta 0:00:00
13:57:45 Collecting certifi>=2017.4.17
13:57:45   Downloading certifi-2022.6.15-py3-none-any.whl (160 kB)
13:57:45      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 KB 35.3 MB/s eta 0:00:00
13:57:45 Collecting charset-normalizer~=2.0.0
13:57:45   Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB)
13:57:45 Building wheels for collected packages: backports.ssl-match-hostname, ipaddress, pycparser
13:57:45   Building wheel for backports.ssl-match-hostname (setup.py): started
13:57:46   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
13:57:46   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5205 sha256=12ea8da85dacc008890c16e180db48a605b7ecb762999c188b921b6786d17aa0
13:57:46   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
13:57:46   Building wheel for ipaddress (setup.py): started
13:57:46   Building wheel for ipaddress (setup.py): finished with status 'done'
13:57:46   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18124 sha256=96ec0635e999997628d4b2f255195b8bd91effeecbda6c82bf4b16006157bd64
13:57:46   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
13:57:46   Building wheel for pycparser (setup.py): started
13:57:46   Building wheel for pycparser (setup.py): finished with status 'done'
13:57:46   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192897 sha256=9ddb679ed3737f516ed16c66b0eda9d5a45d1485bb99dfe0d1381586a6f365d1
13:57:46   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
13:57:46 Successfully built backports.ssl-match-hostname ipaddress pycparser
13:57:46 Installing collected packages: pyparsing, pycparser, ipaddress, idna, enum34, backports.ssl-match-hostname, asn1crypto, appdirs, urllib3, six, charset-normalizer, cffi, certifi, websocket-client, requests, pynacl, packaging, cryptography, bcrypt, pyOpenSSL, paramiko
13:57:47 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.2 certifi-2022.6.15 cffi-1.14.4 charset-normalizer-2.0.12 cryptography-3.4.7 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.10.1 pyOpenSSL-18.0.0 pycparser-2.17 pynacl-1.5.0 pyparsing-2.2.0 requests-2.26.0 six-1.16.0 urllib3-1.26.5 websocket-client-0.56.0
13:57:47 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
13:57:52 WARNING: You are using pip version 22.0.4; however, version 22.2 is available.
13:57:52 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
13:57:53 Removing intermediate container f9251b52d279
13:57:53  ---> 98d8d819e181
13:57:53 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
13:57:53  ---> d1e247c7a7b4
13:57:53 Step 19/21 : RUN pip install -r test-requirements.txt
13:57:53  ---> Running in a442fdbe9f9c
13:57:58 Collecting setuptools==58.2.0
13:57:59   Downloading setuptools-58.2.0-py3-none-any.whl (946 kB)
13:58:00      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 946.1/946.1 KB 7.0 MB/s eta 0:00:00
13:58:00 Collecting coverage==6.0.1
13:58:00   Downloading coverage-6.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (252 kB)
13:58:00      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 252.9/252.9 KB 42.9 MB/s eta 0:00:00
13:58:00 Collecting flake8==4.0.1
13:58:00   Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB)
13:58:00      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 KB 13.3 MB/s eta 0:00:00
13:58:00 Collecting pytest==6.2.5
13:58:00   Downloading pytest-6.2.5-py3-none-any.whl (280 kB)
13:58:00      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 280.7/280.7 KB 9.4 MB/s eta 0:00:00
13:58:00 Collecting pytest-cov==3.0.0
13:58:00   Downloading pytest_cov-3.0.0-py3-none-any.whl (20 kB)
13:58:00 Collecting pytest-timeout==2.0.1
13:58:00   Downloading pytest_timeout-2.0.1-py3-none-any.whl (11 kB)
13:58:00 Collecting importlib-metadata<4.3
13:58:00   Downloading importlib_metadata-4.2.0-py3-none-any.whl (16 kB)
13:58:00 Collecting pycodestyle<2.9.0,>=2.8.0
13:58:00   Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB)
13:58:00      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 KB 6.8 MB/s eta 0:00:00
13:58:00 Collecting mccabe<0.7.0,>=0.6.0
13:58:00   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
13:58:00 Collecting pyflakes<2.5.0,>=2.4.0
13:58:00   Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB)
13:58:00      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/69.7 KB 13.2 MB/s eta 0:00:00
13:58:00 Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from pytest==6.2.5->-r test-requirements.txt (line 4)) (16.8)
13:58:00 Collecting iniconfig
13:58:00   Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
13:58:00 Collecting py>=1.8.2
13:58:00   Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
13:58:00      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/98.7 KB 9.8 MB/s eta 0:00:00
13:58:01 Collecting attrs>=19.2.0
13:58:01   Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB)
13:58:01      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.6/60.6 KB 14.6 MB/s eta 0:00:00
13:58:01 Collecting pluggy<2.0,>=0.12
13:58:01   Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
13:58:01 Collecting toml
13:58:01   Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
13:58:01 Collecting coverage[toml]>=5.2.1
13:58:01   Downloading coverage-6.4.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (209 kB)
13:58:01      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.1/209.1 KB 37.9 MB/s eta 0:00:00
13:58:01   Downloading coverage-6.4.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (208 kB)
13:58:01      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.0/209.0 KB 38.4 MB/s eta 0:00:00
13:58:01   Downloading coverage-6.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (208 kB)
13:58:01      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208.7/208.7 KB 41.1 MB/s eta 0:00:00
13:58:01   Downloading coverage-6.3.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (207 kB)
13:58:01      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208.0/208.0 KB 30.5 MB/s eta 0:00:00
13:58:01   Downloading coverage-6.3.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (207 kB)
13:58:01      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208.0/208.0 KB 34.6 MB/s eta 0:00:00
13:58:01   Downloading coverage-6.3.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (207 kB)
13:58:01      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.4/207.4 KB 34.9 MB/s eta 0:00:00
13:58:01   Downloading coverage-6.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (207 kB)
13:58:01      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.2/207.2 KB 37.3 MB/s eta 0:00:00
13:58:01   Downloading coverage-6.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
13:58:01      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.9/213.9 KB 42.1 MB/s eta 0:00:00
13:58:01   Downloading coverage-6.1.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
13:58:01      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.5/213.5 KB 40.4 MB/s eta 0:00:00
13:58:01   Downloading coverage-6.1.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
13:58:01      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.4/213.4 KB 11.6 MB/s eta 0:00:00
13:58:01   Downloading coverage-6.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
13:58:01      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.3/213.3 KB 35.5 MB/s eta 0:00:00
13:58:01   Downloading coverage-6.0.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (253 kB)
13:58:01      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 253.3/253.3 KB 11.5 MB/s eta 0:00:00
13:58:01 Collecting tomli
13:58:01   Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
13:58:01 Collecting zipp>=0.5
13:58:01   Downloading zipp-3.8.1-py3-none-any.whl (5.6 kB)
13:58:01 Collecting typing-extensions>=3.6.4
13:58:01   Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB)
13:58:01 Requirement already satisfied: pyparsing in /usr/local/lib/python3.7/site-packages (from packaging->pytest==6.2.5->-r test-requirements.txt (line 4)) (2.2.0)
13:58:01 Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from packaging->pytest==6.2.5->-r test-requirements.txt (line 4)) (1.16.0)
13:58:01 Installing collected packages: mccabe, iniconfig, zipp, typing-extensions, tomli, toml, setuptools, pyflakes, pycodestyle, py, coverage, attrs, importlib-metadata, pluggy, flake8, pytest, pytest-timeout, pytest-cov
13:58:02   Attempting uninstall: setuptools
13:58:02     Found existing installation: setuptools 57.5.0
13:58:02     Uninstalling setuptools-57.5.0:
13:58:02       Successfully uninstalled setuptools-57.5.0
13:58:03 Successfully installed attrs-21.4.0 coverage-6.0.1 flake8-4.0.1 importlib-metadata-4.2.0 iniconfig-1.1.1 mccabe-0.6.1 pluggy-1.0.0 py-1.11.0 pycodestyle-2.8.0 pyflakes-2.4.0 pytest-6.2.5 pytest-cov-3.0.0 pytest-timeout-2.0.1 setuptools-58.2.0 toml-0.10.2 tomli-2.0.1 typing-extensions-4.3.0 zipp-3.8.1
13:58:03 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
13:58:03 WARNING: You are using pip version 22.0.4; however, version 22.2 is available.
13:58:03 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
13:58:04 Removing intermediate container a442fdbe9f9c
13:58:04  ---> db65eae13af6
13:58:04 Step 20/21 : COPY . /src
13:58:04  ---> d7915a88d32b
13:58:04 Step 21/21 : RUN pip install .
13:58:04  ---> Running in cf3fe37f9cfc
13:58:05 Processing /src
13:58:05   Preparing metadata (setup.py): started
13:58:05   Preparing metadata (setup.py): finished with status 'done'
13:58:05 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==5.1.0.dev0) (0.56.0)
13:58:05 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==5.1.0.dev0) (2.26.0)
13:58:05 Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (1.26.5)
13:58:05 Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2.5)
13:58:05 Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2.0.12)
13:58:05 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2022.6.15)
13:58:05 Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from websocket-client>=0.32.0->docker==5.1.0.dev0) (1.16.0)
13:58:05 Building wheels for collected packages: docker
13:58:05   Building wheel for docker (setup.py): started
13:58:05   Building wheel for docker (setup.py): finished with status 'done'
13:58:05   Created wheel for docker: filename=docker-5.1.0.dev0-py3-none-any.whl size=146354 sha256=f87fa211a2029fcdffc32c38d6e1478659f2dcfa7e9d8c2b6814920513eea313
13:58:05   Stored in directory: /tmp/pip-ephem-wheel-cache-q2228idk/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
13:58:05 Successfully built docker
13:58:05 Installing collected packages: docker
13:58:05 Successfully installed docker-5.1.0.dev0
13:58:05 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
13:58:05 WARNING: You are using pip version 22.0.4; however, version 22.2 is available.
13:58:05 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
13:58:06 Removing intermediate container cf3fe37f9cfc
13:58:06  ---> eb5ab4d62a14
13:58:06 Successfully built eb5ab4d62a14
13:58:06 Successfully tagged dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c
[Pipeline] isUnix
[Pipeline] sh
13:58:06 + docker tag dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c
[Pipeline] isUnix
[Pipeline] sh
13:58:07 + docker push dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c
13:58:07 The push refers to repository [docker.io/dockerpinata/docker-py]
13:58:07 25e44a4e0419: Preparing
13:58:07 c32a9fb5d2e5: Preparing
13:58:07 3a1ca9565856: Preparing
13:58:07 921981a9c66c: Preparing
13:58:07 a1f513f09caa: Preparing
13:58:07 a9fa40e26b27: Preparing
13:58:07 ebae90721dcd: Preparing
13:58:07 eec5c73c5a0f: Preparing
13:58:07 0743d084d6cf: Preparing
13:58:07 9bf0b2d131b8: Preparing
13:58:07 18ff747ca7e6: Preparing
13:58:07 a4aa9cb15e3b: Preparing
13:58:07 d15f5a696afe: Preparing
13:58:07 79a3570a1993: Preparing
13:58:07 9459909341be: Preparing
13:58:07 52904294db6e: Preparing
13:58:07 3da986ec3264: Preparing
13:58:07 deccf8394d11: Preparing
13:58:07 cc2e6f92e0cd: Preparing
13:58:07 ea6ced507ede: Preparing
13:58:07 1f8751be0506: Preparing
13:58:07 59b0c7a2fe4d: Preparing
13:58:07 7372faf8e603: Preparing
13:58:07 9be7f4e74e71: Preparing
13:58:07 36cd374265f4: Preparing
13:58:07 5bdeef4a08f3: Preparing
13:58:07 a9fa40e26b27: Waiting
13:58:07 ebae90721dcd: Waiting
13:58:07 eec5c73c5a0f: Waiting
13:58:07 0743d084d6cf: Waiting
13:58:07 9bf0b2d131b8: Waiting
13:58:07 18ff747ca7e6: Waiting
13:58:07 a4aa9cb15e3b: Waiting
13:58:07 d15f5a696afe: Waiting
13:58:07 79a3570a1993: Waiting
13:58:07 9459909341be: Waiting
13:58:07 3da986ec3264: Waiting
13:58:07 deccf8394d11: Waiting
13:58:07 cc2e6f92e0cd: Waiting
13:58:07 ea6ced507ede: Waiting
13:58:07 1f8751be0506: Waiting
13:58:07 59b0c7a2fe4d: Waiting
13:58:07 7372faf8e603: Waiting
13:58:07 9be7f4e74e71: Waiting
13:58:07 36cd374265f4: Waiting
13:58:07 5bdeef4a08f3: Waiting
13:58:07 52904294db6e: Waiting
13:58:08 921981a9c66c: Pushed
13:58:08 c32a9fb5d2e5: Pushed
13:58:08 25e44a4e0419: Pushed
13:58:09 ebae90721dcd: Pushed
13:58:09 a9fa40e26b27: Pushed
13:58:09 3a1ca9565856: Pushed
13:58:09 eec5c73c5a0f: Pushed
13:58:10 9bf0b2d131b8: Pushed
13:58:10 0743d084d6cf: Pushed
13:58:10 18ff747ca7e6: Pushed
13:58:10 a1f513f09caa: Pushed
13:58:11 a4aa9cb15e3b: Pushed
13:58:11 d15f5a696afe: Pushed
13:58:11 deccf8394d11: Layer already exists
13:58:11 cc2e6f92e0cd: Layer already exists
13:58:11 ea6ced507ede: Layer already exists
13:58:11 79a3570a1993: Pushed
13:58:11 1f8751be0506: Layer already exists
13:58:11 9459909341be: Pushed
13:58:11 7372faf8e603: Layer already exists
13:58:11 59b0c7a2fe4d: Layer already exists
13:58:11 5bdeef4a08f3: Layer already exists
13:58:11 9be7f4e74e71: Layer already exists
13:58:11 36cd374265f4: Layer already exists
13:58:11 3da986ec3264: Pushed
13:58:12 52904294db6e: Pushed
13:58:14 py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c: digest: sha256:17116d9b8c0ee16b9e431ebad1b6ed759ed536dda59a9fd597cdb83edd7bec8b size: 5766
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0efd6dcb881226df2) in /home/ubuntu/workspace/docker-py_PR-3006
[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-3006@tmp/4ea1cca6-6a1b-428f-a73a-c2f7e9d10f0d/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
13:58:14 + docker run --rm --entrypoint=python dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c /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_22.06.0-beta.0)
[Pipeline] { (Branch: py3.7_20.10.17)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0efd6dcb881226df2) in /home/ubuntu/workspace/docker-py_PR-3006
[Pipeline] node
[Pipeline] node
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3006@tmp/d29f4fa6-bcf1-43c7-a3a5-8e8ec856a8fa/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
13:58:41 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:58:41 chowning workspace
[Pipeline] sh
13:58:41 + pwd
13:58:41 + id -u
13:58:41 + id -g
13:58:41 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3006:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
13:58:42 Removing all docker containers
[Pipeline] sh
13:58:42 + docker container ls -aq
[Pipeline] echo
13:58:42 Docker containers have been removed
[Pipeline] echo
13:58:42 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:58:42 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
13:58:42 The recommended git tool is: git
13:58:42 using credential docker-jenkins-github-credentials
13:58:42 Cloning the remote Git repository
13:58:42 Cloning with configured refspecs honoured and without tags
13:58:43 Fetching without tags
13:58:43 Merging remotes/origin/master commit 2933af2ca760cda128f1a48145170a56ba732abd into PR head commit b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-3006 # 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/3006/head:refs/remotes/origin/PR-3006 +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/3006/head:refs/remotes/origin/PR-3006 # 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/3006/head:refs/remotes/origin/PR-3006 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
13:58:43 Merge succeeded, producing b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c
13:58:43 Checking out Revision b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c (PR-3006)
13:58:43 Commit message: "utils: fix IPv6 address w/ port parsing"
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] sh
13:58:44 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c py.test -v -rxs --cov=docker tests/unit
 > git checkout -f b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c # 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 2933af2ca760cda128f1a48145170a56ba732abd # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c # timeout=10
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
13:58:45 ============================= test session starts ==============================
13:58:45 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
13:58:45 cachedir: .pytest_cache
13:58:45 rootdir: /src, configfile: pytest.ini
13:58:45 plugins: cov-3.0.0, timeout-2.0.1
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3006@tmp/4e869116-7fc6-4339-a3e7-e70cb26d4911/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

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

Login Succeeded
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
13:59:50 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c py.test -v -rxs --cov=docker tests/unit
13:59:50 Unable to find image 'dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c' locally
13:59:50 py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c: Pulling from dockerpinata/docker-py
13:59:50 d836772a1c1f: Pulling fs layer
13:59:50 66a9e63c657a: Pulling fs layer
13:59:50 d1989b6e74cf: Pulling fs layer
13:59:50 c28818711e1e: Pulling fs layer
13:59:50 5084fa7ebd74: Pulling fs layer
13:59:50 7f162c881e4f: Pulling fs layer
13:59:50 fa5c3534431d: Pulling fs layer
13:59:50 30596f5e8e78: Pulling fs layer
13:59:50 4861fe1f6551: Pulling fs layer
13:59:50 79a72e0932dd: Pulling fs layer
13:59:50 8b5f64f3339a: Pulling fs layer
13:59:50 ab9b68d648a5: Pulling fs layer
13:59:50 a152a0f6363d: Pulling fs layer
13:59:50 1a716edc5d5d: Pulling fs layer
13:59:50 1d64cd8ce9fb: Pulling fs layer
13:59:50 aa6cf70be1d2: Pulling fs layer
13:59:50 a80b32614334: Pulling fs layer
13:59:50 b8376983062e: Pulling fs layer
13:59:50 ee8281974f84: Pulling fs layer
13:59:50 6f8cc851ffe2: Pulling fs layer
13:59:50 f845a6238f52: Pulling fs layer
13:59:50 27a64f44734f: Pulling fs layer
13:59:50 b4753f415e90: Pulling fs layer
13:59:50 1d6b7f0a3edc: Pulling fs layer
13:59:50 5d043c911bc0: Pulling fs layer
13:59:50 fcfc1bb09b69: Pulling fs layer
13:59:50 c28818711e1e: Waiting
13:59:50 5084fa7ebd74: Waiting
13:59:50 7f162c881e4f: Waiting
13:59:50 fa5c3534431d: Waiting
13:59:50 30596f5e8e78: Waiting
13:59:50 4861fe1f6551: Waiting
13:59:50 79a72e0932dd: Waiting
13:59:50 8b5f64f3339a: Waiting
13:59:50 ab9b68d648a5: Waiting
13:59:50 a152a0f6363d: Waiting
13:59:50 1a716edc5d5d: Waiting
13:59:50 1d64cd8ce9fb: Waiting
13:59:50 aa6cf70be1d2: Waiting
13:59:50 a80b32614334: Waiting
13:59:50 b8376983062e: Waiting
13:59:50 ee8281974f84: Waiting
13:59:50 6f8cc851ffe2: Waiting
13:59:50 f845a6238f52: Waiting
13:59:50 27a64f44734f: Waiting
13:59:50 b4753f415e90: Waiting
13:59:50 1d6b7f0a3edc: Waiting
13:59:50 5d043c911bc0: Waiting
13:59:50 fcfc1bb09b69: Waiting
13:59:50 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
13:59:50 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [ 19%]
13:59:50 Commit message: "utils: fix IPv6 address w/ port parsing"
13:59:50 66a9e63c657a: Verifying Checksum
13:59:50 66a9e63c657a: Download complete
13:59:50 d1989b6e74cf: Verifying Checksum
13:59:50 d1989b6e74cf: Download complete
[Pipeline] withDockerRegistry
13:59:50 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 19%]
[Pipeline] {
[Pipeline] sh
13:59:51 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c py.test -v -rxs --cov=docker tests/unit
13:59:51 Unable to find image 'dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c' locally
13:59:51 d836772a1c1f: Verifying Checksum
13:59:51 d836772a1c1f: Download complete
13:59:51 c28818711e1e: Verifying Checksum
13:59:51 c28818711e1e: Download complete
[Pipeline] echo
13:59:51 Removing all docker containers
[Pipeline] sh
13:59:51 py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c: Pulling from dockerpinata/docker-py
13:59:51 d836772a1c1f: Pulling fs layer
13:59:51 66a9e63c657a: Pulling fs layer
13:59:51 d1989b6e74cf: Pulling fs layer
13:59:51 c28818711e1e: Pulling fs layer
13:59:51 5084fa7ebd74: Pulling fs layer
13:59:51 7f162c881e4f: Pulling fs layer
13:59:51 fa5c3534431d: Pulling fs layer
13:59:51 30596f5e8e78: Pulling fs layer
13:59:51 4861fe1f6551: Pulling fs layer
13:59:51 79a72e0932dd: Pulling fs layer
13:59:51 8b5f64f3339a: Pulling fs layer
13:59:51 ab9b68d648a5: Pulling fs layer
13:59:51 a152a0f6363d: Pulling fs layer
13:59:51 1a716edc5d5d: Pulling fs layer
13:59:51 1d64cd8ce9fb: Pulling fs layer
13:59:51 aa6cf70be1d2: Pulling fs layer
13:59:51 a80b32614334: Pulling fs layer
13:59:51 b8376983062e: Pulling fs layer
13:59:51 ee8281974f84: Pulling fs layer
13:59:51 6f8cc851ffe2: Pulling fs layer
13:59:51 f845a6238f52: Pulling fs layer
13:59:51 27a64f44734f: Pulling fs layer
13:59:51 b4753f415e90: Pulling fs layer
13:59:51 1d6b7f0a3edc: Pulling fs layer
13:59:51 5d043c911bc0: Pulling fs layer
13:59:51 fcfc1bb09b69: Pulling fs layer
13:59:51 5084fa7ebd74: Waiting
13:59:51 7f162c881e4f: Waiting
13:59:51 fa5c3534431d: Waiting
13:59:51 30596f5e8e78: Waiting
13:59:51 4861fe1f6551: Waiting
13:59:51 c28818711e1e: Waiting
13:59:51 79a72e0932dd: Waiting
13:59:51 8b5f64f3339a: Waiting
13:59:51 ab9b68d648a5: Waiting
13:59:51 a152a0f6363d: Waiting
13:59:51 1a716edc5d5d: Waiting
13:59:51 1d64cd8ce9fb: Waiting
13:59:51 aa6cf70be1d2: Waiting
13:59:51 a80b32614334: Waiting
13:59:51 b8376983062e: Waiting
13:59:51 ee8281974f84: Waiting
13:59:51 6f8cc851ffe2: Waiting
13:59:51 f845a6238f52: Waiting
13:59:51 27a64f44734f: Waiting
13:59:51 b4753f415e90: Waiting
13:59:51 1d6b7f0a3edc: Waiting
13:59:51 5d043c911bc0: Waiting
13:59:51 fcfc1bb09b69: Waiting
13:59:51 7f162c881e4f: Verifying Checksum
13:59:51 7f162c881e4f: Download complete
13:59:51 fa5c3534431d: Verifying Checksum
13:59:51 fa5c3534431d: Download complete
13:59:51 + docker container ls -aq
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] echo
13:59:51 Docker containers have been removed
[Pipeline] echo
13:59:51 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:59:51 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
13:59:51 The recommended git tool is: git
13:59:51 30596f5e8e78: Verifying Checksum
13:59:51 30596f5e8e78: Download complete
13:59:51 4861fe1f6551: Verifying Checksum
13:59:51 4861fe1f6551: Download complete
13:59:51 79a72e0932dd: Verifying Checksum
13:59:51 79a72e0932dd: Download complete
13:59:51 ab9b68d648a5: Verifying Checksum
13:59:51 ab9b68d648a5: 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-3006@tmp/b1140b49-df3b-4d2d-80a2-5160ef3eb57e/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
13:59:52 a152a0f6363d: Verifying Checksum
13:59:52 a152a0f6363d: Download complete
13:59:52 8b5f64f3339a: Verifying Checksum
13:59:52 8b5f64f3339a: Download complete
13:59:52 1a716edc5d5d: Verifying Checksum
13:59:52 1a716edc5d5d: Download complete
13:59:52 1d64cd8ce9fb: Verifying Checksum
13:59:52 1d64cd8ce9fb: Download complete
13:59:52 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 20%]
13:59:52 aa6cf70be1d2: Verifying Checksum
13:59:52 aa6cf70be1d2: Download complete
13:59:52 a80b32614334: Verifying Checksum
13:59:52 a80b32614334: Download complete
13:59:52 b8376983062e: Verifying Checksum
13:59:52 b8376983062e: Download complete
13:59:52 6f8cc851ffe2: Verifying Checksum
13:59:52 6f8cc851ffe2: Download complete
13:59:52 ee8281974f84: Verifying Checksum
13:59:52 ee8281974f84: Download complete
13:59:52 f845a6238f52: Verifying Checksum
13:59:52 f845a6238f52: Download complete
13:59:52 b4753f415e90: Verifying Checksum
13:59:52 b4753f415e90: Download complete
13:59:52 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 20%]
13:59:52 27a64f44734f: Verifying Checksum
13:59:52 27a64f44734f: Download complete
13:59:52 1d6b7f0a3edc: Verifying Checksum
13:59:52 1d6b7f0a3edc: Download complete
13:59:52 5d043c911bc0: Verifying Checksum
13:59:52 5d043c911bc0: Download complete
13:59:53 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 20%]
13:59:53 fcfc1bb09b69: Verifying Checksum
13:59:53 fcfc1bb09b69: Download complete
13:59:53 5084fa7ebd74: Verifying Checksum
13:59:53 5084fa7ebd74: Download complete
13:59:53 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 20%]
13:59:53 using credential docker-jenkins-github-credentials
13:59:53 Cloning the remote Git repository
13:59:53 Cloning with configured refspecs honoured and without tags
13:59:54 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 21%]
13:59:54 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [ 21%]
13:59:54 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 21%]
13:59:54 d1989b6e74cf: Verifying Checksum
13:59:54 d1989b6e74cf: Download complete
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-3006 # 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/3006/head:refs/remotes/origin/PR-3006 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:59:55 c28818711e1e: Verifying Checksum
13:59:55 c28818711e1e: Download complete
13:59:55 d836772a1c1f: Pull complete
13:59:56 66a9e63c657a: Pull complete
13:59:56 Fetching without tags
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3006/head:refs/remotes/origin/PR-3006 # 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/3006/head:refs/remotes/origin/PR-3006 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:59:56 Merging remotes/origin/master commit 2933af2ca760cda128f1a48145170a56ba732abd into PR head commit b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c
13:59:56 Merge succeeded, producing b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c
13:59:56 Checking out Revision b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c (PR-3006)
13:59:56 d1989b6e74cf: Pull complete
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c # 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 2933af2ca760cda128f1a48145170a56ba732abd # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c # timeout=10
13:59:57 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [ 21%]
13:59:57 5084fa7ebd74: Verifying Checksum
13:59:57 5084fa7ebd74: Download complete
13:59:57 7f162c881e4f: Verifying Checksum
13:59:57 7f162c881e4f: Download complete
13:59:57 fa5c3534431d: Verifying Checksum
13:59:57 fa5c3534431d: Download complete
13:59:57 30596f5e8e78: Download complete
13:59:57 4861fe1f6551: Verifying Checksum
13:59:57 4861fe1f6551: Download complete
13:59:57 79a72e0932dd: Verifying Checksum
13:59:57 79a72e0932dd: Download complete
13:59:57 8b5f64f3339a: Verifying Checksum
13:59:57 8b5f64f3339a: Download complete
13:59:57 ab9b68d648a5: Verifying Checksum
13:59:57 ab9b68d648a5: Download complete
13:59:57 a152a0f6363d: Verifying Checksum
13:59:57 a152a0f6363d: Download complete
13:59:57 1a716edc5d5d: Verifying Checksum
13:59:57 1a716edc5d5d: Download complete
13:59:57 1d64cd8ce9fb: Verifying Checksum
13:59:57 1d64cd8ce9fb: Download complete
13:59:58 aa6cf70be1d2: Verifying Checksum
13:59:58 aa6cf70be1d2: Download complete
13:59:58 a80b32614334: Verifying Checksum
13:59:58 a80b32614334: Download complete
13:59:58 b8376983062e: Verifying Checksum
13:59:58 b8376983062e: Download complete
13:59:58 ee8281974f84: Verifying Checksum
13:59:58 ee8281974f84: Download complete
13:59:58 6f8cc851ffe2: Verifying Checksum
13:59:58 6f8cc851ffe2: Download complete
13:59:58 f845a6238f52: Verifying Checksum
13:59:58 f845a6238f52: Download complete
13:59:58 27a64f44734f: Verifying Checksum
13:59:58 27a64f44734f: Download complete
13:59:58 b4753f415e90: Verifying Checksum
13:59:58 b4753f415e90: Download complete
13:59:58 66a9e63c657a: Verifying Checksum
13:59:58 66a9e63c657a: Download complete
13:59:58 5d043c911bc0: Verifying Checksum
13:59:58 5d043c911bc0: Download complete
13:59:58 1d6b7f0a3edc: Download complete
13:59:58 fcfc1bb09b69: Verifying Checksum
13:59:58 fcfc1bb09b69: Download complete
13:59:59 c28818711e1e: Pull complete
13:59:59 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 22%]
13:59:59 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [ 22%]
14:00:00 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 22%]
14:00:00 Commit message: "utils: fix IPv6 address w/ port parsing"
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] sh
14:00:00 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 22%]
14:00:01 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c py.test -v -rxs --cov=docker tests/unit
14:00:01 Unable to find image 'dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c' locally
14:00:01 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 23%]
14:00:01 py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c: Pulling from dockerpinata/docker-py
14:00:01 d836772a1c1f: Pulling fs layer
14:00:01 66a9e63c657a: Pulling fs layer
14:00:01 d1989b6e74cf: Pulling fs layer
14:00:01 c28818711e1e: Pulling fs layer
14:00:01 5084fa7ebd74: Pulling fs layer
14:00:01 7f162c881e4f: Pulling fs layer
14:00:01 fa5c3534431d: Pulling fs layer
14:00:01 30596f5e8e78: Pulling fs layer
14:00:01 4861fe1f6551: Pulling fs layer
14:00:01 79a72e0932dd: Pulling fs layer
14:00:01 8b5f64f3339a: Pulling fs layer
14:00:01 ab9b68d648a5: Pulling fs layer
14:00:01 a152a0f6363d: Pulling fs layer
14:00:01 1a716edc5d5d: Pulling fs layer
14:00:01 1d64cd8ce9fb: Pulling fs layer
14:00:01 aa6cf70be1d2: Pulling fs layer
14:00:01 a80b32614334: Pulling fs layer
14:00:01 b8376983062e: Pulling fs layer
14:00:01 ee8281974f84: Pulling fs layer
14:00:01 6f8cc851ffe2: Pulling fs layer
14:00:01 f845a6238f52: Pulling fs layer
14:00:01 27a64f44734f: Pulling fs layer
14:00:01 b4753f415e90: Pulling fs layer
14:00:01 1d6b7f0a3edc: Pulling fs layer
14:00:01 5d043c911bc0: Pulling fs layer
14:00:01 fcfc1bb09b69: Pulling fs layer
14:00:01 c28818711e1e: Waiting
14:00:01 5084fa7ebd74: Waiting
14:00:01 7f162c881e4f: Waiting
14:00:01 fa5c3534431d: Waiting
14:00:01 30596f5e8e78: Waiting
14:00:01 4861fe1f6551: Waiting
14:00:01 79a72e0932dd: Waiting
14:00:01 8b5f64f3339a: Waiting
14:00:01 ab9b68d648a5: Waiting
14:00:01 a152a0f6363d: Waiting
14:00:01 1a716edc5d5d: Waiting
14:00:01 1d64cd8ce9fb: Waiting
14:00:01 aa6cf70be1d2: Waiting
14:00:01 a80b32614334: Waiting
14:00:01 b8376983062e: Waiting
14:00:01 ee8281974f84: Waiting
14:00:01 6f8cc851ffe2: Waiting
14:00:01 f845a6238f52: Waiting
14:00:01 27a64f44734f: Waiting
14:00:01 b4753f415e90: Waiting
14:00:01 1d6b7f0a3edc: Waiting
14:00:01 5d043c911bc0: Waiting
14:00:01 fcfc1bb09b69: Waiting
14:00:01 66a9e63c657a: Verifying Checksum
14:00:01 66a9e63c657a: Download complete
14:00:01 d1989b6e74cf: Verifying Checksum
14:00:01 d1989b6e74cf: Download complete
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3006@tmp/b047cf60-a08d-4aaf-b2a4-8e3d00bc9fd8/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
14:00:01 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 23%]
14:00:01 tests/integration/api_container_test.py::PortTest::test_port PASSED      [ 23%]
14:00:02 d836772a1c1f: Verifying Checksum
14:00:02 d836772a1c1f: Download complete
14:00:02 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 23%]
14:00:02 c28818711e1e: Verifying Checksum
14:00:02 c28818711e1e: Download complete
14:00:02 7f162c881e4f: Verifying Checksum
14:00:02 7f162c881e4f: Download complete
14:00:02 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 24%]
14:00:02 30596f5e8e78: Verifying Checksum
14:00:02 30596f5e8e78: Download complete
14:00:02 fa5c3534431d: Verifying Checksum
14:00:02 fa5c3534431d: Download complete
14:00:03 4861fe1f6551: Verifying Checksum
14:00:03 4861fe1f6551: Download complete
14:00:03 79a72e0932dd: Verifying Checksum
14:00:03 79a72e0932dd: Download complete
14:00:03 ab9b68d648a5: Verifying Checksum
14:00:03 ab9b68d648a5: Download complete
14:00:03 a152a0f6363d: Verifying Checksum
14:00:03 a152a0f6363d: Download complete
14:00:03 8b5f64f3339a: Verifying Checksum
14:00:03 8b5f64f3339a: Download complete
14:00:03 1a716edc5d5d: Verifying Checksum
14:00:03 1a716edc5d5d: Download complete
14:00:03 1d64cd8ce9fb: Verifying Checksum
14:00:03 1d64cd8ce9fb: Download complete
14:00:03 aa6cf70be1d2: Verifying Checksum
14:00:03 aa6cf70be1d2: Download complete
14:00:03 a80b32614334: Verifying Checksum
14:00:03 a80b32614334: Download complete
14:00:03 b8376983062e: Verifying Checksum
14:00:03 b8376983062e: Download complete
14:00:03 6f8cc851ffe2: Verifying Checksum
14:00:03 6f8cc851ffe2: Download complete
14:00:03 ee8281974f84: Verifying Checksum
14:00:03 ee8281974f84: Download complete
14:00:03 f845a6238f52: Verifying Checksum
14:00:03 f845a6238f52: Download complete
14:00:03 b4753f415e90: Verifying Checksum
14:00:03 b4753f415e90: Download complete
14:00:04 1d6b7f0a3edc: Verifying Checksum
14:00:04 1d6b7f0a3edc: Download complete
14:00:04 27a64f44734f: Verifying Checksum
14:00:04 27a64f44734f: Download complete
14:00:04 5d043c911bc0: Verifying Checksum
14:00:04 5d043c911bc0: Download complete
14:00:04 fcfc1bb09b69: Verifying Checksum
14:00:04 fcfc1bb09b69: Download complete
14:00:04 5084fa7ebd74: Verifying Checksum
14:00:04 5084fa7ebd74: Download complete
14:00:06 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 24%]
14:00:06 d836772a1c1f: Pull complete
14:00:06 66a9e63c657a: Pull complete
14:00:07 d1989b6e74cf: Pull complete
14:00:08 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 24%]
14:00:08 d836772a1c1f: Verifying Checksum
14:00:08 d836772a1c1f: Download complete
14:00:09 d836772a1c1f: Pull complete
14:00:09 66a9e63c657a: Pull complete
14:00:10 5084fa7ebd74: Pull complete
14:00:10 7f162c881e4f: Pull complete
14:00:10 fa5c3534431d: Pull complete
14:00:10 d1989b6e74cf: Pull complete
14:00:10 30596f5e8e78: Pull complete
14:00:10 c28818711e1e: Pull complete
14:00:10 4861fe1f6551: Pull complete
14:00:10 79a72e0932dd: Pull complete
14:00:11 8b5f64f3339a: Pull complete
14:00:11 ab9b68d648a5: Pull complete
14:00:11 a152a0f6363d: Pull complete
14:00:11 1a716edc5d5d: Pull complete
14:00:11 1d64cd8ce9fb: Pull complete
14:00:11 aa6cf70be1d2: Pull complete
14:00:11 a80b32614334: Pull complete
14:00:11 b8376983062e: Pull complete
14:00:11 ee8281974f84: Pull complete
14:00:11 6f8cc851ffe2: Pull complete
14:00:11 f845a6238f52: Pull complete
14:00:11 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 24%]
14:00:11 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 25%]
14:00:12 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 25%]
14:00:12 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 25%]
14:00:12 27a64f44734f: Pull complete
14:00:12 b4753f415e90: Pull complete
14:00:13 c28818711e1e: Pull complete
14:00:13 1d6b7f0a3edc: Pull complete
14:00:13 5d043c911bc0: Pull complete
14:00:13 fcfc1bb09b69: Pull complete
14:00:13 Digest: sha256:17116d9b8c0ee16b9e431ebad1b6ed759ed536dda59a9fd597cdb83edd7bec8b
14:00:13 Status: Downloaded newer image for dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c
14:00:16 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 25%]
14:00:16 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 26%]
14:00:16 ============================= test session starts ==============================
14:00:16 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
14:00:16 cachedir: .pytest_cache
14:00:16 rootdir: /src, configfile: pytest.ini
14:00:16 plugins: cov-3.0.0, timeout-2.0.1
14:00:17 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 26%]
14:00:18 collecting ... collected 571 items
14:00:18 
14:00:18 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [  0%]
14:00:18 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [  0%]
14:00:18 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [  0%]
14:00:18 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [  0%]
14:00:18 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [  0%]
14:00:18 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [  1%]
14:00:18 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [  1%]
14:00:18 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [  1%]
14:00:18 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [  1%]
14:00:18 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [  1%]
14:00:18 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [  1%]
14:00:18 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [  2%]
14:00:18 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [  2%]
14:00:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [  2%]
14:00:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [  2%]
14:00:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [  2%]
14:00:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [  2%]
14:00:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [  3%]
14:00:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [  3%]
14:00:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  3%]
14:00:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [  3%]
14:00:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [  3%]
14:00:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [  4%]
14:00:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [  4%]
14:00:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [  4%]
14:00:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [  4%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [  4%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [  4%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [  5%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [  5%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [  5%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [  5%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [  5%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [  5%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [  6%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [  6%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [  6%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [  6%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [  6%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [  7%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [  7%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [  7%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [  7%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [  7%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [  7%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [  8%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [  8%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [  8%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [  8%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [  8%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [  8%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [  9%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [  9%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [  9%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [  9%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [  9%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [  9%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 10%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 10%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 10%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 10%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 10%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 11%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 11%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 11%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 11%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 11%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 11%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 12%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 12%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 12%]
14:00:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 12%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 12%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 12%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 13%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 13%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 13%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 13%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 13%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 14%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 14%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 14%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 14%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 14%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 14%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 15%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 15%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 15%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 15%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 15%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 15%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 16%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 16%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 16%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 16%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 16%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 16%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 17%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 17%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 17%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 17%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 17%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 18%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 18%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 18%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 18%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 18%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 18%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 19%]
14:00:18 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
14:00:18 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 19%]
14:00:18 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 19%]
14:00:18 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 19%]
14:00:18 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 19%]
14:00:18 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 20%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 20%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 20%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 20%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 20%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 21%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 21%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 21%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 21%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 21%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 21%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 22%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 22%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 22%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 22%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 22%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 22%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 23%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 23%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 23%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 23%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 23%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 23%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 24%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 24%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 24%]
14:00:18 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 24%]
14:00:18 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 24%]
14:00:18 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 25%]
14:00:18 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 25%]
14:00:18 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 25%]
14:00:18 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 25%]
14:00:18 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 25%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 25%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 26%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 26%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 26%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 26%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 26%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 26%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 27%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 27%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 27%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 27%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 27%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 28%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 28%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 28%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 28%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 28%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 28%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 29%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 29%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 29%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 29%]
14:00:18 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 29%]
14:00:18 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 29%]
14:00:18 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 30%]
14:00:19 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 26%]
14:00:19 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 30%]
14:00:19 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 30%]
14:00:19 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 26%]
14:00:19 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 30%]
14:00:19 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 27%]
14:00:19 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 30%]
14:00:20 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 30%]
14:00:20 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 27%]
14:00:20 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 31%]
14:00:20 5084fa7ebd74: Pull complete
14:00:20 7f162c881e4f: Pull complete
14:00:20 fa5c3534431d: Pull complete
14:00:20 30596f5e8e78: Pull complete
14:00:20 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 27%]
14:00:20 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 31%]
14:00:20 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 31%]
14:00:20 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 31%]
14:00:20 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 31%]
14:00:20 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 32%]
14:00:20 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 32%]
14:00:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 32%]
14:00:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 32%]
14:00:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 32%]
14:00:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 32%]
14:00:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 33%]
14:00:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 33%]
14:00:20 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 33%]
14:00:20 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 33%]
14:00:20 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 33%]
14:00:20 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 33%]
14:00:20 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 34%]
14:00:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 34%]
14:00:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 34%]
14:00:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 34%]
14:00:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 34%]
14:00:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 35%]
14:00:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 35%]
14:00:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 35%]
14:00:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 35%]
14:00:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 35%]
14:00:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 35%]
14:00:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 36%]
14:00:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 36%]
14:00:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 36%]
14:00:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 36%]
14:00:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 36%]
14:00:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 36%]
14:00:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 37%]
14:00:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 37%]
14:00:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 37%]
14:00:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 37%]
14:00:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 37%]
14:00:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 38%]
14:00:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 38%]
14:00:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 38%]
14:00:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 38%]
14:00:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 38%]
14:00:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 38%]
14:00:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 39%]
14:00:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 39%]
14:00:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 39%]
14:00:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 39%]
14:00:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 39%]
14:00:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 39%]
14:00:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 40%]
14:00:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 40%]
14:00:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 40%]
14:00:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 40%]
14:00:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 40%]
14:00:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 40%]
14:00:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 41%]
14:00:20 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 41%]
14:00:20 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 41%]
14:00:20 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 41%]
14:00:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 41%]
14:00:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 42%]
14:00:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 42%]
14:00:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 42%]
14:00:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 42%]
14:00:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 42%]
14:00:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 42%]
14:00:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 43%]
14:00:20 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 43%]
14:00:20 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 43%]
14:00:20 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 43%]
14:00:20 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 43%]
14:00:20 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 43%]
14:00:20 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 44%]
14:00:20 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 44%]
14:00:20 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 44%]
14:00:20 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 44%]
14:00:20 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 44%]
14:00:20 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 45%]
14:00:20 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 45%]
14:00:20 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED (N...) [ 45%]
14:00:20 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 45%]
14:00:20 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 45%]
14:00:20 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 45%]
14:00:20 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 46%]
14:00:20 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 46%]
14:00:20 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 46%]
14:00:20 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 46%]
14:00:20 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 46%]
14:00:20 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 46%]
14:00:20 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 47%]
14:00:20 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 47%]
14:00:20 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 47%]
14:00:20 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 47%]
14:00:20 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 47%]
14:00:20 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 47%]
14:00:20 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 48%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 48%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 48%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 48%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 48%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 49%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 49%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 49%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 49%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 49%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 49%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 50%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 50%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 50%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 50%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 50%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 50%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 51%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 51%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 51%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 51%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 51%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 52%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 52%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 52%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 52%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 52%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 52%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 53%]
14:00:20 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 53%]
14:00:20 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 53%]
14:00:20 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 53%]
14:00:20 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 53%]
14:00:20 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 53%]
14:00:20 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 54%]
14:00:21 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 54%]
14:00:21 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 54%]
14:00:21 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 54%]
14:00:21 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 54%]
14:00:21 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 54%]
14:00:21 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 55%]
14:00:21 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 55%]
14:00:21 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 55%]
14:00:21 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 55%]
14:00:21 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 55%]
14:00:21 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 56%]
14:00:21 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 56%]
14:00:21 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 56%]
14:00:21 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 56%]
14:00:21 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 56%]
14:00:21 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 56%]
14:00:21 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 57%]
14:00:21 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 57%]
14:00:21 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 57%]
14:00:21 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 57%]
14:00:21 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 57%]
14:00:21 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 57%]
14:00:21 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 58%]
14:00:21 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 58%]
14:00:21 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 58%]
14:00:21 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 58%]
14:00:21 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 58%]
14:00:21 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 59%]
14:00:21 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 59%]
14:00:21 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 59%]
14:00:21 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 59%]
14:00:21 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 59%]
14:00:21 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 59%]
14:00:21 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 60%]
14:00:21 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 60%]
14:00:21 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 60%]
14:00:21 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 60%]
14:00:21 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 60%]
14:00:21 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 60%]
14:00:21 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 61%]
14:00:21 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 61%]
14:00:21 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 61%]
14:00:21 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 61%]
14:00:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 61%]
14:00:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 61%]
14:00:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 62%]
14:00:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 62%]
14:00:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 62%]
14:00:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 62%]
14:00:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 62%]
14:00:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 63%]
14:00:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 63%]
14:00:21 5084fa7ebd74: Pull complete
14:00:21 7f162c881e4f: Pull complete
14:00:21 fa5c3534431d: Pull complete
14:00:21 30596f5e8e78: Pull complete
14:00:21 4861fe1f6551: Pull complete
14:00:21 79a72e0932dd: Pull complete
14:00:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 63%]
14:00:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 63%]
14:00:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 63%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 63%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 64%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 64%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 64%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 64%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 64%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 64%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 65%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 65%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 65%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 65%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 65%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 66%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 66%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 66%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 66%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 66%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 66%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 67%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 67%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 67%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 67%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 67%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 67%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 68%]
14:00:21 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 68%]
14:00:21 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 68%]
14:00:21 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 68%]
14:00:21 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 68%]
14:00:21 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 69%]
14:00:21 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 69%]
14:00:21 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 69%]
14:00:21 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 69%]
14:00:21 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 69%]
14:00:21 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 69%]
14:00:21 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 70%]
14:00:21 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 70%]
14:00:21 4861fe1f6551: Pull complete
14:00:21 8b5f64f3339a: Pull complete
14:00:21 ab9b68d648a5: Pull complete
14:00:21 a152a0f6363d: Pull complete
14:00:21 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 70%]
14:00:21 tests/unit/models_images_test.py::ImageCollectionTest::test_search_limit PASSED [ 70%]
14:00:21 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 70%]
14:00:21 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 70%]
14:00:21 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 71%]
14:00:21 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 71%]
14:00:21 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 71%]
14:00:21 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 71%]
14:00:21 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 71%]
14:00:21 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 71%]
14:00:21 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 72%]
14:00:21 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 72%]
14:00:21 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 72%]
14:00:21 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 72%]
14:00:21 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 72%]
14:00:21 tests/unit/models_secrets_test.py::CreateServiceTest::test_secrets_repr PASSED [ 73%]
14:00:21 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 73%]
14:00:21 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_hostname_prefix_trim PASSED [ 73%]
14:00:21 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_and_port PASSED [ 73%]
14:00:21 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_only PASSED [ 73%]
14:00:21 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_url PASSED [ 73%]
14:00:21 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_user_and_hostname PASSED [ 74%]
14:00:21 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 74%]
14:00:21 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 74%]
14:00:21 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 74%]
14:00:21 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 74%]
14:00:21 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 74%]
14:00:21 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 75%]
14:00:21 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 75%]
14:00:21 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 75%]
14:00:21 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 75%]
14:00:21 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 75%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 76%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 76%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 76%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 76%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 76%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 76%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 77%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 77%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 77%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 77%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 77%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 77%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 78%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 78%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 78%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 78%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 78%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 78%]
14:00:21 79a72e0932dd: Pull complete
14:00:21 1a716edc5d5d: Pull complete
14:00:21 1d64cd8ce9fb: Pull complete
14:00:21 aa6cf70be1d2: Pull complete
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 79%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 79%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 79%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 79%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 79%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 80%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 80%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 80%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 80%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 80%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 80%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 81%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 81%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 81%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 81%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 81%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 81%]
14:00:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 82%]
14:00:21 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 82%]
14:00:21 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 82%]
14:00:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 82%]
14:00:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 82%]
14:00:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 83%]
14:00:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 83%]
14:00:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 83%]
14:00:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 83%]
14:00:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 83%]
14:00:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 83%]
14:00:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 84%]
14:00:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 84%]
14:00:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 84%]
14:00:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 84%]
14:00:21 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 84%]
14:00:21 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 84%]
14:00:21 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 85%]
14:00:21 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 85%]
14:00:21 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 85%]
14:00:21 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 85%]
14:00:21 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 85%]
14:00:21 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 85%]
14:00:21 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 86%]
14:00:21 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 86%]
14:00:21 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 86%]
14:00:21 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 86%]
14:00:21 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 86%]
14:00:21 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 87%]
14:00:21 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 87%]
14:00:21 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 87%]
14:00:21 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 87%]
14:00:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 87%]
14:00:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 87%]
14:00:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 88%]
14:00:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 88%]
14:00:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 88%]
14:00:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 88%]
14:00:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 88%]
14:00:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 88%]
14:00:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 89%]
14:00:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 89%]
14:00:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 89%]
14:00:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 89%]
14:00:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 89%]
14:00:21 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 90%]
14:00:21 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 90%]
14:00:21 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 90%]
14:00:21 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 90%]
14:00:21 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 90%]
14:00:21 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 90%]
14:00:21 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 91%]
14:00:21 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 91%]
14:00:21 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 91%]
14:00:21 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 91%]
14:00:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 91%]
14:00:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 91%]
14:00:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 92%]
14:00:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 92%]
14:00:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 92%]
14:00:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 92%]
14:00:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 92%]
14:00:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 92%]
14:00:21 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 93%]
14:00:21 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 93%]
14:00:21 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 93%]
14:00:21 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 93%]
14:00:21 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 93%]
14:00:21 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 94%]
14:00:21 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 94%]
14:00:21 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 94%]
14:00:21 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 94%]
14:00:21 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 94%]
14:00:21 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 94%]
14:00:21 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 95%]
14:00:21 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 95%]
14:00:21 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 95%]
14:00:21 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 95%]
14:00:21 8b5f64f3339a: Pull complete
14:00:22 a80b32614334: Pull complete
14:00:22 b8376983062e: Pull complete
14:00:22 ee8281974f84: Pull complete
14:00:22 6f8cc851ffe2: Pull complete
14:00:22 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 95%]
14:00:22 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 95%]
14:00:22 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 96%]
14:00:22 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 96%]
14:00:22 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 96%]
14:00:22 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 96%]
14:00:22 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 96%]
14:00:22 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 97%]
14:00:22 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 97%]
14:00:22 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 97%]
14:00:22 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 97%]
14:00:22 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 97%]
14:00:22 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 97%]
14:00:22 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
14:00:22 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 98%]
14:00:22 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 98%]
14:00:22 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 98%]
14:00:22 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 98%]
14:00:22 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 98%]
14:00:22 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
14:00:22 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_square_brackets_address PASSED [ 99%]
14:00:22 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
14:00:22 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
14:00:22 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
14:00:22 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 27%]
14:00:22 ab9b68d648a5: Pull complete
14:00:22 a152a0f6363d: Pull complete
14:00:22 f845a6238f52: Pull complete
14:00:22 1a716edc5d5d: Pull complete
14:00:22 1d64cd8ce9fb: Pull complete
14:00:22 aa6cf70be1d2: Pull complete
14:00:22 a80b32614334: Pull complete
14:00:22 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
14:00:22 
14:00:22 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
14:00:22 Name                                  Stmts   Miss Branch BrPart  Cover
14:00:22 -----------------------------------------------------------------------
14:00:22 docker/__init__.py                        8      0      0      0   100%
14:00:22 docker/api/__init__.py                    1      0      0      0   100%
14:00:22 docker/api/build.py                     126     41     92     21    62%
14:00:22 docker/api/client.py                    261     65     92     11    75%
14:00:22 docker/api/config.py                     29     18      4      0    33%
14:00:22 docker/api/container.py                 265     72    104     25    65%
14:00:22 docker/api/daemon.py                     39      4     14      4    85%
14:00:22 docker/api/exec_api.py                   45     11     22      9    67%
14:00:22 docker/api/image.py                     159     43     60     14    70%
14:00:22 docker/api/network.py                    90     35     48     11    51%
14:00:22 docker/api/plugin.py                     89     68     14      0    20%
14:00:22 docker/api/secret.py                     34     22      8      0    29%
14:00:22 docker/api/service.py                   200    176    149      0     7%
14:00:22 docker/api/swarm.py                     106     67     38      1    28%
14:00:22 docker/api/volume.py                     38      9     14      2    71%
14:00:22 docker/auth.py                          197     16     74     16    88%
14:00:22 docker/client.py                         69      9      2      0    87%
14:00:22 docker/constants.py                      21      0      0      0   100%
14:00:22 docker/context/__init__.py                2      0      0      0   100%
14:00:22 docker/context/api.py                    78     41     38      8    39%
14:00:22 docker/context/config.py                 61     33     16      2    42%
14:00:22 docker/context/context.py               154     96     64      6    29%
14:00:22 docker/credentials/__init__.py            3      0      0      0   100%
14:00:22 docker/credentials/constants.py           4      0      0      0   100%
14:00:22 docker/credentials/errors.py             11      4      2      0    54%
14:00:22 docker/credentials/store.py              44     30     12      0    25%
14:00:22 docker/credentials/utils.py              23     18     12      0    14%
14:00:22 docker/errors.py                        110     26     20      4    71%
14:00:22 docker/models/__init__.py                 0      0      0      0   100%
14:00:22 docker/models/configs.py                 21      8      2      0    57%
14:00:22 docker/models/containers.py             183     11     70      9    91%
14:00:22 docker/models/images.py                 136     55     56      4    52%
14:00:22 docker/models/networks.py                37      7     12      3    71%
14:00:22 docker/models/nodes.py                   15      5      2      0    59%
14:00:22 docker/models/plugins.py                 48     29      8      0    34%
14:00:22 docker/models/resource.py                41     10      6      3    72%
14:00:22 docker/models/secrets.py                 22      4      2      0    75%
14:00:22 docker/models/services.py                87     35     36      4    59%
14:00:22 docker/models/swarm.py                   39     21      6      0    40%
14:00:22 docker/models/volumes.py                 23     10      4      0    48%
14:00:22 docker/tls.py                            37      6     14      6    76%
14:00:22 docker/transport/__init__.py             11      3      0      0    73%
14:00:22 docker/transport/basehttpadapter.py       6      0      2      1    88%
14:00:22 docker/transport/npipeconn.py            57     52      8      0     8%
14:00:22 docker/transport/npipesocket.py         134    130     20      0     3%
14:00:22 docker/transport/sshconn.py             162    105     54      3    30%
14:00:22 docker/transport/ssladapter.py           36     10     10      4    65%
14:00:22 docker/transport/unixconn.py             54      3      6      1    93%
14:00:22 docker/types/__init__.py                  6      0      0      0   100%
14:00:22 docker/types/base.py                      4      0      2      0   100%
14:00:22 docker/types/containers.py              419     79    326     43    81%
14:00:22 docker/types/daemon.py                   36     24     14      0    24%
14:00:22 docker/types/healthcheck.py              33     20      4      0    35%
14:00:22 docker/types/networks.py                 41     11     28      9    65%
14:00:22 docker/types/services.py                321    146    216     41    50%
14:00:22 docker/types/swarm.py                    51     45     40      0     7%
14:00:22 docker/utils/__init__.py                  3      0      0      0   100%
14:00:22 docker/utils/build.py                   150     24     72     10    83%
14:00:22 docker/utils/config.py                   36      1     10      1    96%
14:00:22 docker/utils/decorators.py               32      1     12      1    95%
14:00:22 docker/utils/fnmatch.py                  55     18     28      2    61%
14:00:22 docker/utils/json_stream.py              40      8     14      2    78%
14:00:22 docker/utils/ports.py                    50      3     32      2    91%
14:00:22 docker/utils/proxy.py                    32      1     12      0    98%
14:00:22 docker/utils/socket.py                   85     10     40      8    84%
14:00:22 docker/utils/utils.py                   279     18    171     13    92%
14:00:22 docker/version.py                         2      0      2      0   100%
14:00:22 -----------------------------------------------------------------------
14:00:22 TOTAL                                  5091   1817   2240    304    60%
14:00:22 
14:00:22 
14:00:22 =========================== short test summary info ============================
14:00:22 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
14:00:22 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
14:00:22 SKIPPED [1] tests/unit/client_test.py:99: Npipe Connection Pool only on Windows
14:00:22 SKIPPED [1] tests/unit/client_test.py:138: Npipe Connection Pool only on Windows
14:00:22 SKIPPED [1] tests/unit/client_test.py:212: Npipe Connection Pool only on Windows
14:00:22 SKIPPED [1] tests/unit/client_test.py:249: Npipe Connection Pool only on Windows
14:00:22 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
14:00:22 SKIPPED [1] tests/unit/utils_build_test.py:230: Backslash patterns only on Windows
14:00:22 SKIPPED [1] tests/unit/utils_build_test.py:252: Backslash patterns only on Windows
14:00:22 SKIPPED [1] tests/unit/utils_build_test.py:400: root user always has access ; no chmod on Windows
14:00:22 SKIPPED [1] tests/unit/utils_config_test.py:54: condition: sys.platform != 'win32'
14:00:22 ================== 560 passed, 10 skipped, 1 xfailed in 6.08s ==================
14:00:22 b8376983062e: Pull complete
14:00:22 ee8281974f84: Pull complete
14:00:22 6f8cc851ffe2: Pull complete
14:00:22 f845a6238f52: Pull complete
14:00:22 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 28%]
14:00:23 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 28%]
14:00:23 27a64f44734f: Pull complete
14:00:23 b4753f415e90: Pull complete
[Pipeline] sh
14:00:23 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 28%]
14:00:23 1d6b7f0a3edc: Pull complete
14:00:23 + docker network create dpy-testnet-1-0-py3.7-22.06.0-beta.0
14:00:23 945b28bca655079ce4ba7f6fc8746ed6fa0c50ce9fe63f4c1b2095c19877c33b
[Pipeline] sh
14:00:23 27a64f44734f: Pull complete
14:00:23 b4753f415e90: Pull complete
14:00:23 5d043c911bc0: Pull complete
14:00:23 fcfc1bb09b69: Pull complete
14:00:23 Digest: sha256:17116d9b8c0ee16b9e431ebad1b6ed759ed536dda59a9fd597cdb83edd7bec8b
14:00:23 Status: Downloaded newer image for dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c
14:00:23 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 28%]
14:00:23 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 29%]
14:00:23 + docker run --rm -d --name dpy-dind-1-0-py3.7-22.06.0-beta.0 -v /tmp --privileged --network dpy-testnet-1-0-py3.7-22.06.0-beta.0 dockerpinata/docker-py:sshdind-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c dockerd -H tcp://0.0.0.0:2375
14:00:23 Unable to find image 'dockerpinata/docker-py:sshdind-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c' locally
14:00:23 sshdind-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c: Pulling from dockerpinata/docker-py
14:00:23 df20fa9351a1: Pulling fs layer
14:00:23 25ad7478873d: Pulling fs layer
14:00:23 4684f6177b5d: Pulling fs layer
14:00:23 46e300cec669: Pulling fs layer
14:00:23 63038576ad94: Pulling fs layer
14:00:23 0fdb76c4706c: Pulling fs layer
14:00:23 cb7edeffdfd5: Pulling fs layer
14:00:23 cc28bd76800f: Pulling fs layer
14:00:23 54196fe38f7e: Pulling fs layer
14:00:23 ea71acc29633: Pulling fs layer
14:00:23 657cc4c15165: Pulling fs layer
14:00:23 46e300cec669: Waiting
14:00:23 63038576ad94: Waiting
14:00:23 0fdb76c4706c: Waiting
14:00:23 cb7edeffdfd5: Waiting
14:00:23 cc28bd76800f: Waiting
14:00:23 54196fe38f7e: Waiting
14:00:23 ea71acc29633: Waiting
14:00:23 ea5dc5e7d29f: Pulling fs layer
14:00:23 33259ff51465: Pulling fs layer
14:00:23 d2d97b2f2928: Pulling fs layer
14:00:23 c06ef0259a60: Pulling fs layer
14:00:23 49465f0f4377: Pulling fs layer
14:00:23 d6f330900e1e: Pulling fs layer
14:00:23 cd29ea6a0fb9: Pulling fs layer
14:00:23 657cc4c15165: Waiting
14:00:23 ea5dc5e7d29f: Waiting
14:00:23 33259ff51465: Waiting
14:00:23 d2d97b2f2928: Waiting
14:00:23 49465f0f4377: Waiting
14:00:23 d6f330900e1e: Waiting
14:00:23 cd29ea6a0fb9: Waiting
14:00:23 c06ef0259a60: Waiting
14:00:24 4684f6177b5d: Verifying Checksum
14:00:24 4684f6177b5d: Download complete
14:00:24 df20fa9351a1: Verifying Checksum
14:00:24 df20fa9351a1: Download complete
14:00:24 25ad7478873d: Verifying Checksum
14:00:24 25ad7478873d: Download complete
14:00:24 0fdb76c4706c: Verifying Checksum
14:00:24 0fdb76c4706c: Download complete
14:00:24 63038576ad94: Verifying Checksum
14:00:24 63038576ad94: Download complete
14:00:24 cb7edeffdfd5: Verifying Checksum
14:00:24 cb7edeffdfd5: Download complete
14:00:24 1d6b7f0a3edc: Pull complete
14:00:24 5d043c911bc0: Pull complete
14:00:24 fcfc1bb09b69: Pull complete
14:00:24 Digest: sha256:17116d9b8c0ee16b9e431ebad1b6ed759ed536dda59a9fd597cdb83edd7bec8b
14:00:24 Status: Downloaded newer image for dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c
14:00:24 54196fe38f7e: Verifying Checksum
14:00:24 54196fe38f7e: Download complete
14:00:24 cc28bd76800f: Verifying Checksum
14:00:24 cc28bd76800f: Download complete
14:00:24 df20fa9351a1: Pull complete
14:00:24 ea71acc29633: Verifying Checksum
14:00:24 ea71acc29633: Download complete
14:00:24 657cc4c15165: Verifying Checksum
14:00:24 657cc4c15165: Download complete
14:00:24 33259ff51465: Verifying Checksum
14:00:24 33259ff51465: Download complete
14:00:24 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 29%]
14:00:24 ea5dc5e7d29f: Verifying Checksum
14:00:24 ea5dc5e7d29f: Download complete
14:00:24 d2d97b2f2928: Verifying Checksum
14:00:24 d2d97b2f2928: Download complete
14:00:24 c06ef0259a60: Download complete
14:00:24 49465f0f4377: Verifying Checksum
14:00:24 49465f0f4377: Download complete
14:00:24 d6f330900e1e: Verifying Checksum
14:00:24 d6f330900e1e: Download complete
14:00:24 25ad7478873d: Pull complete
14:00:24 cd29ea6a0fb9: Verifying Checksum
14:00:24 cd29ea6a0fb9: Download complete
14:00:24 46e300cec669: Verifying Checksum
14:00:24 46e300cec669: Download complete
14:00:24 4684f6177b5d: Pull complete
14:00:25 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 29%]
14:00:26 ============================= test session starts ==============================
14:00:26 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
14:00:26 cachedir: .pytest_cache
14:00:26 rootdir: /src, configfile: pytest.ini
14:00:26 plugins: cov-3.0.0, timeout-2.0.1
14:00:26 46e300cec669: Pull complete
14:00:26 63038576ad94: Pull complete
14:00:26 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 29%]
14:00:26 0fdb76c4706c: Pull complete
14:00:26 cb7edeffdfd5: Pull complete
14:00:27 ============================= test session starts ==============================
14:00:27 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
14:00:27 cachedir: .pytest_cache
14:00:27 rootdir: /src, configfile: pytest.ini
14:00:27 plugins: cov-3.0.0, timeout-2.0.1
14:00:27 cc28bd76800f: Pull complete
14:00:27 54196fe38f7e: Pull complete
14:00:27 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 30%]
14:00:27 ea71acc29633: Pull complete
14:00:27 657cc4c15165: Pull complete
14:00:27 ea5dc5e7d29f: Pull complete
14:00:27 collecting ... collected 571 items
14:00:27 
14:00:27 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [  0%]
14:00:27 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [  0%]
14:00:27 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [  0%]
14:00:27 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [  0%]
14:00:27 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [  0%]
14:00:27 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [  1%]
14:00:27 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 30%]
14:00:27 33259ff51465: Pull complete
14:00:27 d2d97b2f2928: Pull complete
14:00:27 c06ef0259a60: Pull complete
14:00:27 49465f0f4377: Pull complete
14:00:27 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [  1%]
14:00:27 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [  1%]
14:00:27 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [  1%]
14:00:27 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [  1%]
14:00:27 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [  1%]
14:00:27 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [  2%]
14:00:27 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [  2%]
14:00:27 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [  2%]
14:00:27 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [  2%]
14:00:27 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [  2%]
14:00:27 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [  2%]
14:00:27 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [  3%]
14:00:27 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [  3%]
14:00:27 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  3%]
14:00:27 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [  3%]
14:00:27 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [  3%]
14:00:27 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [  4%]
14:00:27 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [  4%]
14:00:27 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [  4%]
14:00:27 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [  4%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [  4%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [  4%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [  5%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [  5%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [  5%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [  5%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [  5%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [  5%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [  6%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [  6%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [  6%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [  6%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [  6%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [  7%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [  7%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [  7%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [  7%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [  7%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [  7%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [  8%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [  8%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [  8%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [  8%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [  8%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [  8%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [  9%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [  9%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [  9%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [  9%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [  9%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [  9%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 10%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 10%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 10%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 10%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 10%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 11%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 11%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 11%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 11%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 11%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 11%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 12%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 12%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 12%]
14:00:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 12%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 12%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 12%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 13%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 13%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 13%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 13%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 13%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 14%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 14%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 14%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 14%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 14%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 14%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 15%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 15%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 15%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 15%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 15%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 15%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 16%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 16%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 16%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 16%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 16%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 16%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 17%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 17%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 17%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 17%]
14:00:27 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 17%]
14:00:27 d6f330900e1e: Pull complete
14:00:27 cd29ea6a0fb9: Pull complete
14:00:27 Digest: sha256:a9b03eda5a6efe6c6f55133766dd61ac3b3a9db7d9644376a9d7bdfeb31c2251
14:00:27 Status: Downloaded newer image for dockerpinata/docker-py:sshdind-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c
14:00:27 collecting ... collected 571 items
14:00:27 
14:00:27 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [  0%]
14:00:27 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [  0%]
14:00:27 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [  0%]
14:00:27 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [  0%]
14:00:27 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [  0%]
14:00:27 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [  1%]
14:00:27 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [  1%]
14:00:27 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [  1%]
14:00:27 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [  1%]
14:00:27 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [  1%]
14:00:27 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [  1%]
14:00:27 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [  2%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 18%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 18%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 18%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 18%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 18%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 18%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 19%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
14:00:28 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 19%]
14:00:28 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 19%]
14:00:28 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 19%]
14:00:28 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 19%]
14:00:28 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 20%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 20%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 20%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 20%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 20%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 21%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 21%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 21%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 21%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 21%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 21%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 22%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 22%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 22%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 22%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 22%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 22%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 23%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 23%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 23%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 23%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 23%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 23%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 24%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 24%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 24%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 24%]
14:00:28 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 24%]
14:00:28 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 25%]
14:00:28 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 25%]
14:00:28 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 25%]
14:00:28 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 25%]
14:00:28 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 25%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 25%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 26%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 26%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 26%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 26%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 26%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 26%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 27%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 27%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 27%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 27%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 27%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 28%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 28%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 28%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 28%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 28%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 28%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 29%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 29%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 29%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 29%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 29%]
14:00:28 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 30%]
14:00:28 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [  2%]
14:00:28 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [  2%]
14:00:28 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [  2%]
14:00:28 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [  2%]
14:00:28 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [  2%]
14:00:28 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [  3%]
14:00:28 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [  3%]
14:00:28 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  3%]
14:00:28 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [  3%]
14:00:28 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [  3%]
14:00:28 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [  4%]
14:00:28 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [  4%]
14:00:28 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [  4%]
14:00:28 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [  4%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [  4%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [  4%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [  5%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [  5%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [  5%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [  5%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [  5%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [  5%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [  6%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [  6%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [  6%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [  6%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [  6%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [  7%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [  7%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [  7%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [  7%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [  7%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [  7%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [  8%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [  8%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [  8%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [  8%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [  8%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [  8%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [  9%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [  9%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [  9%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [  9%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [  9%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [  9%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 10%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 10%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 10%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 10%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 10%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 11%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 11%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 11%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 11%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 11%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 11%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 12%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 12%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 12%]
14:00:28 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 12%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 12%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 12%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 13%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 13%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 13%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 13%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 13%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 14%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 14%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 14%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 14%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 14%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 14%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 15%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 15%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 15%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 15%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 15%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 15%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 16%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 16%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 16%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 16%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 16%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 16%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 17%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 17%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 17%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 17%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 17%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 18%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 18%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 18%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 18%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 18%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 18%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 19%]
14:00:28 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
14:00:28 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 19%]
14:00:28 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 19%]
14:00:28 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 19%]
14:00:28 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 19%]
14:00:28 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 29%]
14:00:28 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 30%]
14:00:28 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 20%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 20%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 20%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 20%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 20%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 21%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 21%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 21%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 21%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 21%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 21%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 22%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 22%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 22%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 22%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 22%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 22%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 23%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 23%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 23%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 23%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 23%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 23%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 24%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 24%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 24%]
14:00:28 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 24%]
14:00:28 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 24%]
14:00:28 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 25%]
14:00:28 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 25%]
14:00:28 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 25%]
14:00:28 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 25%]
14:00:28 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 25%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 25%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 26%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 26%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 26%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 26%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 26%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 26%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 27%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 27%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 27%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 27%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 27%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 28%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 28%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 28%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 28%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 28%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 28%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 29%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 29%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 29%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 29%]
14:00:28 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 29%]
14:00:28 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 29%]
14:00:28 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 30%]
14:00:28 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 30%]
14:00:28 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 30%]
14:00:28 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 30%]
14:00:28 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 31%]
14:00:29 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 30%]
14:00:29 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 30%]
14:00:29 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 30%]
14:00:29 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 30%]
14:00:29 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 30%]
14:00:29 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 30%]
14:00:29 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 30%]
14:00:29 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 31%]
14:00:29 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 31%]
14:00:29 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 30%]
14:00:30 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 31%]
14:00:30 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 31%]
14:00:30 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 31%]
14:00:30 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 31%]
14:00:30 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 31%]
14:00:30 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 32%]
14:00:30 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 32%]
14:00:30 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 32%]
14:00:30 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 32%]
14:00:30 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 32%]
14:00:30 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 32%]
14:00:30 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 33%]
14:00:30 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 33%]
14:00:30 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 33%]
14:00:30 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 33%]
14:00:30 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 33%]
14:00:30 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 33%]
14:00:30 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 34%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 34%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 34%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 34%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 34%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 35%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 35%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 35%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 35%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 35%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 35%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 36%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 36%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 36%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 36%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 36%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 36%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 37%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 37%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 37%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 37%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 37%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 38%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 38%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 38%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 38%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 38%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 38%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 39%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 39%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 39%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 39%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 39%]
14:00:30 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 39%]
14:00:30 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 31%]
14:00:30 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 40%]
14:00:30 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 40%]
14:00:30 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 40%]
14:00:30 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 40%]
14:00:30 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 40%]
14:00:30 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 40%]
14:00:30 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 41%]
14:00:30 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 41%]
14:00:30 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 41%]
14:00:30 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 41%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 41%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 42%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 42%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 42%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 42%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 42%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 42%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 43%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 43%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 43%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 43%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 43%]
14:00:30 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 43%]
14:00:30 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 44%]
14:00:30 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 44%]
14:00:30 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 44%]
14:00:30 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 44%]
14:00:30 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 44%]
14:00:30 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 45%]
14:00:30 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 45%]
14:00:30 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED (N...) [ 45%]
14:00:30 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 45%]
14:00:30 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 45%]
14:00:30 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 45%]
14:00:30 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 46%]
14:00:30 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 46%]
14:00:30 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 46%]
14:00:30 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 46%]
14:00:30 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 46%]
14:00:30 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 46%]
14:00:30 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 47%]
14:00:30 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 47%]
14:00:30 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 47%]
14:00:30 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 47%]
14:00:30 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 47%]
14:00:30 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 47%]
14:00:30 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 48%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 48%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 48%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 48%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 48%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 49%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 49%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 49%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 49%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 49%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 49%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 50%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 50%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 50%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 50%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 50%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 50%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 51%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 51%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 51%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 51%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 51%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 52%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 52%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 52%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 52%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 52%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 52%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 53%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 53%]
14:00:30 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 53%]
14:00:30 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 53%]
14:00:30 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 53%]
14:00:30 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 53%]
14:00:30 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 54%]
14:00:30 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 54%]
14:00:30 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 54%]
14:00:30 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 54%]
14:00:30 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 54%]
14:00:30 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 54%]
14:00:30 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 55%]
14:00:30 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 55%]
14:00:30 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 55%]
14:00:30 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 55%]
14:00:30 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 55%]
14:00:30 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 56%]
14:00:30 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 56%]
14:00:30 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 56%]
14:00:30 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 56%]
14:00:30 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 56%]
14:00:30 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 56%]
14:00:30 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 57%]
14:00:30 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 31%]
14:00:30 58d2498d862f649710d2d7c1945679532b8c4681ea45dbc1fa6f50060995a986
[Pipeline] sh
14:00:30 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 31%]
14:00:30 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 31%]
14:00:30 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 31%]
14:00:30 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 31%]
14:00:30 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 32%]
14:00:30 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 32%]
14:00:30 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 32%]
14:00:30 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 32%]
14:00:30 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 32%]
14:00:30 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 32%]
14:00:30 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 33%]
14:00:30 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 33%]
14:00:30 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 33%]
14:00:30 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 33%]
14:00:30 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 33%]
14:00:30 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 33%]
14:00:30 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 34%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 34%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 34%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 34%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 34%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 35%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 35%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 35%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 35%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 35%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 35%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 36%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 36%]
14:00:30 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 36%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 36%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 36%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 36%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 37%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 37%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 37%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 37%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 37%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 38%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 38%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 38%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 38%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 38%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 38%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 39%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 39%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 39%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 39%]
14:00:30 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 39%]
14:00:30 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 39%]
14:00:30 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 40%]
14:00:30 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 40%]
14:00:30 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 40%]
14:00:30 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 40%]
14:00:30 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 40%]
14:00:30 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 40%]
14:00:30 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 41%]
14:00:30 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 41%]
14:00:30 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 41%]
14:00:30 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 41%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 41%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 42%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 42%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 42%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 42%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 42%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 42%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 43%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 43%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 43%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 43%]
14:00:30 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 43%]
14:00:30 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 43%]
14:00:30 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 44%]
14:00:30 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 44%]
14:00:30 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 44%]
14:00:30 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 44%]
14:00:30 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 44%]
14:00:30 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 45%]
14:00:30 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 57%]
14:00:30 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 57%]
14:00:30 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 57%]
14:00:30 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 57%]
14:00:30 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 57%]
14:00:30 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 58%]
14:00:30 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 58%]
14:00:30 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 58%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 58%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 58%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 59%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 59%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 59%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 59%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 59%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 59%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 60%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 60%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 60%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 60%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 60%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 60%]
14:00:30 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 61%]
14:00:30 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 61%]
14:00:30 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 61%]
14:00:30 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 61%]
14:00:30 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 61%]
14:00:30 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 61%]
14:00:30 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 62%]
14:00:30 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 62%]
14:00:30 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 62%]
14:00:30 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 62%]
14:00:30 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 62%]
14:00:30 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 63%]
14:00:30 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 63%]
14:00:30 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 63%]
14:00:30 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 63%]
14:00:30 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 63%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 63%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 64%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 64%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 64%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 64%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 64%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 64%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 65%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 65%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 65%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 65%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 65%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 66%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 66%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 66%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 66%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 66%]
14:00:30 + docker run --rm --name dpy-tests-1-0-py3.7-22.06.0-beta.0 -e DOCKER_HOST=tcp://dpy-dind-1-0-py3.7-22.06.0-beta.0:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py3.7-22.06.0-beta.0 --volumes-from dpy-dind-1-0-py3.7-22.06.0-beta.0 -v /home/ubuntu/workspace/docker-py_PR-3006@tmp/600b6e02-c1d1-466a-b7b5-3801c9020ba5/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c py.test -v -rxs --cov=docker tests/integration
14:00:30 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 45%]
14:00:30 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED (N...) [ 45%]
14:00:30 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 45%]
14:00:30 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 45%]
14:00:30 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 45%]
14:00:30 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 46%]
14:00:30 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 46%]
14:00:30 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 46%]
14:00:30 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 46%]
14:00:30 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 46%]
14:00:30 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 46%]
14:00:30 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 47%]
14:00:30 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 47%]
14:00:30 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 47%]
14:00:30 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 47%]
14:00:30 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 47%]
14:00:30 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 47%]
14:00:30 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 48%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 48%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 48%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 48%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 48%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 49%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 49%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 49%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 49%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 49%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 49%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 50%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 50%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 50%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 50%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 50%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 50%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 51%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 51%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 51%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 51%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 51%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 52%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 52%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 52%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 52%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 52%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 52%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 53%]
14:00:30 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 53%]
14:00:30 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 53%]
14:00:30 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 53%]
14:00:30 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 53%]
14:00:30 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 53%]
14:00:30 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 54%]
14:00:30 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 54%]
14:00:30 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 54%]
14:00:30 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 54%]
14:00:30 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 54%]
14:00:30 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 54%]
14:00:30 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 55%]
14:00:30 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 55%]
14:00:30 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 55%]
14:00:30 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 55%]
14:00:30 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 55%]
14:00:30 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 56%]
14:00:30 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 56%]
14:00:30 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 56%]
14:00:30 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 56%]
14:00:30 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 56%]
14:00:30 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 56%]
14:00:30 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 57%]
14:00:30 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 57%]
14:00:30 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 57%]
14:00:30 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 57%]
14:00:30 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 57%]
14:00:30 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 57%]
14:00:30 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 58%]
14:00:30 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 58%]
14:00:30 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 58%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 58%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 58%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 59%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 59%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 59%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 59%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 59%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 59%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 60%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 60%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 60%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 60%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 60%]
14:00:30 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 60%]
14:00:30 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 61%]
14:00:30 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 61%]
14:00:30 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 61%]
14:00:30 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 61%]
14:00:30 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 61%]
14:00:30 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 61%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 66%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 67%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 67%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 67%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 67%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 67%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 67%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 68%]
14:00:30 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 68%]
14:00:30 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 68%]
14:00:30 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 68%]
14:00:30 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 68%]
14:00:30 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 69%]
14:00:30 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 69%]
14:00:30 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 69%]
14:00:30 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 69%]
14:00:30 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 69%]
14:00:30 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 69%]
14:00:30 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 70%]
14:00:30 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 70%]
14:00:30 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 70%]
14:00:30 tests/unit/models_images_test.py::ImageCollectionTest::test_search_limit PASSED [ 70%]
14:00:30 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 70%]
14:00:30 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 70%]
14:00:30 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 71%]
14:00:30 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 71%]
14:00:30 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 71%]
14:00:30 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 71%]
14:00:30 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 71%]
14:00:30 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 71%]
14:00:30 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 72%]
14:00:30 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 72%]
14:00:30 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 72%]
14:00:30 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 72%]
14:00:30 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 32%]
14:00:31 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 62%]
14:00:31 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 62%]
14:00:31 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 62%]
14:00:31 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 62%]
14:00:31 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 62%]
14:00:31 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 63%]
14:00:31 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 63%]
14:00:31 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 63%]
14:00:31 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 63%]
14:00:31 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 63%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 63%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 64%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 64%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 64%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 64%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 64%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 64%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 65%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 65%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 65%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 65%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 65%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 66%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 66%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 66%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 66%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 66%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 66%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 67%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 67%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 67%]
14:00:31 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 72%]
14:00:31 tests/unit/models_secrets_test.py::CreateServiceTest::test_secrets_repr PASSED [ 73%]
14:00:31 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 73%]
14:00:31 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_hostname_prefix_trim PASSED [ 73%]
14:00:31 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_and_port PASSED [ 73%]
14:00:31 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_only PASSED [ 73%]
14:00:31 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_url PASSED [ 73%]
14:00:31 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_user_and_hostname PASSED [ 74%]
14:00:31 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 74%]
14:00:31 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 74%]
14:00:31 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 74%]
14:00:31 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 74%]
14:00:31 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 74%]
14:00:31 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 75%]
14:00:31 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 75%]
14:00:31 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 75%]
14:00:31 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 75%]
14:00:31 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 75%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 76%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 76%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 76%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 76%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 76%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 76%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 77%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 77%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 77%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 77%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 77%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 77%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 78%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 78%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 78%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 78%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 78%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 78%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 79%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 79%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 79%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 79%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 79%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 80%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 80%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 80%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 80%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 80%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 80%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 81%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 81%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 81%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 81%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 81%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 81%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 82%]
14:00:31 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 82%]
14:00:31 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 82%]
14:00:31 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 82%]
14:00:31 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 82%]
14:00:31 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 83%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 67%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 67%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 67%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 68%]
14:00:31 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 68%]
14:00:31 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 68%]
14:00:31 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 68%]
14:00:31 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 68%]
14:00:31 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 69%]
14:00:31 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 69%]
14:00:31 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 69%]
14:00:31 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 69%]
14:00:31 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 69%]
14:00:31 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 69%]
14:00:31 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 70%]
14:00:31 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 70%]
14:00:31 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 70%]
14:00:31 tests/unit/models_images_test.py::ImageCollectionTest::test_search_limit PASSED [ 70%]
14:00:31 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 70%]
14:00:31 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 70%]
14:00:31 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 71%]
14:00:31 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 71%]
14:00:31 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 71%]
14:00:31 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 71%]
14:00:31 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 71%]
14:00:31 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 71%]
14:00:31 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 72%]
14:00:31 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 72%]
14:00:31 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 72%]
14:00:31 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 72%]
14:00:31 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 72%]
14:00:31 tests/unit/models_secrets_test.py::CreateServiceTest::test_secrets_repr PASSED [ 73%]
14:00:31 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 73%]
14:00:31 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_hostname_prefix_trim PASSED [ 73%]
14:00:31 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_and_port PASSED [ 73%]
14:00:31 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_only PASSED [ 73%]
14:00:31 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_url PASSED [ 73%]
14:00:31 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_user_and_hostname PASSED [ 74%]
14:00:31 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 74%]
14:00:31 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 74%]
14:00:31 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 74%]
14:00:31 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 74%]
14:00:31 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 74%]
14:00:31 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 75%]
14:00:31 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 75%]
14:00:31 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 75%]
14:00:31 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 75%]
14:00:31 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 75%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 76%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 76%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 76%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 76%]
14:00:31 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 83%]
14:00:31 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 83%]
14:00:31 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 83%]
14:00:31 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 83%]
14:00:31 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 83%]
14:00:31 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 84%]
14:00:31 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 84%]
14:00:31 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 84%]
14:00:31 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 84%]
14:00:31 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 84%]
14:00:31 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 84%]
14:00:31 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 85%]
14:00:31 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 85%]
14:00:31 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 85%]
14:00:31 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 85%]
14:00:31 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 85%]
14:00:31 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 85%]
14:00:31 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 86%]
14:00:31 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 86%]
14:00:31 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 86%]
14:00:31 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 86%]
14:00:31 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 86%]
14:00:31 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 87%]
14:00:31 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 87%]
14:00:31 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 87%]
14:00:31 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 87%]
14:00:31 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 87%]
14:00:31 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 87%]
14:00:31 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 88%]
14:00:31 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 88%]
14:00:31 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 88%]
14:00:31 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 88%]
14:00:31 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 88%]
14:00:31 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 88%]
14:00:31 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 89%]
14:00:31 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 89%]
14:00:31 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 89%]
14:00:31 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 89%]
14:00:31 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 89%]
14:00:31 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 90%]
14:00:31 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 90%]
14:00:31 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 90%]
14:00:31 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 90%]
14:00:31 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 90%]
14:00:31 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 90%]
14:00:31 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 91%]
14:00:31 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 91%]
14:00:31 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 91%]
14:00:31 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 91%]
14:00:31 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 91%]
14:00:31 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 91%]
14:00:31 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 92%]
14:00:31 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 92%]
14:00:31 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 92%]
14:00:31 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 92%]
14:00:31 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 92%]
14:00:31 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 92%]
14:00:31 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 93%]
14:00:31 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 93%]
14:00:31 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 93%]
14:00:31 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 93%]
14:00:31 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 93%]
14:00:31 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 94%]
14:00:31 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 94%]
14:00:31 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 94%]
14:00:31 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 94%]
14:00:31 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 94%]
14:00:31 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 94%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 95%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 95%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 95%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 95%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 95%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 95%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 96%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 96%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 96%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 96%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 96%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 97%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 97%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 97%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 97%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 97%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 97%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 98%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 98%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 98%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 98%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 98%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_square_brackets_address PASSED [ 99%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
14:00:31 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
14:00:31 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 32%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 76%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 76%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 77%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 77%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 77%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 77%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 77%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 77%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 78%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 78%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 78%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 78%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 78%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 78%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 79%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 79%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 79%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 79%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 79%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 80%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 80%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 80%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 80%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 80%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 80%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 81%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 81%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 81%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 81%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 81%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 81%]
14:00:31 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 82%]
14:00:31 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 82%]
14:00:31 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 82%]
14:00:31 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 82%]
14:00:31 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 82%]
14:00:31 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 83%]
14:00:31 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 83%]
14:00:31 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 83%]
14:00:31 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 83%]
14:00:31 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 83%]
14:00:31 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 83%]
14:00:31 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 84%]
14:00:31 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 84%]
14:00:31 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 84%]
14:00:31 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 84%]
14:00:31 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 84%]
14:00:31 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 84%]
14:00:31 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 85%]
14:00:31 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 85%]
14:00:31 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 85%]
14:00:31 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 85%]
14:00:31 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 85%]
14:00:31 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 85%]
14:00:31 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 86%]
14:00:31 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 86%]
14:00:31 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 86%]
14:00:31 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 86%]
14:00:31 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 86%]
14:00:31 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 87%]
14:00:31 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 87%]
14:00:31 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 87%]
14:00:31 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 87%]
14:00:31 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 87%]
14:00:31 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 87%]
14:00:31 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 88%]
14:00:31 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 88%]
14:00:31 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 88%]
14:00:31 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 88%]
14:00:31 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 88%]
14:00:31 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 88%]
14:00:31 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 89%]
14:00:31 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 89%]
14:00:31 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 89%]
14:00:31 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 89%]
14:00:31 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 89%]
14:00:31 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 90%]
14:00:31 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 90%]
14:00:31 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 90%]
14:00:31 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 90%]
14:00:31 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 90%]
14:00:31 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 90%]
14:00:31 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 91%]
14:00:31 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 91%]
14:00:31 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 91%]
14:00:31 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 91%]
14:00:31 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 91%]
14:00:31 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 91%]
14:00:31 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 92%]
14:00:31 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 92%]
14:00:31 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 92%]
14:00:31 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 92%]
14:00:31 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 92%]
14:00:31 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 92%]
14:00:31 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 93%]
14:00:31 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 93%]
14:00:31 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 93%]
14:00:31 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 93%]
14:00:31 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 93%]
14:00:31 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 94%]
14:00:31 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 94%]
14:00:31 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 94%]
14:00:31 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 94%]
14:00:31 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 94%]
14:00:31 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 94%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 95%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 95%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 95%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 95%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 95%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 95%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 96%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 96%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 96%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 96%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 96%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 97%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 97%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 97%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 97%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 97%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 97%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 98%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 98%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 98%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 98%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 98%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_square_brackets_address PASSED [ 99%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
14:00:31 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
14:00:31 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
14:00:32 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 32%]
14:00:32 ============================= test session starts ==============================
14:00:32 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
14:00:32 cachedir: .pytest_cache
14:00:32 rootdir: /src, configfile: pytest.ini
14:00:32 plugins: cov-3.0.0, timeout-2.0.1
14:00:32 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
14:00:32 
14:00:32 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
14:00:32 Name                                  Stmts   Miss Branch BrPart  Cover
14:00:32 -----------------------------------------------------------------------
14:00:32 docker/__init__.py                        8      0      0      0   100%
14:00:32 docker/api/__init__.py                    1      0      0      0   100%
14:00:32 docker/api/build.py                     126     41     92     21    62%
14:00:32 docker/api/client.py                    261     65     92     11    75%
14:00:32 docker/api/config.py                     29     18      4      0    33%
14:00:32 docker/api/container.py                 265     72    104     25    65%
14:00:32 docker/api/daemon.py                     39      4     14      4    85%
14:00:32 docker/api/exec_api.py                   45     11     22      9    67%
14:00:32 docker/api/image.py                     159     43     60     14    70%
14:00:32 docker/api/network.py                    90     35     48     11    51%
14:00:32 docker/api/plugin.py                     89     68     14      0    20%
14:00:32 docker/api/secret.py                     34     22      8      0    29%
14:00:32 docker/api/service.py                   200    176    149      0     7%
14:00:32 docker/api/swarm.py                     106     67     38      1    28%
14:00:32 docker/api/volume.py                     38      9     14      2    71%
14:00:32 docker/auth.py                          197     16     74     16    88%
14:00:32 docker/client.py                         69      9      2      0    87%
14:00:32 docker/constants.py                      21      0      0      0   100%
14:00:32 docker/context/__init__.py                2      0      0      0   100%
14:00:32 docker/context/api.py                    78     41     38      8    39%
14:00:32 docker/context/config.py                 61     33     16      2    42%
14:00:32 docker/context/context.py               154     96     64      6    29%
14:00:32 docker/credentials/__init__.py            3      0      0      0   100%
14:00:32 docker/credentials/constants.py           4      0      0      0   100%
14:00:32 docker/credentials/errors.py             11      4      2      0    54%
14:00:32 docker/credentials/store.py              44     30     12      0    25%
14:00:32 docker/credentials/utils.py              23     18     12      0    14%
14:00:32 docker/errors.py                        110     26     20      4    71%
14:00:32 docker/models/__init__.py                 0      0      0      0   100%
14:00:32 docker/models/configs.py                 21      8      2      0    57%
14:00:32 docker/models/containers.py             183     11     70      9    91%
14:00:32 docker/models/images.py                 136     55     56      4    52%
14:00:32 docker/models/networks.py                37      7     12      3    71%
14:00:32 docker/models/nodes.py                   15      5      2      0    59%
14:00:32 docker/models/plugins.py                 48     29      8      0    34%
14:00:32 docker/models/resource.py                41     10      6      3    72%
14:00:32 docker/models/secrets.py                 22      4      2      0    75%
14:00:32 docker/models/services.py                87     35     36      4    59%
14:00:32 docker/models/swarm.py                   39     21      6      0    40%
14:00:32 docker/models/volumes.py                 23     10      4      0    48%
14:00:32 docker/tls.py                            37      6     14      6    76%
14:00:32 docker/transport/__init__.py             11      3      0      0    73%
14:00:32 docker/transport/basehttpadapter.py       6      0      2      1    88%
14:00:32 docker/transport/npipeconn.py            57     52      8      0     8%
14:00:32 docker/transport/npipesocket.py         134    130     20      0     3%
14:00:32 docker/transport/sshconn.py             162    105     54      3    30%
14:00:32 docker/transport/ssladapter.py           36     10     10      4    65%
14:00:32 docker/transport/unixconn.py             54      3      6      1    93%
14:00:32 docker/types/__init__.py                  6      0      0      0   100%
14:00:32 docker/types/base.py                      4      0      2      0   100%
14:00:32 docker/types/containers.py              419     79    326     43    81%
14:00:32 docker/types/daemon.py                   36     24     14      0    24%
14:00:32 docker/types/healthcheck.py              33     20      4      0    35%
14:00:32 docker/types/networks.py                 41     11     28      9    65%
14:00:32 docker/types/services.py                321    146    216     41    50%
14:00:32 docker/types/swarm.py                    51     45     40      0     7%
14:00:32 docker/utils/__init__.py                  3      0      0      0   100%
14:00:32 docker/utils/build.py                   150     24     72     10    83%
14:00:32 docker/utils/config.py                   36      1     10      1    96%
14:00:32 docker/utils/decorators.py               32      1     12      1    95%
14:00:32 docker/utils/fnmatch.py                  55     18     28      2    61%
14:00:32 docker/utils/json_stream.py              40      8     14      2    78%
14:00:32 docker/utils/ports.py                    50      3     32      2    91%
14:00:32 docker/utils/proxy.py                    32      1     12      0    98%
14:00:32 docker/utils/socket.py                   85     10     40      8    84%
14:00:32 docker/utils/utils.py                   279     18    171     13    92%
14:00:32 docker/version.py                         2      0      2      0   100%
14:00:32 -----------------------------------------------------------------------
14:00:32 TOTAL                                  5091   1817   2240    304    60%
14:00:32 
14:00:32 
14:00:32 =========================== short test summary info ============================
14:00:32 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
14:00:32 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
14:00:32 SKIPPED [1] tests/unit/client_test.py:99: Npipe Connection Pool only on Windows
14:00:32 SKIPPED [1] tests/unit/client_test.py:138: Npipe Connection Pool only on Windows
14:00:32 SKIPPED [1] tests/unit/client_test.py:212: Npipe Connection Pool only on Windows
14:00:32 SKIPPED [1] tests/unit/client_test.py:249: Npipe Connection Pool only on Windows
14:00:32 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
14:00:32 SKIPPED [1] tests/unit/utils_build_test.py:230: Backslash patterns only on Windows
14:00:32 SKIPPED [1] tests/unit/utils_build_test.py:252: Backslash patterns only on Windows
14:00:32 SKIPPED [1] tests/unit/utils_build_test.py:400: root user always has access ; no chmod on Windows
14:00:32 SKIPPED [1] tests/unit/utils_config_test.py:54: condition: sys.platform != 'win32'
14:00:32 ================== 560 passed, 10 skipped, 1 xfailed in 5.97s ==================
[Pipeline] sh
14:00:32 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
14:00:32 
14:00:32 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
14:00:32 Name                                  Stmts   Miss Branch BrPart  Cover
14:00:32 -----------------------------------------------------------------------
14:00:32 docker/__init__.py                        8      0      0      0   100%
14:00:32 docker/api/__init__.py                    1      0      0      0   100%
14:00:32 docker/api/build.py                     126     41     92     21    62%
14:00:32 docker/api/client.py                    261     65     92     11    75%
14:00:32 docker/api/config.py                     29     18      4      0    33%
14:00:32 docker/api/container.py                 265     72    104     25    65%
14:00:32 docker/api/daemon.py                     39      4     14      4    85%
14:00:32 docker/api/exec_api.py                   45     11     22      9    67%
14:00:32 docker/api/image.py                     159     43     60     14    70%
14:00:32 docker/api/network.py                    90     35     48     11    51%
14:00:32 docker/api/plugin.py                     89     68     14      0    20%
14:00:32 docker/api/secret.py                     34     22      8      0    29%
14:00:32 docker/api/service.py                   200    176    149      0     7%
14:00:32 docker/api/swarm.py                     106     67     38      1    28%
14:00:32 docker/api/volume.py                     38      9     14      2    71%
14:00:32 docker/auth.py                          197     16     74     16    88%
14:00:32 docker/client.py                         69      9      2      0    87%
14:00:32 docker/constants.py                      21      0      0      0   100%
14:00:32 docker/context/__init__.py                2      0      0      0   100%
14:00:32 docker/context/api.py                    78     41     38      8    39%
14:00:32 docker/context/config.py                 61     33     16      2    42%
14:00:32 docker/context/context.py               154     96     64      6    29%
14:00:32 docker/credentials/__init__.py            3      0      0      0   100%
14:00:32 docker/credentials/constants.py           4      0      0      0   100%
14:00:32 docker/credentials/errors.py             11      4      2      0    54%
14:00:32 docker/credentials/store.py              44     30     12      0    25%
14:00:32 docker/credentials/utils.py              23     18     12      0    14%
14:00:32 docker/errors.py                        110     26     20      4    71%
14:00:32 docker/models/__init__.py                 0      0      0      0   100%
14:00:32 docker/models/configs.py                 21      8      2      0    57%
14:00:32 docker/models/containers.py             183     11     70      9    91%
14:00:32 docker/models/images.py                 136     55     56      4    52%
14:00:32 docker/models/networks.py                37      7     12      3    71%
14:00:32 docker/models/nodes.py                   15      5      2      0    59%
14:00:32 docker/models/plugins.py                 48     29      8      0    34%
14:00:32 docker/models/resource.py                41     10      6      3    72%
14:00:32 docker/models/secrets.py                 22      4      2      0    75%
14:00:32 docker/models/services.py                87     35     36      4    59%
14:00:32 docker/models/swarm.py                   39     21      6      0    40%
14:00:32 docker/models/volumes.py                 23     10      4      0    48%
14:00:32 docker/tls.py                            37      6     14      6    76%
14:00:32 docker/transport/__init__.py             11      3      0      0    73%
14:00:32 docker/transport/basehttpadapter.py       6      0      2      1    88%
14:00:32 docker/transport/npipeconn.py            57     52      8      0     8%
14:00:32 docker/transport/npipesocket.py         134    130     20      0     3%
14:00:32 docker/transport/sshconn.py             162    105     54      3    30%
14:00:32 docker/transport/ssladapter.py           36     10     10      4    65%
14:00:32 docker/transport/unixconn.py             54      3      6      1    93%
14:00:32 docker/types/__init__.py                  6      0      0      0   100%
14:00:32 docker/types/base.py                      4      0      2      0   100%
14:00:32 docker/types/containers.py              419     79    326     43    81%
14:00:32 docker/types/daemon.py                   36     24     14      0    24%
14:00:32 docker/types/healthcheck.py              33     20      4      0    35%
14:00:32 docker/types/networks.py                 41     11     28      9    65%
14:00:32 docker/types/services.py                321    146    216     41    50%
14:00:32 docker/types/swarm.py                    51     45     40      0     7%
14:00:32 docker/utils/__init__.py                  3      0      0      0   100%
14:00:32 docker/utils/build.py                   150     24     72     10    83%
14:00:32 docker/utils/config.py                   36      1     10      1    96%
14:00:32 docker/utils/decorators.py               32      1     12      1    95%
14:00:32 docker/utils/fnmatch.py                  55     18     28      2    61%
14:00:32 docker/utils/json_stream.py              40      8     14      2    78%
14:00:32 docker/utils/ports.py                    50      3     32      2    91%
14:00:32 docker/utils/proxy.py                    32      1     12      0    98%
14:00:32 docker/utils/socket.py                   85     10     40      8    84%
14:00:32 docker/utils/utils.py                   279     18    171     13    92%
14:00:32 docker/version.py                         2      0      2      0   100%
14:00:32 -----------------------------------------------------------------------
14:00:32 TOTAL                                  5091   1817   2240    304    60%
14:00:32 
14:00:32 
14:00:32 =========================== short test summary info ============================
14:00:32 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
14:00:32 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
14:00:32 SKIPPED [1] tests/unit/client_test.py:99: Npipe Connection Pool only on Windows
14:00:32 SKIPPED [1] tests/unit/client_test.py:138: Npipe Connection Pool only on Windows
14:00:32 SKIPPED [1] tests/unit/client_test.py:212: Npipe Connection Pool only on Windows
14:00:32 SKIPPED [1] tests/unit/client_test.py:249: Npipe Connection Pool only on Windows
14:00:32 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
14:00:32 SKIPPED [1] tests/unit/utils_build_test.py:230: Backslash patterns only on Windows
14:00:32 SKIPPED [1] tests/unit/utils_build_test.py:252: Backslash patterns only on Windows
14:00:32 SKIPPED [1] tests/unit/utils_build_test.py:400: root user always has access ; no chmod on Windows
14:00:32 SKIPPED [1] tests/unit/utils_config_test.py:54: condition: sys.platform != 'win32'
14:00:32 ================== 560 passed, 10 skipped, 1 xfailed in 6.02s ==================
14:00:32 + docker network create dpy-testnet-1-0-py3.7-20.10.17
14:00:32 5bb531d2d5d1f51887d039ff60d58062466300be8e219fe3f864a3b77fd8313b
[Pipeline] sh
14:00:33 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 32%]
14:00:33 collecting ... collected 395 items
14:00:33 
[Pipeline] sh
14:00:33 + docker run --rm -d --name dpy-dind-1-0-py3.7-20.10.17 -v /tmp --privileged --network dpy-testnet-1-0-py3.7-20.10.17 dockerpinata/docker-py:sshdind-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c dockerd -H tcp://0.0.0.0:2375
14:00:33 Unable to find image 'dockerpinata/docker-py:sshdind-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c' locally
14:00:33 sshdind-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c: Pulling from dockerpinata/docker-py
14:00:33 df20fa9351a1: Pulling fs layer
14:00:33 25ad7478873d: Pulling fs layer
14:00:33 4684f6177b5d: Pulling fs layer
14:00:33 46e300cec669: Pulling fs layer
14:00:33 63038576ad94: Pulling fs layer
14:00:33 0fdb76c4706c: Pulling fs layer
14:00:33 cb7edeffdfd5: Pulling fs layer
14:00:33 cc28bd76800f: Pulling fs layer
14:00:33 54196fe38f7e: Pulling fs layer
14:00:33 ea71acc29633: Pulling fs layer
14:00:33 657cc4c15165: Pulling fs layer
14:00:33 ea5dc5e7d29f: Pulling fs layer
14:00:33 33259ff51465: Pulling fs layer
14:00:33 d2d97b2f2928: Pulling fs layer
14:00:33 c06ef0259a60: Pulling fs layer
14:00:33 49465f0f4377: Pulling fs layer
14:00:33 d6f330900e1e: Pulling fs layer
14:00:33 cd29ea6a0fb9: Pulling fs layer
14:00:33 46e300cec669: Waiting
14:00:33 63038576ad94: Waiting
14:00:33 0fdb76c4706c: Waiting
14:00:33 cb7edeffdfd5: Waiting
14:00:33 cc28bd76800f: Waiting
14:00:33 54196fe38f7e: Waiting
14:00:33 ea71acc29633: Waiting
14:00:33 657cc4c15165: Waiting
14:00:33 ea5dc5e7d29f: Waiting
14:00:33 33259ff51465: Waiting
14:00:33 d2d97b2f2928: Waiting
14:00:33 c06ef0259a60: Waiting
14:00:33 49465f0f4377: Waiting
14:00:33 d6f330900e1e: Waiting
14:00:33 cd29ea6a0fb9: Waiting
14:00:33 + docker network create dpy-testnet-1-0-py3.7-19.03.13
14:00:33 8da95d949a6d6662a5d31279c7cd40ac137dbdcda36ec05892c45f205f4c9d22
[Pipeline] sh
14:00:33 4684f6177b5d: Verifying Checksum
14:00:33 4684f6177b5d: Download complete
14:00:33 df20fa9351a1: Verifying Checksum
14:00:33 25ad7478873d: Verifying Checksum
14:00:33 25ad7478873d: Download complete
14:00:33 63038576ad94: Verifying Checksum
14:00:33 63038576ad94: Download complete
14:00:33 0fdb76c4706c: Verifying Checksum
14:00:33 0fdb76c4706c: Download complete
14:00:33 cb7edeffdfd5: Verifying Checksum
14:00:33 cb7edeffdfd5: Download complete
14:00:33 54196fe38f7e: Verifying Checksum
14:00:33 54196fe38f7e: Download complete
14:00:33 + 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-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c dockerd -H tcp://0.0.0.0:2375
14:00:33 Unable to find image 'dockerpinata/docker-py:sshdind-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c' locally
14:00:33 cc28bd76800f: Verifying Checksum
14:00:33 cc28bd76800f: Download complete
14:00:33 df20fa9351a1: Pull complete
14:00:33 ea71acc29633: Verifying Checksum
14:00:33 ea71acc29633: Download complete
14:00:33 657cc4c15165: Verifying Checksum
14:00:33 657cc4c15165: Download complete
14:00:33 33259ff51465: Verifying Checksum
14:00:33 33259ff51465: Download complete
14:00:33 ea5dc5e7d29f: Verifying Checksum
14:00:33 ea5dc5e7d29f: Download complete
14:00:33 sshdind-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c: Pulling from dockerpinata/docker-py
14:00:33 df20fa9351a1: Pulling fs layer
14:00:33 25ad7478873d: Pulling fs layer
14:00:33 4684f6177b5d: Pulling fs layer
14:00:33 46e300cec669: Pulling fs layer
14:00:33 63038576ad94: Pulling fs layer
14:00:33 0fdb76c4706c: Pulling fs layer
14:00:33 cb7edeffdfd5: Pulling fs layer
14:00:33 cc28bd76800f: Pulling fs layer
14:00:33 54196fe38f7e: Pulling fs layer
14:00:33 ea71acc29633: Pulling fs layer
14:00:33 657cc4c15165: Pulling fs layer
14:00:33 ea5dc5e7d29f: Pulling fs layer
14:00:33 33259ff51465: Pulling fs layer
14:00:33 d2d97b2f2928: Pulling fs layer
14:00:33 c06ef0259a60: Pulling fs layer
14:00:33 49465f0f4377: Pulling fs layer
14:00:33 d6f330900e1e: Pulling fs layer
14:00:33 cd29ea6a0fb9: Pulling fs layer
14:00:33 46e300cec669: Waiting
14:00:33 63038576ad94: Waiting
14:00:33 0fdb76c4706c: Waiting
14:00:33 cb7edeffdfd5: Waiting
14:00:33 cc28bd76800f: Waiting
14:00:33 54196fe38f7e: Waiting
14:00:33 ea71acc29633: Waiting
14:00:33 657cc4c15165: Waiting
14:00:33 ea5dc5e7d29f: Waiting
14:00:33 33259ff51465: Waiting
14:00:33 d2d97b2f2928: Waiting
14:00:33 c06ef0259a60: Waiting
14:00:33 49465f0f4377: Waiting
14:00:33 d6f330900e1e: Waiting
14:00:33 cd29ea6a0fb9: Waiting
14:00:33 4684f6177b5d: Verifying Checksum
14:00:33 4684f6177b5d: Download complete
14:00:33 df20fa9351a1: Verifying Checksum
14:00:33 25ad7478873d: Verifying Checksum
14:00:33 25ad7478873d: Download complete
14:00:33 63038576ad94: Verifying Checksum
14:00:33 63038576ad94: Download complete
14:00:33 0fdb76c4706c: Verifying Checksum
14:00:33 0fdb76c4706c: Download complete
14:00:33 cb7edeffdfd5: Verifying Checksum
14:00:33 cb7edeffdfd5: Download complete
14:00:33 d2d97b2f2928: Verifying Checksum
14:00:33 d2d97b2f2928: Download complete
14:00:33 c06ef0259a60: Verifying Checksum
14:00:33 c06ef0259a60: Download complete
14:00:33 49465f0f4377: Verifying Checksum
14:00:33 49465f0f4377: Download complete
14:00:33 46e300cec669: Verifying Checksum
14:00:33 46e300cec669: Download complete
14:00:33 25ad7478873d: Pull complete
14:00:33 d6f330900e1e: Verifying Checksum
14:00:33 d6f330900e1e: Download complete
14:00:33 cd29ea6a0fb9: Verifying Checksum
14:00:33 cd29ea6a0fb9: Download complete
14:00:33 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 33%]
14:00:34 df20fa9351a1: Pull complete
14:00:34 54196fe38f7e: Verifying Checksum
14:00:34 54196fe38f7e: Download complete
14:00:34 cc28bd76800f: Verifying Checksum
14:00:34 cc28bd76800f: Download complete
14:00:34 ea71acc29633: Verifying Checksum
14:00:34 ea71acc29633: Download complete
14:00:34 657cc4c15165: Verifying Checksum
14:00:34 657cc4c15165: Download complete
14:00:34 4684f6177b5d: Pull complete
14:00:34 33259ff51465: Verifying Checksum
14:00:34 33259ff51465: Download complete
14:00:34 ea5dc5e7d29f: Verifying Checksum
14:00:34 ea5dc5e7d29f: Download complete
14:00:34 d2d97b2f2928: Verifying Checksum
14:00:34 d2d97b2f2928: Download complete
14:00:34 c06ef0259a60: Verifying Checksum
14:00:34 c06ef0259a60: Download complete
14:00:34 49465f0f4377: Verifying Checksum
14:00:34 49465f0f4377: Download complete
14:00:34 46e300cec669: Verifying Checksum
14:00:34 46e300cec669: Download complete
14:00:34 d6f330900e1e: Verifying Checksum
14:00:34 d6f330900e1e: Download complete
14:00:34 25ad7478873d: Pull complete
14:00:34 cd29ea6a0fb9: Verifying Checksum
14:00:34 cd29ea6a0fb9: Download complete
14:00:34 4684f6177b5d: Pull complete
14:00:34 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 33%]
14:00:34 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
14:00:34 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
14:00:34 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
14:00:34 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  1%]
14:00:35 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  1%]
14:00:35 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 33%]
14:00:36 46e300cec669: Pull complete
14:00:36 63038576ad94: Pull complete
14:00:36 0fdb76c4706c: Pull complete
14:00:36 cb7edeffdfd5: Pull complete
14:00:36 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  1%]
14:00:36 cc28bd76800f: Pull complete
14:00:36 54196fe38f7e: Pull complete
14:00:36 ea71acc29633: Pull complete
14:00:36 657cc4c15165: Pull complete
14:00:36 ea5dc5e7d29f: Pull complete
14:00:36 46e300cec669: Pull complete
14:00:36 63038576ad94: Pull complete
14:00:36 0fdb76c4706c: Pull complete
14:00:36 cb7edeffdfd5: Pull complete
14:00:36 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 33%]
14:00:36 33259ff51465: Pull complete
14:00:36 d2d97b2f2928: Pull complete
14:00:36 c06ef0259a60: Pull complete
14:00:36 49465f0f4377: Pull complete
14:00:36 cc28bd76800f: Pull complete
14:00:37 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  1%]
14:00:37 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  2%]
14:00:37 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  2%]
14:00:37 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  2%]
14:00:37 d6f330900e1e: Pull complete
14:00:37 cd29ea6a0fb9: Pull complete
14:00:37 Digest: sha256:a9b03eda5a6efe6c6f55133766dd61ac3b3a9db7d9644376a9d7bdfeb31c2251
14:00:37 Status: Downloaded newer image for dockerpinata/docker-py:sshdind-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c
14:00:37 54196fe38f7e: Pull complete
14:00:37 ea71acc29633: Pull complete
14:00:37 657cc4c15165: Pull complete
14:00:37 ea5dc5e7d29f: Pull complete
14:00:37 33259ff51465: Pull complete
14:00:37 d2d97b2f2928: Pull complete
14:00:37 c06ef0259a60: Pull complete
14:00:37 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  2%]
14:00:37 49465f0f4377: Pull complete
14:00:37 d6f330900e1e: Pull complete
14:00:37 cd29ea6a0fb9: Pull complete
14:00:37 Digest: sha256:a9b03eda5a6efe6c6f55133766dd61ac3b3a9db7d9644376a9d7bdfeb31c2251
14:00:37 Status: Downloaded newer image for dockerpinata/docker-py:sshdind-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c
14:00:37 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 34%]
14:00:37 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  3%]
14:00:37 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  3%]
14:00:38 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  3%]
14:00:38 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  3%]
14:00:38 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  4%]
14:00:38 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 34%]
14:00:39 2e9bf2b0d718c1c3304c8412921fa2d4882db743e8a370eb2c3ce0ebca3fa4ce
14:00:39 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 34%]
[Pipeline] sh
14:00:39 + docker run --rm --name dpy-tests-1-0-py3.7-20.10.17 -e DOCKER_HOST=tcp://dpy-dind-1-0-py3.7-20.10.17:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py3.7-20.10.17 --volumes-from dpy-dind-1-0-py3.7-20.10.17 -v /home/ubuntu/workspace/docker-py_PR-3006@tmp/b1140b49-df3b-4d2d-80a2-5160ef3eb57e/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c py.test -v -rxs --cov=docker tests/integration
14:00:40 b61ded8a05909186d6b608e31e60955d3d4694237fa13a334578a825d682d517
[Pipeline] sh
14:00:40 + 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-3006@tmp/b047cf60-a08d-4aaf-b2a4-8e3d00bc9fd8/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c py.test -v -rxs --cov=docker tests/integration
14:00:40 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  4%]
14:00:40 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  4%]
14:00:41 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  4%]
14:00:41 ============================= test session starts ==============================
14:00:41 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
14:00:41 cachedir: .pytest_cache
14:00:41 rootdir: /src, configfile: pytest.ini
14:00:41 plugins: cov-3.0.0, timeout-2.0.1
14:00:41 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 34%]
14:00:42 ============================= test session starts ==============================
14:00:42 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
14:00:42 cachedir: .pytest_cache
14:00:42 rootdir: /src, configfile: pytest.ini
14:00:42 plugins: cov-3.0.0, timeout-2.0.1
14:00:42 collecting ... collected 395 items
14:00:42 
14:00:42 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  5%]
14:00:42 collecting ... collected 395 items
14:00:42 
14:00:42 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 35%]
14:00:42 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 35%]
14:00:43 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
14:00:43 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
14:00:43 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
14:00:43 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  1%]
14:00:44 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  1%]
14:00:44 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  5%]
14:00:44 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  5%]
14:00:44 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  5%]
14:00:44 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  6%]
14:00:44 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  6%]
14:00:44 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  6%]
14:00:44 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  6%]
14:00:44 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
14:00:44 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
14:00:44 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
14:00:44 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  7%]
14:00:44 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  7%]
14:00:44 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  1%]
14:00:44 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  1%]
14:00:45 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  7%]
14:00:45 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  7%]
14:00:45 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_with_templating PASSED [  8%]
14:00:45 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  1%]
14:00:45 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  1%]
14:00:45 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  2%]
14:00:45 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  2%]
14:00:45 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  2%]
14:00:45 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  8%]
14:00:45 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  8%]
14:00:46 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  1%]
14:00:46 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  2%]
14:00:46 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  3%]
14:00:46 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  3%]
14:00:46 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  8%]
14:00:46 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  1%]
14:00:46 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  2%]
14:00:46 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  2%]
14:00:46 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  3%]
14:00:46 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  9%]
14:00:46 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  9%]
14:00:46 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  2%]
14:00:47 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 35%]
14:00:47 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 35%]
14:00:47 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 36%]
14:00:47 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 36%]
14:00:47 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 36%]
14:00:47 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 36%]
14:00:47 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  3%]
14:00:47 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  2%]
14:00:47 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  3%]
14:00:47 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  3%]
14:00:47 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  4%]
14:00:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  9%]
14:00:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  9%]
14:00:47 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 37%]
14:00:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 10%]
14:00:47 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 37%]
14:00:48 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  3%]
14:00:48 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  3%]
14:00:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 10%]
14:00:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 10%]
14:00:48 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 37%]
14:00:48 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  4%]
14:00:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 10%]
14:00:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 11%]
14:00:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 11%]
14:00:48 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 37%]
14:00:48 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 38%]
14:00:48 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 38%]
14:00:48 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 38%]
14:00:48 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 38%]
14:00:49 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 39%]
14:00:49 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 39%]
14:00:49 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 39%]
14:00:49 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  4%]
14:00:49 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  4%]
14:00:49 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 40%]
14:00:49 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 40%]
14:00:49 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  4%]
14:00:50 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 11%]
14:00:50 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 11%]
14:00:50 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 40%]
14:00:50 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 12%]
14:00:50 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  4%]
14:00:50 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  4%]
14:00:50 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  4%]
14:00:50 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 12%]
14:00:51 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  5%]
14:00:51 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 40%]
14:00:51 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 41%]
14:00:52 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 41%]
14:00:52 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  5%]
14:00:53 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 41%]
14:00:53 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  5%]
14:00:53 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  5%]
14:00:53 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  5%]
14:00:53 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  6%]
14:00:53 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  6%]
14:00:53 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  6%]
14:00:53 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  6%]
14:00:53 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  7%]
14:00:53 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  7%]
14:00:53 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 41%]
14:00:54 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  7%]
14:00:54 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  7%]
14:00:54 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_with_templating PASSED [  8%]
14:00:54 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  5%]
14:00:54 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  5%]
14:00:54 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  5%]
14:00:54 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  6%]
14:00:54 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  6%]
14:00:54 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  6%]
14:00:54 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  8%]
14:00:54 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  8%]
14:00:54 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  6%]
14:00:54 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  7%]
14:00:54 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  7%]
14:00:55 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 42%]
14:00:55 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 42%]
14:00:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 12%]
14:00:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 12%]
14:00:55 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  8%]
14:00:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 13%]
14:00:55 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  9%]
14:00:55 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  9%]
14:00:55 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  7%]
14:00:55 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  7%]
14:00:55 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_with_templating PASSED [  8%]
14:00:55 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  8%]
14:00:55 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  8%]
14:00:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 13%]
14:00:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 13%]
14:00:56 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  9%]
14:00:56 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  9%]
14:00:56 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 10%]
14:00:56 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  8%]
14:00:56 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  9%]
14:00:56 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  9%]
14:00:56 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 42%]
14:00:56 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 42%]
14:00:56 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 10%]
14:00:56 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 10%]
14:00:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 10%]
14:00:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 11%]
14:00:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 11%]
14:00:57 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 13%]
14:00:58 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  9%]
14:00:58 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  9%]
14:00:58 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 10%]
14:00:58 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 43%]
14:00:58 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 10%]
14:00:58 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 10%]
14:00:58 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 11%]
14:00:58 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 10%]
14:00:58 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 14%]
14:00:58 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 11%]
14:00:58 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 11%]
14:00:58 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 11%]
14:00:59 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 12%]
14:00:59 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 12%]
14:00:59 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 43%]
14:00:59 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 43%]
14:00:59 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 43%]
14:00:59 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 44%]
14:00:59 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 44%]
14:00:59 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 44%]
14:00:59 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 44%]
14:01:00 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 11%]
14:01:00 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 11%]
14:01:00 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 45%]
14:01:00 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 12%]
14:01:00 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 45%]
14:01:01 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 12%]
14:01:01 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 45%]
14:01:01 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 12%]
14:01:01 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 12%]
14:01:01 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 13%]
14:01:01 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 13%]
14:01:01 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 13%]
14:01:01 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 45%]
14:01:02 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 13%]
14:01:02 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 46%]
14:01:02 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 14%]
14:01:03 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 46%]
14:01:03 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 46%]
14:01:03 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 46%]
14:01:03 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 47%]
14:01:03 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 12%]
14:01:03 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 12%]
14:01:03 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 13%]
14:01:03 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 13%]
14:01:03 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 13%]
14:01:03 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 47%]
14:01:04 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 13%]
14:01:04 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 14%]
14:01:04 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 47%]
14:01:04 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 47%]
14:01:05 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 48%]
14:01:06 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 48%]
14:01:07 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 48%]
14:01:07 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 48%]
14:01:09 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 49%]
14:01:09 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 49%]
14:01:09 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 49%]
14:01:09 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 49%]
14:01:11 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 50%]
14:01:11 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 50%]
14:01:11 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 50%]
14:01:11 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 50%]
14:01:11 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 51%]
14:01:12 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 51%]
14:01:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_add SKIPPED [ 51%]
14:01:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_drop SKIPPED [ 51%]
14:01:13 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 52%]
14:01:13 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 52%]
14:01:13 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 52%]
14:01:13 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 52%]
14:01:13 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 14%]
14:01:14 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 14%]
14:01:14 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 14%]
14:01:14 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 15%]
14:01:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 53%]
14:01:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 53%]
14:01:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 53%]
14:01:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 53%]
14:01:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 54%]
14:01:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 54%]
14:01:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 54%]
14:01:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 54%]
14:01:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 55%]
14:01:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 55%]
14:01:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 55%]
14:01:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 55%]
14:01:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 56%]
14:01:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 56%]
14:01:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 56%]
14:01:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 56%]
14:01:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_maxreplicas PASSED [ 57%]
14:01:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 57%]
14:01:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 57%]
14:01:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 57%]
14:01:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 58%]
14:01:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 58%]
14:01:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 58%]
14:01:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 58%]
14:01:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 59%]
14:01:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 59%]
14:01:15 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 15%]
14:01:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 59%]
14:01:16 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 15%]
14:01:16 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 60%]
14:01:16 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 60%]
14:01:16 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 60%]
14:01:16 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 15%]
14:01:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 60%]
14:01:17 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 16%]
14:01:17 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 16%]
14:01:18 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 16%]
14:01:18 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 16%]
14:01:18 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 61%]
14:01:18 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 61%]
14:01:18 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 61%]
14:01:18 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 61%]
14:01:18 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 62%]
14:01:18 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 62%]
14:01:18 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 62%]
14:01:18 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 62%]
14:01:18 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 63%]
14:01:18 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 63%]
14:01:18 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 63%]
14:01:18 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 63%]
14:01:18 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 17%]
14:01:19 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 17%]
14:01:19 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 64%]
14:01:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 64%]
14:01:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 64%]
14:01:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 64%]
14:01:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 65%]
14:01:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 65%]
14:01:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 65%]
14:01:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 65%]
14:01:19 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 17%]
14:01:19 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 14%]
14:01:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 66%]
14:01:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 66%]
14:01:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 66%]
14:01:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 66%]
14:01:20 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 14%]
14:01:20 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 14%]
14:01:20 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 14%]
14:01:20 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 14%]
14:01:20 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 14%]
14:01:20 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 15%]
14:01:20 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 15%]
14:01:20 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 15%]
14:01:20 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 15%]
14:01:21 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 15%]
14:01:21 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 16%]
14:01:21 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 15%]
14:01:21 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 16%]
14:01:22 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 17%]
14:01:22 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 15%]
14:01:22 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 16%]
14:01:22 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 18%]
14:01:22 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 16%]
14:01:22 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 18%]
14:01:23 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 17%]
14:01:23 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 15%]
14:01:23 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 17%]
14:01:23 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 17%]
14:01:23 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 16%]
14:01:23 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 16%]
14:01:24 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 16%]
14:01:24 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 16%]
14:01:25 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 17%]
14:01:25 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 17%]
14:01:25 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 17%]
14:01:25 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 17%]
14:01:26 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [ 18%]
14:01:26 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 18%]
14:01:26 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 18%]
14:01:28 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 17%]
14:01:28 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 18%]
14:01:28 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 18%]
14:01:30 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [ 18%]
14:01:31 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 18%]
14:01:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 67%]
14:01:31 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 67%]
14:01:32 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 67%]
14:01:33 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [ 18%]
14:01:33 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 67%]
14:01:33 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
14:01:34 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [ 19%]
14:01:34 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 19%]
14:01:35 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 18%]
14:01:35 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 68%]
14:01:36 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 20%]
14:01:36 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 20%]
14:01:36 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 68%]
14:01:36 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 20%]
14:01:37 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 18%]
14:01:37 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 20%]
14:01:37 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 21%]
14:01:38 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 68%]
14:01:38 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [ 21%]
14:01:38 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
14:01:38 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [ 19%]
14:01:38 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 21%]
14:01:38 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 19%]
14:01:39 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 68%]
14:01:39 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 69%]
14:01:40 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 20%]
14:01:40 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 20%]
14:01:40 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 19%]
14:01:40 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [ 19%]
14:01:40 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 69%]
14:01:41 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 20%]
14:01:41 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [ 21%]
14:01:41 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 19%]
14:01:41 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 20%]
14:01:41 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 21%]
14:01:42 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [ 21%]
14:01:42 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 69%]
14:01:42 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 21%]
14:01:42 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 20%]
14:01:43 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 20%]
14:01:43 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 20%]
14:01:43 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 22%]
14:01:43 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [ 22%]
14:01:43 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 20%]
14:01:44 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 21%]
14:01:44 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 22%]
14:01:44 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [ 21%]
14:01:44 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 22%]
14:01:44 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [ 21%]
14:01:45 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 21%]
14:01:45 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 23%]
14:01:45 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 23%]
14:01:45 tests/integration/api_container_test.py::PortTest::test_port PASSED      [ 23%]
14:01:46 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 23%]
14:01:47 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 24%]
14:01:47 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 22%]
14:01:47 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [ 21%]
14:01:47 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [ 22%]
14:01:47 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 22%]
14:01:48 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 22%]
14:01:48 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 23%]
14:01:48 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 69%]
14:01:49 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 23%]
14:01:49 tests/integration/api_container_test.py::PortTest::test_port PASSED      [ 23%]
14:01:49 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 24%]
14:01:49 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 23%]
14:01:50 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 22%]
14:01:50 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [ 22%]
14:01:50 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 24%]
14:01:50 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 22%]
14:01:51 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 22%]
14:01:51 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 23%]
14:01:52 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 23%]
14:01:52 tests/integration/api_container_test.py::PortTest::test_port PASSED      [ 23%]
14:01:52 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 23%]
14:01:52 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 24%]
14:01:52 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 24%]
14:01:53 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 24%]
14:01:54 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 70%]
14:01:55 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 70%]
14:01:56 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 24%]
14:01:56 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 25%]
14:01:56 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 24%]
14:01:56 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 25%]
14:01:56 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 70%]
14:01:56 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 25%]
14:01:56 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 24%]
14:01:57 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 70%]
14:01:58 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 24%]
14:01:59 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 71%]
14:01:59 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 24%]
14:01:59 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 25%]
14:01:59 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 25%]
14:01:59 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 25%]
14:02:00 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 25%]
14:02:01 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 26%]
14:02:02 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 26%]
14:02:02 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 24%]
14:02:02 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 25%]
14:02:02 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 25%]
14:02:03 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 26%]
14:02:03 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 25%]
14:02:03 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 26%]
14:02:03 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 25%]
14:02:04 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 27%]
14:02:04 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 26%]
14:02:04 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 27%]
14:02:05 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 26%]
14:02:05 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 27%]
14:02:05 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 71%]
14:02:06 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 26%]
14:02:06 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 25%]
14:02:06 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 26%]
14:02:07 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 27%]
14:02:07 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 28%]
14:02:07 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 27%]
14:02:07 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 27%]
14:02:07 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 26%]
14:02:07 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 28%]
14:02:08 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 28%]
14:02:08 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 27%]
14:02:08 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 26%]
14:02:08 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 28%]
14:02:08 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 29%]
14:02:09 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 29%]
14:02:09 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 27%]
14:02:09 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 26%]
14:02:10 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 29%]
14:02:10 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 28%]
14:02:10 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 26%]
14:02:10 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 28%]
14:02:10 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 27%]
14:02:11 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 28%]
14:02:11 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 71%]
14:02:11 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 28%]
14:02:11 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 29%]
14:02:11 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 27%]
14:02:11 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 29%]
14:02:12 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 71%]
14:02:12 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 72%]
14:02:12 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 30%]
14:02:12 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 29%]
14:02:12 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 27%]
14:02:12 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 30%]
14:02:12 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 30%]
14:02:13 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 29%]
14:02:13 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 30%]
14:02:13 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 27%]
14:02:13 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 28%]
14:02:14 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 31%]
14:02:14 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 29%]
14:02:14 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 28%]
14:02:14 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 31%]
14:02:14 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 30%]
14:02:14 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 28%]
14:02:14 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 31%]
14:02:15 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 30%]
14:02:15 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 28%]
14:02:15 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 29%]
14:02:15 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 31%]
14:02:15 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 30%]
14:02:15 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 32%]
14:02:16 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 30%]
14:02:16 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 32%]
14:02:16 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 29%]
14:02:16 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 31%]
14:02:16 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 32%]
14:02:16 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 29%]
14:02:17 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 31%]
14:02:17 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 31%]
14:02:17 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 32%]
14:02:18 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 31%]
14:02:18 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 32%]
14:02:18 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 33%]
14:02:18 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 29%]
14:02:18 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 32%]
14:02:19 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 30%]
14:02:19 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 30%]
14:02:19 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 32%]
14:02:19 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 33%]
14:02:19 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 30%]
14:02:20 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 32%]
14:02:20 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 30%]
14:02:20 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 33%]
14:02:21 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 31%]
14:02:21 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 31%]
14:02:21 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 33%]
14:02:21 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 31%]
14:02:21 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 33%]
14:02:22 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 33%]
14:02:22 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 31%]
14:02:22 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 34%]
14:02:22 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 32%]
14:02:23 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 32%]
14:02:23 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 33%]
14:02:23 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 32%]
14:02:23 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 34%]
14:02:24 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 33%]
14:02:24 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 34%]
14:02:24 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 32%]
14:02:25 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 34%]
14:02:25 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 33%]
14:02:26 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 34%]
14:02:26 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 34%]
14:02:26 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 33%]
14:02:26 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 72%]
14:02:26 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 72%]
14:02:26 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 72%]
14:02:26 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 73%]
14:02:27 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 73%]
14:02:27 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 73%]
14:02:27 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 73%]
14:02:27 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 74%]
14:02:27 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 74%]
14:02:27 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 74%]
14:02:27 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 74%]
14:02:27 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 75%]
14:02:27 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 34%]
14:02:27 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 35%]
14:02:27 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 35%]
14:02:28 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 33%]
14:02:28 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 33%]
14:02:28 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 34%]
14:02:29 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 75%]
14:02:29 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 75%]
14:02:29 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 75%]
14:02:29 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 76%]
14:02:29 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 76%]
14:02:29 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 34%]
14:02:30 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 35%]
14:02:30 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 35%]
14:02:30 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 34%]
14:02:30 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 76%]
14:02:30 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 76%]
14:02:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 77%]
14:02:31 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 34%]
14:02:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 77%]
14:02:31 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 35%]
14:02:31 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 35%]
14:02:31 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 36%]
14:02:31 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 36%]
14:02:31 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 36%]
14:02:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 77%]
14:02:32 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 36%]
14:02:32 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 37%]
14:02:32 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 37%]
14:02:33 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 34%]
14:02:33 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 37%]
14:02:33 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 37%]
14:02:33 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 38%]
14:02:34 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 38%]
14:02:34 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 38%]
14:02:34 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 38%]
14:02:34 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 39%]
14:02:34 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 39%]
14:02:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 77%]
14:02:34 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 35%]
14:02:34 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 35%]
14:02:34 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 36%]
14:02:34 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 36%]
14:02:34 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 36%]
14:02:34 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 39%]
14:02:34 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 40%]
14:02:34 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 35%]
14:02:34 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 35%]
14:02:34 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 40%]
14:02:35 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 36%]
14:02:35 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 37%]
14:02:35 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 40%]
14:02:35 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 37%]
14:02:36 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 37%]
14:02:36 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 40%]
14:02:36 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 37%]
14:02:36 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 38%]
14:02:36 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 38%]
14:02:36 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 38%]
14:02:36 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 38%]
14:02:36 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 39%]
14:02:36 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 41%]
14:02:36 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 39%]
14:02:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 78%]
14:02:37 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 39%]
14:02:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
14:02:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 78%]
14:02:37 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 40%]
14:02:37 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 41%]
14:02:37 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 40%]
14:02:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 78%]
14:02:38 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 40%]
14:02:38 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 79%]
14:02:38 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 41%]
14:02:38 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 40%]
14:02:38 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 35%]
14:02:38 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 35%]
14:02:38 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 36%]
14:02:38 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 36%]
14:02:38 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 36%]
14:02:39 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 79%]
14:02:39 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 41%]
14:02:39 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 36%]
14:02:39 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 41%]
14:02:39 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 79%]
14:02:39 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 37%]
14:02:39 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 80%]
14:02:40 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 37%]
14:02:40 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 41%]
14:02:40 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 42%]
14:02:40 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 42%]
14:02:40 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 80%]
14:02:40 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 37%]
14:02:40 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 80%]
14:02:40 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 41%]
14:02:41 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 37%]
14:02:41 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 38%]
14:02:41 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 38%]
14:02:41 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 38%]
14:02:41 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 38%]
14:02:41 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 39%]
14:02:41 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 39%]
14:02:41 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 41%]
14:02:41 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 80%]
14:02:41 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 39%]
14:02:41 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 42%]
14:02:41 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 40%]
14:02:41 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 40%]
14:02:41 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 42%]
14:02:42 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 81%]
14:02:42 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 81%]
14:02:42 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 81%]
14:02:42 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 42%]
14:02:42 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 42%]
14:02:42 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 40%]
14:02:43 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 81%]
14:02:43 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 43%]
14:02:43 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 40%]
14:02:43 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 82%]
14:02:44 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 41%]
14:02:44 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 82%]
14:02:44 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 42%]
14:02:44 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 82%]
14:02:44 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 42%]
14:02:44 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 41%]
14:02:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 43%]
14:02:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 43%]
14:02:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 43%]
14:02:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 44%]
14:02:44 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 82%]
14:02:45 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 44%]
14:02:45 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 44%]
14:02:45 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 44%]
14:02:45 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 83%]
14:02:45 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 41%]
14:02:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 45%]
14:02:45 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 83%]
14:02:45 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 43%]
14:02:46 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 83%]
14:02:46 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 41%]
14:02:46 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 45%]
14:02:46 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 83%]
14:02:46 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 45%]
14:02:46 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 84%]
14:02:47 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 43%]
14:02:47 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 43%]
14:02:47 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 43%]
14:02:47 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 45%]
14:02:47 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 42%]
14:02:47 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 42%]
14:02:47 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 44%]
14:02:47 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 44%]
14:02:47 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 44%]
14:02:47 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 46%]
14:02:47 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 44%]
14:02:48 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 45%]
14:02:48 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 45%]
14:02:48 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 42%]
14:02:48 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 42%]
14:02:48 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 46%]
14:02:48 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 46%]
14:02:48 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 46%]
14:02:48 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 47%]
14:02:49 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 45%]
14:02:49 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 47%]
14:02:49 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 45%]
14:02:49 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 46%]
14:02:50 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 47%]
14:02:50 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 47%]
14:02:50 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 43%]
14:02:50 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 48%]
14:02:51 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 48%]
14:02:51 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 46%]
14:02:51 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 46%]
14:02:51 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 46%]
14:02:51 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 47%]
14:02:51 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 47%]
14:02:51 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 43%]
14:02:51 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 43%]
14:02:51 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 43%]
14:02:51 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 44%]
14:02:51 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 44%]
14:02:51 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 44%]
14:02:51 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 44%]
14:02:52 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 48%]
14:02:52 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 45%]
14:02:52 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 47%]
14:02:52 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 47%]
14:02:52 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 48%]
14:02:53 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 45%]
14:02:53 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 48%]
14:02:53 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 45%]
14:02:53 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 48%]
14:02:54 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 49%]
14:02:54 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 45%]
14:02:54 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 49%]
14:02:54 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 49%]
14:02:54 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 49%]
14:02:54 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 46%]
14:02:54 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 48%]
14:02:55 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 48%]
14:02:55 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 46%]
14:02:55 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 46%]
14:02:55 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 46%]
14:02:56 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 47%]
14:02:56 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 47%]
14:02:56 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 49%]
14:02:56 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 49%]
14:02:56 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 49%]
14:02:56 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 49%]
14:02:56 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 50%]
14:02:57 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 47%]
14:02:57 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 50%]
14:02:57 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 50%]
14:02:57 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 50%]
14:02:57 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 51%]
14:02:57 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 47%]
14:02:57 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 48%]
14:02:58 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 51%]
14:02:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_add SKIPPED [ 51%]
14:02:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_drop SKIPPED [ 51%]
14:02:58 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 48%]
14:02:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 52%]
14:02:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 52%]
14:02:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 52%]
14:02:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 52%]
14:02:58 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 50%]
14:02:59 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 48%]
14:02:59 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 84%]
14:02:59 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 84%]
14:02:59 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 84%]
14:02:59 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 50%]
14:02:59 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 50%]
14:02:59 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 50%]
14:02:59 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 51%]
14:02:59 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 85%]
14:02:59 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 48%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 53%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 53%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 53%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 53%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 54%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 54%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 54%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 54%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 55%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 55%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 55%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 55%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 56%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 56%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 56%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 56%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_maxreplicas PASSED [ 57%]
14:03:00 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 51%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_add SKIPPED [ 51%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_drop SKIPPED [ 51%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 57%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 57%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 57%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 58%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 58%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 58%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 58%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 59%]
14:03:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 59%]
14:03:00 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 85%]
14:03:00 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 85%]
14:03:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 52%]
14:03:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 52%]
14:03:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 52%]
14:03:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 52%]
14:03:01 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 49%]
14:03:01 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 49%]
14:03:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 59%]
14:03:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 60%]
14:03:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 60%]
14:03:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 60%]
14:03:01 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 85%]
14:03:01 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 49%]
14:03:01 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 49%]
14:03:01 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 86%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 53%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 53%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 53%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 53%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 54%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 54%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 54%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 54%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 55%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 55%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 55%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 55%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 56%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 56%]
14:03:02 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 86%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 60%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 56%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 56%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_maxreplicas PASSED [ 57%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 57%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 57%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 57%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 58%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 58%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 58%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 58%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 59%]
14:03:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 59%]
14:03:02 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 86%]
14:03:03 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 86%]
14:03:03 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 87%]
14:03:03 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 87%]
14:03:03 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 87%]
14:03:03 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 87%]
14:03:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 61%]
14:03:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 61%]
14:03:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 61%]
14:03:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 61%]
14:03:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 62%]
14:03:03 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 62%]
14:03:03 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 62%]
14:03:03 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 62%]
14:03:03 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 63%]
14:03:03 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 63%]
14:03:03 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 63%]
14:03:03 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 63%]
14:03:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 59%]
14:03:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 60%]
14:03:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 60%]
14:03:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 60%]
14:03:04 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 50%]
14:03:04 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 50%]
14:03:04 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 50%]
14:03:04 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 50%]
14:03:04 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 51%]
14:03:04 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 88%]
14:03:04 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 64%]
14:03:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 64%]
14:03:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 64%]
14:03:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 64%]
14:03:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 65%]
14:03:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 65%]
14:03:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 65%]
14:03:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 65%]
14:03:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 60%]
14:03:05 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 88%]
14:03:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 66%]
14:03:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 66%]
14:03:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 66%]
14:03:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 66%]
14:03:05 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 88%]
14:03:05 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 88%]
14:03:05 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 89%]
14:03:05 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 89%]
14:03:05 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 89%]
14:03:05 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 51%]
14:03:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_add SKIPPED [ 51%]
14:03:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_drop SKIPPED [ 51%]
14:03:05 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 89%]
14:03:05 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 90%]
14:03:06 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 90%]
14:03:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 52%]
14:03:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 52%]
14:03:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 52%]
14:03:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 52%]
14:03:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 61%]
14:03:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 61%]
14:03:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 61%]
14:03:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 61%]
14:03:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 62%]
14:03:06 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 62%]
14:03:06 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 62%]
14:03:06 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 62%]
14:03:06 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 63%]
14:03:06 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 63%]
14:03:06 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 63%]
14:03:06 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 63%]
14:03:07 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 90%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 64%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 64%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 64%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 64%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 65%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 65%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 65%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 65%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 66%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 66%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 66%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 66%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 53%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 53%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 53%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 53%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 54%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 54%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 54%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 54%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 55%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 55%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 55%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 55%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 56%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 56%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 56%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 56%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_maxreplicas PASSED [ 57%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 57%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 57%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 57%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 58%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 58%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 58%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 58%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 59%]
14:03:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 59%]
14:03:08 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 59%]
14:03:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 60%]
14:03:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 60%]
14:03:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 60%]
14:03:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 60%]
14:03:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 61%]
14:03:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 61%]
14:03:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 61%]
14:03:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 61%]
14:03:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 62%]
14:03:11 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 62%]
14:03:11 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 62%]
14:03:11 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 62%]
14:03:11 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 63%]
14:03:11 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 63%]
14:03:11 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 63%]
14:03:11 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 63%]
14:03:12 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 64%]
14:03:12 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 64%]
14:03:12 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 64%]
14:03:12 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 64%]
14:03:12 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 65%]
14:03:12 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 65%]
14:03:12 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 65%]
14:03:12 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 65%]
14:03:12 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 66%]
14:03:12 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 66%]
14:03:12 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 66%]
14:03:12 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 66%]
14:03:13 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 90%]
14:03:13 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 91%]
14:03:13 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 91%]
14:03:13 tests/integration/models_services_test.py::ServiceTest::test_create_cap_add SKIPPED [ 91%]
14:03:13 tests/integration/models_services_test.py::ServiceTest::test_create_cap_drop SKIPPED [ 91%]
14:03:13 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 92%]
14:03:13 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 92%]
14:03:13 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 92%]
14:03:13 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 92%]
14:03:13 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 93%]
14:03:13 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 93%]
14:03:13 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 93%]
14:03:14 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 93%]
14:03:14 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 94%]
14:03:14 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 94%]
14:03:14 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 94%]
14:03:14 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 94%]
14:03:14 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 95%]
14:03:14 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 95%]
14:03:17 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 67%]
14:03:17 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 67%]
14:03:18 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 67%]
14:03:19 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 95%]
14:03:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 67%]
14:03:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 67%]
14:03:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 67%]
14:03:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 67%]
14:03:20 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 95%]
14:03:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 68%]
14:03:22 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 96%]
14:03:22 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 96%]
14:03:22 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 96%]
14:03:22 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 96%]
14:03:22 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 67%]
14:03:22 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 68%]
14:03:22 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 97%]
14:03:22 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 97%]
14:03:22 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 67%]
14:03:23 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 68%]
14:03:23 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 68%]
14:03:24 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 67%]
14:03:24 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 68%]
14:03:24 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 97%]
14:03:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 68%]
14:03:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 69%]
14:03:25 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 97%]
14:03:25 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 98%]
14:03:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 67%]
14:03:25 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 98%]
14:03:25 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 98%]
14:03:25 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 98%]
14:03:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 68%]
14:03:26 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 99%]
14:03:26 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 99%]
14:03:26 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 99%]
14:03:26 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 69%]
14:03:26 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 67%]
14:03:26 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [100%]
14:03:26 
14:03:26 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
14:03:26 Name                                  Stmts   Miss Branch BrPart  Cover
14:03:26 -----------------------------------------------------------------------
14:03:26 docker/__init__.py                        8      0      0      0   100%
14:03:26 docker/api/__init__.py                    1      0      0      0   100%
14:03:26 docker/api/build.py                     126     26     92     23    74%
14:03:26 docker/api/client.py                    261     56     92     19    76%
14:03:26 docker/api/config.py                     29      0      4      1    97%
14:03:26 docker/api/container.py                 265     34    104     26    83%
14:03:26 docker/api/daemon.py                     39     14     14      3    53%
14:03:26 docker/api/exec_api.py                   45      9     22      3    79%
14:03:26 docker/api/image.py                     159     45     60     13    67%
14:03:26 docker/api/network.py                    90     13     48     12    80%
14:03:26 docker/api/plugin.py                     89     10     14      4    84%
14:03:26 docker/api/secret.py                     34      3      8      2    83%
14:03:26 docker/api/service.py                   200     58    149     32    62%
14:03:26 docker/api/swarm.py                     106     15     38     10    81%
14:03:26 docker/api/volume.py                     38      5     14      5    81%
14:03:26 docker/auth.py                          197     93     74     22    48%
14:03:26 docker/client.py                         69      5      2      1    92%
14:03:26 docker/constants.py                      21      0      0      0   100%
14:03:26 docker/context/__init__.py                2      0      0      0   100%
14:03:26 docker/context/api.py                    78     18     38     10    72%
14:03:26 docker/context/config.py                 61     25     16      3    53%
14:03:26 docker/context/context.py               154     26     64     15    78%
14:03:26 docker/credentials/__init__.py            3      0      0      0   100%
14:03:26 docker/credentials/constants.py           4      0      0      0   100%
14:03:26 docker/credentials/errors.py             11      1      2      1    85%
14:03:26 docker/credentials/store.py              44      5     12      4    80%
14:03:26 docker/credentials/utils.py              23     13     12      1    31%
14:03:26 docker/errors.py                        110     22     20      6    75%
14:03:26 docker/models/__init__.py                 0      0      0      0   100%
14:03:26 docker/models/configs.py                 21      8      2      0    57%
14:03:26 docker/models/containers.py             183     21     70      9    86%
14:03:26 docker/models/images.py                 136     41     56      6    67%
14:03:26 docker/models/networks.py                37      1     12      2    94%
14:03:26 docker/models/nodes.py                   15      1      2      0    94%
14:03:26 docker/models/plugins.py                 48     29      8      0    34%
14:03:26 docker/models/resource.py                41     11      6      2    72%
14:03:26 docker/models/secrets.py                 22      9      2      0    54%
14:03:26 docker/models/services.py                87      5     36      5    92%
14:03:26 docker/models/swarm.py                   39      3      6      3    87%
14:03:26 docker/models/volumes.py                 23      1      4      0    96%
14:03:26 docker/tls.py                            37     13     14      5    57%
14:03:26 docker/transport/__init__.py             11      3      0      0    73%
14:03:26 docker/transport/basehttpadapter.py       6      3      2      0    38%
14:03:26 docker/transport/npipeconn.py            57     52      8      0     8%
14:03:26 docker/transport/npipesocket.py         134    130     20      0     3%
14:03:26 docker/transport/sshconn.py             162    123     54      0    18%
14:03:26 docker/transport/ssladapter.py           36     22     10      1    33%
14:03:26 docker/transport/unixconn.py             54     33      6      0    35%
14:03:26 docker/types/__init__.py                  6      0      0      0   100%
14:03:26 docker/types/base.py                      4      0      2      0   100%
14:03:26 docker/types/containers.py              419    222    326     70    45%
14:03:26 docker/types/daemon.py                   36      8     14      4    72%
14:03:26 docker/types/healthcheck.py              33     12      4      1    59%
14:03:26 docker/types/networks.py                 41      7     28      6    78%
14:03:26 docker/types/services.py                321     76    216     42    73%
14:03:26 docker/types/swarm.py                    51     24     40     10    52%
14:03:26 docker/utils/__init__.py                  3      0      0      0   100%
14:03:26 docker/utils/build.py                   150     22     72     13    82%
14:03:26 docker/utils/config.py                   36      9     10      5    70%
14:03:26 docker/utils/decorators.py               32      6     12      4    73%
14:03:26 docker/utils/fnmatch.py                  55     27     28      4    41%
14:03:26 docker/utils/json_stream.py              40      8     14      3    76%
14:03:26 docker/utils/ports.py                    50     50     32      0     0%
14:03:26 docker/utils/proxy.py                    32      2     12      1    93%
14:03:26 docker/utils/socket.py                   85      9     40      7    86%
14:03:26 docker/utils/utils.py                   279     99    171     32    60%
14:03:26 docker/version.py                         2      0      2      0   100%
14:03:26 -----------------------------------------------------------------------
14:03:26 TOTAL                                  5091   1586   2240    451    65%
14:03:26 
14:03:26 
14:03:26 =========================== short test summary info ============================
14:03:26 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
14:03:26   CONFIG_RT_GROUP_SCHED isn't enabled
14:03:26 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
14:03:26   Not supported on most drivers
14:03:26 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
14:03:26   Output of docker top depends on host distro, and is not formalized.
14:03:26 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
14:03:26   This doesn't seem to be taken into account by the engine
14:03:26 SKIPPED [3] tests/helpers.py:69: Feature requires Docker Engine experimental mode
14:03:26 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
14:03:26 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41)
14:03:26 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41)
14:03:26 SKIPPED [1] tests/integration/api_swarm_test.py:30: Test stalls the engine on 1.12.0
14:03:26 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41)
14:03:26 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41)
14:03:26 ======= 378 passed, 9 skipped, 4 xfailed, 4 xpassed in 273.53s (0:04:33) =======
[Pipeline] sh
14:03:27 + docker stop dpy-dind-1-0-py3.7-19.03.12
14:03:27 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 68%]
14:03:27 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 69%]
14:03:28 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 68%]
14:03:28 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 69%]
14:03:29 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 68%]
14:03:31 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 68%]
14:03:31 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 68%]
14:03:31 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 69%]
14:03:33 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 69%]
14:03:33 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 69%]
14:03:34 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 69%]
14:03:35 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 69%]
14:03:37 dpy-dind-1-0-py3.7-19.03.12
[Pipeline] sh
14:03:37 + docker run --rm -d --name dpy-dind-1-0-py3.7-19.03.12 -v /tmp --privileged --network dpy-testnet-1-0-py3.7-19.03.12 dockerpinata/docker-py:sshdind-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c dockerd --experimental
14:03:37 2f26b4f4b5f5dbdd2e599beca52c949aae416423918114f8cfab963b6afbac2c
[Pipeline] sh
14:03:38 + docker exec dpy-dind-1-0-py3.7-19.03.12 sh -c /usr/sbin/sshd
[Pipeline] sh
14:03:38 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 69%]
14:03:38 + 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-3006@tmp/4e869116-7fc6-4339-a3e7-e70cb26d4911/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c py.test -v -rxs --cov=docker tests/ssh
14:03:38 ============================= test session starts ==============================
14:03:38 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
14:03:38 cachedir: .pytest_cache
14:03:38 rootdir: /src, configfile: pytest.ini
14:03:38 plugins: cov-3.0.0, timeout-2.0.1
14:03:39 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 70%]
14:03:39 collecting ... collected 24 items
14:03:39 
14:03:40 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 69%]
14:03:40 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 70%]
14:03:41 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 69%]
14:03:41 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 70%]
14:03:41 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
14:03:41 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
14:03:41 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
14:03:41 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
14:03:41 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 70%]
14:03:42 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 70%]
14:03:43 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
14:03:43 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 70%]
14:03:44 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
14:03:44 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 70%]
14:03:44 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 71%]
14:03:45 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
14:03:45 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 70%]
14:03:45 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
14:03:45 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
14:03:46 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
14:03:46 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 70%]
14:03:46 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 71%]
14:03:47 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 70%]
14:03:47 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
14:03:48 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
14:03:48 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 70%]
14:03:50 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 70%]
14:03:50 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
14:03:51 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
14:03:51 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 71%]
14:03:51 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
14:03:51 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 71%]
14:03:51 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
14:03:53 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 71%]
14:03:53 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 71%]
14:03:55 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
14:03:55 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
14:03:55 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
14:03:56 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 71%]
14:03:57 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 71%]
14:03:57 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 72%]
14:03:58 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
14:03:58 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 71%]
14:03:59 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 71%]
14:03:59 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 71%]
14:03:59 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 72%]
14:04:01 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
14:04:01 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
14:04:01 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
14:04:02 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS (Cur...) [100%]
14:04:02 
14:04:02 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
14:04:02 Name                                  Stmts   Miss Branch BrPart  Cover
14:04:02 -----------------------------------------------------------------------
14:04:02 docker/__init__.py                        8      0      0      0   100%
14:04:02 docker/api/__init__.py                    1      0      0      0   100%
14:04:02 docker/api/build.py                     126     22     92     23    78%
14:04:02 docker/api/client.py                    261    101     92     15    56%
14:04:02 docker/api/config.py                     29     18      4      0    33%
14:04:02 docker/api/container.py                 265    171    104     10    28%
14:04:02 docker/api/daemon.py                     39     28     14      0    21%
14:04:02 docker/api/exec_api.py                   45     36     22      0    13%
14:04:02 docker/api/image.py                     159    108     60      5    26%
14:04:02 docker/api/network.py                    90     56     48      7    30%
14:04:02 docker/api/plugin.py                     89     68     14      0    20%
14:04:02 docker/api/secret.py                     34     22      8      0    29%
14:04:02 docker/api/service.py                   200    176    149      0     7%
14:04:02 docker/api/swarm.py                     106     77     38      0    20%
14:04:02 docker/api/volume.py                     38     29     14      0    17%
14:04:02 docker/auth.py                          197     93     74     22    48%
14:04:02 docker/client.py                         69     20      2      0    69%
14:04:02 docker/constants.py                      21      0      0      0   100%
14:04:02 docker/context/__init__.py                2      0      0      0   100%
14:04:02 docker/context/api.py                    78     57     38      0    18%
14:04:02 docker/context/config.py                 61     42     16      1    26%
14:04:02 docker/context/context.py               154    113     64      2    20%
14:04:02 docker/credentials/__init__.py            3      0      0      0   100%
14:04:02 docker/credentials/constants.py           4      0      0      0   100%
14:04:02 docker/credentials/errors.py             11      4      2      0    54%
14:04:02 docker/credentials/store.py              44     30     12      0    25%
14:04:02 docker/credentials/utils.py              23     18     12      0    14%
14:04:02 docker/errors.py                        110     38     20      5    61%
14:04:02 docker/models/__init__.py                 0      0      0      0   100%
14:04:02 docker/models/configs.py                 21      8      2      0    57%
14:04:02 docker/models/containers.py             183    131     70      0    21%
14:04:02 docker/models/images.py                 136     92     56      0    23%
14:04:02 docker/models/networks.py                37     20     12      0    35%
14:04:02 docker/models/nodes.py                   15      5      2      0    59%
14:04:02 docker/models/plugins.py                 48     29      8      0    34%
14:04:02 docker/models/resource.py                41     24      6      0    36%
14:04:02 docker/models/secrets.py                 22      9      2      0    54%
14:04:02 docker/models/services.py                87     63     36      0    20%
14:04:02 docker/models/swarm.py                   39     21      6      0    40%
14:04:02 docker/models/volumes.py                 23     10      4      0    48%
14:04:02 docker/tls.py                            37     26     14      0    22%
14:04:02 docker/transport/__init__.py             11      3      0      0    73%
14:04:02 docker/transport/basehttpadapter.py       6      0      2      1    88%
14:04:02 docker/transport/npipeconn.py            57     52      8      0     8%
14:04:02 docker/transport/npipesocket.py         134    130     20      0     3%
14:04:02 docker/transport/sshconn.py             162     58     54     15    55%
14:04:02 docker/transport/ssladapter.py           36     22     10      1    33%
14:04:02 docker/transport/unixconn.py             54     33      6      0    35%
14:04:02 docker/types/__init__.py                  6      0      0      0   100%
14:04:02 docker/types/base.py                      4      2      2      0    33%
14:04:02 docker/types/containers.py              419    356    326     11    10%
14:04:02 docker/types/daemon.py                   36     26     14      0    20%
14:04:02 docker/types/healthcheck.py              33     20      4      0    35%
14:04:02 docker/types/networks.py                 41     21     28      8    41%
14:04:02 docker/types/services.py                321    269    216      0    10%
14:04:02 docker/types/swarm.py                    51     45     40      0     7%
14:04:02 docker/utils/__init__.py                  3      0      0      0   100%
14:04:02 docker/utils/build.py                   150     24     72     13    81%
14:04:02 docker/utils/config.py                   36      9     10      5    70%
14:04:02 docker/utils/decorators.py               32      6     12      4    73%
14:04:02 docker/utils/fnmatch.py                  55     27     28      4    41%
14:04:02 docker/utils/json_stream.py              40      8     14      3    76%
14:04:02 docker/utils/ports.py                    50     50     32      0     0%
14:04:02 docker/utils/proxy.py                    32      3     12      2    89%
14:04:02 docker/utils/socket.py                   85     64     40      0    17%
14:04:02 docker/utils/utils.py                   279    183    171     25    28%
14:04:02 docker/version.py                         2      0      2      0   100%
14:04:02 -----------------------------------------------------------------------
14:04:02 TOTAL                                  5091   3176   2240    182    31%
14:04:02 
14:04:02 
14:04:02 ======================== 23 passed, 1 xpassed in 23.67s ========================
[Pipeline] sh
14:04:03 + docker stop dpy-dind-1-0-py3.7-19.03.12
14:04:04 dpy-dind-1-0-py3.7-19.03.12
14:04:04 + docker network rm dpy-testnet-1-0-py3.7-19.03.12
14:04:04 dpy-testnet-1-0-py3.7-19.03.12
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
14:04:04 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 71%]
14:04:04 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 72%]
14:04:15 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 72%]
14:04:15 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 72%]
14:04:15 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 72%]
14:04:15 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 73%]
14:04:15 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 73%]
14:04:15 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 73%]
14:04:15 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 73%]
14:04:15 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 74%]
14:04:15 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 74%]
14:04:15 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 74%]
14:04:15 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 74%]
14:04:15 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 75%]
14:04:15 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 75%]
14:04:15 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 75%]
14:04:15 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 75%]
14:04:15 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 76%]
14:04:15 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 76%]
14:04:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 76%]
14:04:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 76%]
14:04:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 77%]
14:04:17 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 77%]
14:04:17 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 77%]
14:04:17 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 72%]
14:04:17 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 72%]
14:04:17 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 72%]
14:04:17 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 73%]
14:04:17 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 73%]
14:04:17 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 73%]
14:04:17 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 73%]
14:04:17 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 74%]
14:04:17 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 74%]
14:04:17 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 74%]
14:04:17 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 74%]
14:04:17 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 75%]
14:04:17 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 75%]
14:04:17 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 75%]
14:04:17 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 75%]
14:04:17 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 76%]
14:04:17 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 76%]
14:04:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 76%]
14:04:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 76%]
14:04:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 77%]
14:04:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 77%]
14:04:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 77%]
14:04:19 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 72%]
14:04:19 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 72%]
14:04:19 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 72%]
14:04:19 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 73%]
14:04:19 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 73%]
14:04:19 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 73%]
14:04:19 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 73%]
14:04:19 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 74%]
14:04:19 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 74%]
14:04:19 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 74%]
14:04:19 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 74%]
14:04:19 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 75%]
14:04:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 77%]
14:04:21 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 75%]
14:04:21 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 75%]
14:04:21 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 75%]
14:04:21 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 76%]
14:04:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 77%]
14:04:22 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 76%]
14:04:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 78%]
14:04:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
14:04:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 78%]
14:04:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 76%]
14:04:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 78%]
14:04:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 76%]
14:04:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 79%]
14:04:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 77%]
14:04:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 79%]
14:04:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 77%]
14:04:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 78%]
14:04:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
14:04:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 78%]
14:04:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 79%]
14:04:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 77%]
14:04:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 80%]
14:04:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 78%]
14:04:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 80%]
14:04:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 79%]
14:04:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 80%]
14:04:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 79%]
14:04:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 79%]
14:04:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 80%]
14:04:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 80%]
14:04:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 77%]
14:04:27 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 81%]
14:04:27 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 81%]
14:04:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 80%]
14:04:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 80%]
14:04:27 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 81%]
14:04:28 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 81%]
14:04:28 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 80%]
14:04:28 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 82%]
14:04:29 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 82%]
14:04:29 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 82%]
14:04:29 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 81%]
14:04:29 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 81%]
14:04:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 78%]
14:04:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
14:04:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 78%]
14:04:29 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 81%]
14:04:30 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 82%]
14:04:30 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 83%]
14:04:30 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 81%]
14:04:30 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 78%]
14:04:31 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 83%]
14:04:31 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 82%]
14:04:31 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 83%]
14:04:31 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 82%]
14:04:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 79%]
14:04:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 79%]
14:04:31 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 83%]
14:04:31 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 82%]
14:04:32 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 84%]
14:04:32 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 82%]
14:04:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 79%]
14:04:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 80%]
14:04:32 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 83%]
14:04:32 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 83%]
14:04:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 80%]
14:04:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 80%]
14:04:33 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 83%]
14:04:33 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 83%]
14:04:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 80%]
14:04:34 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 84%]
14:04:34 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 81%]
14:04:35 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 81%]
14:04:35 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 81%]
14:04:35 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 81%]
14:04:36 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 82%]
14:04:36 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 82%]
14:04:37 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 82%]
14:04:37 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 82%]
14:04:38 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 83%]
14:04:38 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 83%]
14:04:38 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 83%]
14:04:39 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 83%]
14:04:39 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 84%]
14:04:44 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 84%]
14:04:44 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 84%]
14:04:44 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 84%]
14:04:45 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 85%]
14:04:45 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 85%]
14:04:45 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 85%]
14:04:46 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 84%]
14:04:46 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 84%]
14:04:46 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 84%]
14:04:46 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 85%]
14:04:47 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 85%]
14:04:47 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 86%]
14:04:47 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 85%]
14:04:47 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 86%]
14:04:47 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 85%]
14:04:48 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 86%]
14:04:48 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 86%]
14:04:48 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 87%]
14:04:48 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 85%]
14:04:48 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 87%]
14:04:48 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 87%]
14:04:49 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 86%]
14:04:49 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 87%]
14:04:49 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 86%]
14:04:49 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 88%]
14:04:49 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 86%]
14:04:50 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 88%]
14:04:50 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 88%]
14:04:50 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 88%]
14:04:50 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 86%]
14:04:50 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 89%]
14:04:50 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 89%]
14:04:50 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 89%]
14:04:50 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 87%]
14:04:50 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 87%]
14:04:50 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 89%]
14:04:50 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 90%]
14:04:50 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 87%]
14:04:50 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 87%]
14:04:51 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 90%]
14:04:51 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 88%]
14:04:51 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 90%]
14:04:52 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 84%]
14:04:52 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 84%]
14:04:52 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 88%]
14:04:52 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 88%]
14:04:52 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 84%]
14:04:52 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 88%]
14:04:52 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 89%]
14:04:52 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 89%]
14:04:52 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 89%]
14:04:52 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 89%]
14:04:52 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 85%]
14:04:52 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 90%]
14:04:52 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 90%]
14:04:53 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 85%]
14:04:53 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 85%]
14:04:53 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 90%]
14:04:54 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 85%]
14:04:54 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 86%]
14:04:55 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 86%]
14:04:55 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 86%]
14:04:56 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 86%]
14:04:56 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 87%]
14:04:56 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 87%]
14:04:56 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 87%]
14:04:56 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 87%]
14:04:57 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 88%]
14:04:57 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 88%]
14:04:57 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 88%]
14:04:57 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 88%]
14:04:58 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 89%]
14:04:58 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 89%]
14:04:58 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 90%]
14:04:58 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 91%]
14:04:58 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 89%]
14:04:58 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 89%]
14:04:58 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 90%]
14:04:58 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 90%]
14:04:58 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 91%]
14:04:58 tests/integration/models_services_test.py::ServiceTest::test_create_cap_add SKIPPED [ 91%]
14:04:58 tests/integration/models_services_test.py::ServiceTest::test_create_cap_drop SKIPPED [ 91%]
14:04:58 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 92%]
14:04:58 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 92%]
14:04:58 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 92%]
14:04:58 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 92%]
14:04:59 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 93%]
14:04:59 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 93%]
14:04:59 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 93%]
14:04:59 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 93%]
14:04:59 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 94%]
14:04:59 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 94%]
14:04:59 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 94%]
14:04:59 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 94%]
14:04:59 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 95%]
14:04:59 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 95%]
14:04:59 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 90%]
14:05:00 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 90%]
14:05:00 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 91%]
14:05:00 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 91%]
14:05:00 tests/integration/models_services_test.py::ServiceTest::test_create_cap_add SKIPPED [ 91%]
14:05:00 tests/integration/models_services_test.py::ServiceTest::test_create_cap_drop SKIPPED [ 91%]
14:05:00 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 92%]
14:05:00 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 92%]
14:05:00 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 92%]
14:05:00 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 92%]
14:05:00 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 93%]
14:05:00 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 93%]
14:05:00 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 93%]
14:05:00 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 93%]
14:05:00 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 94%]
14:05:00 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 94%]
14:05:00 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 94%]
14:05:00 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 94%]
14:05:00 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 95%]
14:05:00 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 95%]
14:05:01 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 95%]
14:05:03 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 95%]
14:05:04 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 95%]
14:05:04 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 96%]
14:05:04 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 96%]
14:05:04 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 96%]
14:05:04 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 96%]
14:05:04 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 97%]
14:05:04 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 97%]
14:05:06 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 90%]
14:05:06 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 91%]
14:05:06 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 91%]
14:05:06 tests/integration/models_services_test.py::ServiceTest::test_create_cap_add SKIPPED [ 91%]
14:05:06 tests/integration/models_services_test.py::ServiceTest::test_create_cap_drop SKIPPED [ 91%]
14:05:06 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 92%]
14:05:06 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 92%]
14:05:06 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 92%]
14:05:06 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 92%]
14:05:06 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 93%]
14:05:06 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 93%]
14:05:06 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 93%]
14:05:06 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 93%]
14:05:06 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 94%]
14:05:06 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 94%]
14:05:06 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 94%]
14:05:06 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 94%]
14:05:06 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 95%]
14:05:06 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 95%]
14:05:07 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 95%]
14:05:07 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 97%]
14:05:07 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 97%]
14:05:08 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 98%]
14:05:08 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 98%]
14:05:08 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 98%]
14:05:08 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 98%]
14:05:08 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 99%]
14:05:08 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 99%]
14:05:08 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 99%]
14:05:08 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 95%]
14:05:09 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [100%]
14:05:09 
14:05:09 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
14:05:09 Name                                  Stmts   Miss Branch BrPart  Cover
14:05:09 -----------------------------------------------------------------------
14:05:09 docker/__init__.py                        8      0      0      0   100%
14:05:09 docker/api/__init__.py                    1      0      0      0   100%
14:05:09 docker/api/build.py                     126     26     92     23    74%
14:05:09 docker/api/client.py                    261     56     92     19    76%
14:05:09 docker/api/config.py                     29      0      4      1    97%
14:05:09 docker/api/container.py                 265     34    104     26    83%
14:05:09 docker/api/daemon.py                     39     14     14      3    53%
14:05:09 docker/api/exec_api.py                   45      9     22      3    79%
14:05:09 docker/api/image.py                     159     45     60     13    67%
14:05:09 docker/api/network.py                    90     13     48     12    80%
14:05:09 docker/api/plugin.py                     89     10     14      4    84%
14:05:09 docker/api/secret.py                     34      3      8      2    83%
14:05:09 docker/api/service.py                   200     58    149     32    62%
14:05:09 docker/api/swarm.py                     106     15     38     10    81%
14:05:09 docker/api/volume.py                     38      5     14      5    81%
14:05:09 docker/auth.py                          197     93     74     22    48%
14:05:09 docker/client.py                         69      5      2      1    92%
14:05:09 docker/constants.py                      21      0      0      0   100%
14:05:09 docker/context/__init__.py                2      0      0      0   100%
14:05:09 docker/context/api.py                    78     18     38     10    72%
14:05:09 docker/context/config.py                 61     25     16      3    53%
14:05:09 docker/context/context.py               154     26     64     15    78%
14:05:09 docker/credentials/__init__.py            3      0      0      0   100%
14:05:09 docker/credentials/constants.py           4      0      0      0   100%
14:05:09 docker/credentials/errors.py             11      1      2      1    85%
14:05:09 docker/credentials/store.py              44      5     12      4    80%
14:05:09 docker/credentials/utils.py              23     13     12      1    31%
14:05:09 docker/errors.py                        110     22     20      6    75%
14:05:09 docker/models/__init__.py                 0      0      0      0   100%
14:05:09 docker/models/configs.py                 21      8      2      0    57%
14:05:09 docker/models/containers.py             183     21     70      9    86%
14:05:09 docker/models/images.py                 136     41     56      6    67%
14:05:09 docker/models/networks.py                37      1     12      2    94%
14:05:09 docker/models/nodes.py                   15      1      2      0    94%
14:05:09 docker/models/plugins.py                 48     29      8      0    34%
14:05:09 docker/models/resource.py                41     11      6      2    72%
14:05:09 docker/models/secrets.py                 22      9      2      0    54%
14:05:09 docker/models/services.py                87      5     36      5    92%
14:05:09 docker/models/swarm.py                   39      3      6      3    87%
14:05:09 docker/models/volumes.py                 23      1      4      0    96%
14:05:09 docker/tls.py                            37     13     14      5    57%
14:05:09 docker/transport/__init__.py             11      3      0      0    73%
14:05:09 docker/transport/basehttpadapter.py       6      3      2      0    38%
14:05:09 docker/transport/npipeconn.py            57     52      8      0     8%
14:05:09 docker/transport/npipesocket.py         134    130     20      0     3%
14:05:09 docker/transport/sshconn.py             162    123     54      0    18%
14:05:09 docker/transport/ssladapter.py           36     22     10      1    33%
14:05:09 docker/transport/unixconn.py             54     33      6      0    35%
14:05:09 docker/types/__init__.py                  6      0      0      0   100%
14:05:09 docker/types/base.py                      4      0      2      0   100%
14:05:09 docker/types/containers.py              419    222    326     70    45%
14:05:09 docker/types/daemon.py                   36      8     14      4    72%
14:05:09 docker/types/healthcheck.py              33     12      4      1    59%
14:05:09 docker/types/networks.py                 41      7     28      6    78%
14:05:09 docker/types/services.py                321     76    216     42    73%
14:05:09 docker/types/swarm.py                    51     24     40     10    52%
14:05:09 docker/utils/__init__.py                  3      0      0      0   100%
14:05:09 docker/utils/build.py                   150     22     72     13    82%
14:05:09 docker/utils/config.py                   36      9     10      5    70%
14:05:09 docker/utils/decorators.py               32      6     12      4    73%
14:05:09 docker/utils/fnmatch.py                  55     27     28      4    41%
14:05:09 docker/utils/json_stream.py              40      8     14      3    76%
14:05:09 docker/utils/ports.py                    50     50     32      0     0%
14:05:09 docker/utils/proxy.py                    32      2     12      1    93%
14:05:09 docker/utils/socket.py                   85      9     40      7    86%
14:05:09 docker/utils/utils.py                   279     99    171     32    60%
14:05:09 docker/version.py                         2      0      2      0   100%
14:05:09 -----------------------------------------------------------------------
14:05:09 TOTAL                                  5091   1586   2240    451    65%
14:05:09 
14:05:09 
14:05:09 =========================== short test summary info ============================
14:05:09 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
14:05:09   CONFIG_RT_GROUP_SCHED isn't enabled
14:05:09 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
14:05:09   Not supported on most drivers
14:05:09 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
14:05:09   Output of docker top depends on host distro, and is not formalized.
14:05:09 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
14:05:09   This doesn't seem to be taken into account by the engine
14:05:09 SKIPPED [3] tests/helpers.py:69: Feature requires Docker Engine experimental mode
14:05:09 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
14:05:09 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41)
14:05:09 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41)
14:05:09 SKIPPED [1] tests/integration/api_swarm_test.py:30: Test stalls the engine on 1.12.0
14:05:09 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41)
14:05:09 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41)
14:05:09 ======= 378 passed, 9 skipped, 4 xfailed, 4 xpassed in 268.50s (0:04:28) =======
[Pipeline] sh
14:05:09 + docker stop dpy-dind-1-0-py3.7-20.10.17
14:05:10 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 95%]
14:05:10 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 96%]
14:05:10 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 96%]
14:05:10 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 96%]
14:05:10 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 96%]
14:05:10 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 97%]
14:05:10 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 97%]
14:05:11 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 96%]
14:05:11 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 96%]
14:05:11 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 96%]
14:05:11 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 96%]
14:05:11 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 97%]
14:05:11 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 97%]
14:05:13 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 97%]
14:05:13 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 97%]
14:05:14 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 98%]
14:05:14 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 98%]
14:05:14 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 98%]
14:05:14 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 97%]
14:05:14 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 98%]
14:05:14 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 99%]
14:05:14 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 97%]
14:05:14 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 99%]
14:05:14 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 99%]
14:05:15 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 98%]
14:05:15 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 98%]
14:05:15 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 98%]
14:05:15 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [100%]
14:05:15 
14:05:15 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
14:05:15 Name                                  Stmts   Miss Branch BrPart  Cover
14:05:15 -----------------------------------------------------------------------
14:05:15 docker/__init__.py                        8      0      0      0   100%
14:05:15 docker/api/__init__.py                    1      0      0      0   100%
14:05:15 docker/api/build.py                     126     26     92     23    74%
14:05:15 docker/api/client.py                    261     56     92     19    76%
14:05:15 docker/api/config.py                     29      0      4      1    97%
14:05:15 docker/api/container.py                 265     34    104     26    83%
14:05:15 docker/api/daemon.py                     39     14     14      3    53%
14:05:15 docker/api/exec_api.py                   45      9     22      3    79%
14:05:15 docker/api/image.py                     159     45     60     13    67%
14:05:15 docker/api/network.py                    90     13     48     12    80%
14:05:15 docker/api/plugin.py                     89     10     14      4    84%
14:05:15 docker/api/secret.py                     34      3      8      2    83%
14:05:15 docker/api/service.py                   200     58    149     32    62%
14:05:15 docker/api/swarm.py                     106     15     38     10    81%
14:05:15 docker/api/volume.py                     38      5     14      5    81%
14:05:15 docker/auth.py                          197     93     74     22    48%
14:05:15 docker/client.py                         69      5      2      1    92%
14:05:15 docker/constants.py                      21      0      0      0   100%
14:05:15 docker/context/__init__.py                2      0      0      0   100%
14:05:15 docker/context/api.py                    78     18     38     10    72%
14:05:15 docker/context/config.py                 61     25     16      3    53%
14:05:15 docker/context/context.py               154     26     64     15    78%
14:05:15 docker/credentials/__init__.py            3      0      0      0   100%
14:05:15 docker/credentials/constants.py           4      0      0      0   100%
14:05:15 docker/credentials/errors.py             11      1      2      1    85%
14:05:15 docker/credentials/store.py              44      5     12      4    80%
14:05:15 docker/credentials/utils.py              23     13     12      1    31%
14:05:15 docker/errors.py                        110     22     20      6    75%
14:05:15 docker/models/__init__.py                 0      0      0      0   100%
14:05:15 docker/models/configs.py                 21      8      2      0    57%
14:05:15 docker/models/containers.py             183     21     70      9    86%
14:05:15 docker/models/images.py                 136     41     56      6    67%
14:05:15 docker/models/networks.py                37      1     12      2    94%
14:05:15 docker/models/nodes.py                   15      1      2      0    94%
14:05:15 docker/models/plugins.py                 48     29      8      0    34%
14:05:15 docker/models/resource.py                41     11      6      2    72%
14:05:15 docker/models/secrets.py                 22      9      2      0    54%
14:05:15 docker/models/services.py                87      5     36      5    92%
14:05:15 docker/models/swarm.py                   39      3      6      3    87%
14:05:15 docker/models/volumes.py                 23      1      4      0    96%
14:05:15 docker/tls.py                            37     13     14      5    57%
14:05:15 docker/transport/__init__.py             11      3      0      0    73%
14:05:15 docker/transport/basehttpadapter.py       6      3      2      0    38%
14:05:15 docker/transport/npipeconn.py            57     52      8      0     8%
14:05:15 docker/transport/npipesocket.py         134    130     20      0     3%
14:05:15 docker/transport/sshconn.py             162    123     54      0    18%
14:05:15 docker/transport/ssladapter.py           36     22     10      1    33%
14:05:15 docker/transport/unixconn.py             54     33      6      0    35%
14:05:15 docker/types/__init__.py                  6      0      0      0   100%
14:05:15 docker/types/base.py                      4      0      2      0   100%
14:05:15 docker/types/containers.py              419    222    326     70    45%
14:05:15 docker/types/daemon.py                   36      8     14      4    72%
14:05:15 docker/types/healthcheck.py              33     12      4      1    59%
14:05:15 docker/types/networks.py                 41      7     28      6    78%
14:05:15 docker/types/services.py                321     76    216     42    73%
14:05:15 docker/types/swarm.py                    51     24     40     10    52%
14:05:15 docker/utils/__init__.py                  3      0      0      0   100%
14:05:15 docker/utils/build.py                   150     22     72     13    82%
14:05:15 docker/utils/config.py                   36      9     10      5    70%
14:05:15 docker/utils/decorators.py               32      6     12      4    73%
14:05:15 docker/utils/fnmatch.py                  55     27     28      4    41%
14:05:15 docker/utils/json_stream.py              40      8     14      3    76%
14:05:15 docker/utils/ports.py                    50     50     32      0     0%
14:05:15 docker/utils/proxy.py                    32      2     12      1    93%
14:05:15 docker/utils/socket.py                   85      9     40      7    86%
14:05:15 docker/utils/utils.py                   279     99    171     32    60%
14:05:15 docker/version.py                         2      0      2      0   100%
14:05:15 -----------------------------------------------------------------------
14:05:15 TOTAL                                  5091   1586   2240    451    65%
14:05:15 
14:05:15 
14:05:15 =========================== short test summary info ============================
14:05:15 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
14:05:15   CONFIG_RT_GROUP_SCHED isn't enabled
14:05:15 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
14:05:15   Not supported on most drivers
14:05:15 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
14:05:15   Output of docker top depends on host distro, and is not formalized.
14:05:15 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
14:05:15   This doesn't seem to be taken into account by the engine
14:05:15 SKIPPED [3] tests/helpers.py:69: Feature requires Docker Engine experimental mode
14:05:15 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
14:05:15 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41)
14:05:15 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41)
14:05:15 SKIPPED [1] tests/integration/api_swarm_test.py:30: Test stalls the engine on 1.12.0
14:05:15 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41)
14:05:15 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41)
14:05:15 ======= 378 passed, 9 skipped, 4 xfailed, 4 xpassed in 273.49s (0:04:33) =======
14:05:15 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 98%]
14:05:15 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 99%]
[Pipeline] sh
14:05:15 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 99%]
14:05:15 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 99%]
14:05:15 + docker stop dpy-dind-1-0-py3.7-19.03.13
14:05:16 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [100%]
14:05:16 
14:05:16 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
14:05:16 Name                                  Stmts   Miss Branch BrPart  Cover
14:05:16 -----------------------------------------------------------------------
14:05:16 docker/__init__.py                        8      0      0      0   100%
14:05:16 docker/api/__init__.py                    1      0      0      0   100%
14:05:16 docker/api/build.py                     126     26     92     23    74%
14:05:16 docker/api/client.py                    261     56     92     19    76%
14:05:16 docker/api/config.py                     29      0      4      1    97%
14:05:16 docker/api/container.py                 265     34    104     26    83%
14:05:16 docker/api/daemon.py                     39     14     14      3    53%
14:05:16 docker/api/exec_api.py                   45      9     22      3    79%
14:05:16 docker/api/image.py                     159     45     60     13    67%
14:05:16 docker/api/network.py                    90     13     48     12    80%
14:05:16 docker/api/plugin.py                     89     10     14      4    84%
14:05:16 docker/api/secret.py                     34      3      8      2    83%
14:05:16 docker/api/service.py                   200     58    149     32    62%
14:05:16 docker/api/swarm.py                     106     15     38     10    81%
14:05:16 docker/api/volume.py                     38      5     14      5    81%
14:05:16 docker/auth.py                          197     93     74     22    48%
14:05:16 docker/client.py                         69      5      2      1    92%
14:05:16 docker/constants.py                      21      0      0      0   100%
14:05:16 docker/context/__init__.py                2      0      0      0   100%
14:05:16 docker/context/api.py                    78     18     38     10    72%
14:05:16 docker/context/config.py                 61     25     16      3    53%
14:05:16 docker/context/context.py               154     26     64     15    78%
14:05:16 docker/credentials/__init__.py            3      0      0      0   100%
14:05:16 docker/credentials/constants.py           4      0      0      0   100%
14:05:16 docker/credentials/errors.py             11      1      2      1    85%
14:05:16 docker/credentials/store.py              44      5     12      4    80%
14:05:16 docker/credentials/utils.py              23     13     12      1    31%
14:05:16 docker/errors.py                        110     22     20      6    75%
14:05:16 docker/models/__init__.py                 0      0      0      0   100%
14:05:16 docker/models/configs.py                 21      8      2      0    57%
14:05:16 docker/models/containers.py             183     21     70      9    86%
14:05:16 docker/models/images.py                 136     41     56      6    67%
14:05:16 docker/models/networks.py                37      1     12      2    94%
14:05:16 docker/models/nodes.py                   15      1      2      0    94%
14:05:16 docker/models/plugins.py                 48     29      8      0    34%
14:05:16 docker/models/resource.py                41     11      6      2    72%
14:05:16 docker/models/secrets.py                 22      9      2      0    54%
14:05:16 docker/models/services.py                87      5     36      5    92%
14:05:16 docker/models/swarm.py                   39      3      6      3    87%
14:05:16 docker/models/volumes.py                 23      1      4      0    96%
14:05:16 docker/tls.py                            37     13     14      5    57%
14:05:16 docker/transport/__init__.py             11      3      0      0    73%
14:05:16 docker/transport/basehttpadapter.py       6      3      2      0    38%
14:05:16 docker/transport/npipeconn.py            57     52      8      0     8%
14:05:16 docker/transport/npipesocket.py         134    130     20      0     3%
14:05:16 docker/transport/sshconn.py             162    123     54      0    18%
14:05:16 docker/transport/ssladapter.py           36     22     10      1    33%
14:05:16 docker/transport/unixconn.py             54     33      6      0    35%
14:05:16 docker/types/__init__.py                  6      0      0      0   100%
14:05:16 docker/types/base.py                      4      0      2      0   100%
14:05:16 docker/types/containers.py              419    222    326     70    45%
14:05:16 docker/types/daemon.py                   36      8     14      4    72%
14:05:16 docker/types/healthcheck.py              33     12      4      1    59%
14:05:16 docker/types/networks.py                 41      7     28      6    78%
14:05:16 docker/types/services.py                321     76    216     42    73%
14:05:16 docker/types/swarm.py                    51     24     40     10    52%
14:05:16 docker/utils/__init__.py                  3      0      0      0   100%
14:05:16 docker/utils/build.py                   150     22     72     13    82%
14:05:16 docker/utils/config.py                   36      9     10      5    70%
14:05:16 docker/utils/decorators.py               32      6     12      4    73%
14:05:16 docker/utils/fnmatch.py                  55     27     28      4    41%
14:05:16 docker/utils/json_stream.py              40      8     14      3    76%
14:05:16 docker/utils/ports.py                    50     50     32      0     0%
14:05:16 docker/utils/proxy.py                    32      2     12      1    93%
14:05:16 docker/utils/socket.py                   85      9     40      7    86%
14:05:16 docker/utils/utils.py                   279     99    171     32    60%
14:05:16 docker/version.py                         2      0      2      0   100%
14:05:16 -----------------------------------------------------------------------
14:05:16 TOTAL                                  5091   1586   2240    451    65%
14:05:16 
14:05:16 
14:05:16 =========================== short test summary info ============================
14:05:16 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
14:05:16   CONFIG_RT_GROUP_SCHED isn't enabled
14:05:16 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
14:05:16   Not supported on most drivers
14:05:16 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
14:05:16   Output of docker top depends on host distro, and is not formalized.
14:05:16 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
14:05:16   This doesn't seem to be taken into account by the engine
14:05:16 SKIPPED [3] tests/helpers.py:69: Feature requires Docker Engine experimental mode
14:05:16 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
14:05:16 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41)
14:05:16 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41)
14:05:16 SKIPPED [1] tests/integration/api_swarm_test.py:30: Test stalls the engine on 1.12.0
14:05:16 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41)
14:05:16 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41)
14:05:16 ======= 378 passed, 9 skipped, 4 xfailed, 4 xpassed in 284.52s (0:04:44) =======
[Pipeline] sh
14:05:16 + docker stop dpy-dind-1-0-py3.7-22.06.0-beta.0
14:05:22 dpy-dind-1-0-py3.7-20.10.17
[Pipeline] sh
14:05:22 + docker run --rm -d --name dpy-dind-1-0-py3.7-20.10.17 -v /tmp --privileged --network dpy-testnet-1-0-py3.7-20.10.17 dockerpinata/docker-py:sshdind-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c dockerd --experimental
14:05:22 e03895deb0402433be7edcb36ec2f24abd67423979d58aba305a99437b4c0323
[Pipeline] sh
14:05:22 + docker exec dpy-dind-1-0-py3.7-20.10.17 sh -c /usr/sbin/sshd
[Pipeline] sh
14:05:23 + docker run --rm --name dpy-tests-1-0-py3.7-20.10.17 -e DOCKER_HOST=ssh://dpy-dind-1-0-py3.7-20.10.17:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py3.7-20.10.17 --volumes-from dpy-dind-1-0-py3.7-20.10.17 -v /home/ubuntu/workspace/docker-py_PR-3006@tmp/b1140b49-df3b-4d2d-80a2-5160ef3eb57e/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c py.test -v -rxs --cov=docker tests/ssh
14:05:23 ============================= test session starts ==============================
14:05:23 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
14:05:23 cachedir: .pytest_cache
14:05:23 rootdir: /src, configfile: pytest.ini
14:05:23 plugins: cov-3.0.0, timeout-2.0.1
14:05:24 collecting ... collected 24 items
14:05:24 
14:05:26 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
14:05:26 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
14:05:26 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
14:05:26 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
14:05:27 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
14:05:28 dpy-dind-1-0-py3.7-19.03.13
[Pipeline] sh
14:05:28 + 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-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c dockerd --experimental
14:05:28 6ead3c28f8ced720364d8234860cf5b4971a93d900b023e3cbc2dc7d687b8630
[Pipeline] sh
14:05:28 + docker exec dpy-dind-1-0-py3.7-19.03.13 sh -c /usr/sbin/sshd
[Pipeline] sh
14:05:28 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
14:05:29 dpy-dind-1-0-py3.7-22.06.0-beta.0
[Pipeline] sh
14:05:29 + 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-3006@tmp/b047cf60-a08d-4aaf-b2a4-8e3d00bc9fd8/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c py.test -v -rxs --cov=docker tests/ssh
14:05:29 + docker run --rm -d --name dpy-dind-1-0-py3.7-22.06.0-beta.0 -v /tmp --privileged --network dpy-testnet-1-0-py3.7-22.06.0-beta.0 dockerpinata/docker-py:sshdind-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c dockerd --experimental
14:05:29 2a727f7d946effdfe3983cdb8a23f5b847f8c132f071ca93e4e3e00823ce391b
[Pipeline] sh
14:05:29 ============================= test session starts ==============================
14:05:29 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
14:05:29 cachedir: .pytest_cache
14:05:29 rootdir: /src, configfile: pytest.ini
14:05:29 plugins: cov-3.0.0, timeout-2.0.1
14:05:29 + docker exec dpy-dind-1-0-py3.7-22.06.0-beta.0 sh -c /usr/sbin/sshd
[Pipeline] sh
14:05:29 collecting ... collected 24 items
14:05:29 
14:05:30 + docker run --rm --name dpy-tests-1-0-py3.7-22.06.0-beta.0 -e DOCKER_HOST=ssh://dpy-dind-1-0-py3.7-22.06.0-beta.0:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py3.7-22.06.0-beta.0 --volumes-from dpy-dind-1-0-py3.7-22.06.0-beta.0 -v /home/ubuntu/workspace/docker-py_PR-3006@tmp/600b6e02-c1d1-466a-b7b5-3801c9020ba5/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-b42cd1d1cab6f39e5d1bd07a2645ca5b6756930c py.test -v -rxs --cov=docker tests/ssh
14:05:30 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
14:05:30 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
14:05:30 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
14:05:30 ============================= test session starts ==============================
14:05:30 platform linux -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/local/bin/python
14:05:30 cachedir: .pytest_cache
14:05:30 rootdir: /src, configfile: pytest.ini
14:05:30 plugins: cov-3.0.0, timeout-2.0.1
14:05:31 collecting ... collected 24 items
14:05:31 
14:05:31 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
14:05:32 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
14:05:32 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
14:05:32 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
14:05:32 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
14:05:32 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
14:05:32 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
14:05:33 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
14:05:33 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
14:05:33 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
14:05:33 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
14:05:33 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
14:05:34 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
14:05:34 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
14:05:35 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
14:05:36 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
14:05:36 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
14:05:36 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
14:05:36 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
14:05:36 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
14:05:36 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
14:05:36 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
14:05:37 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
14:05:37 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
14:05:37 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
14:05:37 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
14:05:38 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
14:05:38 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
14:05:38 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
14:05:39 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
14:05:39 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
14:05:39 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
14:05:39 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
14:05:41 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
14:05:41 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
14:05:42 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
14:05:42 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
14:05:42 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
14:05:42 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
14:05:42 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
14:05:43 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
14:05:43 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
14:05:43 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
14:05:45 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
14:05:45 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
14:05:46 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
14:05:46 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
14:05:46 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
14:05:46 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
14:05:46 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
14:05:47 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
14:05:47 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS (Cur...) [100%]
14:05:47 
14:05:47 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
14:05:47 Name                                  Stmts   Miss Branch BrPart  Cover
14:05:47 -----------------------------------------------------------------------
14:05:47 docker/__init__.py                        8      0      0      0   100%
14:05:47 docker/api/__init__.py                    1      0      0      0   100%
14:05:47 docker/api/build.py                     126     22     92     23    78%
14:05:47 docker/api/client.py                    261    101     92     15    56%
14:05:47 docker/api/config.py                     29     18      4      0    33%
14:05:47 docker/api/container.py                 265    171    104     10    28%
14:05:47 docker/api/daemon.py                     39     28     14      0    21%
14:05:47 docker/api/exec_api.py                   45     36     22      0    13%
14:05:47 docker/api/image.py                     159    108     60      5    26%
14:05:47 docker/api/network.py                    90     56     48      7    30%
14:05:47 docker/api/plugin.py                     89     68     14      0    20%
14:05:47 docker/api/secret.py                     34     22      8      0    29%
14:05:47 docker/api/service.py                   200    176    149      0     7%
14:05:47 docker/api/swarm.py                     106     77     38      0    20%
14:05:47 docker/api/volume.py                     38     29     14      0    17%
14:05:47 docker/auth.py                          197     93     74     22    48%
14:05:47 docker/client.py                         69     20      2      0    69%
14:05:47 docker/constants.py                      21      0      0      0   100%
14:05:47 docker/context/__init__.py                2      0      0      0   100%
14:05:47 docker/context/api.py                    78     57     38      0    18%
14:05:47 docker/context/config.py                 61     42     16      1    26%
14:05:47 docker/context/context.py               154    113     64      2    20%
14:05:47 docker/credentials/__init__.py            3      0      0      0   100%
14:05:47 docker/credentials/constants.py           4      0      0      0   100%
14:05:47 docker/credentials/errors.py             11      4      2      0    54%
14:05:47 docker/credentials/store.py              44     30     12      0    25%
14:05:47 docker/credentials/utils.py              23     18     12      0    14%
14:05:47 docker/errors.py                        110     38     20      5    61%
14:05:47 docker/models/__init__.py                 0      0      0      0   100%
14:05:47 docker/models/configs.py                 21      8      2      0    57%
14:05:47 docker/models/containers.py             183    131     70      0    21%
14:05:47 docker/models/images.py                 136     92     56      0    23%
14:05:47 docker/models/networks.py                37     20     12      0    35%
14:05:47 docker/models/nodes.py                   15      5      2      0    59%
14:05:47 docker/models/plugins.py                 48     29      8      0    34%
14:05:47 docker/models/resource.py                41     24      6      0    36%
14:05:47 docker/models/secrets.py                 22      9      2      0    54%
14:05:47 docker/models/services.py                87     63     36      0    20%
14:05:47 docker/models/swarm.py                   39     21      6      0    40%
14:05:47 docker/models/volumes.py                 23     10      4      0    48%
14:05:47 docker/tls.py                            37     26     14      0    22%
14:05:47 docker/transport/__init__.py             11      3      0      0    73%
14:05:47 docker/transport/basehttpadapter.py       6      0      2      1    88%
14:05:47 docker/transport/npipeconn.py            57     52      8      0     8%
14:05:47 docker/transport/npipesocket.py         134    130     20      0     3%
14:05:47 docker/transport/sshconn.py             162     58     54     15    55%
14:05:47 docker/transport/ssladapter.py           36     22     10      1    33%
14:05:47 docker/transport/unixconn.py             54     33      6      0    35%
14:05:47 docker/types/__init__.py                  6      0      0      0   100%
14:05:47 docker/types/base.py                      4      2      2      0    33%
14:05:47 docker/types/containers.py              419    356    326     11    10%
14:05:47 docker/types/daemon.py                   36     26     14      0    20%
14:05:47 docker/types/healthcheck.py              33     20      4      0    35%
14:05:47 docker/types/networks.py                 41     21     28      8    41%
14:05:47 docker/types/services.py                321    269    216      0    10%
14:05:47 docker/types/swarm.py                    51     45     40      0     7%
14:05:47 docker/utils/__init__.py                  3      0      0      0   100%
14:05:47 docker/utils/build.py                   150     24     72     13    81%
14:05:47 docker/utils/config.py                   36      9     10      5    70%
14:05:47 docker/utils/decorators.py               32      6     12      4    73%
14:05:47 docker/utils/fnmatch.py                  55     27     28      4    41%
14:05:47 docker/utils/json_stream.py              40      8     14      3    76%
14:05:47 docker/utils/ports.py                    50     50     32      0     0%
14:05:47 docker/utils/proxy.py                    32      3     12      2    89%
14:05:47 docker/utils/socket.py                   85     64     40      0    17%
14:05:47 docker/utils/utils.py                   279    183    171     25    28%
14:05:47 docker/version.py                         2      0      2      0   100%
14:05:47 -----------------------------------------------------------------------
14:05:47 TOTAL                                  5091   3176   2240    182    31%
14:05:47 
14:05:47 
14:05:47 ======================== 23 passed, 1 xpassed in 23.66s ========================
[Pipeline] sh
14:05:47 + docker stop dpy-dind-1-0-py3.7-20.10.17
14:05:48 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
14:05:49 dpy-dind-1-0-py3.7-20.10.17
14:05:49 + docker network rm dpy-testnet-1-0-py3.7-20.10.17
14:05:49 dpy-testnet-1-0-py3.7-20.10.17
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
14:05:49 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
14:05:50 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
14:05:52 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
14:05:52 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
14:05:52 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
14:05:53 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
14:05:53 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
14:05:53 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
14:05:53 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS (Cur...) [100%]
14:05:53 
14:05:53 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
14:05:53 Name                                  Stmts   Miss Branch BrPart  Cover
14:05:53 -----------------------------------------------------------------------
14:05:53 docker/__init__.py                        8      0      0      0   100%
14:05:53 docker/api/__init__.py                    1      0      0      0   100%
14:05:53 docker/api/build.py                     126     22     92     23    78%
14:05:53 docker/api/client.py                    261    101     92     15    56%
14:05:53 docker/api/config.py                     29     18      4      0    33%
14:05:53 docker/api/container.py                 265    171    104     10    28%
14:05:53 docker/api/daemon.py                     39     28     14      0    21%
14:05:53 docker/api/exec_api.py                   45     36     22      0    13%
14:05:53 docker/api/image.py                     159    108     60      5    26%
14:05:53 docker/api/network.py                    90     56     48      7    30%
14:05:53 docker/api/plugin.py                     89     68     14      0    20%
14:05:53 docker/api/secret.py                     34     22      8      0    29%
14:05:53 docker/api/service.py                   200    176    149      0     7%
14:05:53 docker/api/swarm.py                     106     77     38      0    20%
14:05:53 docker/api/volume.py                     38     29     14      0    17%
14:05:53 docker/auth.py                          197     93     74     22    48%
14:05:53 docker/client.py                         69     20      2      0    69%
14:05:53 docker/constants.py                      21      0      0      0   100%
14:05:53 docker/context/__init__.py                2      0      0      0   100%
14:05:53 docker/context/api.py                    78     57     38      0    18%
14:05:53 docker/context/config.py                 61     42     16      1    26%
14:05:53 docker/context/context.py               154    113     64      2    20%
14:05:53 docker/credentials/__init__.py            3      0      0      0   100%
14:05:53 docker/credentials/constants.py           4      0      0      0   100%
14:05:53 docker/credentials/errors.py             11      4      2      0    54%
14:05:53 docker/credentials/store.py              44     30     12      0    25%
14:05:53 docker/credentials/utils.py              23     18     12      0    14%
14:05:53 docker/errors.py                        110     38     20      5    61%
14:05:53 docker/models/__init__.py                 0      0      0      0   100%
14:05:53 docker/models/configs.py                 21      8      2      0    57%
14:05:53 docker/models/containers.py             183    131     70      0    21%
14:05:53 docker/models/images.py                 136     92     56      0    23%
14:05:53 docker/models/networks.py                37     20     12      0    35%
14:05:53 docker/models/nodes.py                   15      5      2      0    59%
14:05:53 docker/models/plugins.py                 48     29      8      0    34%
14:05:53 docker/models/resource.py                41     24      6      0    36%
14:05:53 docker/models/secrets.py                 22      9      2      0    54%
14:05:53 docker/models/services.py                87     63     36      0    20%
14:05:53 docker/models/swarm.py                   39     21      6      0    40%
14:05:53 docker/models/volumes.py                 23     10      4      0    48%
14:05:53 docker/tls.py                            37     26     14      0    22%
14:05:53 docker/transport/__init__.py             11      3      0      0    73%
14:05:53 docker/transport/basehttpadapter.py       6      0      2      1    88%
14:05:53 docker/transport/npipeconn.py            57     52      8      0     8%
14:05:53 docker/transport/npipesocket.py         134    130     20      0     3%
14:05:53 docker/transport/sshconn.py             162     58     54     15    55%
14:05:53 docker/transport/ssladapter.py           36     22     10      1    33%
14:05:53 docker/transport/unixconn.py             54     33      6      0    35%
14:05:53 docker/types/__init__.py                  6      0      0      0   100%
14:05:53 docker/types/base.py                      4      2      2      0    33%
14:05:53 docker/types/containers.py              419    356    326     11    10%
14:05:53 docker/types/daemon.py                   36     26     14      0    20%
14:05:53 docker/types/healthcheck.py              33     20      4      0    35%
14:05:53 docker/types/networks.py                 41     21     28      8    41%
14:05:53 docker/types/services.py                321    269    216      0    10%
14:05:53 docker/types/swarm.py                    51     45     40      0     7%
14:05:53 docker/utils/__init__.py                  3      0      0      0   100%
14:05:53 docker/utils/build.py                   150     24     72     13    81%
14:05:53 docker/utils/config.py                   36      9     10      5    70%
14:05:53 docker/utils/decorators.py               32      6     12      4    73%
14:05:53 docker/utils/fnmatch.py                  55     27     28      4    41%
14:05:53 docker/utils/json_stream.py              40      8     14      3    76%
14:05:53 docker/utils/ports.py                    50     50     32      0     0%
14:05:53 docker/utils/proxy.py                    32      3     12      2    89%
14:05:53 docker/utils/socket.py                   85     64     40      0    17%
14:05:53 docker/utils/utils.py                   279    183    171     25    28%
14:05:53 docker/version.py                         2      0      2      0   100%
14:05:53 -----------------------------------------------------------------------
14:05:53 TOTAL                                  5091   3176   2240    182    31%
14:05:53 
14:05:53 
14:05:53 ======================== 23 passed, 1 xpassed in 23.93s ========================
[Pipeline] sh
14:05:54 + docker stop dpy-dind-1-0-py3.7-19.03.13
14:05:54 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS (Cur...) [100%]
14:05:54 
14:05:54 ---------- coverage: platform linux, python 3.7.13-final-0 -----------
14:05:54 Name                                  Stmts   Miss Branch BrPart  Cover
14:05:54 -----------------------------------------------------------------------
14:05:54 docker/__init__.py                        8      0      0      0   100%
14:05:54 docker/api/__init__.py                    1      0      0      0   100%
14:05:54 docker/api/build.py                     126     22     92     23    78%
14:05:54 docker/api/client.py                    261    101     92     15    56%
14:05:54 docker/api/config.py                     29     18      4      0    33%
14:05:54 docker/api/container.py                 265    171    104     10    28%
14:05:54 docker/api/daemon.py                     39     28     14      0    21%
14:05:54 docker/api/exec_api.py                   45     36     22      0    13%
14:05:54 docker/api/image.py                     159    108     60      5    26%
14:05:54 docker/api/network.py                    90     56     48      7    30%
14:05:54 docker/api/plugin.py                     89     68     14      0    20%
14:05:54 docker/api/secret.py                     34     22      8      0    29%
14:05:54 docker/api/service.py                   200    176    149      0     7%
14:05:54 docker/api/swarm.py                     106     77     38      0    20%
14:05:54 docker/api/volume.py                     38     29     14      0    17%
14:05:54 docker/auth.py                          197     93     74     22    48%
14:05:54 docker/client.py                         69     20      2      0    69%
14:05:54 docker/constants.py                      21      0      0      0   100%
14:05:54 docker/context/__init__.py                2      0      0      0   100%
14:05:54 docker/context/api.py                    78     57     38      0    18%
14:05:54 docker/context/config.py                 61     42     16      1    26%
14:05:54 docker/context/context.py               154    113     64      2    20%
14:05:54 docker/credentials/__init__.py            3      0      0      0   100%
14:05:54 docker/credentials/constants.py           4      0      0      0   100%
14:05:54 docker/credentials/errors.py             11      4      2      0    54%
14:05:54 docker/credentials/store.py              44     30     12      0    25%
14:05:54 docker/credentials/utils.py              23     18     12      0    14%
14:05:54 docker/errors.py                        110     38     20      5    61%
14:05:54 docker/models/__init__.py                 0      0      0      0   100%
14:05:54 docker/models/configs.py                 21      8      2      0    57%
14:05:54 docker/models/containers.py             183    131     70      0    21%
14:05:54 docker/models/images.py                 136     92     56      0    23%
14:05:54 docker/models/networks.py                37     20     12      0    35%
14:05:54 docker/models/nodes.py                   15      5      2      0    59%
14:05:54 docker/models/plugins.py                 48     29      8      0    34%
14:05:54 docker/models/resource.py                41     24      6      0    36%
14:05:54 docker/models/secrets.py                 22      9      2      0    54%
14:05:54 docker/models/services.py                87     63     36      0    20%
14:05:54 docker/models/swarm.py                   39     21      6      0    40%
14:05:54 docker/models/volumes.py                 23     10      4      0    48%
14:05:54 docker/tls.py                            37     26     14      0    22%
14:05:54 docker/transport/__init__.py             11      3      0      0    73%
14:05:54 docker/transport/basehttpadapter.py       6      0      2      1    88%
14:05:54 docker/transport/npipeconn.py            57     52      8      0     8%
14:05:54 docker/transport/npipesocket.py         134    130     20      0     3%
14:05:54 docker/transport/sshconn.py             162     58     54     15    55%
14:05:54 docker/transport/ssladapter.py           36     22     10      1    33%
14:05:54 docker/transport/unixconn.py             54     33      6      0    35%
14:05:54 docker/types/__init__.py                  6      0      0      0   100%
14:05:54 docker/types/base.py                      4      2      2      0    33%
14:05:54 docker/types/containers.py              419    356    326     11    10%
14:05:54 docker/types/daemon.py                   36     26     14      0    20%
14:05:54 docker/types/healthcheck.py              33     20      4      0    35%
14:05:54 docker/types/networks.py                 41     21     28      8    41%
14:05:54 docker/types/services.py                321    269    216      0    10%
14:05:54 docker/types/swarm.py                    51     45     40      0     7%
14:05:54 docker/utils/__init__.py                  3      0      0      0   100%
14:05:54 docker/utils/build.py                   150     24     72     13    81%
14:05:54 docker/utils/config.py                   36      9     10      5    70%
14:05:54 docker/utils/decorators.py               32      6     12      4    73%
14:05:54 docker/utils/fnmatch.py                  55     27     28      4    41%
14:05:54 docker/utils/json_stream.py              40      8     14      3    76%
14:05:54 docker/utils/ports.py                    50     50     32      0     0%
14:05:54 docker/utils/proxy.py                    32      3     12      2    89%
14:05:54 docker/utils/socket.py                   85     64     40      0    17%
14:05:54 docker/utils/utils.py                   279    183    171     25    28%
14:05:54 docker/version.py                         2      0      2      0   100%
14:05:54 -----------------------------------------------------------------------
14:05:54 TOTAL                                  5091   3176   2240    182    31%
14:05:54 
14:05:54 
14:05:54 ======================== 23 passed, 1 xpassed in 23.84s ========================
[Pipeline] sh
14:05:55 + docker stop dpy-dind-1-0-py3.7-22.06.0-beta.0
14:05:55 dpy-dind-1-0-py3.7-19.03.13
14:05:55 + docker network rm dpy-testnet-1-0-py3.7-19.03.13
14:05:55 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] }
14:05:56 dpy-dind-1-0-py3.7-22.06.0-beta.0
14:05:56 + docker network rm dpy-testnet-1-0-py3.7-22.06.0-beta.0
14:05:56 dpy-testnet-1-0-py3.7-22.06.0-beta.0
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] End of Pipeline

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


GitHub has been notified of this commit’s build result

Finished: SUCCESS