Skip to content
Success

Console Output

Started by user Anca Iordache
Replayed #4
13:38:17 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 990ef4904c22aac2d35a7ae3a583b57d170cdfd7+432819766014ce396e7507c52246ff5c8a11cdbc (e1bc8e9029cbad00cacf01df96f8bdeb03d74d40)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a5f7e45858125ecc) in /home/ubuntu/workspace/docker-py_PR-2707
[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-2707@tmp/c5b338bc-97a8-40c9-9606-d60e8ebdf431/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:39:25 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:39:25 chowning workspace
[Pipeline] sh
13:39:26 + pwd
13:39:26 + id -u
13:39:26 + id -g
13:39:26 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2707:/workspace busybox chown -R 1000:1000 /workspace
13:39:26 Unable to find image 'busybox:latest' locally
13:39:26 latest: Pulling from library/busybox
13:39:26 9758c28807f2: Pulling fs layer
13:39:26 9758c28807f2: Verifying Checksum
13:39:26 9758c28807f2: Download complete
13:39:27 9758c28807f2: Pull complete
13:39:27 Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
13:39:27 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
13:39:30 Removing all docker containers
[Pipeline] sh
13:39:31 + docker container ls -aq
[Pipeline] echo
13:39:31 Docker containers have been removed
[Pipeline] echo
13:39:31 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:39:31 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
13:39:33 using credential docker-jenkins-github-credentials
13:39:33 Cloning the remote Git repository
13:39:33 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-2707 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2707/head:refs/remotes/origin/PR-2707 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:39:36 Fetching without tags
13:39:36 Merging remotes/origin/master commit 432819766014ce396e7507c52246ff5c8a11cdbc into PR head commit 990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:39:36 Merge succeeded, producing 990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:39:36 Checking out Revision 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 (PR-2707)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2707/head:refs/remotes/origin/PR-2707 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2707/head:refs/remotes/origin/PR-2707 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 # 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 432819766014ce396e7507c52246ff5c8a11cdbc # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 # timeout=10
13:39:40 Commit message: "Post-release v4.4.0"
13:39:40 First time build. Skipping changelog.
[Pipeline] sh
13:39:41 + git rev-parse HEAD
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
13:39:42 + docker pull dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:39:42 Error response from daemon: manifest for dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
13:39:42 + docker build -t dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 -f tests/Dockerfile-ssh-dind .
13:39:42 Sending build context to Docker daemon  1.368MB

13:39:42 Step 1/11 : ARG API_VERSION=1.39
13:39:42 Step 2/11 : ARG ENGINE_VERSION=19.03.12
13:39:42 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-2707@tmp/e8684906-a3a4-48b5-ad39-61485b0d8360/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
13:39:42 19.03.12-dind: Pulling from library/docker
13:39:43 df20fa9351a1: Pulling fs layer
13:39:43 25ad7478873d: Pulling fs layer
13:39:43 4684f6177b5d: Pulling fs layer
13:39:43 46e300cec669: Pulling fs layer
13:39:43 63038576ad94: Pulling fs layer
13:39:43 0fdb76c4706c: Pulling fs layer
13:39:43 cb7edeffdfd5: Pulling fs layer
13:39:43 cc28bd76800f: Pulling fs layer
13:39:43 54196fe38f7e: Pulling fs layer
13:39:43 ea71acc29633: Pulling fs layer
13:39:43 657cc4c15165: Pulling fs layer
13:39:43 cb7edeffdfd5: Waiting
13:39:43 46e300cec669: Waiting
13:39:43 63038576ad94: Waiting
13:39:43 0fdb76c4706c: Waiting
13:39:43 cc28bd76800f: Waiting
13:39:43 54196fe38f7e: Waiting
13:39:43 ea71acc29633: Waiting
13:39:43 657cc4c15165: Waiting
13:39:43 4684f6177b5d: Verifying Checksum
13:39:43 4684f6177b5d: Download complete
13:39:43 df20fa9351a1: Verifying Checksum
13:39:43 df20fa9351a1: Download complete
13:39:43 25ad7478873d: Verifying Checksum
13:39:43 25ad7478873d: Download complete
13:39:43 63038576ad94: Verifying Checksum
13:39:43 63038576ad94: Download complete
13:39:43 0fdb76c4706c: Verifying Checksum
13:39:43 0fdb76c4706c: Download complete
13:39:43 cb7edeffdfd5: Verifying Checksum
13:39:43 cb7edeffdfd5: Download complete
13:39:43 54196fe38f7e: Verifying Checksum
13:39:43 54196fe38f7e: Download complete
13:39:43 ea71acc29633: Verifying Checksum
13:39:43 ea71acc29633: Download complete
13:39:43 657cc4c15165: Verifying Checksum
13:39:43 657cc4c15165: Download complete
13:39:43 cc28bd76800f: Verifying Checksum
13:39:43 cc28bd76800f: Download complete
13:39:44 df20fa9351a1: Pull complete
13:39:44 25ad7478873d: Pull complete
13:39:44 4684f6177b5d: Pull complete
13:39:45 46e300cec669: Verifying Checksum
13:39:45 46e300cec669: Download complete
13:39:49 46e300cec669: Pull complete
13:39:49 63038576ad94: Pull complete
13:39:49 0fdb76c4706c: Pull complete
13:39:49 cb7edeffdfd5: Pull complete
13:39:50 cc28bd76800f: Pull complete
13:39:50 54196fe38f7e: Pull complete
13:39:50 ea71acc29633: Pull complete
13:39:50 657cc4c15165: Pull complete
13:39:50 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
13:39:50 Status: Downloaded newer image for docker:19.03.12-dind
13:39:50  ---> 66dc2d45749a
13:39:50 Step 4/11 : RUN apk add --no-cache 		openssh
13:39:53  ---> Running in c2d796d00cc1
13:39:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
13:39:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
13:39:55 (1/4) Installing openssh-sftp-server (8.3_p1-r0)
13:39:55 (2/4) Installing openssh-server-common (8.3_p1-r0)
13:39:55 (3/4) Installing openssh-server (8.3_p1-r0)
13:39:55 (4/4) Installing openssh (8.3_p1-r0)
13:39:55 Executing busybox-1.31.1-r16.trigger
13:39:55 OK: 28 MiB in 51 packages
13:39:56 Removing intermediate container c2d796d00cc1
13:39:56  ---> e79ac6f09a71
13:39:56 Step 5/11 : RUN ssh-keygen -A
13:39:56  ---> Running in becb72c09195
13:39:57 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
13:39:58 Removing intermediate container becb72c09195
13:39:58  ---> b63f18d6c26b
13:39: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:39:58  ---> Running in e860acd3c182
13:39:59 Removing intermediate container e860acd3c182
13:39:59  ---> c1beaf4a761f
13:39:59 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
13:39:59  ---> 375f7f18f54a
13:39:59 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
13:39:59  ---> Running in a353cbb3bcc7
13:40:01 Removing intermediate container a353cbb3bcc7
13:40:01  ---> 31eac95cd233
13:40:01 Step 9/11 : RUN echo "root:root" | chpasswd
13:40:01  ---> Running in 3410ac518efa
13:40:01 chpasswd: password for 'root' changed
13:40:01 Removing intermediate container 3410ac518efa
13:40:01  ---> 8ef353ebf795
13:40:01 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
13:40:01  ---> Running in b1eef09ee541
13:40:02 Removing intermediate container b1eef09ee541
13:40:02  ---> b171e77e2649
13:40:02 Step 11/11 : EXPOSE 22
13:40:02  ---> Running in d752f72cc110
13:40:03 Removing intermediate container d752f72cc110
13:40:03  ---> 211ba0cc81ee
13:40:03 Successfully built 211ba0cc81ee
13:40:03 Successfully tagged dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
[Pipeline] isUnix
[Pipeline] sh
13:40:03 + docker tag dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
[Pipeline] isUnix
[Pipeline] sh
13:40:03 + docker push dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:40:03 The push refers to repository [docker.io/dockerbuildbot/docker-py]
13:40:03 47c6b72677eb: Preparing
13:40:03 c64aaf7bfa8d: Preparing
13:40:03 b00d159ac9ef: Preparing
13:40:03 2eb6aa66d7de: Preparing
13:40:03 8c6e21adccbc: Preparing
13:40:03 14c90e7dbc45: Preparing
13:40:03 157f9242427a: Preparing
13:40:03 1149e736aa92: Preparing
13:40:03 39e79983ac8b: Preparing
13:40:03 da8c28465f82: Preparing
13:40:03 d1292e236c36: Preparing
13:40:03 8890c171a12b: Preparing
13:40:03 4ae5bd84d450: Preparing
13:40:03 723a561964c8: Preparing
13:40:03 78764725b56c: Preparing
13:40:03 51d6d3d09136: Preparing
13:40:03 1507bc794612: Preparing
13:40:03 50644c29ef5a: Preparing
13:40:03 14c90e7dbc45: Waiting
13:40:03 157f9242427a: Waiting
13:40:03 1149e736aa92: Waiting
13:40:03 39e79983ac8b: Waiting
13:40:03 da8c28465f82: Waiting
13:40:03 d1292e236c36: Waiting
13:40:03 8890c171a12b: Waiting
13:40:03 4ae5bd84d450: Waiting
13:40:03 723a561964c8: Waiting
13:40:03 78764725b56c: Waiting
13:40:03 51d6d3d09136: Waiting
13:40:03 1507bc794612: Waiting
13:40:03 50644c29ef5a: Waiting
13:40:05 c64aaf7bfa8d: Pushed
13:40:05 b00d159ac9ef: Pushed
13:40:05 47c6b72677eb: Pushed
13:40:05 2eb6aa66d7de: Pushed
13:40:05 1149e736aa92: Layer already exists
13:40:05 da8c28465f82: Layer already exists
13:40:05 39e79983ac8b: Layer already exists
13:40:05 d1292e236c36: Layer already exists
13:40:05 8890c171a12b: Layer already exists
13:40:05 723a561964c8: Layer already exists
13:40:05 4ae5bd84d450: Layer already exists
13:40:05 78764725b56c: Layer already exists
13:40:05 51d6d3d09136: Layer already exists
13:40:05 50644c29ef5a: Layer already exists
13:40:05 1507bc794612: Layer already exists
13:40:06 8c6e21adccbc: Pushed
13:40:07 157f9242427a: Pushed
13:40:07 14c90e7dbc45: Pushed
13:40:10 sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7: digest: sha256:390694b49000e2e4c0f1093d38e270a0c324da2cd8087e7cfcff3f2879f71632 size: 4067
[Pipeline] isUnix
[Pipeline] sh
13:40:10 + docker pull dockerbuildbot/docker-py:py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:40:11 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
13:40:11 + docker build -t dockerbuildbot/docker-py:py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
13:40:11 Sending build context to Docker daemon  1.368MB

13:40:11 Step 1/21 : ARG PYTHON_VERSION=3.7
13:40:11 Step 2/21 : FROM python:${PYTHON_VERSION}
13:40:11 2.7: Pulling from library/python
13:40:11 7e2b2a5af8f6: Pulling fs layer
13:40:11 09b6f03ffac4: Pulling fs layer
13:40:11 dc3f0c679f0f: Pulling fs layer
13:40:11 fd4b47407fc3: Pulling fs layer
13:40:11 b32f6bf7d96d: Pulling fs layer
13:40:11 6f4489a7e4cf: Pulling fs layer
13:40:11 af4b99ad9ef0: Pulling fs layer
13:40:11 39db0bc48c26: Pulling fs layer
13:40:11 acb4a89489fc: Pulling fs layer
13:40:11 fd4b47407fc3: Waiting
13:40:11 b32f6bf7d96d: Waiting
13:40:11 6f4489a7e4cf: Waiting
13:40:11 af4b99ad9ef0: Waiting
13:40:11 39db0bc48c26: Waiting
13:40:11 acb4a89489fc: Waiting
13:40:11 09b6f03ffac4: Verifying Checksum
13:40:11 09b6f03ffac4: Download complete
13:40:11 dc3f0c679f0f: Verifying Checksum
13:40:11 dc3f0c679f0f: Download complete
13:40:13 7e2b2a5af8f6: Verifying Checksum
13:40:13 7e2b2a5af8f6: Download complete
13:40:13 fd4b47407fc3: Verifying Checksum
13:40:13 fd4b47407fc3: Download complete
13:40:13 6f4489a7e4cf: Verifying Checksum
13:40:13 6f4489a7e4cf: Download complete
13:40:13 39db0bc48c26: Verifying Checksum
13:40:13 39db0bc48c26: Download complete
13:40:13 af4b99ad9ef0: Verifying Checksum
13:40:13 af4b99ad9ef0: Download complete
13:40:13 acb4a89489fc: Verifying Checksum
13:40:13 acb4a89489fc: Download complete
13:40:18 b32f6bf7d96d: Verifying Checksum
13:40:18 b32f6bf7d96d: Download complete
13:40:18 7e2b2a5af8f6: Pull complete
13:40:19 09b6f03ffac4: Pull complete
13:40:19 dc3f0c679f0f: Pull complete
13:40:22 fd4b47407fc3: Pull complete
13:40:32 b32f6bf7d96d: Pull complete
13:40:32 6f4489a7e4cf: Pull complete
13:40:34 af4b99ad9ef0: Pull complete
13:40:34 39db0bc48c26: Pull complete
13:40:35 acb4a89489fc: Pull complete
13:40:35 Digest: sha256:cfa62318c459b1fde9e0841c619906d15ada5910d625176e24bf692cf8a2601d
13:40:35 Status: Downloaded newer image for python:2.7
13:40:35  ---> 68e7be49c28c
13:40:35 Step 3/21 : ARG APT_MIRROR
13:40:37  ---> Running in 299d062cecde
13:40:37 Removing intermediate container 299d062cecde
13:40:37  ---> 42669caaa99a
13:40:37 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:40:37  ---> Running in 815ba776823b
13:40:38 Removing intermediate container 815ba776823b
13:40:38  ---> e16121cb53fb
13:40:38 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
13:40:38  ---> Running in 0afb170c4418
13:40:39 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:40:39 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
13:40:39 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:40:39 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [251 kB]
13:40:39 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
13:40:39 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
13:40:41 Fetched 8404 kB in 2s (3814 kB/s)
13:40:42 Reading package lists...
13:40:42 Reading package lists...
13:40:43 Building dependency tree...
13:40:43 Reading state information...
13:40:43 The following additional packages will be installed:
13:40:43   tree
13:40:43 Suggested packages:
13:40:43   libxml-simple-perl ruby
13:40:43 Recommended packages:
13:40:43   qrencode xclip
13:40:43 The following NEW packages will be installed:
13:40:43   gnupg2 pass tree
13:40:43 0 upgraded, 3 newly installed, 0 to remove and 71 not upgraded.
13:40:43 Need to get 481 kB of archives.
13:40:43 After this operation, 684 kB of additional disk space will be used.
13:40:43 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
13:40:43 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
13:40:43 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
13:40:43 debconf: delaying package configuration, since apt-utils is not installed
13:40:43 Fetched 481 kB in 0s (1796 kB/s)
13:40:44 Selecting previously unselected package gnupg2.
13:40:44 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24538 files and directories currently installed.)
13:40:44 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
13:40:44 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
13:40:44 Selecting previously unselected package tree.
13:40:44 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
13:40:44 Unpacking tree (1.8.0-1) ...
13:40:44 Selecting previously unselected package pass.
13:40:44 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
13:40:44 Unpacking pass (1.7.3-2) ...
13:40:44 Setting up gnupg2 (2.2.12-1+deb10u1) ...
13:40:44 Setting up tree (1.8.0-1) ...
13:40:44 Setting up pass (1.7.3-2) ...
13:40:48 Removing intermediate container 0afb170c4418
13:40:48  ---> c6fa5ebe3c48
13:40:48 Step 6/21 : COPY tests/ssh-keys /root/.ssh
13:40:48  ---> a7c031c82633
13:40:48 Step 7/21 : RUN chmod -R 600 /root/.ssh
13:40:48  ---> Running in 64265074bc8f
13:40:49 Removing intermediate container 64265074bc8f
13:40:49  ---> 110d5ab3e001
13:40:49 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
13:40:49  ---> 467cbac8e77e
13:40:49 Step 9/21 : RUN gpg2 --import gpg-keys/secret
13:40:49  ---> Running in e649f7af15e0
13:40:50 gpg: directory '/root/.gnupg' created
13:40:50 gpg: keybox '/root/.gnupg/pubring.kbx' created
13:40:50 gpg: /root/.gnupg/trustdb.gpg: trustdb created
13:40:50 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
13:40:50 gpg: key 464ED987A7B21401: secret key imported
13:40:50 gpg: Total number processed: 1
13:40:50 gpg:               imported: 1
13:40:50 gpg:       secret keys read: 1
13:40:50 gpg:   secret keys imported: 1
13:40:50 Removing intermediate container e649f7af15e0
13:40:50  ---> 6110f0f59a66
13:40:50 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
13:40:50  ---> Running in d23020e02cde
13:40:50 gpg: inserting ownertrust of 6
13:40:51 Removing intermediate container d23020e02cde
13:40:51  ---> 5fd2a457f1cd
13:40:51 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
13:40:51  ---> Running in dc9f727ea9fd
13:40:51 gpg: please do a --check-trustdb
13:40:51 mkdir: created directory '/root/.password-store/'
13:40:51 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
13:40:52 Removing intermediate container dc9f727ea9fd
13:40:52  ---> 6ba8fd037ec0
13:40:52 Step 12/21 : RUN gpg2 --check-trustdb
13:40:52  ---> Running in 418221cfeb30
13:40:52 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
13:40:52 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
13:40:53 Removing intermediate container 418221cfeb30
13:40:53  ---> 534e55154e32
13:40:53 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
13:40:53  ---> Running in 76c4f5e75243
13:40:53 Removing intermediate container 76c4f5e75243
13:40:53  ---> 7e25055fed63
13:40:53 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:40:53  ---> Running in aa6d77d21f08
13:40:54 Removing intermediate container aa6d77d21f08
13:40:54  ---> 749f153e0ac0
13:40:54 Step 15/21 : WORKDIR /src
13:40:54  ---> Running in 6e006c639580
13:40:55 Removing intermediate container 6e006c639580
13:40:55  ---> 2428bed29ea7
13:40:55 Step 16/21 : COPY requirements.txt /src/requirements.txt
13:40:55  ---> a0f8647c10ee
13:40:55 Step 17/21 : RUN pip install -r requirements.txt
13:40:55  ---> Running in 86a716a409b8
13:40:56 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
13:40:56 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
13:40:56 Requirement already satisfied: appdirs==1.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (1.4.3)
13:41:00 Collecting asn1crypto==0.22.0
13:41:01   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
13:41:01 Collecting backports.ssl-match-hostname==3.5.0.1
13:41:01   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
13:41:02 Collecting cffi==1.10.0
13:41:02   Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB)
13:41:03 Collecting cryptography==3.2
13:41:03   Downloading cryptography-3.2-cp27-cp27mu-manylinux2010_x86_64.whl (2.7 MB)
13:41:03 Collecting enum34==1.1.6
13:41:03   Downloading enum34-1.1.6-py2-none-any.whl (12 kB)
13:41:03 Collecting idna==2.5
13:41:03   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
13:41:03 Collecting ipaddress==1.0.18
13:41:03   Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB)
13:41:03 Collecting packaging==16.8
13:41:03   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
13:41:03 Collecting paramiko==2.4.2
13:41:03   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
13:41:03 Collecting pycparser==2.17
13:41:03   Downloading pycparser-2.17.tar.gz (231 kB)
13:41:04 Collecting pyOpenSSL==18.0.0
13:41:04   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
13:41:04 Collecting pyparsing==2.2.0
13:41:04   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
13:41:04 Collecting requests==2.20.0
13:41:04   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
13:41:04 Collecting six==1.10.0
13:41:04   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
13:41:04 Collecting urllib3==1.24.3
13:41:04   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
13:41:04 Collecting websocket-client==0.56.0
13:41:04   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
13:41:04 Collecting pyasn1>=0.1.7
13:41:04   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
13:41:04 Collecting pynacl>=1.0.1
13:41:04   Downloading PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964 kB)
13:41:05 Collecting bcrypt>=3.1.3
13:41:05   Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB)
13:41:05 Collecting certifi>=2017.4.17
13:41:05   Downloading certifi-2020.11.8-py2.py3-none-any.whl (155 kB)
13:41:05 Collecting chardet<3.1.0,>=3.0.2
13:41:05   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
13:41:05 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
13:41:05   Building wheel for backports.ssl-match-hostname (setup.py): started
13:41:05   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
13:41:05   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=b70f9f2845a3801f67d4a05eea79abe86ec832f3dd87915df8097be069b3182b
13:41:05   Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f
13:41:05   Building wheel for pycparser (setup.py): started
13:41:05   Building wheel for pycparser (setup.py): finished with status 'done'
13:41:05   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193882 sha256=a19fcf42c6ec652c7d45507e37898936de99f7799e9f075eb54a7400e73d8b23
13:41:05   Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3
13:41:05 Successfully built backports.ssl-match-hostname pycparser
13:41:06 Installing collected packages: asn1crypto, backports.ssl-match-hostname, pycparser, cffi, ipaddress, six, enum34, cryptography, idna, pyparsing, packaging, pyasn1, pynacl, bcrypt, paramiko, pyOpenSSL, certifi, chardet, urllib3, requests, websocket-client
13:41:06   Attempting uninstall: six
13:41:06     Found existing installation: six 1.14.0
13:41:06     Uninstalling six-1.14.0:
13:41:06       Successfully uninstalled six-1.14.0
13:41:07 Successfully installed asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.11.8 cffi-1.10.0 chardet-3.0.4 cryptography-3.2 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
13:41:12 WARNING: You are using pip version 20.0.2; however, version 20.2.4 is available.
13:41:12 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
13:41:13 Removing intermediate container 86a716a409b8
13:41:13  ---> 17b08ee20e46
13:41:13 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
13:41:13  ---> c6d6ae3bd80f
13:41:13 Step 19/21 : RUN pip install -r test-requirements.txt
13:41:13  ---> Running in 54fe9e078447
13:41:14 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
13:41:14   from cryptography import x509
13:41:14 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
13:41:19 Collecting setuptools==44.0.0
13:41:20   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
13:41:21 Collecting coverage==4.5.2
13:41:21   Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB)
13:41:21 Collecting flake8==3.6.0
13:41:21   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
13:41:21 Collecting mock==1.0.1
13:41:21   Downloading mock-1.0.1.tar.gz (818 kB)
13:41:22 Collecting pytest==4.3.1
13:41:22   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
13:41:22 Collecting pytest-cov==2.6.1
13:41:22   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
13:41:22 Collecting pytest-timeout==1.3.3
13:41:22   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
13:41:22 Collecting pyflakes<2.1.0,>=2.0.0
13:41:22   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
13:41:22 Requirement already satisfied: configparser; python_version < "3.2" in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 3)) (4.0.2)
13:41:22 Requirement already satisfied: enum34; python_version < "3.4" in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 3)) (1.1.6)
13:41:22 Collecting pycodestyle<2.5.0,>=2.4.0
13:41:22   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
13:41:22 Collecting mccabe<0.7.0,>=0.6.0
13:41:22   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
13:41:22 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python2.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0)
13:41:22 Requirement already satisfied: pathlib2>=2.2.0; python_version < "3.6" in /usr/local/lib/python2.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (2.3.5)
13:41:22 Collecting py>=1.5.0
13:41:22   Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
13:41:22 Collecting attrs>=17.4.0
13:41:22   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
13:41:22 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7"
13:41:22   Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB)
13:41:22 Collecting atomicwrites>=1.0
13:41:22   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
13:41:23 Collecting pluggy>=0.7
13:41:23   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
13:41:23 Collecting funcsigs; python_version < "3.0"
13:41:23   Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB)
13:41:23 Requirement already satisfied: scandir; python_version < "3.5" in /usr/local/lib/python2.7/site-packages (from pathlib2>=2.2.0; python_version < "3.6"->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0)
13:41:23 Requirement already satisfied: importlib-metadata>=0.12; python_version < "3.8" in /usr/local/lib/python2.7/site-packages (from pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.6.0)
13:41:23 Requirement already satisfied: contextlib2; python_version < "3" in /usr/local/lib/python2.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (0.6.0.post1)
13:41:23 Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python2.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.2.0)
13:41:23 Building wheels for collected packages: mock
13:41:23   Building wheel for mock (setup.py): started
13:41:23   Building wheel for mock (setup.py): finished with status 'done'
13:41:23   Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=41c4ccbbe76dd74610a7a92d2f5476eb60597f92e3568c6e3ad99a55d539ceb9
13:41:23   Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660
13:41:23 Successfully built mock
13:41:23 Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, py, attrs, more-itertools, atomicwrites, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout
13:41:23   Attempting uninstall: setuptools
13:41:23     Found existing installation: setuptools 44.1.0
13:41:23     Uninstalling setuptools-44.1.0:
13:41:23       Successfully uninstalled setuptools-44.1.0
13:41:24 Successfully installed atomicwrites-1.4.0 attrs-20.3.0 coverage-4.5.2 flake8-3.6.0 funcsigs-1.0.2 mccabe-0.6.1 mock-1.0.1 more-itertools-5.0.0 pluggy-0.13.1 py-1.9.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-44.0.0
13:41:24 WARNING: You are using pip version 20.0.2; however, version 20.2.4 is available.
13:41:24 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
13:41:25 Removing intermediate container 54fe9e078447
13:41:25  ---> 7eba74bfccad
13:41:25 Step 20/21 : COPY . /src
13:41:26  ---> ce84da217cb8
13:41:26 Step 21/21 : RUN pip install .
13:41:26  ---> Running in 238c3463320a
13:41:27 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
13:41:27   from cryptography import x509
13:41:27 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
13:41:27 Processing /src
13:41:27 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.5.0.dev0) (1.10.0)
13:41:27 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.5.0.dev0) (0.56.0)
13:41:27 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.5.0.dev0) (2.20.0)
13:41:27 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.5.0.dev0) (3.5.0.1)
13:41:27 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.5.0.dev0) (1.0.18)
13:41:27 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.5.0.dev0) (2020.11.8)
13:41:27 Requirement already satisfied: idna<2.8,>=2.5 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.5.0.dev0) (2.5)
13:41:27 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.5.0.dev0) (3.0.4)
13:41:27 Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.5.0.dev0) (1.24.3)
13:41:27 Building wheels for collected packages: docker
13:41:27   Building wheel for docker (setup.py): started
13:41:28   Building wheel for docker (setup.py): finished with status 'done'
13:41:28   Created wheel for docker: filename=docker-4.5.0.dev0-py2.py3-none-any.whl size=146736 sha256=897e38fae28081fb6d8cae3610552f76a32d82a6ddf4692e0f66a51ceae4caa5
13:41:28   Stored in directory: /tmp/pip-ephem-wheel-cache-nbu6dc/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
13:41:28 Successfully built docker
13:41:28 Installing collected packages: docker
13:41:28 Successfully installed docker-4.5.0.dev0
13:41:28 WARNING: You are using pip version 20.0.2; however, version 20.2.4 is available.
13:41:28 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
13:41:29 Removing intermediate container 238c3463320a
13:41:29  ---> a48732fefc55
13:41:29 Successfully built a48732fefc55
13:41:29 Successfully tagged dockerbuildbot/docker-py:py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
[Pipeline] isUnix
[Pipeline] sh
13:41:29 + docker tag dockerbuildbot/docker-py:py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 dockerbuildbot/docker-py:py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
[Pipeline] isUnix
[Pipeline] sh
13:41:29 + docker push dockerbuildbot/docker-py:py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:41:29 The push refers to repository [docker.io/dockerbuildbot/docker-py]
13:41:29 d48e3ae51ce7: Preparing
13:41:29 1366eb6e2b75: Preparing
13:41:29 60b63b54b0bc: Preparing
13:41:29 3f8f65216e35: Preparing
13:41:29 4b41a3c08034: Preparing
13:41:29 2389996488a0: Preparing
13:41:29 170502cded44: Preparing
13:41:29 5411ccc0b4c5: Preparing
13:41:29 6e1949f2a0d3: Preparing
13:41:29 9b1e796133e9: Preparing
13:41:29 c3666c05e7bd: Preparing
13:41:29 bf9c5474173c: Preparing
13:41:29 e39a98ad7a52: Preparing
13:41:29 d6666470f306: Preparing
13:41:29 640c88ba0be1: Preparing
13:41:29 b284a9d78994: Preparing
13:41:29 b2357b273099: Preparing
13:41:29 e571d2d3c73c: Preparing
13:41:29 da7b0a80a4f2: Preparing
13:41:29 ceee8816bb96: Preparing
13:41:29 47458fb45d99: Preparing
13:41:29 46829331b1e4: Preparing
13:41:29 d35c5bda4793: Preparing
13:41:29 a3c1026c6bcc: Preparing
13:41:29 f1d420c2af1a: Preparing
13:41:29 461719022993: Preparing
13:41:29 d6666470f306: Waiting
13:41:29 640c88ba0be1: Waiting
13:41:29 b284a9d78994: Waiting
13:41:29 b2357b273099: Waiting
13:41:29 e571d2d3c73c: Waiting
13:41:29 da7b0a80a4f2: Waiting
13:41:29 ceee8816bb96: Waiting
13:41:29 47458fb45d99: Waiting
13:41:29 46829331b1e4: Waiting
13:41:29 d35c5bda4793: Waiting
13:41:29 a3c1026c6bcc: Waiting
13:41:29 f1d420c2af1a: Waiting
13:41:29 461719022993: Waiting
13:41:29 5411ccc0b4c5: Waiting
13:41:29 6e1949f2a0d3: Waiting
13:41:29 9b1e796133e9: Waiting
13:41:29 c3666c05e7bd: Waiting
13:41:29 bf9c5474173c: Waiting
13:41:29 e39a98ad7a52: Waiting
13:41:29 2389996488a0: Waiting
13:41:29 170502cded44: Waiting
13:41:31 1366eb6e2b75: Pushed
13:41:31 d48e3ae51ce7: Pushed
13:41:32 3f8f65216e35: Pushed
13:41:33 170502cded44: Pushed
13:41:33 60b63b54b0bc: Pushed
13:41:33 2389996488a0: Pushed
13:41:34 5411ccc0b4c5: Pushed
13:41:34 4b41a3c08034: Pushed
13:41:34 9b1e796133e9: Pushed
13:41:35 6e1949f2a0d3: Pushed
13:41:35 c3666c05e7bd: Pushed
13:41:35 e39a98ad7a52: Pushed
13:41:35 bf9c5474173c: Pushed
13:41:35 e571d2d3c73c: Layer already exists
13:41:35 da7b0a80a4f2: Layer already exists
13:41:35 ceee8816bb96: Layer already exists
13:41:35 47458fb45d99: Layer already exists
13:41:35 46829331b1e4: Layer already exists
13:41:35 d35c5bda4793: Layer already exists
13:41:36 a3c1026c6bcc: Layer already exists
13:41:36 f1d420c2af1a: Layer already exists
13:41:36 461719022993: Layer already exists
13:41:36 d6666470f306: Pushed
13:41:37 640c88ba0be1: Pushed
13:41:37 b2357b273099: Pushed
13:41:38 b284a9d78994: Pushed
13:41:40 py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7: digest: sha256:ea8c0da461a3f1321686fbaa97bc180f192db92ab501a51dfdd9a89b9ae73eeb size: 5769
[Pipeline] isUnix
[Pipeline] sh
13:41:41 + docker pull dockerbuildbot/docker-py:py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:41:41 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
13:41:41 + docker build -t dockerbuildbot/docker-py:py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
13:41:41 Sending build context to Docker daemon  1.368MB

13:41:41 Step 1/21 : ARG PYTHON_VERSION=3.7
13:41:41 Step 2/21 : FROM python:${PYTHON_VERSION}
13:41:41 3.7: Pulling from library/python
13:41:42 756975cb9c7e: Pulling fs layer
13:41:42 d77915b4e630: Pulling fs layer
13:41:42 5f37a0a41b6b: Pulling fs layer
13:41:42 96b2c1e36db5: Pulling fs layer
13:41:42 c495e8de12d2: Pulling fs layer
13:41:42 33382189822a: Pulling fs layer
13:41:42 6eaa0b6b8562: Pulling fs layer
13:41:42 adbdcbacafe9: Pulling fs layer
13:41:42 f860607a6cd9: Pulling fs layer
13:41:42 c495e8de12d2: Waiting
13:41:42 33382189822a: Waiting
13:41:42 6eaa0b6b8562: Waiting
13:41:42 adbdcbacafe9: Waiting
13:41:42 f860607a6cd9: Waiting
13:41:42 96b2c1e36db5: Waiting
13:41:42 5f37a0a41b6b: Verifying Checksum
13:41:42 5f37a0a41b6b: Download complete
13:41:42 d77915b4e630: Verifying Checksum
13:41:42 d77915b4e630: Download complete
13:41:43 756975cb9c7e: Verifying Checksum
13:41:43 756975cb9c7e: Download complete
13:41:43 33382189822a: Verifying Checksum
13:41:43 33382189822a: Download complete
13:41:43 96b2c1e36db5: Verifying Checksum
13:41:43 96b2c1e36db5: Download complete
13:41:43 adbdcbacafe9: Verifying Checksum
13:41:43 adbdcbacafe9: Download complete
13:41:43 f860607a6cd9: Verifying Checksum
13:41:43 f860607a6cd9: Download complete
13:41:44 6eaa0b6b8562: Verifying Checksum
13:41:44 6eaa0b6b8562: Download complete
13:41:47 c495e8de12d2: Verifying Checksum
13:41:47 c495e8de12d2: Download complete
13:41:48 756975cb9c7e: Pull complete
13:41:48 d77915b4e630: Pull complete
13:41:49 5f37a0a41b6b: Pull complete
13:41:53 96b2c1e36db5: Pull complete
13:42:05 c495e8de12d2: Pull complete
13:42:05 33382189822a: Pull complete
13:42:07 6eaa0b6b8562: Pull complete
13:42:07 adbdcbacafe9: Pull complete
13:42:07 f860607a6cd9: Pull complete
13:42:07 Digest: sha256:6008006c63b0a6043a11ac151cee572e0c8676b4ba3130ff23deff5f5d711237
13:42:07 Status: Downloaded newer image for python:3.7
13:42:07  ---> 94c9a318e47a
13:42:07 Step 3/21 : ARG APT_MIRROR
13:42:09  ---> Running in 14e6d2acf086
13:42:09 Removing intermediate container 14e6d2acf086
13:42:09  ---> 1a86941c082a
13:42:09 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:42:09  ---> Running in 9699b53343f7
13:42:10 Removing intermediate container 9699b53343f7
13:42:10  ---> 33bc6a03d4a2
13:42:10 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
13:42:10  ---> Running in 018ea0f42a11
13:42:11 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:42:11 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
13:42:11 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:42:11 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [251 kB]
13:42:11 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
13:42:12 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
13:42:13 Fetched 8404 kB in 2s (3668 kB/s)
13:42:14 Reading package lists...
13:42:15 Reading package lists...
13:42:15 Building dependency tree...
13:42:15 Reading state information...
13:42:15 The following additional packages will be installed:
13:42:15   tree
13:42:15 Suggested packages:
13:42:15   libxml-simple-perl ruby
13:42:15 Recommended packages:
13:42:15   qrencode xclip
13:42:15 The following NEW packages will be installed:
13:42:15   gnupg2 pass tree
13:42:15 0 upgraded, 3 newly installed, 0 to remove and 10 not upgraded.
13:42:15 Need to get 481 kB of archives.
13:42:15 After this operation, 684 kB of additional disk space will be used.
13:42:15 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
13:42:15 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
13:42:15 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
13:42:16 debconf: delaying package configuration, since apt-utils is not installed
13:42:16 Fetched 481 kB in 0s (1799 kB/s)
13:42:16 Selecting previously unselected package gnupg2.
13:42:16 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24604 files and directories currently installed.)
13:42:16 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
13:42:16 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
13:42:16 Selecting previously unselected package tree.
13:42:16 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
13:42:16 Unpacking tree (1.8.0-1) ...
13:42:16 Selecting previously unselected package pass.
13:42:16 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
13:42:16 Unpacking pass (1.7.3-2) ...
13:42:16 Setting up gnupg2 (2.2.12-1+deb10u1) ...
13:42:16 Setting up tree (1.8.0-1) ...
13:42:16 Setting up pass (1.7.3-2) ...
13:42:17 Removing intermediate container 018ea0f42a11
13:42:17  ---> 8820d82c9964
13:42:17 Step 6/21 : COPY tests/ssh-keys /root/.ssh
13:42:17  ---> aae641a3d28a
13:42:17 Step 7/21 : RUN chmod -R 600 /root/.ssh
13:42:17  ---> Running in 8a156a0492db
13:42:18 Removing intermediate container 8a156a0492db
13:42:18  ---> 0105b7dcf027
13:42:18 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
13:42:18  ---> c213798a628b
13:42:18 Step 9/21 : RUN gpg2 --import gpg-keys/secret
13:42:18  ---> Running in 39dee0a96f11
13:42:19 gpg: directory '/root/.gnupg' created
13:42:19 gpg: keybox '/root/.gnupg/pubring.kbx' created
13:42:19 gpg: /root/.gnupg/trustdb.gpg: trustdb created
13:42:19 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
13:42:19 gpg: key 464ED987A7B21401: secret key imported
13:42:19 gpg: Total number processed: 1
13:42:19 gpg:               imported: 1
13:42:19 gpg:       secret keys read: 1
13:42:19 gpg:   secret keys imported: 1
13:42:19 Removing intermediate container 39dee0a96f11
13:42:19  ---> 241c42577efd
13:42:19 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
13:42:19  ---> Running in 46a737fbcdd2
13:42:20 gpg: inserting ownertrust of 6
13:42:20 Removing intermediate container 46a737fbcdd2
13:42:20  ---> 2376279ddcc3
13:42:20 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
13:42:20  ---> Running in adacb0260f77
13:42:21 gpg: please do a --check-trustdb
13:42:21 mkdir: created directory '/root/.password-store/'
13:42:21 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
13:42:21 Removing intermediate container adacb0260f77
13:42:21  ---> 595788e586ae
13:42:21 Step 12/21 : RUN gpg2 --check-trustdb
13:42:21  ---> Running in c4c5b445dbb0
13:42:22 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
13:42:22 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
13:42:22 Removing intermediate container c4c5b445dbb0
13:42:22  ---> ace1aa4fc57a
13:42:22 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
13:42:22  ---> Running in cb2b0db116a4
13:42:22 Removing intermediate container cb2b0db116a4
13:42:22  ---> ccdb5135f9d2
13:42:22 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:42:22  ---> Running in 8459634043ad
13:42:24 Removing intermediate container 8459634043ad
13:42:24  ---> 07b80e834138
13:42:24 Step 15/21 : WORKDIR /src
13:42:24  ---> Running in 3b2ed9425e8f
13:42:24 Removing intermediate container 3b2ed9425e8f
13:42:24  ---> 6719c52db134
13:42:24 Step 16/21 : COPY requirements.txt /src/requirements.txt
13:42:24  ---> 66baeee08955
13:42:24 Step 17/21 : RUN pip install -r requirements.txt
13:42:24  ---> Running in 2907c3e862d1
13:42:26 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
13:42:30 Collecting appdirs==1.4.3
13:42:31   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
13:42:31 Collecting asn1crypto==0.22.0
13:42:31   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
13:42:31 Collecting backports.ssl-match-hostname==3.5.0.1
13:42:31   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
13:42:31 Collecting cffi==1.10.0
13:42:31   Downloading cffi-1.10.0.tar.gz (418 kB)
13:42:32 Collecting cryptography==3.2
13:42:32   Downloading cryptography-3.2-cp35-abi3-manylinux2010_x86_64.whl (2.6 MB)
13:42:32 Collecting enum34==1.1.6
13:42:32   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
13:42:32 Collecting idna==2.5
13:42:32   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
13:42:32 Collecting ipaddress==1.0.18
13:42:32   Downloading ipaddress-1.0.18.tar.gz (32 kB)
13:42:33 Collecting packaging==16.8
13:42:33   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
13:42:33 Collecting paramiko==2.4.2
13:42:33   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
13:42:33 Collecting pycparser==2.17
13:42:33   Downloading pycparser-2.17.tar.gz (231 kB)
13:42:33 Collecting pyOpenSSL==18.0.0
13:42:33   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
13:42:33 Collecting pyparsing==2.2.0
13:42:33   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
13:42:33 Collecting requests==2.20.0
13:42:33   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
13:42:33 Collecting six==1.10.0
13:42:33   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
13:42:33 Collecting urllib3==1.24.3
13:42:33   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
13:42:33 Collecting websocket-client==0.56.0
13:42:33   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
13:42:33 Collecting pyasn1>=0.1.7
13:42:33   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
13:42:33 Collecting pynacl>=1.0.1
13:42:33   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
13:42:33 Collecting bcrypt>=3.1.3
13:42:33   Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
13:42:33 Collecting certifi>=2017.4.17
13:42:33   Downloading certifi-2020.11.8-py2.py3-none-any.whl (155 kB)
13:42:33 Collecting chardet<3.1.0,>=3.0.2
13:42:33   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
13:42:33 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
13:42:33   Building wheel for backports.ssl-match-hostname (setup.py): started
13:42:34   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
13:42:34   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=3e7b4ec500b097b5542559ad5f34888886b8363db0c7caab16676f54aa82c3d6
13:42:34   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
13:42:34   Building wheel for cffi (setup.py): started
13:42:37   Building wheel for cffi (setup.py): finished with status 'done'
13:42:37   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371218 sha256=bc8c62be2b999b80fb52e922320aba8700425303fb69d4256067ef085d7cf506
13:42:37   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
13:42:37   Building wheel for ipaddress (setup.py): started
13:42:37   Building wheel for ipaddress (setup.py): finished with status 'done'
13:42:37   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18105 sha256=60e0602ee6cd684ca79cadfdad61af175230eb475dccc3b96c8b1dab4323a896
13:42:37   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
13:42:37   Building wheel for pycparser (setup.py): started
13:42:37   Building wheel for pycparser (setup.py): finished with status 'done'
13:42:37   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192838 sha256=e8920c0cb7d5a86948c856e4ff059c674df1929e65a84af2919c5050a5777995
13:42:37   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
13:42:37 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
13:42:38 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, six, cryptography, enum34, idna, ipaddress, pyparsing, packaging, pyasn1, pynacl, bcrypt, paramiko, pyOpenSSL, certifi, chardet, urllib3, requests, websocket-client
13:42:39 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.0 certifi-2020.11.8 cffi-1.10.0 chardet-3.0.4 cryptography-3.2 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
13:42:45 Removing intermediate container 2907c3e862d1
13:42:45  ---> e77f69d7538e
13:42:45 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
13:42:45  ---> 018f162f835a
13:42:45 Step 19/21 : RUN pip install -r test-requirements.txt
13:42:45  ---> Running in 68a50a947b7f
13:42:49 Collecting setuptools==44.0.0
13:42:50   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
13:42:51 Collecting coverage==4.5.2
13:42:51   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
13:42:51 Collecting flake8==3.6.0
13:42:51   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
13:42:51 Collecting mock==1.0.1
13:42:51   Downloading mock-1.0.1.tar.gz (818 kB)
13:42:51 Collecting pytest==4.3.1
13:42:51   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
13:42:51 Collecting pytest-cov==2.6.1
13:42:51   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
13:42:51 Collecting pytest-timeout==1.3.3
13:42:51   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
13:42:51 Collecting pyflakes<2.1.0,>=2.0.0
13:42:51   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
13:42:51 Collecting pycodestyle<2.5.0,>=2.4.0
13:42:51   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
13:42:51 Collecting mccabe<0.7.0,>=0.6.0
13:42:51   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
13:42:51 Collecting pluggy>=0.7
13:42:51   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
13:42:51 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0)
13:42:51 Collecting more-itertools>=4.0.0; python_version > "2.7"
13:42:51   Downloading more_itertools-8.6.0-py3-none-any.whl (45 kB)
13:42:51 Collecting atomicwrites>=1.0
13:42:51   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
13:42:51 Collecting attrs>=17.4.0
13:42:51   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
13:42:51 Collecting py>=1.5.0
13:42:51   Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
13:42:52 Collecting importlib-metadata>=0.12; python_version < "3.8"
13:42:52   Downloading importlib_metadata-3.0.0-py2.py3-none-any.whl (9.2 kB)
13:42:52 Collecting zipp>=0.5
13:42:52   Downloading zipp-3.4.0-py3-none-any.whl (5.2 kB)
13:42:52 Building wheels for collected packages: mock
13:42:52   Building wheel for mock (setup.py): started
13:42:52   Building wheel for mock (setup.py): finished with status 'done'
13:42:52   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23754 sha256=9f7e9810701d85bdefb43e83c152bd2bd9570a893106d4aa40e1f07bcab7ca6b
13:42:52   Stored in directory: /root/.cache/pip/wheels/16/03/37/f0a64ab894c9102906f192db1a4071b7592292ad661563c69b
13:42:52 Successfully built mock
13:42:52 Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, zipp, importlib-metadata, pluggy, more-itertools, atomicwrites, attrs, py, pytest, pytest-cov, pytest-timeout
13:42:52   Attempting uninstall: setuptools
13:42:52     Found existing installation: setuptools 50.3.2
13:42:52     Uninstalling setuptools-50.3.2:
13:42:52       Successfully uninstalled setuptools-50.3.2
13:42:53 Successfully installed atomicwrites-1.4.0 attrs-20.3.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-3.0.0 mccabe-0.6.1 mock-1.0.1 more-itertools-8.6.0 pluggy-0.13.1 py-1.9.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-44.0.0 zipp-3.4.0
13:42:54 Removing intermediate container 68a50a947b7f
13:42:54  ---> 321efe7f9612
13:42:54 Step 20/21 : COPY . /src
13:42:54  ---> fdff3967057d
13:42:54 Step 21/21 : RUN pip install .
13:42:54  ---> Running in 687226ce2e09
13:42:55 Processing /src
13:42:55 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.5.0.dev0) (1.10.0)
13:42:55 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.5.0.dev0) (0.56.0)
13:42:55 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.5.0.dev0) (2.20.0)
13:42:55 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.5.0.dev0) (2020.11.8)
13:42:55 Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.5.0.dev0) (1.24.3)
13:42:55 Requirement already satisfied: idna<2.8,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.5.0.dev0) (2.5)
13:42:55 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.5.0.dev0) (3.0.4)
13:42:55 Building wheels for collected packages: docker
13:42:55   Building wheel for docker (setup.py): started
13:42:55   Building wheel for docker (setup.py): finished with status 'done'
13:42:55   Created wheel for docker: filename=docker-4.5.0.dev0-py2.py3-none-any.whl size=146738 sha256=df83268f809500851d5b91aadaf52bc2f217fd6abe99169b620a9280de4285a9
13:42:55   Stored in directory: /tmp/pip-ephem-wheel-cache-p3iqbd9a/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
13:42:55 Successfully built docker
13:42:55 Installing collected packages: docker
13:42:55 Successfully installed docker-4.5.0.dev0
13:42:56 Removing intermediate container 687226ce2e09
13:42:56  ---> 25edf7c3e304
13:42:56 Successfully built 25edf7c3e304
13:42:56 Successfully tagged dockerbuildbot/docker-py:py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
[Pipeline] isUnix
[Pipeline] sh
13:42:56 + docker tag dockerbuildbot/docker-py:py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 dockerbuildbot/docker-py:py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
[Pipeline] isUnix
[Pipeline] sh
13:42:56 + docker push dockerbuildbot/docker-py:py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:42:56 The push refers to repository [docker.io/dockerbuildbot/docker-py]
13:42:56 8dc8f2ca332a: Preparing
13:42:56 c7d3f7c651d0: Preparing
13:42:56 8f2111b9eacc: Preparing
13:42:56 8a9e30a924e5: Preparing
13:42:56 f94941fd8d6e: Preparing
13:42:56 314366f9ac81: Preparing
13:42:56 01099305ba59: Preparing
13:42:56 033ac24c05b3: Preparing
13:42:56 6454d74ded57: Preparing
13:42:56 bb6622db9318: Preparing
13:42:56 bfde3c9e9aac: Preparing
13:42:56 8c6594f762b6: Preparing
13:42:56 75fdeb38a1e7: Preparing
13:42:56 bb074624db9d: Preparing
13:42:56 60439a48b734: Preparing
13:42:56 cba59274dd11: Preparing
13:42:56 da08b594526f: Preparing
13:42:56 adec77bceebb: Preparing
13:42:56 026c477245c5: Preparing
13:42:56 ee78bcfefc78: Preparing
13:42:56 c4a6d8ca5d2c: Preparing
13:42:56 059ed1793a98: Preparing
13:42:56 712264374d24: Preparing
13:42:56 475b4eb79695: Preparing
13:42:56 f3be340a54b9: Preparing
13:42:56 114ca5b7280f: Preparing
13:42:56 314366f9ac81: Waiting
13:42:56 01099305ba59: Waiting
13:42:56 033ac24c05b3: Waiting
13:42:56 6454d74ded57: Waiting
13:42:56 bb6622db9318: Waiting
13:42:56 bfde3c9e9aac: Waiting
13:42:56 8c6594f762b6: Waiting
13:42:56 75fdeb38a1e7: Waiting
13:42:56 bb074624db9d: Waiting
13:42:56 60439a48b734: Waiting
13:42:56 cba59274dd11: Waiting
13:42:56 da08b594526f: Waiting
13:42:56 adec77bceebb: Waiting
13:42:56 026c477245c5: Waiting
13:42:56 ee78bcfefc78: Waiting
13:42:56 c4a6d8ca5d2c: Waiting
13:42:56 059ed1793a98: Waiting
13:42:56 712264374d24: Waiting
13:42:56 475b4eb79695: Waiting
13:42:56 f3be340a54b9: Waiting
13:42:56 114ca5b7280f: Waiting
13:42:58 8dc8f2ca332a: Pushed
13:42:59 c7d3f7c651d0: Pushed
13:42:59 8a9e30a924e5: Pushed
13:42:59 8f2111b9eacc: Pushed
13:43:00 314366f9ac81: Pushed
13:43:00 01099305ba59: Pushed
13:43:01 f94941fd8d6e: Pushed
13:43:01 6454d74ded57: Pushed
13:43:02 033ac24c05b3: Pushed
13:43:02 75fdeb38a1e7: Pushed
13:43:02 bfde3c9e9aac: Pushed
13:43:03 bb6622db9318: Pushed
13:43:03 bb074624db9d: Pushed
13:43:03 adec77bceebb: Layer already exists
13:43:03 026c477245c5: Layer already exists
13:43:03 ee78bcfefc78: Layer already exists
13:43:03 c4a6d8ca5d2c: Layer already exists
13:43:03 059ed1793a98: Layer already exists
13:43:03 712264374d24: Layer already exists
13:43:03 475b4eb79695: Layer already exists
13:43:03 8c6594f762b6: Pushed
13:43:03 f3be340a54b9: Layer already exists
13:43:03 60439a48b734: Pushed
13:43:03 114ca5b7280f: Layer already exists
13:43:04 da08b594526f: Pushed
13:43:05 cba59274dd11: Pushed
13:43:08 py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7: digest: sha256:a78f821bba0a7b10b2a1ebf6820842b5ce7b024c1387c1d91a8225aa705eed77 size: 5765
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Still waiting to schedule task
‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0673394ca0406bd4a)’ is offline; ‘arm32v7-ubuntu-46’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-47’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-48’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-49’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-50’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0673394ca0406bd4a) in /home/ubuntu/workspace/docker-py_PR-2707
[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-2707@tmp/6d57bfb2-2194-4102-aa02-5b3d444586ef/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:43:43 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 /src/scripts/versions.py
13:43:43 Unable to find image 'dockerbuildbot/docker-py:py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7' locally
13:43:43 py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7: Pulling from dockerbuildbot/docker-py
13:43:43 756975cb9c7e: Pulling fs layer
13:43:43 d77915b4e630: Pulling fs layer
13:43:43 5f37a0a41b6b: Pulling fs layer
13:43:43 96b2c1e36db5: Pulling fs layer
13:43:43 c495e8de12d2: Pulling fs layer
13:43:43 33382189822a: Pulling fs layer
13:43:43 6eaa0b6b8562: Pulling fs layer
13:43:43 adbdcbacafe9: Pulling fs layer
13:43:43 f860607a6cd9: Pulling fs layer
13:43:43 de13b5e7ab8f: Pulling fs layer
13:43:43 d4508e01ce86: Pulling fs layer
13:43:43 00b9ca83a5d4: Pulling fs layer
13:43:43 108fc0c487c7: Pulling fs layer
13:43:43 3cebed15ba7f: Pulling fs layer
13:43:43 5ab752dfadf5: Pulling fs layer
13:43:43 91ce7d90135f: Pulling fs layer
13:43:43 8e98d146c353: Pulling fs layer
13:43:43 52a85c31bbe3: Pulling fs layer
13:43:43 09faf98aa23c: Pulling fs layer
13:43:43 2d05b425271f: Pulling fs layer
13:43:43 e17f9cb42093: Pulling fs layer
13:43:43 675a779d6848: Pulling fs layer
13:43:43 19b27aa0848c: Pulling fs layer
13:43:43 b39750482d8f: Pulling fs layer
13:43:43 52a42d8fa58d: Pulling fs layer
13:43:43 3dd92c5e2bf0: Pulling fs layer
13:43:43 96b2c1e36db5: Waiting
13:43:43 c495e8de12d2: Waiting
13:43:43 33382189822a: Waiting
13:43:43 6eaa0b6b8562: Waiting
13:43:43 adbdcbacafe9: Waiting
13:43:43 f860607a6cd9: Waiting
13:43:43 de13b5e7ab8f: Waiting
13:43:43 d4508e01ce86: Waiting
13:43:43 00b9ca83a5d4: Waiting
13:43:43 108fc0c487c7: Waiting
13:43:43 3cebed15ba7f: Waiting
13:43:43 5ab752dfadf5: Waiting
13:43:43 91ce7d90135f: Waiting
13:43:43 8e98d146c353: Waiting
13:43:43 52a85c31bbe3: Waiting
13:43:43 09faf98aa23c: Waiting
13:43:43 2d05b425271f: Waiting
13:43:43 e17f9cb42093: Waiting
13:43:43 675a779d6848: Waiting
13:43:43 19b27aa0848c: Waiting
13:43:43 b39750482d8f: Waiting
13:43:43 52a42d8fa58d: Waiting
13:43:43 3dd92c5e2bf0: Waiting
13:43:44 d77915b4e630: Verifying Checksum
13:43:44 d77915b4e630: Download complete
13:43:44 5f37a0a41b6b: Verifying Checksum
13:43:44 5f37a0a41b6b: Download complete
13:43:46 756975cb9c7e: Verifying Checksum
13:43:46 756975cb9c7e: Download complete
13:43:46 96b2c1e36db5: Verifying Checksum
13:43:46 96b2c1e36db5: Download complete
13:43:47 33382189822a: Download complete
13:43:47 adbdcbacafe9: Verifying Checksum
13:43:47 adbdcbacafe9: Download complete
13:43:47 f860607a6cd9: Verifying Checksum
13:43:47 f860607a6cd9: Download complete
13:43:47 6eaa0b6b8562: Verifying Checksum
13:43:47 6eaa0b6b8562: Download complete
13:43:47 de13b5e7ab8f: Verifying Checksum
13:43:47 de13b5e7ab8f: Download complete
13:43:47 00b9ca83a5d4: Verifying Checksum
13:43:47 00b9ca83a5d4: Download complete
13:43:48 108fc0c487c7: Verifying Checksum
13:43:48 108fc0c487c7: Download complete
13:43:48 3cebed15ba7f: Verifying Checksum
13:43:48 3cebed15ba7f: Download complete
13:43:48 5ab752dfadf5: Verifying Checksum
13:43:48 5ab752dfadf5: Download complete
13:43:48 91ce7d90135f: Verifying Checksum
13:43:48 91ce7d90135f: Download complete
13:43:48 8e98d146c353: Verifying Checksum
13:43:48 8e98d146c353: Download complete
13:43:48 52a85c31bbe3: Verifying Checksum
13:43:48 52a85c31bbe3: Download complete
13:43:48 09faf98aa23c: Verifying Checksum
13:43:48 09faf98aa23c: Download complete
13:43:48 d4508e01ce86: Verifying Checksum
13:43:48 d4508e01ce86: Download complete
13:43:48 e17f9cb42093: Verifying Checksum
13:43:48 e17f9cb42093: Download complete
13:43:48 2d05b425271f: Verifying Checksum
13:43:48 2d05b425271f: Download complete
13:43:49 19b27aa0848c: Verifying Checksum
13:43:49 19b27aa0848c: Download complete
13:43:49 b39750482d8f: Verifying Checksum
13:43:49 b39750482d8f: Download complete
13:43:49 52a42d8fa58d: Verifying Checksum
13:43:49 52a42d8fa58d: Download complete
13:43:49 675a779d6848: Verifying Checksum
13:43:49 675a779d6848: Download complete
13:43:49 3dd92c5e2bf0: Verifying Checksum
13:43:49 3dd92c5e2bf0: Download complete
13:43:52 c495e8de12d2: Verifying Checksum
13:43:52 c495e8de12d2: Download complete
13:43:56 756975cb9c7e: Pull complete
13:43:57 d77915b4e630: Pull complete
13:43:58 5f37a0a41b6b: Pull complete
13:44:06 96b2c1e36db5: Pull complete
13:44:21 c495e8de12d2: Pull complete
13:44:21 33382189822a: Pull complete
13:44:21 6eaa0b6b8562: Pull complete
13:44:21 adbdcbacafe9: Pull complete
13:44:22 f860607a6cd9: Pull complete
13:44:22 de13b5e7ab8f: Pull complete
13:44:23 d4508e01ce86: Pull complete
13:44:23 00b9ca83a5d4: Pull complete
13:44:23 108fc0c487c7: Pull complete
13:44:23 3cebed15ba7f: Pull complete
13:44:23 5ab752dfadf5: Pull complete
13:44:23 91ce7d90135f: Pull complete
13:44:23 8e98d146c353: Pull complete
13:44:23 52a85c31bbe3: Pull complete
13:44:24 09faf98aa23c: Pull complete
13:44:24 2d05b425271f: Pull complete
13:44:24 e17f9cb42093: Pull complete
13:44:25 675a779d6848: Pull complete
13:44:25 19b27aa0848c: Pull complete
13:44:25 b39750482d8f: Pull complete
13:44:26 52a42d8fa58d: Pull complete
13:44:26 3dd92c5e2bf0: Pull complete
13:44:26 Digest: sha256:a78f821bba0a7b10b2a1ebf6820842b5ce7b024c1387c1d91a8225aa705eed77
13:44:26 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py2.7_19.03.12)
[Pipeline] { (Branch: py2.7_19.03.13)
[Pipeline] { (Branch: py2.7_20.10.0-rc1)
[Pipeline] { (Branch: py3.7_19.03.12)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] { (Branch: py3.7_20.10.0-rc1)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0673394ca0406bd4a) in /home/ubuntu/workspace/docker-py_PR-2707
[Pipeline] node
[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-2707@tmp/70ca1084-8c1c-4955-833f-3dc6eae28eac/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:44:59 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:44:59 chowning workspace
[Pipeline] sh
13:44:59 + pwd
13:44:59 + id -u
13:44:59 + id -g
13:44:59 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2707:/workspace busybox chown -R 1000:1000 /workspace
13:44:59 Unable to find image 'busybox:latest' locally
13:44:59 latest: Pulling from library/busybox
13:44:59 9758c28807f2: Pulling fs layer
13:44:59 9758c28807f2: Verifying Checksum
13:44:59 9758c28807f2: Download complete
13:45:00 9758c28807f2: Pull complete
13:45:00 Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
13:45:00 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
13:45:02 Removing all docker containers
[Pipeline] sh
13:45:02 + docker container ls -aq
[Pipeline] echo
13:45:02 Docker containers have been removed
[Pipeline] echo
13:45:02 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:45:02 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.12)
[Pipeline] checkout
13:45:03 using credential docker-jenkins-github-credentials
13:45:03 Cloning the remote Git repository
13:45:03 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-2707 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2707/head:refs/remotes/origin/PR-2707 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:45:05 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/2707/head:refs/remotes/origin/PR-2707 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2707/head:refs/remotes/origin/PR-2707 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:45:06 Merging remotes/origin/master commit 432819766014ce396e7507c52246ff5c8a11cdbc into PR head commit 990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:45:06 Merge succeeded, producing 990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:45:06 Checking out Revision 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 (PR-2707)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 # 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 432819766014ce396e7507c52246ff5c8a11cdbc # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 # timeout=10
13:45:10 Commit message: "Post-release v4.4.0"
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] sh
13:45:11 + docker network create dpy-testnet-5-0-py2.7-19.03.12
13:45:11 562252a46c1c94b6ae4443e9ab95428e90807092e8e5aca5f5ae8432f66488b9
[Pipeline] sh
13:45:11 + docker run --rm -d --name dpy-dind-5-0-py2.7-19.03.12 -v /tmp --privileged --network dpy-testnet-5-0-py2.7-19.03.12 dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 dockerd -H tcp://0.0.0.0:2375
13:45:11 Unable to find image 'dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7' locally
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2707@tmp/8d19bbda-6497-4c75-b3d5-65a4caed8702/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
13:45:11 sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7: Pulling from dockerbuildbot/docker-py
13:45:11 df20fa9351a1: Pulling fs layer
13:45:11 25ad7478873d: Pulling fs layer
13:45:11 4684f6177b5d: Pulling fs layer
13:45:11 46e300cec669: Pulling fs layer
13:45:11 63038576ad94: Pulling fs layer
13:45:11 0fdb76c4706c: Pulling fs layer
13:45:11 cb7edeffdfd5: Pulling fs layer
13:45:11 cc28bd76800f: Pulling fs layer
13:45:11 54196fe38f7e: Pulling fs layer
13:45:11 ea71acc29633: Pulling fs layer
13:45:11 657cc4c15165: Pulling fs layer
13:45:11 1af747129387: Pulling fs layer
13:45:11 8cf8c67d60a8: Pulling fs layer
13:45:11 d056fddfe926: Pulling fs layer
13:45:11 8321b55f59e5: Pulling fs layer
13:45:11 9916639b8fcc: Pulling fs layer
13:45:11 9a9719650a10: Pulling fs layer
13:45:11 91d950505eb7: Pulling fs layer
13:45:11 ea71acc29633: Waiting
13:45:11 657cc4c15165: Waiting
13:45:11 1af747129387: Waiting
13:45:11 8cf8c67d60a8: Waiting
13:45:11 d056fddfe926: Waiting
13:45:11 8321b55f59e5: Waiting
13:45:11 9916639b8fcc: Waiting
13:45:11 9a9719650a10: Waiting
13:45:11 91d950505eb7: Waiting
13:45:11 46e300cec669: Waiting
13:45:11 63038576ad94: Waiting
13:45:11 0fdb76c4706c: Waiting
13:45:11 cb7edeffdfd5: Waiting
13:45:11 cc28bd76800f: Waiting
13:45:11 54196fe38f7e: Waiting
13:45:11 4684f6177b5d: Verifying Checksum
13:45:11 4684f6177b5d: Download complete
13:45:11 df20fa9351a1: Verifying Checksum
13:45:11 df20fa9351a1: Download complete
13:45:11 25ad7478873d: Verifying Checksum
13:45:11 25ad7478873d: Download complete
13:45:12 63038576ad94: Verifying Checksum
13:45:12 63038576ad94: Download complete
13:45:12 0fdb76c4706c: Verifying Checksum
13:45:12 0fdb76c4706c: Download complete
13:45:12 cb7edeffdfd5: Verifying Checksum
13:45:12 cb7edeffdfd5: Download complete
13:45:12 54196fe38f7e: Verifying Checksum
13:45:12 54196fe38f7e: Download complete
13:45:12 ea71acc29633: Verifying Checksum
13:45:12 ea71acc29633: Download complete
13:45:12 cc28bd76800f: Verifying Checksum
13:45:12 cc28bd76800f: Download complete
13:45:12 df20fa9351a1: Pull complete
13:45:12 657cc4c15165: Verifying Checksum
13:45:12 657cc4c15165: Download complete
13:45:12 8cf8c67d60a8: Verifying Checksum
13:45:12 8cf8c67d60a8: Download complete
13:45:12 1af747129387: Verifying Checksum
13:45:12 1af747129387: Download complete
13:45:12 d056fddfe926: Verifying Checksum
13:45:12 d056fddfe926: Download complete
13:45:12 8321b55f59e5: Verifying Checksum
13:45:12 8321b55f59e5: Download complete
13:45:12 9916639b8fcc: Verifying Checksum
13:45:12 9916639b8fcc: Download complete
13:45:13 9a9719650a10: Verifying Checksum
13:45:13 9a9719650a10: Download complete
13:45:13 91d950505eb7: Verifying Checksum
13:45:13 91d950505eb7: Download complete
13:45:13 25ad7478873d: Pull complete
13:45:13 4684f6177b5d: Pull complete
13:45:13 46e300cec669: Verifying Checksum
13:45:13 46e300cec669: Download complete
Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’
Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’
Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’
Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’
Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’
13:45:16 46e300cec669: Pull complete
13:45:16 63038576ad94: Pull complete
13:45:16 0fdb76c4706c: Pull complete
13:45:16 cb7edeffdfd5: Pull complete
13:45:17 cc28bd76800f: Pull complete
13:45:17 54196fe38f7e: Pull complete
13:45:17 ea71acc29633: Pull complete
13:45:17 657cc4c15165: Pull complete
13:45:17 1af747129387: Pull complete
13:45:17 8cf8c67d60a8: Pull complete
13:45:18 d056fddfe926: Pull complete
13:45:18 8321b55f59e5: Pull complete
13:45:18 9916639b8fcc: Pull complete
13:45:18 9a9719650a10: Pull complete
13:45:18 91d950505eb7: Pull complete
13:45:18 Digest: sha256:390694b49000e2e4c0f1093d38e270a0c324da2cd8087e7cfcff3f2879f71632
13:45:18 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:45:22 80d9e8ddcf9ba5ec640f4f29577ec2aa7470b29735c0bb4f8513f29700061155
[Pipeline] sh
13:45:22 + docker run --rm --name dpy-tests-5-0-py2.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-5-0-py2.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-5-0-py2.7-19.03.12 --volumes-from dpy-dind-5-0-py2.7-19.03.12 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
13:45:22 Unable to find image 'dockerbuildbot/docker-py:py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7' locally
13:45:23 py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7: Pulling from dockerbuildbot/docker-py
13:45:23 7e2b2a5af8f6: Pulling fs layer
13:45:23 09b6f03ffac4: Pulling fs layer
13:45:23 dc3f0c679f0f: Pulling fs layer
13:45:23 fd4b47407fc3: Pulling fs layer
13:45:23 b32f6bf7d96d: Pulling fs layer
13:45:23 6f4489a7e4cf: Pulling fs layer
13:45:23 af4b99ad9ef0: Pulling fs layer
13:45:23 39db0bc48c26: Pulling fs layer
13:45:23 acb4a89489fc: Pulling fs layer
13:45:23 1bb0dddabdeb: Pulling fs layer
13:45:23 f230ccea30ab: Pulling fs layer
13:45:23 e9917b760fbc: Pulling fs layer
13:45:23 fbdc26538836: Pulling fs layer
13:45:23 4ca6fb84ecb3: Pulling fs layer
13:45:23 3cb67a4032a3: Pulling fs layer
13:45:23 c60c70c20e8c: Pulling fs layer
13:45:23 628e75d57414: Pulling fs layer
13:45:23 1813a248ac8c: Pulling fs layer
13:45:23 faee33fde219: Pulling fs layer
13:45:23 4600caa662d5: Pulling fs layer
13:45:23 e3f93d8112d6: Pulling fs layer
13:45:23 8993332c2f85: Pulling fs layer
13:45:23 274a5ebbb95b: Pulling fs layer
13:45:23 8d0fe654ecdd: Pulling fs layer
13:45:23 b9f78cf74a97: Pulling fs layer
13:45:23 580195451748: Pulling fs layer
13:45:23 fd4b47407fc3: Waiting
13:45:23 b32f6bf7d96d: Waiting
13:45:23 6f4489a7e4cf: Waiting
13:45:23 af4b99ad9ef0: Waiting
13:45:23 39db0bc48c26: Waiting
13:45:23 acb4a89489fc: Waiting
13:45:23 1bb0dddabdeb: Waiting
13:45:23 f230ccea30ab: Waiting
13:45:23 e9917b760fbc: Waiting
13:45:23 fbdc26538836: Waiting
13:45:23 4ca6fb84ecb3: Waiting
13:45:23 3cb67a4032a3: Waiting
13:45:23 c60c70c20e8c: Waiting
13:45:23 628e75d57414: Waiting
13:45:23 1813a248ac8c: Waiting
13:45:23 faee33fde219: Waiting
13:45:23 4600caa662d5: Waiting
13:45:23 e3f93d8112d6: Waiting
13:45:23 8993332c2f85: Waiting
13:45:23 274a5ebbb95b: Waiting
13:45:23 8d0fe654ecdd: Waiting
13:45:23 b9f78cf74a97: Waiting
13:45:23 580195451748: Waiting
13:45:23 dc3f0c679f0f: Verifying Checksum
13:45:23 dc3f0c679f0f: Download complete
13:45:23 09b6f03ffac4: Verifying Checksum
13:45:23 09b6f03ffac4: Download complete
13:45:26 7e2b2a5af8f6: Verifying Checksum
13:45:26 7e2b2a5af8f6: Download complete
13:45:26 6f4489a7e4cf: Verifying Checksum
13:45:26 6f4489a7e4cf: Download complete
13:45:26 fd4b47407fc3: Verifying Checksum
13:45:26 fd4b47407fc3: Download complete
13:45:26 39db0bc48c26: Verifying Checksum
13:45:26 39db0bc48c26: Download complete
13:45:27 af4b99ad9ef0: Verifying Checksum
13:45:27 af4b99ad9ef0: Download complete
13:45:27 1bb0dddabdeb: Verifying Checksum
13:45:27 1bb0dddabdeb: Download complete
13:45:27 acb4a89489fc: Verifying Checksum
13:45:27 acb4a89489fc: Download complete
13:45:27 e9917b760fbc: Verifying Checksum
13:45:27 e9917b760fbc: Download complete
13:45:27 fbdc26538836: Verifying Checksum
13:45:27 fbdc26538836: Download complete
13:45:27 4ca6fb84ecb3: Download complete
13:45:27 3cb67a4032a3: Verifying Checksum
13:45:27 3cb67a4032a3: Download complete
13:45:27 c60c70c20e8c: Verifying Checksum
13:45:27 c60c70c20e8c: Download complete
13:45:28 f230ccea30ab: Verifying Checksum
13:45:28 f230ccea30ab: Download complete
13:45:28 628e75d57414: Verifying Checksum
13:45:28 628e75d57414: Download complete
13:45:28 1813a248ac8c: Verifying Checksum
13:45:28 1813a248ac8c: Download complete
13:45:28 4600caa662d5: Verifying Checksum
13:45:28 4600caa662d5: Download complete
13:45:28 e3f93d8112d6: Verifying Checksum
13:45:28 e3f93d8112d6: Download complete
13:45:28 faee33fde219: Verifying Checksum
13:45:28 faee33fde219: Download complete
13:45:28 274a5ebbb95b: Verifying Checksum
13:45:28 274a5ebbb95b: Download complete
13:45:28 8993332c2f85: Verifying Checksum
13:45:28 8993332c2f85: Download complete
13:45:28 8d0fe654ecdd: Verifying Checksum
13:45:28 8d0fe654ecdd: Download complete
13:45:28 b9f78cf74a97: Verifying Checksum
13:45:28 b9f78cf74a97: Download complete
13:45:28 580195451748: Verifying Checksum
13:45:28 580195451748: Download complete
13:45:29 b32f6bf7d96d: Verifying Checksum
13:45:29 b32f6bf7d96d: Download complete
13:45:32 7e2b2a5af8f6: Pull complete
13:45:32 09b6f03ffac4: Pull complete
13:45:32 dc3f0c679f0f: Pull complete
13:45:37 fd4b47407fc3: Pull complete
13:45:49 b32f6bf7d96d: Pull complete
13:45:49 6f4489a7e4cf: Pull complete
13:45:51 af4b99ad9ef0: Pull complete
13:45:51 39db0bc48c26: Pull complete
13:45:52 acb4a89489fc: Pull complete
13:45:52 1bb0dddabdeb: Pull complete
13:45:53 f230ccea30ab: Pull complete
13:45:53 e9917b760fbc: Pull complete
13:45:53 fbdc26538836: Pull complete
13:45:53 4ca6fb84ecb3: Pull complete
13:45:53 3cb67a4032a3: Pull complete
13:45:53 c60c70c20e8c: Pull complete
13:45:53 628e75d57414: Pull complete
13:45:53 1813a248ac8c: Pull complete
13:45:54 faee33fde219: Pull complete
13:45:54 4600caa662d5: Pull complete
13:45:54 e3f93d8112d6: Pull complete
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01eb1064535e53137) in /home/ubuntu/workspace/docker-py_PR-2707
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0133940ee07a64099) in /home/ubuntu/workspace/docker-py_PR-2707
[Pipeline] {
[Pipeline] withDockerRegistry
13:45:55 8993332c2f85: Pull complete
13:45:55 274a5ebbb95b: Pull complete
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
13:45:55 8d0fe654ecdd: Pull complete
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
13:45:56 b9f78cf74a97: Pull complete
13:45:56 580195451748: Pull complete
13:45:56 Digest: sha256:ea8c0da461a3f1321686fbaa97bc180f192db92ab501a51dfdd9a89b9ae73eeb
13:45:56 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:45:58 ============================= test session starts ==============================
13:45:58 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
13:45:58 cachedir: .pytest_cache
13:45:58 rootdir: /src, inifile: pytest.ini
13:45:58 plugins: timeout-1.3.3, cov-2.6.1
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-2707@tmp/e50119db-a2dd-4660-b814-ea0ec4d1976b/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] {
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-2707@tmp/9fe88f64-d7a3-41e4-a577-5b75e07584c5/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] echo
13:46:00 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:46:00 chowning workspace
[Pipeline] sh
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
13:46:01 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:46:01 chowning workspace
[Pipeline] sh
13:46:01 + pwd
13:46:01 + id -u
13:46:01 + id -g
13:46:01 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2707:/workspace busybox chown -R 1000:1000 /workspace
13:46:01 Unable to find image 'busybox:latest' locally
13:46:02 latest: Pulling from library/busybox
13:46:02 9758c28807f2: Pulling fs layer
13:46:02 9758c28807f2: Download complete
13:46:02 + pwd
13:46:02 + id -u
13:46:02 + id -g
13:46:02 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2707:/workspace busybox chown -R 1000:1000 /workspace
13:46:02 Unable to find image 'busybox:latest' locally
13:46:02 latest: Pulling from library/busybox
13:46:02 9758c28807f2: Pulling fs layer
13:46:03 9758c28807f2: Verifying Checksum
13:46:03 9758c28807f2: Download complete
13:46:03 9758c28807f2: Pull complete
13:46:03 Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
13:46:03 Status: Downloaded newer image for busybox:latest
13:46:03 9758c28807f2: Pull complete
13:46:03 Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
13:46:03 Status: Downloaded newer image for busybox:latest
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-046e5cb1f316d0781) in /home/ubuntu/workspace/docker-py_PR-2707
[Pipeline] {
[Pipeline] withDockerRegistry
13:46:04 collecting ... collected 952 items
13:46:04 
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] echo
13:46:05 Removing all docker containers
[Pipeline] sh
13:46:06 + docker container ls -aq
[Pipeline] echo
13:46:06 Docker containers have been removed
[Pipeline] echo
13:46:06 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:46:06 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.13)
[Pipeline] checkout
[Pipeline] echo
13:46:06 Removing all docker containers
[Pipeline] sh
13:46:07 + docker container ls -aq
[Pipeline] echo
13:46:07 Docker containers have been removed
[Pipeline] echo
13:46:07 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:46:07 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=20.10.0-rc1)
[Pipeline] checkout
13:46:08 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
13:46:08 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
13:46:08 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
13:46:08 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0dcf0c867751209db) in /home/ubuntu/workspace/docker-py_PR-2707
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09d924c87b92a36b2) in /home/ubuntu/workspace/docker-py_PR-2707
[Pipeline] {
[Pipeline] withDockerRegistry
13:46:08 using credential docker-jenkins-github-credentials
13:46:08 Cloning the remote Git repository
13:46:08 Cloning with configured refspecs honoured and without tags
$ 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-2707@tmp/d3542063-3e08-4a69-b3c9-61df0f741561/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
13:46:09 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:46:09 chowning workspace
[Pipeline] sh
13:46:09 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2707 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2707/head:refs/remotes/origin/PR-2707 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:46:09 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
13:46:09 + pwd
13:46:09 + id -u
13:46:09 + id -g
13:46:09 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2707:/workspace busybox chown -R 1000:1000 /workspace
13:46:09 Unable to find image 'busybox:latest' locally
13:46:10 using credential docker-jenkins-github-credentials
13:46:10 Cloning the remote Git repository
13:46:10 Cloning with configured refspecs honoured and without tags
13:46:10 latest: Pulling from library/busybox
13:46:10 9758c28807f2: Pulling fs layer
13:46:10 9758c28807f2: Verifying Checksum
13:46:10 9758c28807f2: Download complete
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2707 # timeout=10
13:46:10 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
13:46:10 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
13:46:10 9758c28807f2: Pull complete
13:46:10 Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
13:46:10 Status: Downloaded newer image for busybox:latest
13:46:10 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
13:46:11 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
13:46:11 Fetching without tags
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2707/head:refs/remotes/origin/PR-2707 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:46:11 Merging remotes/origin/master commit 432819766014ce396e7507c52246ff5c8a11cdbc into PR head commit 990ef4904c22aac2d35a7ae3a583b57d170cdfd7
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2707/head:refs/remotes/origin/PR-2707 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2707/head:refs/remotes/origin/PR-2707 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 # timeout=10
13:46:12 Merge succeeded, producing 990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:46:12 Checking out Revision 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 (PR-2707)
13:46:12 Fetching without tags
13:46:12 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
13:46:12 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
13:46:12 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
13:46:12 Merging remotes/origin/master commit 432819766014ce396e7507c52246ff5c8a11cdbc into PR head commit 990ef4904c22aac2d35a7ae3a583b57d170cdfd7
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2707/head:refs/remotes/origin/PR-2707 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2707/head:refs/remotes/origin/PR-2707 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 # timeout=10
13:46:12 Merge succeeded, producing 990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:46:12 Checking out Revision 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 (PR-2707)
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 432819766014ce396e7507c52246ff5c8a11cdbc # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 # timeout=10
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-2707@tmp/2b0f689c-ee28-46dc-afe8-f8ec71b74a49/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:46:13 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:46:13 chowning workspace
[Pipeline] sh
13:46:13 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
13:46:13 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
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-2707@tmp/9bba222e-ac56-4e25-b8f0-6b44117dbb0e/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
13:46:13 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 432819766014ce396e7507c52246ff5c8a11cdbc # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 # timeout=10
[Pipeline] {
[Pipeline] echo
13:46:14 Removing all docker containers
[Pipeline] sh
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
13:46:14 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:46:14 chowning workspace
[Pipeline] sh
13:46:14 + pwd
13:46:14 + id -u
13:46:14 + id -g
13:46:14 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2707:/workspace busybox chown -R 1000:1000 /workspace
13:46:14 Unable to find image 'busybox:latest' locally
13:46:14 + docker container ls -aq
13:46:14 latest: Pulling from library/busybox
13:46:14 9758c28807f2: Pulling fs layer
13:46:14 9758c28807f2: Verifying Checksum
13:46:14 9758c28807f2: Download complete
[Pipeline] echo
13:46:14 Docker containers have been removed
[Pipeline] echo
13:46:14 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:46:14 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
13:46:15 9758c28807f2: Pull complete
13:46:15 Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
13:46:15 Status: Downloaded newer image for busybox:latest
13:46:15 + pwd
13:46:15 + id -u
13:46:15 + id -g
13:46:15 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2707:/workspace busybox chown -R 1000:1000 /workspace
13:46:15 Unable to find image 'busybox:latest' locally
13:46:15 latest: Pulling from library/busybox
13:46:15 9758c28807f2: Pulling fs layer
13:46:15 Commit message: "Post-release v4.4.0"
13:46:15 9758c28807f2: Verifying Checksum
13:46:15 9758c28807f2: Download complete
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] sh
13:46:16 using credential docker-jenkins-github-credentials
13:46:16 Cloning the remote Git repository
13:46:16 Cloning with configured refspecs honoured and without tags
13:46:16 9758c28807f2: Pull complete
13:46:16 Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
13:46:16 Status: Downloaded newer image for busybox:latest
13:46:17 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
13:46:17 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
13:46:17 Commit message: "Post-release v4.4.0"
13:46:17 + docker network create dpy-testnet-5-0-py2.7-19.03.13
13:46:17 00a7dd80c911f6199a595485d678cc9f815e5763caeb5a334180ca81719c4e54
[Pipeline] sh
13:46:17 + docker run --rm -d --name dpy-dind-5-0-py2.7-19.03.13 -v /tmp --privileged --network dpy-testnet-5-0-py2.7-19.03.13 dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 dockerd -H tcp://0.0.0.0:2375
13:46:17 Unable to find image 'dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7' locally
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2707@tmp/2a8a9ef0-aea0-46db-af5c-d78dac0e9ff4/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] withDockerRegistry
13:46:17 sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7: Pulling from dockerbuildbot/docker-py
13:46:17 df20fa9351a1: Pulling fs layer
13:46:17 25ad7478873d: Pulling fs layer
13:46:17 4684f6177b5d: Pulling fs layer
13:46:17 46e300cec669: Pulling fs layer
13:46:17 63038576ad94: Pulling fs layer
13:46:17 0fdb76c4706c: Pulling fs layer
13:46:17 cb7edeffdfd5: Pulling fs layer
13:46:17 cc28bd76800f: Pulling fs layer
13:46:17 54196fe38f7e: Pulling fs layer
13:46:17 ea71acc29633: Pulling fs layer
13:46:17 657cc4c15165: Pulling fs layer
13:46:17 1af747129387: Pulling fs layer
13:46:17 8cf8c67d60a8: Pulling fs layer
13:46:17 d056fddfe926: Pulling fs layer
13:46:17 8321b55f59e5: Pulling fs layer
13:46:17 9916639b8fcc: Pulling fs layer
13:46:17 9a9719650a10: Pulling fs layer
13:46:17 91d950505eb7: Pulling fs layer
13:46:17 ea71acc29633: Waiting
13:46:17 657cc4c15165: Waiting
13:46:17 1af747129387: Waiting
13:46:17 46e300cec669: Waiting
13:46:17 63038576ad94: Waiting
13:46:17 0fdb76c4706c: Waiting
13:46:17 cb7edeffdfd5: Waiting
13:46:17 cc28bd76800f: Waiting
13:46:17 54196fe38f7e: Waiting
13:46:17 d056fddfe926: Waiting
13:46:17 8321b55f59e5: Waiting
13:46:17 9916639b8fcc: Waiting
13:46:17 9a9719650a10: Waiting
13:46:17 91d950505eb7: Waiting
13:46:17 8cf8c67d60a8: Waiting
13:46:17 4684f6177b5d: Verifying Checksum
13:46:17 4684f6177b5d: Download complete
13:46:17 25ad7478873d: Verifying Checksum
13:46:17 25ad7478873d: Download complete
13:46:17 df20fa9351a1: Verifying Checksum
13:46:17 df20fa9351a1: Download complete
13:46:17 63038576ad94: Download complete
13:46:17 0fdb76c4706c: Verifying Checksum
13:46:17 0fdb76c4706c: Download complete
13:46:17 cb7edeffdfd5: Verifying Checksum
13:46:17 cb7edeffdfd5: Download complete
[Pipeline] echo
13:46:17 Removing all docker containers
[Pipeline] sh
[Pipeline] {
[Pipeline] sh
13:46:17 54196fe38f7e: Verifying Checksum
13:46:17 54196fe38f7e: Download complete
13:46:17 ea71acc29633: Download complete
13:46:17 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  1%]
13:46:18 + docker container ls -aq
[Pipeline] echo
13:46:18 Docker containers have been removed
[Pipeline] echo
13:46:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:46:18 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=20.10.0-rc1)
[Pipeline] checkout
13:46:18 + docker network create dpy-testnet-5-0-py2.7-20.10.0-rc1
13:46:18 38fd01270ee7ddd12008a055e155222c60ec0a20721465c8ac546c3a1d1db009
[Pipeline] sh
13:46:18 657cc4c15165: Verifying Checksum
13:46:18 657cc4c15165: Download complete
13:46:18 cc28bd76800f: Verifying Checksum
13:46:18 cc28bd76800f: Download complete
13:46:18 1af747129387: Verifying Checksum
13:46:18 1af747129387: Download complete
13:46:18 d056fddfe926: Verifying Checksum
13:46:18 d056fddfe926: Download complete
13:46:18 8cf8c67d60a8: Verifying Checksum
13:46:18 8cf8c67d60a8: Download complete
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2707 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2707/head:refs/remotes/origin/PR-2707 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:46:18 8321b55f59e5: Verifying Checksum
13:46:18 8321b55f59e5: Download complete
13:46:18 9916639b8fcc: Verifying Checksum
13:46:18 9916639b8fcc: Download complete
13:46:18 91d950505eb7: Verifying Checksum
13:46:18 91d950505eb7: Download complete
13:46:18 9a9719650a10: Verifying Checksum
13:46:18 9a9719650a10: Download complete
13:46:18 + docker run --rm -d --name dpy-dind-5-0-py2.7-20.10.0-rc1 -v /tmp --privileged --network dpy-testnet-5-0-py2.7-20.10.0-rc1 dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 dockerd -H tcp://0.0.0.0:2375
13:46:18 Unable to find image 'dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7' locally
13:46:18 sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7: Pulling from dockerbuildbot/docker-py
13:46:18 df20fa9351a1: Pulling fs layer
13:46:18 25ad7478873d: Pulling fs layer
13:46:18 4684f6177b5d: Pulling fs layer
13:46:18 46e300cec669: Pulling fs layer
13:46:18 63038576ad94: Pulling fs layer
13:46:18 0fdb76c4706c: Pulling fs layer
13:46:18 cb7edeffdfd5: Pulling fs layer
13:46:18 cc28bd76800f: Pulling fs layer
13:46:18 54196fe38f7e: Pulling fs layer
13:46:18 ea71acc29633: Pulling fs layer
13:46:18 657cc4c15165: Pulling fs layer
13:46:18 1af747129387: Pulling fs layer
13:46:18 8cf8c67d60a8: Pulling fs layer
13:46:18 d056fddfe926: Pulling fs layer
13:46:18 8321b55f59e5: Pulling fs layer
13:46:18 9916639b8fcc: Pulling fs layer
13:46:18 9a9719650a10: Pulling fs layer
13:46:18 91d950505eb7: Pulling fs layer
13:46:18 46e300cec669: Waiting
13:46:18 63038576ad94: Waiting
13:46:18 0fdb76c4706c: Waiting
13:46:18 cb7edeffdfd5: Waiting
13:46:18 cc28bd76800f: Waiting
13:46:18 54196fe38f7e: Waiting
13:46:18 ea71acc29633: Waiting
13:46:18 657cc4c15165: Waiting
13:46:18 1af747129387: Waiting
13:46:18 8cf8c67d60a8: Waiting
13:46:18 d056fddfe926: Waiting
13:46:18 8321b55f59e5: Waiting
13:46:18 9916639b8fcc: Waiting
13:46:18 9a9719650a10: Waiting
13:46:18 91d950505eb7: Waiting
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2707@tmp/32fdba45-08c7-4af4-bb3a-4dff2edefd0b/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
13:46:18 4684f6177b5d: Download complete
13:46:18 df20fa9351a1: Verifying Checksum
13:46:18 df20fa9351a1: Download complete
13:46:18 25ad7478873d: Verifying Checksum
13:46:18 25ad7478873d: Download complete
13:46:18 0fdb76c4706c: Verifying Checksum
13:46:18 0fdb76c4706c: Download complete
13:46:18 63038576ad94: Verifying Checksum
13:46:18 63038576ad94: Download complete
13:46:18 cb7edeffdfd5: Verifying Checksum
13:46:18 cb7edeffdfd5: Download complete
13:46:18 54196fe38f7e: Verifying Checksum
13:46:18 54196fe38f7e: Download complete
13:46:18 ea71acc29633: Download complete
13:46:18 df20fa9351a1: Pull complete
13:46:19 cc28bd76800f: Verifying Checksum
13:46:19 cc28bd76800f: Download complete
13:46:19 657cc4c15165: Verifying Checksum
13:46:19 657cc4c15165: Download complete
13:46:19 8cf8c67d60a8: Download complete
13:46:19 1af747129387: Verifying Checksum
13:46:19 1af747129387: Download complete
13:46:19 d056fddfe926: Verifying Checksum
13:46:19 d056fddfe926: Download complete
13:46:19 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/2707/head:refs/remotes/origin/PR-2707 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2707/head:refs/remotes/origin/PR-2707 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:46:19 8321b55f59e5: Verifying Checksum
13:46:19 8321b55f59e5: Download complete
13:46:19 9a9719650a10: Verifying Checksum
13:46:19 9a9719650a10: Download complete
13:46:19 9916639b8fcc: Verifying Checksum
13:46:19 9916639b8fcc: Download complete
13:46:19 91d950505eb7: Verifying Checksum
13:46:19 91d950505eb7: Download complete
[Pipeline] echo
13:46:19 Removing all docker containers
[Pipeline] sh
13:46:19 Merging remotes/origin/master commit 432819766014ce396e7507c52246ff5c8a11cdbc into PR head commit 990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:46:19 Merge succeeded, producing 990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:46:19 Checking out Revision 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 (PR-2707)
13:46:19 + docker container ls -aq
[Pipeline] echo
13:46:19 Docker containers have been removed
[Pipeline] echo
13:46:19 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:46:19 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
13:46:19 25ad7478873d: Pull complete
13:46:19 using credential docker-jenkins-github-credentials
13:46:19 Cloning the remote Git repository
13:46:19 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
13:46:20 4684f6177b5d: Pull complete
13:46:20 46e300cec669: Verifying Checksum
13:46:20 46e300cec669: Download complete
13:46:20 df20fa9351a1: Pull complete
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 # 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 432819766014ce396e7507c52246ff5c8a11cdbc # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 # timeout=10
13:46:20 46e300cec669: Verifying Checksum
13:46:20 46e300cec669: Download complete
13:46:21 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
 > git init /home/ubuntu/workspace/docker-py_PR-2707 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2707/head:refs/remotes/origin/PR-2707 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:46:21 25ad7478873d: Pull complete
13:46:21 4684f6177b5d: Pull complete
13:46:22 using credential docker-jenkins-github-credentials
13:46:22 Cloning the remote Git repository
13:46:22 Cloning with configured refspecs honoured and without tags
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
13:46:22 Fetching without tags
13:46:22 Merging remotes/origin/master commit 432819766014ce396e7507c52246ff5c8a11cdbc into PR head commit 990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:46:23 Merge succeeded, producing 990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:46:23 Checking out Revision 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 (PR-2707)
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2707 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2707/head:refs/remotes/origin/PR-2707 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:46:23 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
13:46:23 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
13:46:23 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
13:46:23 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
13:46:23 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
13:46:23 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
13:46:23 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
13:46:23 Commit message: "Post-release v4.4.0"
 > git config --add remote.origin.fetch +refs/pull/2707/head:refs/remotes/origin/PR-2707 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2707/head:refs/remotes/origin/PR-2707 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 # 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 432819766014ce396e7507c52246ff5c8a11cdbc # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 # timeout=10
13:46:23 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
13:46:23 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
[Pipeline] withDockerRegistry
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2707/head:refs/remotes/origin/PR-2707 # timeout=10
13:46:24 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
13:46:24 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
13:46:24 Fetching without tags
[Pipeline] {
[Pipeline] sh
13:46:24 46e300cec669: Pull complete
13:46:24 63038576ad94: Pull complete
13:46:24 0fdb76c4706c: Pull 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-2707@tmp/6a427e7b-9c40-4a90-9c94-fcdab092619d/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
13:46:24 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
13:46:24 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
13:46:24 Merging remotes/origin/master commit 432819766014ce396e7507c52246ff5c8a11cdbc into PR head commit 990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:46:24 cb7edeffdfd5: Pull complete
13:46:24 + docker network create dpy-testnet-5-0-py3.7-19.03.12
13:46:24 dce8030fcde3c2ce927f501a907880f99a8fb294040ab66b73f9a4b155be80b7
[Pipeline] sh
13:46:24 Merge succeeded, producing 990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:46:24 Checking out Revision 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 (PR-2707)
13:46:25 + docker run --rm -d --name dpy-dind-5-0-py3.7-19.03.12 -v /tmp --privileged --network dpy-testnet-5-0-py3.7-19.03.12 dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 dockerd -H tcp://0.0.0.0:2375
13:46:25 Unable to find image 'dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7' locally
13:46:25 sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7: Pulling from dockerbuildbot/docker-py
13:46:25 df20fa9351a1: Pulling fs layer
13:46:25 25ad7478873d: Pulling fs layer
13:46:25 4684f6177b5d: Pulling fs layer
13:46:25 46e300cec669: Pulling fs layer
13:46:25 63038576ad94: Pulling fs layer
13:46:25 0fdb76c4706c: Pulling fs layer
13:46:25 cb7edeffdfd5: Pulling fs layer
13:46:25 cc28bd76800f: Pulling fs layer
13:46:25 54196fe38f7e: Pulling fs layer
13:46:25 ea71acc29633: Pulling fs layer
13:46:25 657cc4c15165: Pulling fs layer
13:46:25 1af747129387: Pulling fs layer
13:46:25 8cf8c67d60a8: Pulling fs layer
13:46:25 d056fddfe926: Pulling fs layer
13:46:25 8321b55f59e5: Pulling fs layer
13:46:25 9916639b8fcc: Pulling fs layer
13:46:25 9a9719650a10: Pulling fs layer
13:46:25 91d950505eb7: Pulling fs layer
13:46:25 46e300cec669: Waiting
13:46:25 63038576ad94: Waiting
13:46:25 0fdb76c4706c: Waiting
13:46:25 cb7edeffdfd5: Waiting
13:46:25 cc28bd76800f: Waiting
13:46:25 54196fe38f7e: Waiting
13:46:25 ea71acc29633: Waiting
13:46:25 657cc4c15165: Waiting
13:46:25 1af747129387: Waiting
13:46:25 8cf8c67d60a8: Waiting
13:46:25 d056fddfe926: Waiting
13:46:25 8321b55f59e5: Waiting
13:46:25 9916639b8fcc: Waiting
13:46:25 9a9719650a10: Waiting
13:46:25 91d950505eb7: Waiting
13:46:25 4684f6177b5d: Verifying Checksum
13:46:25 4684f6177b5d: Download complete
13:46:25 df20fa9351a1: Verifying Checksum
13:46:25 df20fa9351a1: Download complete
13:46:25 25ad7478873d: Verifying Checksum
13:46:25 25ad7478873d: Download complete
13:46:25 0fdb76c4706c: Verifying Checksum
13:46:25 0fdb76c4706c: Download complete
13:46:25 63038576ad94: Verifying Checksum
13:46:25 63038576ad94: Download complete
13:46:25 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2707/head:refs/remotes/origin/PR-2707 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 # 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 432819766014ce396e7507c52246ff5c8a11cdbc # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 990ef4904c22aac2d35a7ae3a583b57d170cdfd7 # timeout=10
13:46:25 cb7edeffdfd5: Verifying Checksum
13:46:25 cb7edeffdfd5: Download complete
13:46:25 54196fe38f7e: Verifying Checksum
13:46:25 54196fe38f7e: Download complete
13:46:25 cc28bd76800f: Pull complete
13:46:25 ea71acc29633: Verifying Checksum
13:46:25 ea71acc29633: Download complete
13:46:25 cc28bd76800f: Verifying Checksum
13:46:25 cc28bd76800f: Download complete
13:46:25 657cc4c15165: Verifying Checksum
13:46:25 657cc4c15165: Download complete
13:46:25 54196fe38f7e: Pull complete
13:46:26 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
13:46:26 8cf8c67d60a8: Verifying Checksum
13:46:26 8cf8c67d60a8: Download complete
13:46:26 d056fddfe926: Verifying Checksum
13:46:26 d056fddfe926: Download complete
13:46:26 1af747129387: Verifying Checksum
13:46:26 1af747129387: Download complete
13:46:26 ea71acc29633: Pull complete
13:46:26 657cc4c15165: Pull complete
13:46:26 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
13:46:26 8321b55f59e5: Verifying Checksum
13:46:26 8321b55f59e5: Download complete
13:46:26 9916639b8fcc: Verifying Checksum
13:46:26 9916639b8fcc: Download complete
13:46:26 9a9719650a10: Verifying Checksum
13:46:26 9a9719650a10: Download complete
13:46:26 91d950505eb7: Verifying Checksum
13:46:26 91d950505eb7: Download complete
13:46:26 1af747129387: Pull complete
13:46:26 8cf8c67d60a8: Pull complete
13:46:26 d056fddfe926: Pull complete
13:46:26 df20fa9351a1: Pull complete
13:46:26 46e300cec669: Pull complete
13:46:26 63038576ad94: Pull complete
13:46:26 0fdb76c4706c: Pull complete
13:46:26 cb7edeffdfd5: Pull complete
13:46:26 8321b55f59e5: Pull complete
13:46:26 9916639b8fcc: Pull complete
13:46:26 46e300cec669: Verifying Checksum
13:46:26 46e300cec669: Download complete
13:46:26 Commit message: "Post-release v4.4.0"
13:46:27 9a9719650a10: Pull complete
13:46:27 cc28bd76800f: Pull complete
13:46:27 54196fe38f7e: Pull complete
13:46:27 91d950505eb7: Pull complete
13:46:27 Digest: sha256:390694b49000e2e4c0f1093d38e270a0c324da2cd8087e7cfcff3f2879f71632
13:46:27 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
[Pipeline] withDockerRegistry
13:46:27 ea71acc29633: Pull complete
[Pipeline] {
[Pipeline] sh
13:46:27 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
13:46:27 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  3%]
13:46:27 657cc4c15165: Pull complete
13:46:27 25ad7478873d: Pull complete
13:46:27 + docker network create dpy-testnet-5-0-py3.7-20.10.0-rc1
13:46:27 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
13:46:28 1af747129387: Pull complete
13:46:28 4684f6177b5d: Pull complete
13:46:28 b5164af8d656082cfcf15db2771d8c4b9bf6cf08eb3fc76f28804664d8b893c7
[Pipeline] sh
13:46:28 8cf8c67d60a8: Pull 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-2707@tmp/53b5bed1-31c9-4fea-8348-6c5e5474ad22/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
13:46:28 + docker run --rm -d --name dpy-dind-5-0-py3.7-20.10.0-rc1 -v /tmp --privileged --network dpy-testnet-5-0-py3.7-20.10.0-rc1 dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 dockerd -H tcp://0.0.0.0:2375
13:46:28 Unable to find image 'dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7' locally
13:46:28 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
13:46:28 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
13:46:28 d056fddfe926: Pull complete
13:46:28 8321b55f59e5: Pull complete
13:46:28 sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7: Pulling from dockerbuildbot/docker-py
13:46:28 df20fa9351a1: Pulling fs layer
13:46:28 25ad7478873d: Pulling fs layer
13:46:28 4684f6177b5d: Pulling fs layer
13:46:28 46e300cec669: Pulling fs layer
13:46:28 63038576ad94: Pulling fs layer
13:46:28 0fdb76c4706c: Pulling fs layer
13:46:28 cb7edeffdfd5: Pulling fs layer
13:46:28 cc28bd76800f: Pulling fs layer
13:46:28 54196fe38f7e: Pulling fs layer
13:46:28 ea71acc29633: Pulling fs layer
13:46:28 657cc4c15165: Pulling fs layer
13:46:28 1af747129387: Pulling fs layer
13:46:28 8cf8c67d60a8: Pulling fs layer
13:46:28 d056fddfe926: Pulling fs layer
13:46:28 8321b55f59e5: Pulling fs layer
13:46:28 9916639b8fcc: Pulling fs layer
13:46:28 9a9719650a10: Pulling fs layer
13:46:28 91d950505eb7: Pulling fs layer
13:46:28 46e300cec669: Waiting
13:46:28 63038576ad94: Waiting
13:46:28 0fdb76c4706c: Waiting
13:46:28 cb7edeffdfd5: Waiting
13:46:28 cc28bd76800f: Waiting
13:46:28 54196fe38f7e: Waiting
13:46:28 ea71acc29633: Waiting
13:46:28 657cc4c15165: Waiting
13:46:28 1af747129387: Waiting
13:46:28 8cf8c67d60a8: Waiting
13:46:28 d056fddfe926: Waiting
13:46:28 8321b55f59e5: Waiting
13:46:28 9916639b8fcc: Waiting
13:46:28 9a9719650a10: Waiting
13:46:28 91d950505eb7: Waiting
13:46:28 4684f6177b5d: Verifying Checksum
13:46:28 4684f6177b5d: Download complete
13:46:28 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
13:46:28 9916639b8fcc: Pull complete
13:46:28 Commit message: "Post-release v4.4.0"
13:46:29 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
13:46:29 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
13:46:29 25ad7478873d: Verifying Checksum
13:46:29 25ad7478873d: Download complete
13:46:29 df20fa9351a1: Verifying Checksum
13:46:29 df20fa9351a1: Download complete
13:46:29 63038576ad94: Verifying Checksum
13:46:29 63038576ad94: Download complete
13:46:29 0fdb76c4706c: Verifying Checksum
13:46:29 0fdb76c4706c: Download complete
13:46:29 cb7edeffdfd5: Verifying Checksum
13:46:29 cb7edeffdfd5: Download complete
13:46:29 9a9719650a10: Pull complete
13:46:29 91d950505eb7: Pull complete
13:46:29 Digest: sha256:390694b49000e2e4c0f1093d38e270a0c324da2cd8087e7cfcff3f2879f71632
13:46:29 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:46:29 54196fe38f7e: Verifying Checksum
13:46:29 54196fe38f7e: Download complete
13:46:29 ea71acc29633: Verifying Checksum
13:46:29 ea71acc29633: Download complete
13:46:29 cc28bd76800f: Verifying Checksum
13:46:29 cc28bd76800f: Download complete
13:46:29 657cc4c15165: Verifying Checksum
13:46:29 657cc4c15165: Download complete
13:46:29 8cf8c67d60a8: Download complete
13:46:29 1af747129387: Verifying Checksum
13:46:29 1af747129387: Download complete
13:46:29 d056fddfe926: Verifying Checksum
13:46:29 d056fddfe926: Download complete
13:46:29 8321b55f59e5: Verifying Checksum
13:46:29 8321b55f59e5: Download complete
[Pipeline] withDockerRegistry
13:46:29 9a9719650a10: Verifying Checksum
13:46:29 9a9719650a10: Download complete
13:46:29 9916639b8fcc: Verifying Checksum
13:46:29 9916639b8fcc: Download complete
13:46:29 91d950505eb7: Verifying Checksum
13:46:29 91d950505eb7: Download complete
13:46:29 5a7929ffc1b7846be89ef15c46e7a6ba8acc4b26a00af2525276add7b5e0ba82
[Pipeline] {
[Pipeline] sh
13:46:30 df20fa9351a1: Pull complete
[Pipeline] sh
13:46:30 + docker network create dpy-testnet-5-0-py3.7-19.03.13
13:46:30 504672ef4aadbbbbd96a47d54e307042b2d4d7c3f9e103904c1df344b2388e7d
[Pipeline] sh
13:46:30 46e300cec669: Verifying Checksum
13:46:30 46e300cec669: Download complete
13:46:30 + docker run --rm --name dpy-tests-5-0-py2.7-19.03.13 -e DOCKER_HOST=tcp://dpy-dind-5-0-py2.7-19.03.13:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-5-0-py2.7-19.03.13 --volumes-from dpy-dind-5-0-py2.7-19.03.13 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
13:46:30 Unable to find image 'dockerbuildbot/docker-py:py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7' locally
13:46:30 py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7: Pulling from dockerbuildbot/docker-py
13:46:30 7e2b2a5af8f6: Pulling fs layer
13:46:30 09b6f03ffac4: Pulling fs layer
13:46:30 dc3f0c679f0f: Pulling fs layer
13:46:30 fd4b47407fc3: Pulling fs layer
13:46:30 b32f6bf7d96d: Pulling fs layer
13:46:30 6f4489a7e4cf: Pulling fs layer
13:46:30 af4b99ad9ef0: Pulling fs layer
13:46:30 39db0bc48c26: Pulling fs layer
13:46:30 acb4a89489fc: Pulling fs layer
13:46:30 1bb0dddabdeb: Pulling fs layer
13:46:30 f230ccea30ab: Pulling fs layer
13:46:30 e9917b760fbc: Pulling fs layer
13:46:30 fbdc26538836: Pulling fs layer
13:46:30 4ca6fb84ecb3: Pulling fs layer
13:46:30 3cb67a4032a3: Pulling fs layer
13:46:30 c60c70c20e8c: Pulling fs layer
13:46:30 628e75d57414: Pulling fs layer
13:46:30 1813a248ac8c: Pulling fs layer
13:46:30 faee33fde219: Pulling fs layer
13:46:30 4600caa662d5: Pulling fs layer
13:46:30 e3f93d8112d6: Pulling fs layer
13:46:30 8993332c2f85: Pulling fs layer
13:46:30 274a5ebbb95b: Pulling fs layer
13:46:30 8d0fe654ecdd: Pulling fs layer
13:46:30 b9f78cf74a97: Pulling fs layer
13:46:30 580195451748: Pulling fs layer
13:46:30 fd4b47407fc3: Waiting
13:46:30 b32f6bf7d96d: Waiting
13:46:30 6f4489a7e4cf: Waiting
13:46:30 af4b99ad9ef0: Waiting
13:46:30 39db0bc48c26: Waiting
13:46:30 acb4a89489fc: Waiting
13:46:30 1bb0dddabdeb: Waiting
13:46:30 f230ccea30ab: Waiting
13:46:30 e9917b760fbc: Waiting
13:46:30 fbdc26538836: Waiting
13:46:30 4ca6fb84ecb3: Waiting
13:46:30 3cb67a4032a3: Waiting
13:46:30 c60c70c20e8c: Waiting
13:46:30 628e75d57414: Waiting
13:46:30 1813a248ac8c: Waiting
13:46:30 faee33fde219: Waiting
13:46:30 4600caa662d5: Waiting
13:46:30 e3f93d8112d6: Waiting
13:46:30 8993332c2f85: Waiting
13:46:30 274a5ebbb95b: Waiting
13:46:30 8d0fe654ecdd: Waiting
13:46:30 b9f78cf74a97: Waiting
13:46:30 580195451748: Waiting
13:46:30 + docker run --rm -d --name dpy-dind-5-0-py3.7-19.03.13 -v /tmp --privileged --network dpy-testnet-5-0-py3.7-19.03.13 dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 dockerd -H tcp://0.0.0.0:2375
13:46:30 Unable to find image 'dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7' locally
13:46:30 sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7: Pulling from dockerbuildbot/docker-py
13:46:30 df20fa9351a1: Pulling fs layer
13:46:30 25ad7478873d: Pulling fs layer
13:46:30 4684f6177b5d: Pulling fs layer
13:46:30 46e300cec669: Pulling fs layer
13:46:30 63038576ad94: Pulling fs layer
13:46:30 0fdb76c4706c: Pulling fs layer
13:46:30 cb7edeffdfd5: Pulling fs layer
13:46:30 cc28bd76800f: Pulling fs layer
13:46:30 54196fe38f7e: Pulling fs layer
13:46:30 ea71acc29633: Pulling fs layer
13:46:30 657cc4c15165: Pulling fs layer
13:46:30 1af747129387: Pulling fs layer
13:46:30 8cf8c67d60a8: Pulling fs layer
13:46:30 d056fddfe926: Pulling fs layer
13:46:30 8321b55f59e5: Pulling fs layer
13:46:30 9916639b8fcc: Pulling fs layer
13:46:30 9a9719650a10: Pulling fs layer
13:46:30 91d950505eb7: Pulling fs layer
13:46:30 ea71acc29633: Waiting
13:46:30 657cc4c15165: Waiting
13:46:30 1af747129387: Waiting
13:46:30 8cf8c67d60a8: Waiting
13:46:30 d056fddfe926: Waiting
13:46:30 8321b55f59e5: Waiting
13:46:30 9916639b8fcc: Waiting
13:46:30 9a9719650a10: Waiting
13:46:30 91d950505eb7: Waiting
13:46:30 63038576ad94: Waiting
13:46:30 0fdb76c4706c: Waiting
13:46:30 cb7edeffdfd5: Waiting
13:46:30 cc28bd76800f: Waiting
13:46:30 54196fe38f7e: Waiting
13:46:30 46e300cec669: Waiting
13:46:30 4684f6177b5d: Verifying Checksum
13:46:30 4684f6177b5d: 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-2707@tmp/ea5c4784-74bd-4b3a-a63e-96f270c3ff6b/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
13:46:30 25ad7478873d: Verifying Checksum
13:46:30 25ad7478873d: Download complete
13:46:30 63038576ad94: Verifying Checksum
13:46:30 63038576ad94: Download complete
13:46:30 df20fa9351a1: Verifying Checksum
13:46:30 df20fa9351a1: Download complete
13:46:30 25ad7478873d: Pull complete
13:46:31 f3ac0c9d1c4f32a54cce31df7b22aee39728a842510828722c44098898ad529b
13:46:31 0fdb76c4706c: Verifying Checksum
13:46:31 0fdb76c4706c: Download complete
13:46:31 cb7edeffdfd5: Verifying Checksum
13:46:31 cb7edeffdfd5: Download complete
13:46:31 54196fe38f7e: Verifying Checksum
13:46:31 54196fe38f7e: Download complete
13:46:31 4684f6177b5d: Pull complete
[Pipeline] sh
13:46:31 09b6f03ffac4: Verifying Checksum
13:46:31 09b6f03ffac4: Download complete
13:46:31 cc28bd76800f: Verifying Checksum
13:46:31 cc28bd76800f: Download complete
13:46:31 ea71acc29633: Verifying Checksum
13:46:31 ea71acc29633: Download complete
13:46:31 657cc4c15165: Verifying Checksum
13:46:31 657cc4c15165: Download complete
13:46:31 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
13:46:31 dc3f0c679f0f: Verifying Checksum
13:46:31 dc3f0c679f0f: Download complete
13:46:31 1af747129387: Verifying Checksum
13:46:31 1af747129387: Download complete
13:46:31 8cf8c67d60a8: Verifying Checksum
13:46:31 8cf8c67d60a8: Download complete
13:46:31 d056fddfe926: Verifying Checksum
13:46:31 d056fddfe926: Download complete
13:46:31 8321b55f59e5: Verifying Checksum
13:46:31 8321b55f59e5: Download complete
13:46:31 9916639b8fcc: Verifying Checksum
13:46:31 9916639b8fcc: Download complete
13:46:31 9a9719650a10: Verifying Checksum
13:46:31 9a9719650a10: Download complete
13:46:31 91d950505eb7: Verifying Checksum
13:46:31 91d950505eb7: Download complete
13:46:31 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
13:46:31 df20fa9351a1: Pull complete
13:46:32 + docker run --rm --name dpy-tests-5-0-py2.7-20.10.0-rc1 -e DOCKER_HOST=tcp://dpy-dind-5-0-py2.7-20.10.0-rc1:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-5-0-py2.7-20.10.0-rc1 --volumes-from dpy-dind-5-0-py2.7-20.10.0-rc1 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
13:46:32 Unable to find image 'dockerbuildbot/docker-py:py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7' locally
13:46:32 py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7: Pulling from dockerbuildbot/docker-py
13:46:32 7e2b2a5af8f6: Pulling fs layer
13:46:32 09b6f03ffac4: Pulling fs layer
13:46:32 dc3f0c679f0f: Pulling fs layer
13:46:32 fd4b47407fc3: Pulling fs layer
13:46:32 b32f6bf7d96d: Pulling fs layer
13:46:32 6f4489a7e4cf: Pulling fs layer
13:46:32 af4b99ad9ef0: Pulling fs layer
13:46:32 39db0bc48c26: Pulling fs layer
13:46:32 acb4a89489fc: Pulling fs layer
13:46:32 1bb0dddabdeb: Pulling fs layer
13:46:32 f230ccea30ab: Pulling fs layer
13:46:32 e9917b760fbc: Pulling fs layer
13:46:32 fbdc26538836: Pulling fs layer
13:46:32 4ca6fb84ecb3: Pulling fs layer
13:46:32 3cb67a4032a3: Pulling fs layer
13:46:32 c60c70c20e8c: Pulling fs layer
13:46:32 628e75d57414: Pulling fs layer
13:46:32 1813a248ac8c: Pulling fs layer
13:46:32 faee33fde219: Pulling fs layer
13:46:32 4600caa662d5: Pulling fs layer
13:46:32 e3f93d8112d6: Pulling fs layer
13:46:32 8993332c2f85: Pulling fs layer
13:46:32 274a5ebbb95b: Pulling fs layer
13:46:32 8d0fe654ecdd: Pulling fs layer
13:46:32 b9f78cf74a97: Pulling fs layer
13:46:32 580195451748: Pulling fs layer
13:46:32 4ca6fb84ecb3: Waiting
13:46:32 3cb67a4032a3: Waiting
13:46:32 c60c70c20e8c: Waiting
13:46:32 628e75d57414: Waiting
13:46:32 1813a248ac8c: Waiting
13:46:32 faee33fde219: Waiting
13:46:32 4600caa662d5: Waiting
13:46:32 e3f93d8112d6: Waiting
13:46:32 8993332c2f85: Waiting
13:46:32 274a5ebbb95b: Waiting
13:46:32 8d0fe654ecdd: Waiting
13:46:32 b9f78cf74a97: Waiting
13:46:32 580195451748: Waiting
13:46:32 af4b99ad9ef0: Waiting
13:46:32 39db0bc48c26: Waiting
13:46:32 acb4a89489fc: Waiting
13:46:32 1bb0dddabdeb: Waiting
13:46:32 f230ccea30ab: Waiting
13:46:32 e9917b760fbc: Waiting
13:46:32 fbdc26538836: Waiting
13:46:32 fd4b47407fc3: Waiting
13:46:32 6f4489a7e4cf: Waiting
13:46:32 b32f6bf7d96d: Waiting
13:46:32 09b6f03ffac4: Verifying Checksum
13:46:32 09b6f03ffac4: Download complete
13:46:32 dc3f0c679f0f: Verifying Checksum
13:46:32 dc3f0c679f0f: Download complete
13:46:32 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
13:46:32 25ad7478873d: Pull complete
13:46:32 46e300cec669: Verifying Checksum
13:46:32 46e300cec669: Download complete
13:46:33 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
13:46:33 46e300cec669: Pull complete
13:46:33 63038576ad94: Pull complete
13:46:33 0fdb76c4706c: Pull complete
13:46:33 cb7edeffdfd5: Pull complete
13:46:33 4684f6177b5d: Pull complete
13:46:34 cc28bd76800f: Pull complete
13:46:34 54196fe38f7e: Pull complete
13:46:34 fd4b47407fc3: Verifying Checksum
13:46:34 fd4b47407fc3: Download complete
13:46:34 7e2b2a5af8f6: Verifying Checksum
13:46:34 7e2b2a5af8f6: Download complete
13:46:34 6f4489a7e4cf: Verifying Checksum
13:46:34 6f4489a7e4cf: Download complete
13:46:34 ea71acc29633: Pull complete
13:46:34 657cc4c15165: Pull complete
13:46:34 39db0bc48c26: Verifying Checksum
13:46:34 39db0bc48c26: Download complete
13:46:34 af4b99ad9ef0: Verifying Checksum
13:46:34 af4b99ad9ef0: Download complete
13:46:34 1bb0dddabdeb: Verifying Checksum
13:46:34 1bb0dddabdeb: Download complete
13:46:34 1af747129387: Pull complete
13:46:34 7e2b2a5af8f6: Verifying Checksum
13:46:34 7e2b2a5af8f6: Download complete
13:46:34 acb4a89489fc: Verifying Checksum
13:46:34 acb4a89489fc: Download complete
13:46:34 e9917b760fbc: Verifying Checksum
13:46:34 e9917b760fbc: Download complete
13:46:34 8cf8c67d60a8: Pull complete
13:46:34 6f4489a7e4cf: Verifying Checksum
13:46:34 6f4489a7e4cf: Download complete
13:46:34 fd4b47407fc3: Verifying Checksum
13:46:34 fd4b47407fc3: Download complete
13:46:35 f230ccea30ab: Verifying Checksum
13:46:35 f230ccea30ab: Download complete
13:46:35 fbdc26538836: Verifying Checksum
13:46:35 fbdc26538836: Download complete
13:46:35 4ca6fb84ecb3: Verifying Checksum
13:46:35 4ca6fb84ecb3: Download complete
13:46:35 3cb67a4032a3: Verifying Checksum
13:46:35 3cb67a4032a3: Download complete
13:46:35 c60c70c20e8c: Verifying Checksum
13:46:35 c60c70c20e8c: Download complete
13:46:35 628e75d57414: Verifying Checksum
13:46:35 628e75d57414: Download complete
13:46:35 39db0bc48c26: Verifying Checksum
13:46:35 39db0bc48c26: Download complete
13:46:35 1813a248ac8c: Verifying Checksum
13:46:35 1813a248ac8c: Download complete
13:46:35 faee33fde219: Verifying Checksum
13:46:35 faee33fde219: Download complete
13:46:35 4600caa662d5: Verifying Checksum
13:46:35 4600caa662d5: Download complete
13:46:35 e3f93d8112d6: Verifying Checksum
13:46:35 e3f93d8112d6: Download complete
13:46:35 af4b99ad9ef0: Verifying Checksum
13:46:35 af4b99ad9ef0: Download complete
13:46:35 d056fddfe926: Pull complete
13:46:35 274a5ebbb95b: Verifying Checksum
13:46:35 274a5ebbb95b: Download complete
13:46:35 1bb0dddabdeb: Verifying Checksum
13:46:35 1bb0dddabdeb: Download complete
13:46:35 8321b55f59e5: Pull complete
13:46:35 9916639b8fcc: Pull complete
13:46:35 8d0fe654ecdd: Verifying Checksum
13:46:35 8d0fe654ecdd: Download complete
13:46:35 8993332c2f85: Verifying Checksum
13:46:35 8993332c2f85: Download complete
13:46:36 acb4a89489fc: Verifying Checksum
13:46:36 acb4a89489fc: Download complete
13:46:36 e9917b760fbc: Verifying Checksum
13:46:36 e9917b760fbc: Download complete
13:46:36 9a9719650a10: Pull complete
13:46:36 b9f78cf74a97: Verifying Checksum
13:46:36 b9f78cf74a97: Download complete
13:46:36 580195451748: Verifying Checksum
13:46:36 580195451748: Download complete
13:46:36 f230ccea30ab: Verifying Checksum
13:46:36 f230ccea30ab: Download complete
13:46:36 fbdc26538836: Verifying Checksum
13:46:36 fbdc26538836: Download complete
13:46:36 4ca6fb84ecb3: Verifying Checksum
13:46:36 4ca6fb84ecb3: Download complete
13:46:36 91d950505eb7: Pull complete
13:46:36 Digest: sha256:390694b49000e2e4c0f1093d38e270a0c324da2cd8087e7cfcff3f2879f71632
13:46:36 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:46:36 46e300cec669: Pull complete
13:46:36 63038576ad94: Pull complete
13:46:36 0fdb76c4706c: Pull complete
13:46:36 3cb67a4032a3: Verifying Checksum
13:46:36 3cb67a4032a3: Download complete
13:46:36 c60c70c20e8c: Verifying Checksum
13:46:36 c60c70c20e8c: Download complete
13:46:36 628e75d57414: Verifying Checksum
13:46:36 628e75d57414: Download complete
13:46:36 1813a248ac8c: Verifying Checksum
13:46:36 1813a248ac8c: Download complete
13:46:36 4600caa662d5: Verifying Checksum
13:46:36 4600caa662d5: Download complete
13:46:36 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
13:46:36 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
13:46:36 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
13:46:36 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
13:46:36 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
13:46:36 cb7edeffdfd5: Pull complete
13:46:36 faee33fde219: Verifying Checksum
13:46:36 faee33fde219: Download complete
13:46:36 e3f93d8112d6: Download complete
13:46:36 274a5ebbb95b: Verifying Checksum
13:46:36 274a5ebbb95b: Download complete
13:46:37 8993332c2f85: Verifying Checksum
13:46:37 8993332c2f85: Download complete
13:46:37 8d0fe654ecdd: Verifying Checksum
13:46:37 8d0fe654ecdd: Download complete
13:46:37 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
13:46:37 cc28bd76800f: Pull complete
13:46:37 54196fe38f7e: Pull complete
13:46:37 b9f78cf74a97: Verifying Checksum
13:46:37 b9f78cf74a97: Download complete
13:46:37 580195451748: Verifying Checksum
13:46:37 580195451748: Download complete
13:46:37 ea71acc29633: Pull complete
13:46:37 b32f6bf7d96d: Verifying Checksum
13:46:37 b32f6bf7d96d: Download complete
13:46:37 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
13:46:37 657cc4c15165: Pull complete
13:46:38 1af747129387: Pull complete
13:46:38 b32f6bf7d96d: Verifying Checksum
13:46:38 b32f6bf7d96d: Download complete
13:46:38 8cf8c67d60a8: Pull complete
13:46:38 d056fddfe926: Pull complete
13:46:38 8321b55f59e5: Pull complete
13:46:38 9916639b8fcc: Pull complete
13:46:39 46e300cec669: Pull complete
13:46:39 63038576ad94: Pull complete
13:46:39 9a9719650a10: Pull complete
13:46:39 91d950505eb7: Pull complete
13:46:39 Digest: sha256:390694b49000e2e4c0f1093d38e270a0c324da2cd8087e7cfcff3f2879f71632
13:46:39 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:46:39 0fdb76c4706c: Pull complete
13:46:39 cb7edeffdfd5: Pull complete
13:46:39 eeeae5d18bd0392af828985552c7e0416aa92c6334b48c15273c729d6462a34d
[Pipeline] sh
13:46:40 cc28bd76800f: Pull complete
13:46:40 7e2b2a5af8f6: Pull complete
13:46:40 54196fe38f7e: Pull complete
13:46:40 ea71acc29633: Pull complete
13:46:40 657cc4c15165: Pull complete
13:46:40 1af747129387: Pull complete
13:46:40 + docker run --rm --name dpy-tests-5-0-py3.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-5-0-py3.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-5-0-py3.7-19.03.12 --volumes-from dpy-dind-5-0-py3.7-19.03.12 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
13:46:40 Unable to find image 'dockerbuildbot/docker-py:py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7' locally
13:46:40 7e2b2a5af8f6: Pull complete
13:46:40 8cf8c67d60a8: Pull complete
13:46:40 d056fddfe926: Pull complete
13:46:40 09b6f03ffac4: Pull complete
13:46:41 8321b55f59e5: Pull complete
13:46:41 9916639b8fcc: Pull complete
13:46:41 9a9719650a10: Pull complete
13:46:41 09b6f03ffac4: Pull complete
13:46:41 91d950505eb7: Pull complete
13:46:41 Digest: sha256:390694b49000e2e4c0f1093d38e270a0c324da2cd8087e7cfcff3f2879f71632
13:46:41 py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7: Pulling from dockerbuildbot/docker-py
13:46:41 756975cb9c7e: Pulling fs layer
13:46:41 d77915b4e630: Pulling fs layer
13:46:41 5f37a0a41b6b: Pulling fs layer
13:46:41 96b2c1e36db5: Pulling fs layer
13:46:41 c495e8de12d2: Pulling fs layer
13:46:41 33382189822a: Pulling fs layer
13:46:41 6eaa0b6b8562: Pulling fs layer
13:46:41 adbdcbacafe9: Pulling fs layer
13:46:41 f860607a6cd9: Pulling fs layer
13:46:41 de13b5e7ab8f: Pulling fs layer
13:46:41 d4508e01ce86: Pulling fs layer
13:46:41 00b9ca83a5d4: Pulling fs layer
13:46:41 108fc0c487c7: Pulling fs layer
13:46:41 3cebed15ba7f: Pulling fs layer
13:46:41 5ab752dfadf5: Pulling fs layer
13:46:41 91ce7d90135f: Pulling fs layer
13:46:41 8e98d146c353: Pulling fs layer
13:46:41 52a85c31bbe3: Pulling fs layer
13:46:41 09faf98aa23c: Pulling fs layer
13:46:41 2d05b425271f: Pulling fs layer
13:46:41 e17f9cb42093: Pulling fs layer
13:46:41 675a779d6848: Pulling fs layer
13:46:41 19b27aa0848c: Pulling fs layer
13:46:41 b39750482d8f: Pulling fs layer
13:46:41 52a42d8fa58d: Pulling fs layer
13:46:41 3dd92c5e2bf0: Pulling fs layer
13:46:41 96b2c1e36db5: Waiting
13:46:41 c495e8de12d2: Waiting
13:46:41 33382189822a: Waiting
13:46:41 6eaa0b6b8562: Waiting
13:46:41 adbdcbacafe9: Waiting
13:46:41 f860607a6cd9: Waiting
13:46:41 de13b5e7ab8f: Waiting
13:46:41 d4508e01ce86: Waiting
13:46:41 00b9ca83a5d4: Waiting
13:46:41 108fc0c487c7: Waiting
13:46:41 3cebed15ba7f: Waiting
13:46:41 5ab752dfadf5: Waiting
13:46:41 91ce7d90135f: Waiting
13:46:41 8e98d146c353: Waiting
13:46:41 52a85c31bbe3: Waiting
13:46:41 09faf98aa23c: Waiting
13:46:41 2d05b425271f: Waiting
13:46:41 e17f9cb42093: Waiting
13:46:41 675a779d6848: Waiting
13:46:41 19b27aa0848c: Waiting
13:46:41 b39750482d8f: Waiting
13:46:41 52a42d8fa58d: Waiting
13:46:41 3dd92c5e2bf0: Waiting
13:46:41 dc3f0c679f0f: Pull complete
13:46:41 dc3f0c679f0f: Pull complete
13:46:41 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:46:41 d77915b4e630: Verifying Checksum
13:46:41 d77915b4e630: Download complete
13:46:42 5f37a0a41b6b: Verifying Checksum
13:46:42 5f37a0a41b6b: Download complete
13:46:42 41f3ec99d98c72392e15342eb44340292f4c1846d8b6a6ea179cf37ac2c515fa
[Pipeline] sh
13:46:42 + docker run --rm --name dpy-tests-5-0-py3.7-20.10.0-rc1 -e DOCKER_HOST=tcp://dpy-dind-5-0-py3.7-20.10.0-rc1:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-5-0-py3.7-20.10.0-rc1 --volumes-from dpy-dind-5-0-py3.7-20.10.0-rc1 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
13:46:42 Unable to find image 'dockerbuildbot/docker-py:py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7' locally
13:46:43 py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7: Pulling from dockerbuildbot/docker-py
13:46:43 756975cb9c7e: Pulling fs layer
13:46:43 d77915b4e630: Pulling fs layer
13:46:43 5f37a0a41b6b: Pulling fs layer
13:46:43 96b2c1e36db5: Pulling fs layer
13:46:43 c495e8de12d2: Pulling fs layer
13:46:43 33382189822a: Pulling fs layer
13:46:43 6eaa0b6b8562: Pulling fs layer
13:46:43 adbdcbacafe9: Pulling fs layer
13:46:43 f860607a6cd9: Pulling fs layer
13:46:43 de13b5e7ab8f: Pulling fs layer
13:46:43 d4508e01ce86: Pulling fs layer
13:46:43 00b9ca83a5d4: Pulling fs layer
13:46:43 108fc0c487c7: Pulling fs layer
13:46:43 3cebed15ba7f: Pulling fs layer
13:46:43 5ab752dfadf5: Pulling fs layer
13:46:43 91ce7d90135f: Pulling fs layer
13:46:43 8e98d146c353: Pulling fs layer
13:46:43 52a85c31bbe3: Pulling fs layer
13:46:43 09faf98aa23c: Pulling fs layer
13:46:43 2d05b425271f: Pulling fs layer
13:46:43 e17f9cb42093: Pulling fs layer
13:46:43 675a779d6848: Pulling fs layer
13:46:43 19b27aa0848c: Pulling fs layer
13:46:43 b39750482d8f: Pulling fs layer
13:46:43 52a42d8fa58d: Pulling fs layer
13:46:43 3dd92c5e2bf0: Pulling fs layer
13:46:43 96b2c1e36db5: Waiting
13:46:43 c495e8de12d2: Waiting
13:46:43 33382189822a: Waiting
13:46:43 6eaa0b6b8562: Waiting
13:46:43 adbdcbacafe9: Waiting
13:46:43 f860607a6cd9: Waiting
13:46:43 de13b5e7ab8f: Waiting
13:46:43 d4508e01ce86: Waiting
13:46:43 00b9ca83a5d4: Waiting
13:46:43 108fc0c487c7: Waiting
13:46:43 3cebed15ba7f: Waiting
13:46:43 5ab752dfadf5: Waiting
13:46:43 91ce7d90135f: Waiting
13:46:43 8e98d146c353: Waiting
13:46:43 52a85c31bbe3: Waiting
13:46:43 09faf98aa23c: Waiting
13:46:43 2d05b425271f: Waiting
13:46:43 e17f9cb42093: Waiting
13:46:43 675a779d6848: Waiting
13:46:43 19b27aa0848c: Waiting
13:46:43 b39750482d8f: Waiting
13:46:43 52a42d8fa58d: Waiting
13:46:43 3dd92c5e2bf0: Waiting
13:46:43 756975cb9c7e: Verifying Checksum
13:46:43 756975cb9c7e: Download complete
13:46:43 d77915b4e630: Verifying Checksum
13:46:43 d77915b4e630: Download complete
13:46:43 5f37a0a41b6b: Verifying Checksum
13:46:43 5f37a0a41b6b: Download complete
13:46:44 33382189822a: Verifying Checksum
13:46:44 33382189822a: Download complete
13:46:44 98ff16a8f46b34f2f636f8d606f1b26859c4b563d05f90dc8d439d20fe93b8af
[Pipeline] sh
13:46:44 + docker run --rm --name dpy-tests-5-0-py3.7-19.03.13 -e DOCKER_HOST=tcp://dpy-dind-5-0-py3.7-19.03.13:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-5-0-py3.7-19.03.13 --volumes-from dpy-dind-5-0-py3.7-19.03.13 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
13:46:44 Unable to find image 'dockerbuildbot/docker-py:py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7' locally
13:46:44 96b2c1e36db5: Verifying Checksum
13:46:44 96b2c1e36db5: Download complete
13:46:44 adbdcbacafe9: Verifying Checksum
13:46:44 adbdcbacafe9: Download complete
13:46:44 6eaa0b6b8562: Verifying Checksum
13:46:44 6eaa0b6b8562: Download complete
13:46:44 de13b5e7ab8f: Verifying Checksum
13:46:44 de13b5e7ab8f: Download complete
13:46:44 f860607a6cd9: Verifying Checksum
13:46:44 f860607a6cd9: Download complete
13:46:44 00b9ca83a5d4: Verifying Checksum
13:46:44 00b9ca83a5d4: Download complete
13:46:44 108fc0c487c7: Verifying Checksum
13:46:44 108fc0c487c7: Download complete
13:46:45 3cebed15ba7f: Verifying Checksum
13:46:45 3cebed15ba7f: Download complete
13:46:45 5ab752dfadf5: Verifying Checksum
13:46:45 5ab752dfadf5: Download complete
13:46:45 91ce7d90135f: Verifying Checksum
13:46:45 91ce7d90135f: Download complete
13:46:45 py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7: Pulling from dockerbuildbot/docker-py
13:46:45 756975cb9c7e: Pulling fs layer
13:46:45 d77915b4e630: Pulling fs layer
13:46:45 5f37a0a41b6b: Pulling fs layer
13:46:45 96b2c1e36db5: Pulling fs layer
13:46:45 c495e8de12d2: Pulling fs layer
13:46:45 33382189822a: Pulling fs layer
13:46:45 6eaa0b6b8562: Pulling fs layer
13:46:45 adbdcbacafe9: Pulling fs layer
13:46:45 f860607a6cd9: Pulling fs layer
13:46:45 de13b5e7ab8f: Pulling fs layer
13:46:45 d4508e01ce86: Pulling fs layer
13:46:45 00b9ca83a5d4: Pulling fs layer
13:46:45 108fc0c487c7: Pulling fs layer
13:46:45 3cebed15ba7f: Pulling fs layer
13:46:45 5ab752dfadf5: Pulling fs layer
13:46:45 91ce7d90135f: Pulling fs layer
13:46:45 8e98d146c353: Pulling fs layer
13:46:45 52a85c31bbe3: Pulling fs layer
13:46:45 09faf98aa23c: Pulling fs layer
13:46:45 2d05b425271f: Pulling fs layer
13:46:45 e17f9cb42093: Pulling fs layer
13:46:45 675a779d6848: Pulling fs layer
13:46:45 19b27aa0848c: Pulling fs layer
13:46:45 b39750482d8f: Pulling fs layer
13:46:45 52a42d8fa58d: Pulling fs layer
13:46:45 3dd92c5e2bf0: Pulling fs layer
13:46:45 3cebed15ba7f: Waiting
13:46:45 5ab752dfadf5: Waiting
13:46:45 91ce7d90135f: Waiting
13:46:45 8e98d146c353: Waiting
13:46:45 52a85c31bbe3: Waiting
13:46:45 09faf98aa23c: Waiting
13:46:45 2d05b425271f: Waiting
13:46:45 e17f9cb42093: Waiting
13:46:45 675a779d6848: Waiting
13:46:45 19b27aa0848c: Waiting
13:46:45 b39750482d8f: Waiting
13:46:45 52a42d8fa58d: Waiting
13:46:45 3dd92c5e2bf0: Waiting
13:46:45 96b2c1e36db5: Waiting
13:46:45 c495e8de12d2: Waiting
13:46:45 33382189822a: Waiting
13:46:45 6eaa0b6b8562: Waiting
13:46:45 adbdcbacafe9: Waiting
13:46:45 f860607a6cd9: Waiting
13:46:45 de13b5e7ab8f: Waiting
13:46:45 d4508e01ce86: Waiting
13:46:45 00b9ca83a5d4: Waiting
13:46:45 108fc0c487c7: Waiting
13:46:45 8e98d146c353: Verifying Checksum
13:46:45 8e98d146c353: Download complete
13:46:45 d4508e01ce86: Verifying Checksum
13:46:45 d4508e01ce86: Download complete
13:46:45 52a85c31bbe3: Verifying Checksum
13:46:45 52a85c31bbe3: Download complete
13:46:45 2d05b425271f: Verifying Checksum
13:46:45 2d05b425271f: Download complete
13:46:45 09faf98aa23c: Verifying Checksum
13:46:45 09faf98aa23c: Download complete
13:46:45 fd4b47407fc3: Pull complete
13:46:45 d77915b4e630: Verifying Checksum
13:46:45 d77915b4e630: Download complete
13:46:45 e17f9cb42093: Verifying Checksum
13:46:45 e17f9cb42093: Download complete
13:46:45 19b27aa0848c: Verifying Checksum
13:46:45 19b27aa0848c: Download complete
13:46:46 756975cb9c7e: Verifying Checksum
13:46:46 756975cb9c7e: Download complete
13:46:46 33382189822a: Verifying Checksum
13:46:46 33382189822a: Download complete
13:46:46 b39750482d8f: Verifying Checksum
13:46:46 b39750482d8f: Download complete
13:46:46 52a42d8fa58d: Verifying Checksum
13:46:46 52a42d8fa58d: Download complete
13:46:46 3dd92c5e2bf0: Verifying Checksum
13:46:46 3dd92c5e2bf0: Download complete
13:46:46 675a779d6848: Verifying Checksum
13:46:46 675a779d6848: Download complete
13:46:46 fd4b47407fc3: Pull complete
13:46:46 96b2c1e36db5: Verifying Checksum
13:46:46 96b2c1e36db5: Download complete
13:46:46 adbdcbacafe9: Verifying Checksum
13:46:46 adbdcbacafe9: Download complete
13:46:46 5f37a0a41b6b: Verifying Checksum
13:46:46 5f37a0a41b6b: Download complete
13:46:47 6eaa0b6b8562: Verifying Checksum
13:46:47 6eaa0b6b8562: Download complete
13:46:47 f860607a6cd9: Verifying Checksum
13:46:47 f860607a6cd9: Download complete
13:46:47 de13b5e7ab8f: Verifying Checksum
13:46:47 de13b5e7ab8f: Download complete
13:46:47 00b9ca83a5d4: Verifying Checksum
13:46:47 00b9ca83a5d4: Download complete
13:46:47 108fc0c487c7: Verifying Checksum
13:46:47 108fc0c487c7: Download complete
13:46:47 3cebed15ba7f: Verifying Checksum
13:46:47 3cebed15ba7f: Download complete
13:46:47 d4508e01ce86: Verifying Checksum
13:46:47 d4508e01ce86: Download complete
13:46:47 5ab752dfadf5: Verifying Checksum
13:46:47 5ab752dfadf5: Download complete
13:46:47 91ce7d90135f: Verifying Checksum
13:46:47 91ce7d90135f: Download complete
13:46:47 8e98d146c353: Verifying Checksum
13:46:47 8e98d146c353: Download complete
13:46:47 52a85c31bbe3: Verifying Checksum
13:46:47 52a85c31bbe3: Download complete
13:46:47 2d05b425271f: Verifying Checksum
13:46:47 2d05b425271f: Download complete
13:46:48 09faf98aa23c: Verifying Checksum
13:46:48 09faf98aa23c: Download complete
13:46:48 e17f9cb42093: Verifying Checksum
13:46:48 e17f9cb42093: Download complete
13:46:48 19b27aa0848c: Verifying Checksum
13:46:48 19b27aa0848c: Download complete
13:46:48 b39750482d8f: Verifying Checksum
13:46:48 b39750482d8f: Download complete
13:46:48 52a42d8fa58d: Verifying Checksum
13:46:48 52a42d8fa58d: Download complete
13:46:48 675a779d6848: Verifying Checksum
13:46:48 675a779d6848: Download complete
13:46:48 96b2c1e36db5: Verifying Checksum
13:46:48 96b2c1e36db5: Download complete
13:46:48 756975cb9c7e: Verifying Checksum
13:46:48 756975cb9c7e: Download complete
13:46:48 33382189822a: Verifying Checksum
13:46:48 33382189822a: Download complete
13:46:48 adbdcbacafe9: Verifying Checksum
13:46:48 adbdcbacafe9: Download complete
13:46:48 3dd92c5e2bf0: Verifying Checksum
13:46:48 3dd92c5e2bf0: Download complete
13:46:49 c495e8de12d2: Verifying Checksum
13:46:49 c495e8de12d2: Download complete
13:46:49 6eaa0b6b8562: Verifying Checksum
13:46:49 6eaa0b6b8562: Download complete
13:46:49 de13b5e7ab8f: Verifying Checksum
13:46:49 de13b5e7ab8f: Download complete
13:46:49 f860607a6cd9: Download complete
13:46:49 00b9ca83a5d4: Verifying Checksum
13:46:49 00b9ca83a5d4: Download complete
13:46:49 108fc0c487c7: Verifying Checksum
13:46:49 108fc0c487c7: Download complete
13:46:49 3cebed15ba7f: Verifying Checksum
13:46:49 3cebed15ba7f: Download complete
13:46:49 5ab752dfadf5: Verifying Checksum
13:46:49 5ab752dfadf5: Download complete
13:46:49 91ce7d90135f: Verifying Checksum
13:46:49 91ce7d90135f: Download complete
13:46:49 d4508e01ce86: Verifying Checksum
13:46:49 d4508e01ce86: Download complete
13:46:49 8e98d146c353: Verifying Checksum
13:46:49 8e98d146c353: Download complete
13:46:49 52a85c31bbe3: Verifying Checksum
13:46:49 52a85c31bbe3: Download complete
13:46:49 756975cb9c7e: Pull complete
13:46:50 2d05b425271f: Verifying Checksum
13:46:50 2d05b425271f: Download complete
13:46:50 09faf98aa23c: Verifying Checksum
13:46:50 09faf98aa23c: Download complete
13:46:50 e17f9cb42093: Verifying Checksum
13:46:50 e17f9cb42093: Download complete
13:46:50 19b27aa0848c: Verifying Checksum
13:46:50 19b27aa0848c: Download complete
13:46:50 d77915b4e630: Pull complete
13:46:50 b39750482d8f: Verifying Checksum
13:46:50 b39750482d8f: Download complete
13:46:50 52a42d8fa58d: Verifying Checksum
13:46:50 52a42d8fa58d: Download complete
13:46:50 c495e8de12d2: Verifying Checksum
13:46:50 c495e8de12d2: Download complete
13:46:50 3dd92c5e2bf0: Verifying Checksum
13:46:50 3dd92c5e2bf0: Download complete
13:46:50 675a779d6848: Verifying Checksum
13:46:50 675a779d6848: Download complete
13:46:51 5f37a0a41b6b: Pull complete
13:46:52 756975cb9c7e: Pull complete
13:46:52 c495e8de12d2: Verifying Checksum
13:46:52 c495e8de12d2: Download complete
13:46:52 d77915b4e630: Pull complete
13:46:53 5f37a0a41b6b: Pull complete
13:46:54 756975cb9c7e: Pull complete
13:46:55 96b2c1e36db5: Pull complete
13:46:55 d77915b4e630: Pull complete
13:46:55 5f37a0a41b6b: Pull complete
13:46:55 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
13:46:55 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  5%]
13:46:55 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
13:46:55 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
13:46:55 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
13:46:56 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
13:46:56 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
13:46:57 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
13:46:57 96b2c1e36db5: Pull complete
13:46:57 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
13:46:58 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
13:46:58 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  6%]
13:46:59 b32f6bf7d96d: Pull complete
13:46:59 6f4489a7e4cf: Pull complete
13:46:59 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
13:46:59 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
13:46:59 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
13:46:59 96b2c1e36db5: Pull complete
13:47:00 af4b99ad9ef0: Pull complete
13:47:00 b32f6bf7d96d: Pull complete
13:47:00 6f4489a7e4cf: Pull complete
13:47:00 af4b99ad9ef0: Pull complete
13:47:00 39db0bc48c26: Pull complete
13:47:00 39db0bc48c26: Pull complete
13:47:01 acb4a89489fc: Pull complete
13:47:01 1bb0dddabdeb: Pull complete
13:47:02 f230ccea30ab: Pull complete
13:47:02 acb4a89489fc: Pull complete
13:47:02 1bb0dddabdeb: Pull complete
13:47:02 e9917b760fbc: Pull complete
13:47:02 fbdc26538836: Pull complete
13:47:02 4ca6fb84ecb3: Pull complete
13:47:02 3cb67a4032a3: Pull complete
13:47:02 c60c70c20e8c: Pull complete
13:47:02 628e75d57414: Pull complete
13:47:02 1813a248ac8c: Pull complete
13:47:03 f230ccea30ab: Pull complete
13:47:03 e9917b760fbc: Pull complete
13:47:03 fbdc26538836: Pull complete
13:47:03 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
13:47:03 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
13:47:03 faee33fde219: Pull complete
13:47:03 4600caa662d5: Pull complete
13:47:03 4ca6fb84ecb3: Pull complete
13:47:03 3cb67a4032a3: Pull complete
13:47:03 e3f93d8112d6: Pull complete
13:47:03 c60c70c20e8c: Pull complete
13:47:03 628e75d57414: Pull complete
13:47:03 1813a248ac8c: Pull complete
13:47:03 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
13:47:03 faee33fde219: Pull complete
13:47:03 4600caa662d5: Pull complete
13:47:04 e3f93d8112d6: Pull complete
13:47:04 8993332c2f85: Pull complete
13:47:04 274a5ebbb95b: Pull complete
13:47:04 8d0fe654ecdd: Pull complete
13:47:04 b9f78cf74a97: Pull complete
13:47:05 8993332c2f85: Pull complete
13:47:05 274a5ebbb95b: Pull complete
13:47:05 580195451748: Pull complete
13:47:05 Digest: sha256:ea8c0da461a3f1321686fbaa97bc180f192db92ab501a51dfdd9a89b9ae73eeb
13:47:05 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:47:05 8d0fe654ecdd: Pull complete
13:47:05 b9f78cf74a97: Pull complete
13:47:05 580195451748: Pull complete
13:47:05 Digest: sha256:ea8c0da461a3f1321686fbaa97bc180f192db92ab501a51dfdd9a89b9ae73eeb
13:47:05 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:47:06 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
13:47:07 ============================= test session starts ==============================
13:47:07 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
13:47:07 cachedir: .pytest_cache
13:47:07 rootdir: /src, inifile: pytest.ini
13:47:07 plugins: timeout-1.3.3, cov-2.6.1
13:47:08 ============================= test session starts ==============================
13:47:08 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
13:47:08 cachedir: .pytest_cache
13:47:08 rootdir: /src, inifile: pytest.ini
13:47:08 plugins: timeout-1.3.3, cov-2.6.1
13:47:09 c495e8de12d2: Pull complete
13:47:10 33382189822a: Pull complete
13:47:10 c495e8de12d2: Pull complete
13:47:10 33382189822a: Pull complete
13:47:10 6eaa0b6b8562: Pull complete
13:47:10 adbdcbacafe9: Pull complete
13:47:10 f860607a6cd9: Pull complete
13:47:10 de13b5e7ab8f: Pull complete
13:47:11 d4508e01ce86: Pull complete
13:47:11 00b9ca83a5d4: Pull complete
13:47:11 108fc0c487c7: Pull complete
13:47:11 3cebed15ba7f: Pull complete
13:47:11 5ab752dfadf5: Pull complete
13:47:11 91ce7d90135f: Pull complete
13:47:11 8e98d146c353: Pull complete
13:47:11 collecting ... collected 952 items
13:47:11 
13:47:12 52a85c31bbe3: Pull complete
13:47:12 09faf98aa23c: Pull complete
13:47:12 6eaa0b6b8562: Pull complete
13:47:12 adbdcbacafe9: Pull complete
13:47:12 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
13:47:12 2d05b425271f: Pull complete
13:47:12 e17f9cb42093: Pull complete
13:47:12 f860607a6cd9: Pull complete
13:47:12 de13b5e7ab8f: Pull complete
13:47:12 collecting ... collected 952 items
13:47:12 
13:47:13 d4508e01ce86: Pull complete
13:47:13 00b9ca83a5d4: Pull complete
13:47:13 108fc0c487c7: Pull complete
13:47:13 3cebed15ba7f: Pull complete
13:47:13 5ab752dfadf5: Pull complete
13:47:13 91ce7d90135f: Pull complete
13:47:13 8e98d146c353: Pull complete
13:47:13 52a85c31bbe3: Pull complete
13:47:13 675a779d6848: Pull complete
13:47:13 19b27aa0848c: Pull complete
13:47:13 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
13:47:13 09faf98aa23c: Pull complete
13:47:14 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
13:47:14 2d05b425271f: Pull complete
13:47:14 e17f9cb42093: Pull complete
13:47:14 b39750482d8f: Pull complete
13:47:14 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
13:47:14 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
13:47:14 52a42d8fa58d: Pull complete
13:47:14 3dd92c5e2bf0: Pull complete
13:47:14 Digest: sha256:a78f821bba0a7b10b2a1ebf6820842b5ce7b024c1387c1d91a8225aa705eed77
13:47:14 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:47:14 c495e8de12d2: Pull complete
13:47:14 33382189822a: Pull complete
13:47:14 6eaa0b6b8562: Pull complete
13:47:14 adbdcbacafe9: Pull complete
13:47:14 f860607a6cd9: Pull complete
13:47:14 de13b5e7ab8f: Pull complete
13:47:14 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
13:47:15 d4508e01ce86: Pull complete
13:47:15 00b9ca83a5d4: Pull complete
13:47:15 108fc0c487c7: Pull complete
13:47:15 3cebed15ba7f: Pull complete
13:47:15 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  7%]
13:47:15 675a779d6848: Pull complete
13:47:15 19b27aa0848c: Pull complete
13:47:15 5ab752dfadf5: Pull complete
13:47:15 91ce7d90135f: Pull complete
13:47:15 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
13:47:15 8e98d146c353: Pull complete
13:47:15 52a85c31bbe3: Pull complete
13:47:15 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
13:47:15 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
13:47:15 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
13:47:15 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
13:47:15 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
13:47:16 b39750482d8f: Pull complete
13:47:16 52a42d8fa58d: Pull complete
13:47:16 3dd92c5e2bf0: Pull complete
13:47:16 Digest: sha256:a78f821bba0a7b10b2a1ebf6820842b5ce7b024c1387c1d91a8225aa705eed77
13:47:16 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:47:16 09faf98aa23c: Pull complete
13:47:16 2d05b425271f: Pull complete
13:47:16 e17f9cb42093: Pull complete
13:47:16 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
13:47:17 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
13:47:17 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
13:47:17 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
13:47:17 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
13:47:17 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
13:47:17 675a779d6848: Pull complete
13:47:17 19b27aa0848c: Pull complete
13:47:17 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
13:47:17 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
13:47:17 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
13:47:18 b39750482d8f: Pull complete
13:47:18 52a42d8fa58d: Pull complete
13:47:18 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
13:47:18 3dd92c5e2bf0: Pull complete
13:47:18 Digest: sha256:a78f821bba0a7b10b2a1ebf6820842b5ce7b024c1387c1d91a8225aa705eed77
13:47:18 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7
13:47:18 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
13:47:18 ============================= test session starts ==============================
13:47:18 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
13:47:18 cachedir: .pytest_cache
13:47:18 rootdir: /src, inifile: pytest.ini
13:47:18 plugins: timeout-1.3.3, cov-2.6.1
13:47:18 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
13:47:18 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
13:47:18 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
13:47:18 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
13:47:18 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
13:47:18 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
13:47:19 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
13:47:19 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
13:47:19 ============================= test session starts ==============================
13:47:19 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
13:47:19 cachedir: .pytest_cache
13:47:19 rootdir: /src, inifile: pytest.ini
13:47:19 plugins: timeout-1.3.3, cov-2.6.1
13:47:19 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
13:47:19 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
13:47:19 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
13:47:19 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
13:47:20 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
13:47:20 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
13:47:20 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
13:47:20 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
13:47:21 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
13:47:21 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
13:47:21 ============================= test session starts ==============================
13:47:21 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
13:47:21 cachedir: .pytest_cache
13:47:21 rootdir: /src, inifile: pytest.ini
13:47:21 plugins: timeout-1.3.3, cov-2.6.1
13:47:21 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
13:47:22 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  8%]
13:47:23 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
13:47:23 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
13:47:23 collecting ... collected 952 items
13:47:23 
13:47:24 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  1%]
13:47:24 collecting ... collected 952 items
13:47:24 
13:47:24 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
13:47:24 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
13:47:24 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
13:47:25 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  1%]
13:47:25 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
13:47:25 collecting ... collected 952 items
13:47:25 
13:47:26 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
13:47:26 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
13:47:26 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
13:47:27 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
13:47:27 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
13:47:27 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
13:47:27 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
13:47:27 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
13:47:27 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
13:47:27 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
13:47:27 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
13:47:27 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
13:47:27 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
13:47:27 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
13:47:27 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
13:47:27 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
13:47:27 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
13:47:27 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
13:47:28 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
13:47:28 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
13:47:28 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
13:47:28 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
13:47:28 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
13:47:28 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
13:47:28 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
13:47:28 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
13:47:29 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
13:47:29 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
13:47:29 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
13:47:29 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
13:47:29 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
13:47:29 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
13:47:29 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
13:47:29 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
13:47:29 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
13:47:30 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
13:47:30 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
13:47:30 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
13:47:30 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
13:47:30 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
13:47:30 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
13:47:30 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
13:47:30 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
13:47:30 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
13:47:30 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
13:47:30 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
13:47:30 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
13:47:30 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
13:47:30 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
13:47:30 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
13:47:30 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
13:47:30 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
13:47:30 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
13:47:30 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
13:47:30 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
13:47:30 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
13:47:30 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
13:47:30 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
13:47:30 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
13:47:30 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
13:47:30 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
13:47:31 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
13:47:31 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
13:47:31 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
13:47:31 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
13:47:31 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
13:47:31 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
13:47:31 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
13:47:31 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
13:47:31 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
13:47:31 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
13:47:31 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
13:47:31 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
13:47:31 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
13:47:31 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
13:47:32 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [  9%]
13:47:32 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
13:47:32 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
13:47:32 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
13:47:32 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
13:47:32 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
13:47:32 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
13:47:32 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
13:47:32 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
13:47:32 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
13:47:32 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
13:47:32 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
13:47:33 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
13:47:33 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
13:47:33 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
13:47:33 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
13:47:33 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  3%]
13:47:34 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
13:47:34 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
13:47:34 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  3%]
13:47:34 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
13:47:34 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
13:47:34 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
13:47:34 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
13:47:34 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
13:47:35 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
13:47:35 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
13:47:35 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
13:47:35 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
13:47:35 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
13:47:35 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
13:47:35 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
13:47:36 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
13:47:36 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
13:47:36 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
13:47:36 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
13:47:36 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  1%]
13:47:36 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
13:47:36 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  1%]
13:47:36 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
13:47:37 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
13:47:37 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  1%]
13:47:37 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
13:47:37 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
13:47:38 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
13:47:38 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
13:47:38 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
13:47:38 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
13:47:38 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
13:47:38 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
13:47:39 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
13:47:39 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
13:47:39 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
13:47:39 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
13:47:39 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
13:47:40 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
13:47:41 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
13:47:41 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
13:47:41 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
13:47:41 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
13:47:41 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
13:47:41 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
13:47:41 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
13:47:41 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
13:47:41 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
13:47:41 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
13:47:41 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
13:47:41 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
13:47:41 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
13:47:41 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
13:47:41 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
13:47:41 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
13:47:41 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
13:47:41 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
13:47:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
13:47:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
13:47:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
13:47:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
13:47:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
13:47:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
13:47:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
13:47:42 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
13:47:42 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
13:47:42 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
13:47:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
13:47:42 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
13:47:42 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
13:47:42 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
13:47:42 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
13:47:42 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
13:47:42 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
13:47:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
13:47:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
13:47:42 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
13:47:43 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
13:47:43 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
13:47:43 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
13:47:43 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
13:47:43 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
13:47:43 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
13:47:43 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
13:47:43 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
13:47:43 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
13:47:43 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
13:47:43 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
13:47:43 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
13:47:43 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
13:47:43 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
13:47:43 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
13:47:44 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
13:47:44 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
13:47:44 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
13:47:44 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
13:47:44 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
13:47:44 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
13:47:44 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
13:47:44 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
13:47:44 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
13:47:45 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
13:47:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
13:47:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  3%]
13:47:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
13:47:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
13:47:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  3%]
13:47:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
13:47:46 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
13:47:46 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
13:47:46 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 10%]
13:47:46 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
13:47:46 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
13:47:46 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
13:47:46 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
13:47:46 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
13:47:47 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
13:47:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
13:47:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
13:47:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
13:47:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
13:47:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
13:47:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
13:47:47 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
13:47:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
13:47:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  3%]
13:47:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
13:47:48 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
13:47:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
13:47:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
13:47:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
13:47:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
13:47:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
13:47:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
13:47:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
13:47:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
13:47:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
13:47:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
13:47:49 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
13:47:50 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
13:47:50 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
13:47:50 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
13:47:50 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
13:47:51 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
13:47:51 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
13:47:51 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
13:47:51 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 11%]
13:47:52 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
13:47:53 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
13:47:53 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
13:47:53 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
13:47:53 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
13:47:53 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
13:47:53 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
13:47:53 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
13:47:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
13:47:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
13:47:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
13:47:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
13:47:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
13:47:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
13:47:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
13:47:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
13:47:54 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
13:47:54 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
13:47:55 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
13:47:55 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
13:47:55 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
13:47:55 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
13:47:56 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
13:47:56 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
13:47:57 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
13:47:57 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
13:47:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
13:47:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
13:47:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
13:47:58 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
13:47:58 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
13:47:58 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 12%]
13:47:58 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
13:47:58 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
13:47:58 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
13:47:59 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
13:47:59 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  5%]
13:47:59 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
13:47:59 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
13:48:00 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
13:48:00 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
13:48:00 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
13:48:01 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
13:48:01 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  5%]
13:48:01 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
13:48:01 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
13:48:01 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
13:48:01 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
13:48:02 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
13:48:02 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
13:48:02 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
13:48:02 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
13:48:02 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
13:48:03 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
13:48:03 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
13:48:04 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
13:48:04 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
13:48:04 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
13:48:04 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
13:48:04 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
13:48:05 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
13:48:05 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%]
13:48:05 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
13:48:05 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  6%]
13:48:06 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  6%]
13:48:06 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 13%]
13:48:06 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
13:48:06 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
13:48:07 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
13:48:07 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
13:48:07 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
13:48:07 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
13:48:07 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
13:48:08 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
13:48:09 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
13:48:10 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
13:48:11 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
13:48:11 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
13:48:11 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
13:48:11 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
13:48:11 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
13:48:12 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
13:48:12 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
13:48:12 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
13:48:13 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
13:48:13 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  5%]
13:48:13 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
13:48:13 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
13:48:13 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
13:48:13 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  5%]
13:48:13 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
13:48:13 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
13:48:13 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
13:48:13 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
13:48:14 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
13:48:14 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
13:48:14 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
13:48:15 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
13:48:15 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
13:48:15 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  5%]
13:48:16 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
13:48:16 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
13:48:16 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
13:48:16 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
13:48:16 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
13:48:16 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
13:48:17 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
13:48:17 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
13:48:17 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 14%]
13:48:17 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
13:48:17 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
13:48:17 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
13:48:17 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
13:48:17 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
13:48:17 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
13:48:17 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
13:48:17 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  6%]
13:48:17 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
13:48:18 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
13:48:18 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  6%]
13:48:18 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
13:48:18 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
13:48:18 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
13:48:18 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
13:48:18 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
13:48:19 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
13:48:19 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
13:48:19 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%]
13:48:19 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 15%]
13:48:19 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
13:48:19 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
13:48:19 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
13:48:19 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
13:48:19 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
13:48:19 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
13:48:19 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
13:48:20 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
13:48:20 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
13:48:20 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
13:48:20 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
13:48:20 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
13:48:21 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
13:48:21 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
13:48:22 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
13:48:22 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
13:48:22 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
13:48:23 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 16%]
13:48:23 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
13:48:23 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
13:48:23 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
13:48:23 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  6%]
13:48:23 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
13:48:23 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
13:48:23 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
13:48:23 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
13:48:24 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
13:48:24 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
13:48:24 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
13:48:24 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  7%]
13:48:24 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
13:48:24 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
13:48:24 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  7%]
13:48:25 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
13:48:25 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
13:48:25 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
13:48:25 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
13:48:25 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
13:48:26 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
13:48:26 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
13:48:26 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
13:48:27 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
13:48:27 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
13:48:27 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
13:48:28 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
13:48:28 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
13:48:28 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
13:48:28 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
13:48:28 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
13:48:28 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
13:48:28 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
13:48:28 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
13:48:28 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
13:48:29 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
13:48:29 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
13:48:29 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
13:48:29 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
13:48:29 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
13:48:29 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
13:48:30 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
13:48:30 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
13:48:30 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
13:48:31 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 17%]
13:48:31 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 17%]
13:48:31 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
13:48:31 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
13:48:31 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
13:48:31 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
13:48:31 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
13:48:32 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
13:48:32 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
13:48:32 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  8%]
13:48:32 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%]
13:48:32 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  8%]
13:48:33 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
13:48:33 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
13:48:34 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 18%]
13:48:34 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
13:48:34 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
13:48:35 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
13:48:35 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
13:48:35 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
13:48:35 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
13:48:36 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
13:48:36 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
13:48:36 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
13:48:36 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
13:48:36 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
13:48:36 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
13:48:36 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
13:48:36 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
13:48:36 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  7%]
13:48:37 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
13:48:37 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
13:48:37 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
13:48:37 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
13:48:37 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
13:48:37 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
13:48:37 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
13:48:38 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  7%]
13:48:38 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
13:48:38 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
13:48:38 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%]
13:48:38 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
13:48:38 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
13:48:38 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
13:48:38 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 19%]
13:48:39 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
13:48:39 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
13:48:39 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
13:48:39 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
13:48:39 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
13:48:39 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
13:48:39 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
13:48:40 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
13:48:40 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
13:48:40 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
13:48:40 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
13:48:40 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
13:48:40 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
13:48:40 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
13:48:41 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
13:48:41 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
13:48:41 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
13:48:41 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
13:48:42 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
13:48:42 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
13:48:42 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
13:48:42 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
13:48:42 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
13:48:42 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
13:48:42 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
13:48:43 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
13:48:43 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [  9%]
13:48:44 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
13:48:44 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [  9%]
13:48:44 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  7%]
13:48:44 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  8%]
13:48:44 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
13:48:45 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
13:48:45 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
13:48:45 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 20%]
13:48:45 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
13:48:45 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
13:48:46 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
13:48:46 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  8%]
13:48:46 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
13:48:47 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
13:48:47 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
13:48:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
13:48:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
13:48:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
13:48:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
13:48:47 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
13:48:47 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 21%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
13:48:48 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
13:48:48 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 22%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 23%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
13:48:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
13:48:48 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
13:48:49 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
13:48:49 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
13:48:49 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
13:48:49 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
13:48:49 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
13:48:49 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
13:48:49 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
13:48:49 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
13:48:49 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
13:48:49 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
13:48:50 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
13:48:50 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
13:48:50 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
13:48:50 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
13:48:50 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%]
13:48:50 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
13:48:50 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
13:48:50 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
13:48:51 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
13:48:51 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
13:48:51 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
13:48:51 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
13:48:51 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
13:48:51 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
13:48:51 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
13:48:52 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
13:48:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 24%]
13:48:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%]
13:48:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
13:48:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
13:48:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
13:48:52 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
13:48:52 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
13:48:52 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
13:48:52 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
13:48:52 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 25%]
13:48:52 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 25%]
13:48:52 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
13:48:52 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
13:48:52 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
13:48:52 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
13:48:53 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
13:48:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
13:48:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
13:48:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
13:48:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
13:48:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
13:48:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%]
13:48:53 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
13:48:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 26%]
13:48:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 26%]
13:48:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
13:48:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
13:48:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
13:48:53 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
13:48:53 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  8%]
13:48:54 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
13:48:56 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
13:48:56 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
13:48:56 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
13:48:56 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [  9%]
13:48:56 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
13:48:57 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
13:48:57 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
13:48:57 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
13:48:57 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [  9%]
13:48:57 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
13:48:58 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
13:48:58 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
13:48:58 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
13:48:59 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 10%]
13:48:59 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
13:48:59 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
13:48:59 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 10%]
13:48:59 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
13:48:59 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
13:49:00 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
13:49:00 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
13:49:00 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
13:49:00 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
13:49:00 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
13:49:00 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
13:49:01 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
13:49:01 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
13:49:01 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
13:49:02 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
13:49:02 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
13:49:03 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
13:49:03 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
13:49:03 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
13:49:03 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
13:49:03 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
13:49:04 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
13:49:04 13:49:04 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
13:49:04 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
13:49:04 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
13:49:04 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
13:49:04 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 11%]
13:49:04 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [  9%]
13:49:05 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
13:49:05 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
13:49:05 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 11%]
13:49:05 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
13:49:05 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
13:49:05 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
13:49:05 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
13:49:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
13:49:05 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
13:49:05 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
13:49:05 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
13:49:06 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
13:49:06 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
13:49:06 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
13:49:08 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
13:49:08 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
13:49:08 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
13:49:08 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
13:49:08 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
13:49:08 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
13:49:08 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
13:49:09 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
13:49:09 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
13:49:09 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
13:49:09 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 27%]
13:49:09 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
13:49:09 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
13:49:09 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
13:49:10 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
13:49:10 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
13:49:10 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
13:49:10 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
13:49:10 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
13:49:10 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
13:49:10 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 12%]
13:49:10 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 27%]
13:49:11 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 12%]
13:49:11 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
13:49:11 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
13:49:11 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
13:49:11 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
13:49:11 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
13:49:12 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 10%]
13:49:12 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
13:49:12 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
13:49:12 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
13:49:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
13:49:12 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
13:49:12 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
13:49:12 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 10%]
13:49:12 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
13:49:12 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
13:49:13 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
13:49:13 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
13:49:13 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
13:49:13 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
13:49:13 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
13:49:13 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
13:49:13 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
13:49:13 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
13:49:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
13:49:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
13:49:13 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
13:49:14 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
13:49:14 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
13:49:14 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
13:49:14 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
13:49:15 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
13:49:15 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
13:49:15 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
13:49:15 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
13:49:16 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
13:49:16 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
13:49:16 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
13:49:16 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
13:49:16 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
13:49:16 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
13:49:16 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
13:49:17 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
13:49:17 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%]
13:49:17 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
13:49:17 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
13:49:17 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%]
13:49:17 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
13:49:17 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
13:49:17 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 11%]
13:49:17 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
13:49:17 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
13:49:17 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 11%]
13:49:18 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 13%]
13:49:18 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
13:49:18 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 13%]
13:49:18 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
13:49:18 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
13:49:19 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
13:49:19 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
13:49:19 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
13:49:19 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
13:49:19 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 10%]
13:49:20 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
13:49:20 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
13:49:20 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
13:49:20 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
13:49:20 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
13:49:21 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
13:49:21 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
13:49:21 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
13:49:21 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
13:49:21 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
13:49:21 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
13:49:21 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
13:49:22 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
13:49:22 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
13:49:22 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
13:49:22 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
13:49:22 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
13:49:23 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
13:49:23 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
13:49:23 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
13:49:23 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
13:49:23 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
13:49:23 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 12%]
13:49:23 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
13:49:23 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
13:49:23 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 12%]
13:49:24 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
13:49:24 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
13:49:24 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
13:49:24 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
13:49:24 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
13:49:24 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
13:49:24 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
13:49:24 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
13:49:24 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
13:49:24 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
13:49:25 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
13:49:25 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
13:49:25 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
13:49:25 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
13:49:25 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
13:49:25 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 11%]
13:49:26 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
13:49:26 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
13:49:26 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
13:49:26 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
13:49:27 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
13:49:27 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
13:49:27 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
13:49:28 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
13:49:28 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
13:49:28 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
13:49:28 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
13:49:28 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
13:49:28 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 14%]
13:49:28 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
13:49:28 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
13:49:28 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
13:49:28 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
13:49:28 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 14%]
13:49:29 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
13:49:29 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%]
13:49:29 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
13:49:29 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
13:49:29 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
13:49:29 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
13:49:29 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
13:49:29 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
13:49:29 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
13:49:29 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
13:49:30 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%]
13:49:30 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
13:49:30 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%]
13:49:30 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
13:49:30 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 28%]
13:49:30 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
13:49:30 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
13:49:31 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
13:49:31 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
13:49:31 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
13:49:31 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
13:49:31 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
13:49:31 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%]
13:49:31 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 15%]
13:49:31 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
13:49:31 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 13%]
13:49:31 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
13:49:31 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
13:49:31 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
13:49:31 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 13%]
13:49:31 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
13:49:31 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 28%]
13:49:32 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
13:49:32 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 12%]
13:49:32 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
13:49:32 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
13:49:32 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%]
13:49:32 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 15%]
13:49:32 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
13:49:32 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
13:49:32 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
13:49:32 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
13:49:32 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
13:49:32 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
13:49:32 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
13:49:32 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
13:49:33 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
13:49:33 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
13:49:33 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
13:49:33 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
13:49:33 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
13:49:33 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
13:49:33 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
13:49:33 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
13:49:33 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
13:49:34 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
13:49:34 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
13:49:34 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
13:49:34 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
13:49:34 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
13:49:34 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
13:49:34 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 16%]
13:49:34 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
13:49:35 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 16%]
13:49:35 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
13:49:35 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
13:49:36 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
13:49:36 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
13:49:36 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
13:49:36 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
13:49:36 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
13:49:36 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
13:49:37 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
13:49:37 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
13:49:37 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
13:49:37 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
13:49:37 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
13:49:37 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
13:49:37 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
13:49:38 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
13:49:38 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
13:49:39 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%]
13:49:39 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
13:49:39 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
13:49:39 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
13:49:39 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
13:49:39 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
13:49:40 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 13%]
13:49:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
13:49:41 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
13:49:41 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
13:49:41 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
13:49:41 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
13:49:41 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
13:49:41 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 14%]
13:49:41 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
13:49:41 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
13:49:42 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
13:49:42 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
13:49:42 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 14%]
13:49:42 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
13:49:42 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
13:49:42 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
13:49:42 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
13:49:42 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
13:49:42 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 17%]
13:49:42 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 17%]
13:49:42 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
13:49:42 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
13:49:42 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
13:49:42 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
13:49:42 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
13:49:42 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
13:49:42 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
13:49:43 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
13:49:43 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
13:49:43 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
13:49:43 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
13:49:43 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
13:49:43 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 17%]
13:49:43 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
13:49:43 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%]
13:49:43 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 17%]
13:49:43 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
13:49:43 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
13:49:44 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
13:49:44 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
13:49:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
13:49:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
13:49:44 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
13:49:44 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
13:49:44 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
13:49:44 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%]
13:49:44 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 15%]
13:49:44 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
13:49:44 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
13:49:44 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 18%]
13:49:44 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
13:49:44 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
13:49:44 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
13:49:45 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
13:49:45 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
13:49:45 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%]
13:49:45 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 15%]
13:49:45 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
13:49:45 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
13:49:45 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
13:49:45 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
13:49:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
13:49:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%]
13:49:45 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
13:49:45 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
13:49:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
13:49:45 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
13:49:46 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
13:49:46 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
13:49:46 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
13:49:46 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
13:49:46 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
13:49:46 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
13:49:46 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
13:49:46 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 18%]
13:49:46 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
13:49:46 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
13:49:46 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
13:49:46 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
13:49:46 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
13:49:46 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
13:49:46 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
13:49:47 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
13:49:47 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
13:49:47 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
13:49:47 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
13:49:47 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
13:49:47 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 16%]
13:49:48 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
13:49:48 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
13:49:48 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
13:49:48 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 16%]
13:49:48 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
13:49:48 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
13:49:48 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%]
13:49:48 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
13:49:49 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 19%]
13:49:49 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
13:49:49 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
13:49:49 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
13:49:49 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
13:49:49 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
13:49:49 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
13:49:50 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
13:49:50 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%]
13:49:50 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
13:49:50 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
13:49:50 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
13:49:50 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
13:49:50 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 14%]
13:49:50 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 19%]
13:49:51 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
13:49:51 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
13:49:51 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
13:49:51 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
13:49:51 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
13:49:51 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
13:49:52 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
13:49:52 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
13:49:52 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
13:49:52 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
13:49:52 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
13:49:52 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
13:49:52 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
13:49:52 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
13:49:52 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
13:49:52 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
13:49:52 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
13:49:53 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
13:49:53 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
13:49:53 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
13:49:53 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
13:49:53 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
13:49:53 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
13:49:54 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
13:49:54 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
13:49:54 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
13:49:54 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
13:49:54 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%]
13:49:54 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 15%]
13:49:54 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
13:49:54 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
13:49:54 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
13:49:54 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
13:49:55 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
13:49:55 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
13:49:55 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 17%]
13:49:55 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 17%]
13:49:55 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
13:49:55 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
13:49:55 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
13:49:55 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
13:49:55 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
13:49:55 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
13:49:55 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
13:49:55 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 20%]
13:49:55 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
13:49:55 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
13:49:55 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
13:49:56 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
13:49:56 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 17%]
13:49:56 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 17%]
13:49:56 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
13:49:56 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
13:49:56 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
13:49:56 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
13:49:56 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
13:49:56 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
13:49:56 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
13:49:56 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
13:49:56 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%]
13:49:57 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
13:49:57 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 20%]
13:49:57 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
13:49:57 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
13:49:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
13:49:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
13:49:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
13:49:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
13:49:57 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
13:49:57 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
13:49:57 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
13:49:57 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
13:49:57 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%]
13:49:57 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 18%]
13:49:58 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
13:49:58 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
13:49:58 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 16%]
13:49:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
13:49:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
13:49:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
13:49:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
13:49:59 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 18%]
13:49:59 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 21%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 22%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 23%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
13:49:59 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
13:49:59 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
13:49:59 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
13:49:59 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 21%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
13:49:59 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
13:49:59 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 22%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
13:49:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%]
13:50:00 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
13:50:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 23%]
13:50:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
13:50:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
13:50:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
13:50:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
13:50:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
13:50:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
13:50:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
13:50:00 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
13:50:00 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
13:50:00 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
13:50:00 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
13:50:00 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
13:50:00 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
13:50:00 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
13:50:01 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
13:50:01 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%]
13:50:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
13:50:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
13:50:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
13:50:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
13:50:01 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
13:50:01 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
13:50:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%]
13:50:02 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 19%]
13:50:02 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
13:50:02 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
13:50:02 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%]
13:50:02 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%]
13:50:03 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 19%]
13:50:03 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 24%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 25%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 25%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
13:50:03 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 24%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 25%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 25%]
13:50:03 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
13:50:04 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
13:50:04 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%]
13:50:04 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 29%]
13:50:04 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 29%]
13:50:04 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
13:50:04 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
13:50:04 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
13:50:04 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
13:50:04 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
13:50:04 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
13:50:04 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
13:50:04 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 30%]
13:50:04 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 30%]
13:50:04 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 30%]
13:50:04 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
13:50:04 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
13:50:04 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
13:50:04 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
13:50:04 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
13:50:04 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
13:50:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
13:50:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
13:50:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
13:50:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
13:50:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
13:50:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%]
13:50:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 26%]
13:50:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 26%]
13:50:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
13:50:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
13:50:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
13:50:04 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
13:50:04 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
13:50:04 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
13:50:04 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
13:50:05 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
13:50:05 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
13:50:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
13:50:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
13:50:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
13:50:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
13:50:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
13:50:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%]
13:50:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 26%]
13:50:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 26%]
13:50:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
13:50:05 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
13:50:05 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
13:50:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
13:50:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
13:50:05 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
13:50:05 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
13:50:06 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
13:50:06 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
13:50:06 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
13:50:06 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
13:50:06 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
13:50:06 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 31%]
13:50:07 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 17%]
13:50:07 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 17%]
13:50:07 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
13:50:07 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
13:50:07 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
13:50:07 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
13:50:07 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
13:50:07 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
13:50:08 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
13:50:08 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
13:50:08 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 20%]
13:50:08 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
13:50:08 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
13:50:08 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%]
13:50:09 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
13:50:09 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
13:50:09 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
13:50:09 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 31%]
13:50:09 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
13:50:09 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 20%]
13:50:09 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 18%]
13:50:09 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
13:50:09 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
13:50:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
13:50:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
13:50:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
13:50:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
13:50:10 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
13:50:10 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 21%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 22%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 23%]
13:50:11 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
13:50:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
13:50:11 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
13:50:11 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
13:50:11 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
13:50:11 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
13:50:11 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
13:50:11 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
13:50:11 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 21%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
13:50:12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 22%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 23%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
13:50:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
13:50:12 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
13:50:12 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
13:50:13 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%]
13:50:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
13:50:13 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%]
13:50:13 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
13:50:13 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
13:50:13 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
13:50:13 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
13:50:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
13:50:14 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
13:50:14 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 19%]
13:50:14 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 32%]
13:50:14 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
13:50:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%]
13:50:14 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 32%]
13:50:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 24%]
13:50:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%]
13:50:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
13:50:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
13:50:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
13:50:15 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
13:50:15 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
13:50:15 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
13:50:15 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
13:50:15 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 25%]
13:50:15 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 25%]
13:50:15 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
13:50:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
13:50:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 32%]
13:50:15 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 24%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 25%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 25%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%]
13:50:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 26%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 26%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
13:50:16 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
13:50:16 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
13:50:17 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
13:50:17 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
13:50:17 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
13:50:17 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
13:50:17 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
13:50:17 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
13:50:17 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
13:50:17 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
13:50:17 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
13:50:17 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
13:50:17 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
13:50:17 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
13:50:17 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
13:50:17 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
13:50:17 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%]
13:50:17 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 26%]
13:50:17 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 26%]
13:50:17 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
13:50:17 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
13:50:17 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
13:50:17 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
13:50:17 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
13:50:18 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
13:50:18 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
13:50:18 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
13:50:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
13:50:19 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 33%]
13:50:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
13:50:19 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
13:50:19 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 33%]
13:50:20 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 33%]
13:50:20 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
13:50:20 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 20%]
13:50:20 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
13:50:20 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
13:50:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 27%]
13:50:20 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
13:50:21 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
13:50:21 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 27%]
13:50:21 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
13:50:21 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
13:50:21 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 27%]
13:50:22 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
13:50:22 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
13:50:22 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
13:50:22 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
13:50:22 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
13:50:22 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 27%]
13:50:22 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
13:50:23 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 21%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 22%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 23%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
13:50:23 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
13:50:23 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
13:50:24 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
13:50:24 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
13:50:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
13:50:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
13:50:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
13:50:24 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
13:50:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
13:50:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
13:50:25 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%]
13:50:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
13:50:26 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
13:50:27 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
13:50:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 24%]
13:50:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%]
13:50:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
13:50:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
13:50:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
13:50:27 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
13:50:27 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
13:50:27 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
13:50:27 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
13:50:27 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 25%]
13:50:27 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 25%]
13:50:27 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
13:50:27 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
13:50:28 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
13:50:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
13:50:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
13:50:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
13:50:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
13:50:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
13:50:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%]
13:50:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 26%]
13:50:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 26%]
13:50:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
13:50:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
13:50:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
13:50:28 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
13:50:28 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
13:50:29 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
13:50:29 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
13:50:30 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
13:50:30 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
13:50:31 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 27%]
13:50:31 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
13:50:33 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
13:50:33 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 27%]
13:50:33 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 27%]
13:50:33 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
13:50:34 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
13:50:34 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 27%]
13:50:34 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
13:50:34 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
13:50:35 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 34%]
13:50:35 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
13:50:35 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
13:50:36 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 34%]
13:50:36 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
13:50:36 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 34%]
13:50:36 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
13:50:37 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
13:50:37 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
13:50:37 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
13:50:37 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
13:50:38 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
13:50:38 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
13:50:38 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
13:50:38 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
13:50:38 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
13:50:39 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
13:50:39 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
13:50:39 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
13:50:39 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
13:50:39 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 35%]
13:50:39 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%]
13:50:40 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 35%]
13:50:40 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 35%]
13:50:40 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
13:50:40 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
13:50:40 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
13:50:40 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%]
13:50:41 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 28%]
13:50:41 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
13:50:41 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
13:50:42 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
13:50:42 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 28%]
13:50:42 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
13:50:42 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
13:50:42 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
13:50:42 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%]
13:50:42 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 28%]
13:50:42 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
13:50:43 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 36%]
13:50:43 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 36%]
13:50:43 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 36%]
13:50:43 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
13:50:43 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 28%]
13:50:44 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
13:50:44 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 27%]
13:50:44 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
13:50:44 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
13:50:45 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
13:50:45 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
13:50:45 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 27%]
13:50:46 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
13:50:48 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
13:50:48 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
13:50:49 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
13:50:50 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
13:50:50 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
13:50:50 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
13:50:50 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
13:50:50 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
13:50:51 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
13:50:51 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
13:50:51 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
13:50:51 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 37%]
13:50:51 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 37%]
13:50:51 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%]
13:50:51 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 37%]
13:50:51 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 38%]
13:50:51 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
13:50:51 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
13:50:51 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
13:50:51 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
13:50:51 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
13:50:51 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%]
13:50:51 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 38%]
13:50:51 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 38%]
13:50:51 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 38%]
13:50:51 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
13:50:51 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
13:50:52 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%]
13:50:52 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 28%]
13:50:53 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 28%]
13:50:53 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 28%]
13:50:55 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
13:50:55 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 28%]
13:50:55 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
13:50:56 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
13:50:56 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
13:50:56 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
13:50:56 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
13:50:56 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
13:50:57 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
13:50:57 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
13:50:58 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
13:50:58 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
13:50:58 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
13:50:59 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
13:50:59 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
13:50:59 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
13:50:59 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
13:50:59 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 39%]
13:50:59 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 39%]
13:51:01 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
13:51:02 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 39%]
13:51:02 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
13:51:03 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
13:51:03 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
13:51:03 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
13:51:03 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
13:51:03 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
13:51:03 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
13:51:03 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%]
13:51:03 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 40%]
13:51:03 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 40%]
13:51:03 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%]
13:51:03 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 40%]
13:51:03 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
13:51:03 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
13:51:03 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
13:51:03 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
13:51:03 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
13:51:03 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
13:51:03 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 41%]
13:51:03 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 41%]
13:51:03 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 41%]
13:51:03 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
13:51:03 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
13:51:03 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
13:51:03 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
13:51:03 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
13:51:03 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
13:51:03 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%]
13:51:03 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 42%]
13:51:03 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 42%]
13:51:04 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 42%]
13:51:04 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
13:51:04 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
13:51:04 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
13:51:04 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
13:51:04 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
13:51:04 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 43%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 43%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 43%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 44%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 44%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 44%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 44%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 45%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 45%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 45%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 45%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 46%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 46%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 46%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 47%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 47%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 47%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 47%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
13:51:04 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 48%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 48%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 48%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 48%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 49%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 49%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 49%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 49%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 50%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 50%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 50%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 50%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 50%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 51%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 51%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 51%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 51%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 51%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
13:51:04 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%]
13:51:04 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 52%]
13:51:04 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 52%]
13:51:04 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 52%]
13:51:04 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 52%]
13:51:04 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 52%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 53%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 53%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 53%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 53%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 53%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 54%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 54%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 54%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 54%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 54%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 55%]
13:51:04 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 55%]
13:51:04 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 55%]
13:51:04 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 55%]
13:51:04 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 55%]
13:51:04 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 55%]
13:51:04 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
13:51:04 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 56%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 56%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 56%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 56%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 56%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 57%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 57%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 57%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 57%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 58%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 58%]
13:51:04 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 58%]
13:51:04 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 58%]
13:51:04 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
13:51:04 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 58%]
13:51:05 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 58%]
13:51:05 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
13:51:05 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
13:51:05 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
13:51:05 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 28%]
13:51:05 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
13:51:06 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%]
13:51:06 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%]
13:51:06 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 59%]
13:51:06 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 59%]
13:51:06 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 59%]
13:51:06 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 59%]
13:51:06 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
13:51:06 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
13:51:06 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
13:51:06 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%]
13:51:06 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%]
13:51:06 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 60%]
13:51:06 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 60%]
13:51:06 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 60%]
13:51:06 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 60%]
13:51:06 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
13:51:06 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
13:51:06 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
13:51:06 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
13:51:06 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%]
13:51:06 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%]
13:51:06 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 61%]
13:51:06 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 61%]
13:51:06 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 61%]
13:51:06 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 61%]
13:51:06 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
13:51:06 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
13:51:06 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
13:51:06 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%]
13:51:06 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%]
13:51:06 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 62%]
13:51:06 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 62%]
13:51:06 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 62%]
13:51:06 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 62%]
13:51:06 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
13:51:06 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
13:51:06 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
13:51:06 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
13:51:06 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%]
13:51:06 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 63%]
13:51:06 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 63%]
13:51:06 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 63%]
13:51:06 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 63%]
13:51:06 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 63%]
13:51:06 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
13:51:06 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
13:51:06 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
13:51:06 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%]
13:51:06 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%]
13:51:06 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 64%]
13:51:06 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 64%]
13:51:06 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 64%]
13:51:06 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 64%]
13:51:06 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
13:51:06 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
13:51:06 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
13:51:06 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
13:51:06 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%]
13:51:06 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 65%]
13:51:06 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 65%]
13:51:06 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 65%]
13:51:06 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 65%]
13:51:06 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 65%]
13:51:06 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
13:51:06 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
13:51:06 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
13:51:06 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%]
13:51:06 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%]
13:51:06 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 66%]
13:51:06 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 66%]
13:51:06 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 66%]
13:51:06 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 66%]
13:51:06 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
13:51:06 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
13:51:06 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
13:51:06 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 67%]
13:51:06 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 67%]
13:51:06 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 67%]
13:51:06 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 67%]
13:51:06 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 67%]
13:51:06 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 67%]
13:51:06 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED        [ 67%]
13:51:06 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
13:51:06 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 68%]
13:51:06 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 68%]
13:51:06 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
13:51:06 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
13:51:06 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
13:51:06 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
13:51:06 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 68%]
13:51:06 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 68%]
13:51:06 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 69%]
13:51:06 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 69%]
13:51:06 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%]
13:51:06 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
13:51:06 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
13:51:06 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
13:51:06 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 70%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 71%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 71%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 72%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
13:51:06 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
13:51:06 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
13:51:06 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
13:51:06 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 73%]
13:51:06 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 73%]
13:51:06 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%]
13:51:06 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
13:51:06 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
13:51:06 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
13:51:06 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
13:51:06 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
13:51:06 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
13:51:06 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
13:51:06 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 74%]
13:51:06 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%]
13:51:06 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%]
13:51:06 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
13:51:06 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
13:51:06 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
13:51:06 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
13:51:06 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
13:51:06 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
13:51:06 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 75%]
13:51:06 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%]
13:51:06 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%]
13:51:06 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
13:51:06 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
13:51:06 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
13:51:06 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
13:51:06 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
13:51:06 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
13:51:06 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
13:51:06 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 76%]
13:51:06 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%]
13:51:06 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
13:51:06 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
13:51:06 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
13:51:06 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
13:51:06 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
13:51:06 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
13:51:06 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
13:51:06 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
13:51:06 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 77%]
13:51:06 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 77%]
13:51:06 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
13:51:06 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
13:51:06 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
13:51:06 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
13:51:06 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
13:51:06 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
13:51:07 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
13:51:07 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
13:51:07 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 78%]
13:51:07 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%]
13:51:07 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
13:51:07 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
13:51:07 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
13:51:07 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
13:51:07 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
13:51:07 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
13:51:07 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
13:51:07 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 79%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 79%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 80%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 80%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
13:51:07 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 28%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 81%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 81%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
13:51:07 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
13:51:07 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
13:51:07 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
13:51:07 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 82%]
13:51:07 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 82%]
13:51:07 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
13:51:07 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
13:51:07 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
13:51:07 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 82%]
13:51:07 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
13:51:07 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
13:51:07 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
13:51:07 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
13:51:07 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 83%]
13:51:07 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 83%]
13:51:07 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
13:51:07 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
13:51:07 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
13:51:07 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
13:51:07 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
13:51:07 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
13:51:07 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
13:51:07 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 84%]
13:51:07 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 84%]
13:51:07 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 84%]
13:51:07 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
13:51:07 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
13:51:07 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
13:51:07 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
13:51:07 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
13:51:07 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
13:51:07 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
13:51:07 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 85%]
13:51:07 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 85%]
13:51:07 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
13:51:07 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
13:51:07 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 86%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 87%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 88%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 89%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%]
13:51:07 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
13:51:07 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
13:51:07 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
13:51:07 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
13:51:07 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
13:51:07 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
13:51:07 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
13:51:07 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
13:51:07 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
13:51:07 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 90%]
13:51:07 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%]
13:51:07 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
13:51:07 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
13:51:07 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
13:51:07 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
13:51:07 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
13:51:07 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
13:51:07 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
13:51:07 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
13:51:07 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 91%]
13:51:07 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%]
13:51:07 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
13:51:07 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
13:51:07 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
13:51:07 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
13:51:07 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
13:51:07 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
13:51:07 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
13:51:07 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 92%]
13:51:07 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 92%]
13:51:07 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
13:51:07 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
13:51:07 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
13:51:07 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
13:51:07 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
13:51:07 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
13:51:07 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
13:51:07 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
13:51:07 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%]
13:51:07 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%]
13:51:07 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
13:51:07 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
13:51:07 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
13:51:07 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
13:51:07 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
13:51:07 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
13:51:07 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
13:51:07 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 94%]
13:51:07 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%]
13:51:07 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
13:51:07 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
13:51:07 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
13:51:07 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
13:51:07 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
13:51:07 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
13:51:07 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
13:51:07 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
13:51:07 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%]
13:51:07 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
13:51:07 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
13:51:07 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
13:51:07 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
13:51:07 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
13:51:07 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
13:51:07 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
13:51:07 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
13:51:07 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 96%]
13:51:07 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 96%]
13:51:07 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
13:51:07 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
13:51:07 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
13:51:07 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
13:51:07 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
13:51:07 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
13:51:07 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
13:51:07 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%]
13:51:07 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 98%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
13:51:07 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
13:51:07 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
13:51:08 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
13:51:08 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
13:51:08 
13:51:08 =============================== warnings summary ===============================
13:51:08 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12
13:51:08   /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
13:51:08     from cryptography import x509
13:51:08 
13:51:08 -- Docs: https://docs.pytest.org/en/latest/warnings.html
13:51:08 
13:51:08 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
13:51:08 Name                                  Stmts   Miss Branch BrPart  Cover
13:51:08 -----------------------------------------------------------------------
13:51:08 docker/__init__.py                        8      0      0      0   100%
13:51:08 docker/api/__init__.py                    1      0      0      0   100%
13:51:08 docker/api/build.py                     126     19     92     17    82%
13:51:08 docker/api/client.py                    263     45     96     12    82%
13:51:08 docker/api/config.py                     31      1      6      2    92%
13:51:08 docker/api/container.py                 266     17    102     19    90%
13:51:08 docker/api/daemon.py                     39      2     14      4    89%
13:51:08 docker/api/exec_api.py                   46      4     22      4    88%
13:51:08 docker/api/image.py                     151     19     50     10    85%
13:51:08 docker/api/network.py                    90     13     48     12    80%
13:51:08 docker/api/plugin.py                     90     13     12      4    81%
13:51:08 docker/api/secret.py                     36      4     10      3    80%
13:51:08 docker/api/service.py                   200     60    149     32    61%
13:51:08 docker/api/swarm.py                     106     14     38     10    82%
13:51:08 docker/api/volume.py                     38      3     14      3    88%
13:51:08 docker/auth.py                          198     17     74     18    87%
13:51:08 docker/client.py                         69      4      2      0    94%
13:51:08 docker/constants.py                      21      0      0      0   100%
13:51:08 docker/context/__init__.py                2      0      0      0   100%
13:51:08 docker/context/api.py                    78     16     38      8    76%
13:51:08 docker/context/config.py                 61     24     16      2    56%
13:51:08 docker/context/context.py               151     21     62     15    81%
13:51:08 docker/credentials/__init__.py            3      0      0      0   100%
13:51:08 docker/credentials/constants.py           4      0      0      0   100%
13:51:08 docker/credentials/errors.py             11      1      2      1    85%
13:51:08 docker/credentials/store.py              50      6     16      3    83%
13:51:08 docker/credentials/utils.py              23     13     12      1    31%
13:51:08 docker/errors.py                        110     12     18      6    86%
13:51:08 docker/models/__init__.py                 0      0      0      0   100%
13:51:08 docker/models/configs.py                 21      8      0      0    62%
13:51:08 docker/models/containers.py             183      6     60      5    95%
13:51:08 docker/models/images.py                 137     29     50      3    75%
13:51:08 docker/models/networks.py                37      1      8      0    98%
13:51:08 docker/models/nodes.py                   15      1      0      0    93%
13:51:08 docker/models/plugins.py                 49     30      8      0    33%
13:51:08 docker/models/resource.py                41      9      6      2    77%
13:51:08 docker/models/secrets.py                 21      8      0      0    62%
13:51:08 docker/models/services.py                87      3     34      3    95%
13:51:08 docker/models/swarm.py                   39      3      6      3    87%
13:51:08 docker/models/volumes.py                 23      1      2      0    96%
13:51:08 docker/tls.py                            37      6     14      6    76%
13:51:08 docker/transport/__init__.py             11      3      0      0    73%
13:51:08 docker/transport/basehttpadapter.py       6      0      2      1    88%
13:51:08 docker/transport/npipeconn.py            59     54     10      0     7%
13:51:08 docker/transport/npipesocket.py         137    132     22      0     3%
13:51:08 docker/transport/sshconn.py             149    110     50      1    20%
13:51:08 docker/transport/ssladapter.py           36      8     10      4    70%
13:51:08 docker/transport/unixconn.py             66      5     12      4    88%
13:51:08 docker/types/__init__.py                  6      0      0      0   100%
13:51:08 docker/types/base.py                      5      0      2      0   100%
13:51:08 docker/types/containers.py              420     66    324     43    84%
13:51:08 docker/types/daemon.py                   36      9     14      3    68%
13:51:08 docker/types/healthcheck.py              34     12      4      1    61%
13:51:08 docker/types/networks.py                 41      6     28      5    81%
13:51:08 docker/types/services.py                312     45    206     33    83%
13:51:08 docker/types/swarm.py                    51     24     40     10    52%
13:51:08 docker/utils/__init__.py                  3      0      0      0   100%
13:51:08 docker/utils/build.py                   155     14     74      7    89%
13:51:08 docker/utils/config.py                   36      2     10      2    91%
13:51:08 docker/utils/decorators.py               32      1     12      1    95%
13:51:08 docker/utils/fnmatch.py                  55     18     28      2    61%
13:51:08 docker/utils/json_stream.py              43      8     14      2    79%
13:51:08 docker/utils/ports.py                    50      3     28      2    91%
13:51:08 docker/utils/proxy.py                    32      1     12      0    98%
13:51:08 docker/utils/socket.py                   86      8     40      7    87%
13:51:08 docker/utils/utils.py                   285     17    164     12    93%
13:51:08 docker/version.py                         2      0      0      0   100%
13:51:08 -----------------------------------------------------------------------
13:51:08 TOTAL                                  5110    979   2187    348    78%
13:51:08 
13:51:08 =========================== short test summary info ============================
13:51:08 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
13:51:08   CONFIG_RT_GROUP_SCHED isn't enabled
13:51:08 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
13:51:08   Not supported on most drivers
13:51:08 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
13:51:08   Output of docker top depends on host distro, and is not formalized.
13:51:08 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
13:51:08   This doesn't seem to be taken into account by the engine
13:51:08 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
13:51:08 SKIPPED [1] tests/unit/client_test.py:143: Npipe Connection Pool only on Windows
13:51:08 SKIPPED [1] tests/unit/client_test.py:254: Npipe Connection Pool only on Windows
13:51:08 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
13:51:08 SKIPPED [1] tests/unit/client_test.py:217: Npipe Connection Pool only on Windows
13:51:08 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
13:51:08 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
13:51:08 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
13:51:08 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
13:51:08 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
13:51:08 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
13:51:08 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
13:51:08 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
13:51:08 SKIPPED [1] tests/unit/client_test.py:104: Npipe Connection Pool only on Windows
13:51:08 == 928 passed, 15 skipped, 5 xfailed, 4 xpassed, 1 warnings in 310.18 seconds ==
[Pipeline] sh
13:51:09 + docker stop dpy-dind-5-0-py2.7-19.03.12
13:51:09 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
13:51:09 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
13:51:11 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
13:51:11 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%]
13:51:11 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 29%]
13:51:11 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 29%]
13:51:11 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
13:51:11 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
13:51:11 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
13:51:11 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
13:51:11 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
13:51:12 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
13:51:12 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
13:51:12 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 30%]
13:51:12 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
13:51:12 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%]
13:51:12 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 29%]
13:51:12 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 29%]
13:51:12 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
13:51:12 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
13:51:12 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
13:51:12 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
13:51:12 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
13:51:12 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
13:51:12 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
13:51:12 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 30%]
13:51:13 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 30%]
13:51:13 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 30%]
13:51:13 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
13:51:13 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
13:51:14 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
13:51:15 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
13:51:15 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 30%]
13:51:15 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 30%]
13:51:15 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
13:51:15 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
13:51:15 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
13:51:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
13:51:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
13:51:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
13:51:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
13:51:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
13:51:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 31%]
13:51:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
13:51:17 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
13:51:17 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
13:51:17 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 31%]
13:51:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 31%]
13:51:20 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
13:51:20 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 31%]
13:51:21 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
13:51:21 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
13:51:21 dpy-dind-5-0-py2.7-19.03.12
[Pipeline] sh
13:51:21 + docker run --rm -d --name dpy-dind-5-0-py2.7-19.03.12 -v /tmp --privileged --network dpy-testnet-5-0-py2.7-19.03.12 dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 dockerd --experimental
13:51:21 9e2b28492e9c3f614968723339d21ea64444b3632870e48d15fc6c1f560b9fe5
13:51:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
[Pipeline] sh
13:51:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
13:51:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
13:51:22 + docker exec dpy-dind-5-0-py2.7-19.03.12 sh -c /usr/sbin/sshd
[Pipeline] sh
13:51:22 + docker run --rm --name dpy-tests-5-0-py2.7-19.03.12 -e DOCKER_HOST=ssh://dpy-dind-5-0-py2.7-19.03.12:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-5-0-py2.7-19.03.12 --volumes-from dpy-dind-5-0-py2.7-19.03.12 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 py.test -v -rxs --cov=docker tests/ssh
13:51:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
13:51:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
13:51:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
13:51:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
13:51:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
13:51:23 ============================= test session starts ==============================
13:51:23 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
13:51:23 cachedir: .pytest_cache
13:51:23 rootdir: /src, inifile: pytest.ini
13:51:23 plugins: timeout-1.3.3, cov-2.6.1
13:51:23 collecting ... collected 24 items
13:51:23 
13:51:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
13:51:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
13:51:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
13:51:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
13:51:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 32%]
13:51:24 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
13:51:24 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%]
13:51:24 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 29%]
13:51:24 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 29%]
13:51:24 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
13:51:24 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
13:51:24 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
13:51:24 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
13:51:24 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
13:51:24 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
13:51:24 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
13:51:24 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 30%]
13:51:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
13:51:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 32%]
13:51:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
13:51:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 32%]
13:51:25 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
13:51:25 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%]
13:51:25 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 29%]
13:51:25 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 29%]
13:51:25 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
13:51:25 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
13:51:25 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
13:51:25 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
13:51:25 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
13:51:25 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
13:51:25 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
13:51:25 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 30%]
13:51:25 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 30%]
13:51:25 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 30%]
13:51:25 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
13:51:25 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
13:51:25 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
13:51:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 32%]
13:51:26 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 30%]
13:51:26 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 30%]
13:51:26 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
13:51:26 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
13:51:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 32%]
13:51:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
13:51:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
13:51:26 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
13:51:26 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
13:51:26 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
13:51:26 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
13:51:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 32%]
13:51:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
13:51:27 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
13:51:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
13:51:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
13:51:27 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
13:51:27 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
13:51:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
13:51:27 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
13:51:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
13:51:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
13:51:28 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
13:51:28 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
13:51:28 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 31%]
13:51:28 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
13:51:28 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
13:51:28 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
13:51:28 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
13:51:28 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
13:51:28 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
13:51:28 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 31%]
13:51:29 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 33%]
13:51:29 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
13:51:29 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 33%]
13:51:29 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
13:51:29 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 33%]
13:51:30 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
13:51:30 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 33%]
13:51:30 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
13:51:30 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
13:51:30 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 31%]
13:51:30 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 33%]
13:51:31 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 33%]
13:51:31 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
13:51:31 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
13:51:31 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
13:51:31 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
13:51:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 31%]
13:51:31 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
13:51:31 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
13:51:32 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
13:51:32 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
13:51:32 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
13:51:32 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
13:51:33 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
13:51:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
13:51:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
13:51:33 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
13:51:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
13:51:33 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
13:51:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
13:51:34 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
13:51:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
13:51:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
13:51:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
13:51:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
13:51:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
13:51:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
13:51:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
13:51:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
13:51:36 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
13:51:36 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 32%]
13:51:36 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 32%]
13:51:36 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
13:51:36 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
13:51:36 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 32%]
13:51:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 32%]
13:51:37 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
13:51:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 32%]
13:51:37 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
13:51:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
13:51:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 32%]
13:51:38 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
13:51:38 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
13:51:38 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
13:51:38 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
13:51:39 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
13:51:39 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
13:51:39 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%]
13:51:39 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 29%]
13:51:39 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 29%]
13:51:39 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
13:51:39 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
13:51:39 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
13:51:39 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
13:51:39 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
13:51:39 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
13:51:39 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
13:51:39 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 30%]
13:51:39 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 30%]
13:51:39 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 30%]
13:51:39 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
13:51:39 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
13:51:39 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
13:51:39 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
13:51:39 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
13:51:39 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
13:51:39 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
13:51:39 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
13:51:40 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
13:51:40 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
13:51:40 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
13:51:40 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 33%]
13:51:40 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
13:51:40 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
13:51:41 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 33%]
13:51:41 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
13:51:41 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
13:51:41 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 33%]
13:51:41 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 33%]
13:51:41 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
13:51:41 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 33%]
13:51:41 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 31%]
13:51:41 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
13:51:42 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
13:51:42 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
13:51:42 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 33%]
13:51:42 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
13:51:42 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
13:51:43 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
13:51:43 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
13:51:43 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
13:51:43 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
13:51:44 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
13:51:44 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
13:51:44 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 31%]
13:51:44 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
13:51:44 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
13:51:44 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 34%]
13:51:44 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
13:51:45 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 34%]
13:51:45 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 34%]
13:51:45 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
13:51:45 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
13:51:46 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
13:51:46 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 34%]
13:51:46 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 34%]
13:51:46 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
13:51:47 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
13:51:47 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 34%]
13:51:47 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
13:51:47 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
13:51:47 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
13:51:47 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
13:51:47 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
13:51:47 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
13:51:48 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
13:51:48 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
13:51:48 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
13:51:48 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
13:51:48 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
13:51:48 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
13:51:48 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
13:51:48 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
13:51:49 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 35%]
13:51:49 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
13:51:49 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
13:51:49 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS          [100%]
13:51:49 
13:51:49 =============================== warnings summary ===============================
13:51:49 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12
13:51:49   /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
13:51:49     from cryptography import x509
13:51:49 
13:51:49 -- Docs: https://docs.pytest.org/en/latest/warnings.html
13:51:49 
13:51:49 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
13:51:49 Name                                  Stmts   Miss Branch BrPart  Cover
13:51:49 -----------------------------------------------------------------------
13:51:49 docker/__init__.py                        8      0      0      0   100%
13:51:49 docker/api/__init__.py                    1      0      0      0   100%
13:51:49 docker/api/build.py                     126     21     92     23    78%
13:51:49 docker/api/client.py                    263    102     96     15    55%
13:51:49 docker/api/config.py                     31     19      6      0    32%
13:51:49 docker/api/container.py                 266    171    102     10    29%
13:51:49 docker/api/daemon.py                     39     28     14      0    21%
13:51:49 docker/api/exec_api.py                   46     36     22      0    15%
13:51:49 docker/api/image.py                     151    100     50      5    28%
13:51:49 docker/api/network.py                    90     56     48      7    30%
13:51:49 docker/api/plugin.py                     90     68     12      0    22%
13:51:49 docker/api/secret.py                     36     23     10      0    28%
13:51:49 docker/api/service.py                   200    176    149      0     7%
13:51:49 docker/api/swarm.py                     106     77     38      0    20%
13:51:49 docker/api/volume.py                     38     29     14      0    17%
13:51:49 docker/auth.py                          198    100     74     15    42%
13:51:49 docker/client.py                         69     20      2      0    69%
13:51:49 docker/constants.py                      21      0      0      0   100%
13:51:49 docker/context/__init__.py                2      0      0      0   100%
13:51:49 docker/context/api.py                    78     57     38      0    18%
13:51:49 docker/context/config.py                 61     42     16      1    26%
13:51:49 docker/context/context.py               151    110     62      2    20%
13:51:49 docker/credentials/__init__.py            3      0      0      0   100%
13:51:49 docker/credentials/constants.py           4      0      0      0   100%
13:51:49 docker/credentials/errors.py             11      4      2      0    54%
13:51:49 docker/credentials/store.py              50     35     16      0    23%
13:51:49 docker/credentials/utils.py              23     18     12      0    14%
13:51:49 docker/errors.py                        110     38     18      5    62%
13:51:49 docker/models/__init__.py                 0      0      0      0   100%
13:51:49 docker/models/configs.py                 21      8      0      0    62%
13:51:49 docker/models/containers.py             183    131     60      0    21%
13:51:49 docker/models/images.py                 137     92     50      0    24%
13:51:49 docker/models/networks.py                37     20      8      0    38%
13:51:49 docker/models/nodes.py                   15      5      0      0    67%
13:51:49 docker/models/plugins.py                 49     30      8      0    33%
13:51:49 docker/models/resource.py                41     24      6      0    36%
13:51:49 docker/models/secrets.py                 21      8      0      0    62%
13:51:49 docker/models/services.py                87     63     34      0    20%
13:51:49 docker/models/swarm.py                   39     21      6      0    40%
13:51:49 docker/models/volumes.py                 23     10      2      0    52%
13:51:49 docker/tls.py                            37     26     14      0    22%
13:51:49 docker/transport/__init__.py             11      3      0      0    73%
13:51:49 docker/transport/basehttpadapter.py       6      0      2      1    88%
13:51:49 docker/transport/npipeconn.py            59     54     10      0     7%
13:51:49 docker/transport/npipesocket.py         137    132     22      0     3%
13:51:49 docker/transport/sshconn.py             149     57     50     14    53%
13:51:49 docker/transport/ssladapter.py           36     20     10      1    37%
13:51:49 docker/transport/unixconn.py             66     42     12      0    31%
13:51:49 docker/types/__init__.py                  6      0      0      0   100%
13:51:49 docker/types/base.py                      5      2      2      0    43%
13:51:49 docker/types/containers.py              420    356    324     11    10%
13:51:49 docker/types/daemon.py                   36     26     14      0    20%
13:51:49 docker/types/healthcheck.py              34     20      4      0    37%
13:51:49 docker/types/networks.py                 41     21     28      8    41%
13:51:49 docker/types/services.py                312    259    206      0    10%
13:51:49 docker/types/swarm.py                    51     45     40      0     7%
13:51:49 docker/utils/__init__.py                  3      0      0      0   100%
13:51:49 docker/utils/build.py                   155     23     74     13    82%
13:51:49 docker/utils/config.py                   36      6     10      5    76%
13:51:49 docker/utils/decorators.py               32      6     12      4    73%
13:51:49 docker/utils/fnmatch.py                  55     27     28      4    41%
13:51:49 docker/utils/json_stream.py              43      8     14      3    77%
13:51:49 docker/utils/ports.py                    50     50     28      0     0%
13:51:49 docker/utils/proxy.py                    32      3     12      2    89%
13:51:49 docker/utils/socket.py                   86     64     40      0    17%
13:51:49 docker/utils/utils.py                   285    185    164     27    29%
13:51:49 docker/version.py                         2      0      0      0   100%
13:51:49 -----------------------------------------------------------------------
13:51:49 TOTAL                                  5110   3177   2187    176    31%
13:51:49 
13:51:49 ============== 23 passed, 1 xpassed, 1 warnings in 26.04 seconds ===============
13:51:49 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 35%]
13:51:49 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 35%]
13:51:49 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
13:51:49 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
[Pipeline] sh
13:51:49 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
13:51:50 + docker stop dpy-dind-5-0-py2.7-19.03.12
13:51:50 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 32%]
13:51:50 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
13:51:50 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 32%]
13:51:50 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 35%]
13:51:50 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
13:51:51 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 32%]
13:51:51 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 35%]
13:51:51 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 35%]
13:51:51 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
13:51:51 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
13:51:51 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
13:51:51 dpy-dind-5-0-py2.7-19.03.12
13:51:51 + docker network rm dpy-testnet-5-0-py2.7-19.03.12
13:51:51 dpy-testnet-5-0-py2.7-19.03.12
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:51:51 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
13:51:51 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
13:51:51 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%]
13:51:51 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
13:51:52 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 36%]
13:51:52 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 36%]
13:51:52 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 36%]
13:51:52 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
13:51:52 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
13:51:52 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
13:51:52 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
13:51:52 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
13:51:53 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
13:51:53 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
13:51:53 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
13:51:53 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%]
13:51:53 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
13:51:53 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
13:51:53 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 36%]
13:51:53 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 36%]
13:51:53 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
13:51:53 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 36%]
13:51:53 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
13:51:54 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
13:51:54 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 33%]
13:51:54 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
13:51:55 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 33%]
13:51:55 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 33%]
13:51:55 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
13:51:55 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
13:51:56 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
13:51:56 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 34%]
13:51:56 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
13:51:56 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
13:51:56 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
13:51:56 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 34%]
13:51:56 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
13:51:56 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 34%]
13:51:57 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 34%]
13:51:57 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 34%]
13:51:57 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
13:51:57 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
13:51:57 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
13:51:57 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 34%]
13:51:58 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
13:51:58 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
13:51:58 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
13:51:58 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
13:51:59 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
13:51:59 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
13:51:59 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
13:51:59 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
13:51:59 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
13:51:59 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
13:52:00 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
13:52:00 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
13:52:00 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 37%]
13:52:00 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 37%]
13:52:00 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 37%]
13:52:00 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 38%]
13:52:00 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
13:52:00 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
13:52:00 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
13:52:00 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
13:52:00 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
13:52:00 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
13:52:00 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%]
13:52:00 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 38%]
13:52:00 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 38%]
13:52:00 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 38%]
13:52:00 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
13:52:00 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 35%]
13:52:00 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 35%]
13:52:00 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 35%]
13:52:00 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
13:52:00 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
13:52:01 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 35%]
13:52:01 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
13:52:01 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
13:52:01 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 35%]
13:52:01 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 35%]
13:52:01 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
13:52:01 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
13:52:01 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 37%]
13:52:01 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 37%]
13:52:01 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 37%]
13:52:01 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 38%]
13:52:01 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
13:52:01 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
13:52:01 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
13:52:01 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
13:52:01 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
13:52:01 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
13:52:01 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%]
13:52:01 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 38%]
13:52:01 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 38%]
13:52:01 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 38%]
13:52:02 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
13:52:02 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
13:52:02 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
13:52:02 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
13:52:02 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
13:52:02 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%]
13:52:02 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
13:52:02 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 36%]
13:52:02 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 36%]
13:52:03 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
13:52:03 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 36%]
13:52:03 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
13:52:03 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
13:52:03 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
13:52:03 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
13:52:04 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
13:52:04 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
13:52:04 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%]
13:52:04 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
13:52:04 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 36%]
13:52:04 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 36%]
13:52:04 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 36%]
13:52:04 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
13:52:05 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
13:52:05 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
13:52:05 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
13:52:05 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
13:52:05 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
13:52:05 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
13:52:05 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 39%]
13:52:05 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 39%]
13:52:07 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
13:52:08 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
13:52:08 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
13:52:08 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
13:52:08 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
13:52:08 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 39%]
13:52:08 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 39%]
13:52:08 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 39%]
13:52:08 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
13:52:09 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
13:52:09 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
13:52:09 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
13:52:09 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
13:52:09 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
13:52:09 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%]
13:52:09 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 40%]
13:52:09 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 40%]
13:52:09 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 40%]
13:52:09 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
13:52:09 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
13:52:09 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
13:52:09 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
13:52:09 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
13:52:09 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
13:52:09 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
13:52:10 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
13:52:10 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 41%]
13:52:10 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 41%]
13:52:10 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 41%]
13:52:10 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
13:52:10 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
13:52:10 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
13:52:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
13:52:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
13:52:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
13:52:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%]
13:52:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 42%]
13:52:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 42%]
13:52:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 42%]
13:52:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
13:52:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
13:52:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
13:52:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
13:52:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
13:52:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 43%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 43%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 43%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 44%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 44%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 44%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 44%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 45%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 45%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 45%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 45%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 46%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 46%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 46%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 47%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 47%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 47%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 47%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
13:52:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 48%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 48%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 48%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 48%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 49%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 49%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 49%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 49%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 50%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 50%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 50%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 50%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 50%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 51%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 51%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 51%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 51%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 51%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
13:52:10 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%]
13:52:10 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 52%]
13:52:10 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 52%]
13:52:10 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 52%]
13:52:10 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 52%]
13:52:10 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 52%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 53%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 53%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 53%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 53%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 53%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 54%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 54%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 54%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 54%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 54%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 55%]
13:52:10 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 55%]
13:52:10 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 55%]
13:52:10 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 55%]
13:52:10 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 55%]
13:52:10 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 55%]
13:52:10 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
13:52:10 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 56%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 56%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 56%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 56%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 56%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 57%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 57%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 57%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 57%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 58%]
13:52:10 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 34%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 58%]
13:52:10 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 58%]
13:52:10 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 58%]
13:52:10 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 58%]
13:52:10 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
13:52:10 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
13:52:10 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 58%]
13:52:10 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
13:52:10 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
13:52:10 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 37%]
13:52:10 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 37%]
13:52:10 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 34%]
13:52:10 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 39%]
13:52:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
13:52:11 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 37%]
13:52:11 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 38%]
13:52:11 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
13:52:11 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
13:52:11 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
13:52:11 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
13:52:11 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
13:52:11 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%]
13:52:11 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 38%]
13:52:11 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 38%]
13:52:11 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 38%]
13:52:11 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
13:52:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
13:52:11 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 34%]
13:52:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
13:52:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
13:52:11 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
13:52:11 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
13:52:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%]
13:52:12 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
13:52:12 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
13:52:12 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
13:52:12 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
13:52:12 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
13:52:12 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
13:52:12 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%]
13:52:12 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 40%]
13:52:12 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 40%]
13:52:12 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 40%]
13:52:12 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
13:52:12 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
13:52:12 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
13:52:12 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
13:52:12 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
13:52:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%]
13:52:12 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 59%]
13:52:12 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 59%]
13:52:12 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 59%]
13:52:12 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 59%]
13:52:12 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
13:52:12 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
13:52:12 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
13:52:12 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%]
13:52:12 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%]
13:52:12 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 60%]
13:52:12 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 60%]
13:52:12 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 60%]
13:52:12 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 60%]
13:52:12 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
13:52:12 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
13:52:12 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
13:52:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
13:52:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%]
13:52:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%]
13:52:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 61%]
13:52:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 61%]
13:52:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 61%]
13:52:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 61%]
13:52:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
13:52:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
13:52:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
13:52:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%]
13:52:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%]
13:52:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 62%]
13:52:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 62%]
13:52:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 62%]
13:52:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 62%]
13:52:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
13:52:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
13:52:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
13:52:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
13:52:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%]
13:52:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 63%]
13:52:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 63%]
13:52:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 63%]
13:52:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 63%]
13:52:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 63%]
13:52:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
13:52:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
13:52:12 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
13:52:12 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 41%]
13:52:12 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 41%]
13:52:12 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 41%]
13:52:12 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
13:52:12 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
13:52:12 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
13:52:12 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
13:52:12 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
13:52:12 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
13:52:12 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%]
13:52:12 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 42%]
13:52:12 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 42%]
13:52:12 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 42%]
13:52:12 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
13:52:12 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
13:52:12 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
13:52:12 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
13:52:12 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
13:52:12 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 43%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 43%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 43%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 44%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 44%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 44%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 44%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 45%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 45%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 45%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 45%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 46%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 46%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 46%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
13:52:12 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
13:52:12 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
13:52:12 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 37%]
13:52:12 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 37%]
13:52:12 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 37%]
13:52:12 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 38%]
13:52:12 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
13:52:12 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
13:52:12 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
13:52:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
13:52:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%]
13:52:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%]
13:52:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 64%]
13:52:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 64%]
13:52:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 64%]
13:52:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 64%]
13:52:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
13:52:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
13:52:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
13:52:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
13:52:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%]
13:52:12 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 65%]
13:52:12 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 65%]
13:52:12 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 65%]
13:52:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 65%]
13:52:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 65%]
13:52:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
13:52:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
13:52:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
13:52:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%]
13:52:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%]
13:52:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 66%]
13:52:12 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 66%]
13:52:12 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 66%]
13:52:12 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 66%]
13:52:12 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
13:52:12 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
13:52:12 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
13:52:12 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 67%]
13:52:12 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 67%]
13:52:12 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 67%]
13:52:12 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 67%]
13:52:12 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 67%]
13:52:12 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 67%]
13:52:12 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED        [ 67%]
13:52:12 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
13:52:12 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 68%]
13:52:12 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 68%]
13:52:12 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
13:52:12 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
13:52:12 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
13:52:12 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
13:52:12 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 68%]
13:52:12 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 68%]
13:52:12 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 69%]
13:52:12 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 69%]
13:52:12 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%]
13:52:12 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
13:52:12 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
13:52:12 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
13:52:12 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 70%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 71%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 71%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 72%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
13:52:12 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
13:52:12 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
13:52:12 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
13:52:12 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 73%]
13:52:12 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 73%]
13:52:12 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%]
13:52:12 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
13:52:12 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
13:52:12 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
13:52:12 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
13:52:12 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
13:52:12 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
13:52:12 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
13:52:12 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 74%]
13:52:12 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%]
13:52:12 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%]
13:52:12 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
13:52:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 47%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 47%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 47%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 47%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
13:52:12 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 48%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 48%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 48%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 48%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 49%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 49%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 49%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 49%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 50%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 50%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 50%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 50%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 50%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 51%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 51%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 51%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 51%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 51%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
13:52:12 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%]
13:52:12 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 52%]
13:52:12 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 52%]
13:52:12 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 52%]
13:52:12 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 52%]
13:52:12 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 52%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 53%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 53%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 53%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 53%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 53%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 54%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 54%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 54%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 54%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 54%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 55%]
13:52:12 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 55%]
13:52:12 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 55%]
13:52:12 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 55%]
13:52:12 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 55%]
13:52:12 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 55%]
13:52:12 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
13:52:12 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
13:52:12 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
13:52:12 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
13:52:12 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 56%]
13:52:12 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 56%]
13:52:12 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 56%]
13:52:12 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 56%]
13:52:12 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
13:52:12 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
13:52:12 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%]
13:52:12 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 38%]
13:52:12 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 38%]
13:52:12 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 38%]
13:52:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
13:52:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
13:52:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
13:52:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
13:52:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 75%]
13:52:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%]
13:52:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%]
13:52:12 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
13:52:12 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
13:52:12 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
13:52:12 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
13:52:12 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
13:52:12 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
13:52:12 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
13:52:12 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 76%]
13:52:12 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%]
13:52:12 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
13:52:12 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
13:52:12 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
13:52:12 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
13:52:12 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
13:52:12 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
13:52:12 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
13:52:12 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
13:52:12 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 77%]
13:52:12 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 77%]
13:52:12 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
13:52:12 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
13:52:12 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
13:52:12 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
13:52:12 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
13:52:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
13:52:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
13:52:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 78%]
13:52:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%]
13:52:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
13:52:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
13:52:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
13:52:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
13:52:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
13:52:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
13:52:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
13:52:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
13:52:12 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 79%]
13:52:12 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 79%]
13:52:12 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
13:52:12 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
13:52:12 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
13:52:12 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
13:52:12 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
13:52:13 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 56%]
13:52:13 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
13:52:13 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
13:52:13 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
13:52:13 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
13:52:13 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%]
13:52:13 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%]
13:52:13 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 57%]
13:52:13 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 57%]
13:52:13 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 57%]
13:52:13 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 57%]
13:52:13 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
13:52:13 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
13:52:13 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
13:52:13 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 58%]
13:52:13 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 58%]
13:52:13 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 58%]
13:52:13 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 58%]
13:52:13 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
13:52:13 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
13:52:13 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
13:52:13 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 80%]
13:52:13 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 80%]
13:52:13 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
13:52:13 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
13:52:13 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
13:52:13 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
13:52:13 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
13:52:13 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
13:52:13 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
13:52:13 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
13:52:13 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 81%]
13:52:13 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 81%]
13:52:13 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
13:52:13 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
13:52:13 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
13:52:13 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
13:52:13 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
13:52:13 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
13:52:13 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
13:52:13 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 82%]
13:52:13 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 82%]
13:52:13 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
13:52:13 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
13:52:13 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
13:52:13 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 82%]
13:52:13 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
13:52:13 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
13:52:13 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
13:52:13 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
13:52:13 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 83%]
13:52:13 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 83%]
13:52:13 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
13:52:13 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 58%]
13:52:13 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 58%]
13:52:13 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
13:52:13 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
13:52:13 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
13:52:13 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
13:52:13 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
13:52:13 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
13:52:13 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 84%]
13:52:13 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 84%]
13:52:13 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 84%]
13:52:13 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
13:52:13 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
13:52:13 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
13:52:13 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
13:52:13 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
13:52:13 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
13:52:13 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
13:52:13 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 85%]
13:52:13 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 85%]
13:52:13 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
13:52:13 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
13:52:13 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 86%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 87%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 88%]
13:52:13 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 89%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%]
13:52:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
13:52:13 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
13:52:13 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
13:52:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
13:52:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
13:52:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
13:52:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
13:52:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 90%]
13:52:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%]
13:52:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
13:52:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
13:52:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
13:52:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
13:52:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
13:52:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
13:52:13 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
13:52:13 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
13:52:13 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 91%]
13:52:13 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%]
13:52:13 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
13:52:13 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
13:52:13 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
13:52:13 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
13:52:13 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
13:52:13 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
13:52:13 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
13:52:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 92%]
13:52:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 92%]
13:52:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
13:52:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
13:52:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
13:52:13 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
13:52:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
13:52:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
13:52:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
13:52:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
13:52:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%]
13:52:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%]
13:52:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
13:52:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
13:52:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
13:52:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
13:52:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
13:52:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
13:52:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
13:52:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 94%]
13:52:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%]
13:52:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
13:52:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
13:52:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
13:52:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
13:52:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
13:52:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
13:52:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
13:52:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
13:52:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%]
13:52:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
13:52:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
13:52:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
13:52:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
13:52:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
13:52:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
13:52:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
13:52:13 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
13:52:13 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 96%]
13:52:13 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 96%]
13:52:13 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
13:52:13 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
13:52:13 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
13:52:13 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
13:52:13 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
13:52:13 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
13:52:13 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
13:52:13 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%]
13:52:13 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 98%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
13:52:13 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
13:52:13 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
13:52:13 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
13:52:13 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
13:52:14 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
13:52:14 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
13:52:14 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
13:52:14 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%]
13:52:14 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
13:52:14 
13:52:14 =============================== warnings summary ===============================
13:52:14 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12
13:52:14   /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
13:52:14     from cryptography import x509
13:52:14 
13:52:14 -- Docs: https://docs.pytest.org/en/latest/warnings.html
13:52:14 
13:52:14 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
13:52:14 Name                                  Stmts   Miss Branch BrPart  Cover
13:52:14 -----------------------------------------------------------------------
13:52:14 docker/__init__.py                        8      0      0      0   100%
13:52:14 docker/api/__init__.py                    1      0      0      0   100%
13:52:14 docker/api/build.py                     126     19     92     17    82%
13:52:14 docker/api/client.py                    263     45     96     12    82%
13:52:14 docker/api/config.py                     31      1      6      2    92%
13:52:14 docker/api/container.py                 266     17    102     19    90%
13:52:14 docker/api/daemon.py                     39      2     14      4    89%
13:52:14 docker/api/exec_api.py                   46      4     22      4    88%
13:52:14 docker/api/image.py                     151     19     50     10    85%
13:52:14 docker/api/network.py                    90     13     48     12    80%
13:52:14 docker/api/plugin.py                     90     13     12      4    81%
13:52:14 docker/api/secret.py                     36      4     10      3    80%
13:52:14 docker/api/service.py                   200     60    149     32    61%
13:52:14 docker/api/swarm.py                     106     14     38     10    82%
13:52:14 docker/api/volume.py                     38      3     14      3    88%
13:52:14 docker/auth.py                          198     17     74     18    87%
13:52:14 docker/client.py                         69      4      2      0    94%
13:52:14 docker/constants.py                      21      0      0      0   100%
13:52:14 docker/context/__init__.py                2      0      0      0   100%
13:52:14 docker/context/api.py                    78     16     38      8    76%
13:52:14 docker/context/config.py                 61     24     16      2    56%
13:52:14 docker/context/context.py               151     21     62     15    81%
13:52:14 docker/credentials/__init__.py            3      0      0      0   100%
13:52:14 docker/credentials/constants.py           4      0      0      0   100%
13:52:14 docker/credentials/errors.py             11      1      2      1    85%
13:52:14 docker/credentials/store.py              50      6     16      3    83%
13:52:14 docker/credentials/utils.py              23     13     12      1    31%
13:52:14 docker/errors.py                        110     12     18      6    86%
13:52:14 docker/models/__init__.py                 0      0      0      0   100%
13:52:14 docker/models/configs.py                 21      8      0      0    62%
13:52:14 docker/models/containers.py             183      6     60      5    95%
13:52:14 docker/models/images.py                 137     29     50      3    75%
13:52:14 docker/models/networks.py                37      1      8      0    98%
13:52:14 docker/models/nodes.py                   15      1      0      0    93%
13:52:14 docker/models/plugins.py                 49     30      8      0    33%
13:52:14 docker/models/resource.py                41      9      6      2    77%
13:52:14 docker/models/secrets.py                 21      8      0      0    62%
13:52:14 docker/models/services.py                87      3     34      3    95%
13:52:14 docker/models/swarm.py                   39      3      6      3    87%
13:52:14 docker/models/volumes.py                 23      1      2      0    96%
13:52:14 docker/tls.py                            37      6     14      6    76%
13:52:14 docker/transport/__init__.py             11      3      0      0    73%
13:52:14 docker/transport/basehttpadapter.py       6      0      2      1    88%
13:52:14 docker/transport/npipeconn.py            59     54     10      0     7%
13:52:14 docker/transport/npipesocket.py         137    132     22      0     3%
13:52:14 docker/transport/sshconn.py             149    110     50      1    20%
13:52:14 docker/transport/ssladapter.py           36      8     10      4    70%
13:52:14 docker/transport/unixconn.py             66      5     12      4    88%
13:52:14 docker/types/__init__.py                  6      0      0      0   100%
13:52:14 docker/types/base.py                      5      0      2      0   100%
13:52:14 docker/types/containers.py              420     66    324     43    84%
13:52:14 docker/types/daemon.py                   36     10     14      3    66%
13:52:14 docker/types/healthcheck.py              34     12      4      1    61%
13:52:14 docker/types/networks.py                 41      6     28      5    81%
13:52:14 docker/types/services.py                312     45    206     33    83%
13:52:14 docker/types/swarm.py                    51     24     40     10    52%
13:52:14 docker/utils/__init__.py                  3      0      0      0   100%
13:52:14 docker/utils/build.py                   155     14     74      7    89%
13:52:14 docker/utils/config.py                   36      2     10      2    91%
13:52:14 docker/utils/decorators.py               32      1     12      1    95%
13:52:14 docker/utils/fnmatch.py                  55     18     28      2    61%
13:52:14 docker/utils/json_stream.py              43      8     14      2    79%
13:52:14 docker/utils/ports.py                    50      3     28      2    91%
13:52:14 docker/utils/proxy.py                    32      1     12      0    98%
13:52:14 docker/utils/socket.py                   86     11     40      6    83%
13:52:14 docker/utils/utils.py                   285     17    164     12    93%
13:52:14 docker/version.py                         2      0      0      0   100%
13:52:14 -----------------------------------------------------------------------
13:52:14 TOTAL                                  5110    983   2187    347    78%
13:52:14 
13:52:14 =========================== short test summary info ============================
13:52:14 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
13:52:14   CONFIG_RT_GROUP_SCHED isn't enabled
13:52:14 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
13:52:14   Not supported on most drivers
13:52:14 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
13:52:14   Output of docker top depends on host distro, and is not formalized.
13:52:14 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
13:52:14   This doesn't seem to be taken into account by the engine
13:52:14 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
13:52:14 SKIPPED [1] tests/unit/client_test.py:143: Npipe Connection Pool only on Windows
13:52:14 SKIPPED [1] tests/unit/client_test.py:254: Npipe Connection Pool only on Windows
13:52:14 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
13:52:14 SKIPPED [1] tests/unit/client_test.py:217: Npipe Connection Pool only on Windows
13:52:14 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
13:52:14 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
13:52:14 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
13:52:14 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
13:52:14 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
13:52:14 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
13:52:14 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
13:52:14 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
13:52:14 SKIPPED [1] tests/unit/client_test.py:104: Npipe Connection Pool only on Windows
13:52:14 == 928 passed, 15 skipped, 5 xfailed, 4 xpassed, 1 warnings in 306.49 seconds ==
13:52:14 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
[Pipeline] sh
13:52:14 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%]
13:52:14 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 59%]
13:52:14 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 59%]
13:52:14 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 59%]
13:52:14 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 59%]
13:52:14 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
13:52:14 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
13:52:14 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
13:52:14 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%]
13:52:14 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%]
13:52:14 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 60%]
13:52:14 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 60%]
13:52:14 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 60%]
13:52:14 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 60%]
13:52:14 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
13:52:14 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
13:52:14 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
13:52:14 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
13:52:14 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%]
13:52:14 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%]
13:52:15 + docker stop dpy-dind-5-0-py2.7-20.10.0-rc1
13:52:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 61%]
13:52:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 61%]
13:52:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 61%]
13:52:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 61%]
13:52:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
13:52:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
13:52:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
13:52:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%]
13:52:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%]
13:52:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 62%]
13:52:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 62%]
13:52:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 62%]
13:52:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 62%]
13:52:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
13:52:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
13:52:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
13:52:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
13:52:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%]
13:52:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 63%]
13:52:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 63%]
13:52:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 63%]
13:52:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 63%]
13:52:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 63%]
13:52:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
13:52:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
13:52:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
13:52:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%]
13:52:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%]
13:52:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 64%]
13:52:15 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 64%]
13:52:15 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 64%]
13:52:15 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 64%]
13:52:15 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
13:52:15 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
13:52:15 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
13:52:15 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
13:52:15 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%]
13:52:15 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 65%]
13:52:15 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 65%]
13:52:15 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 65%]
13:52:15 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 65%]
13:52:15 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 65%]
13:52:15 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
13:52:15 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
13:52:15 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
13:52:15 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%]
13:52:15 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%]
13:52:15 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 66%]
13:52:15 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 66%]
13:52:15 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 66%]
13:52:15 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 66%]
13:52:15 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
13:52:15 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
13:52:15 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
13:52:15 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 67%]
13:52:15 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 67%]
13:52:15 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 67%]
13:52:15 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 67%]
13:52:15 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 67%]
13:52:15 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 67%]
13:52:15 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED        [ 67%]
13:52:15 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
13:52:15 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 68%]
13:52:15 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 68%]
13:52:15 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
13:52:15 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
13:52:15 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
13:52:15 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
13:52:15 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 68%]
13:52:15 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 68%]
13:52:15 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 69%]
13:52:15 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 69%]
13:52:15 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%]
13:52:15 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
13:52:15 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
13:52:15 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
13:52:15 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 70%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 71%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 71%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 72%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
13:52:15 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
13:52:15 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
13:52:15 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
13:52:15 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 73%]
13:52:15 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 73%]
13:52:15 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
13:52:15 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 35%]
13:52:15 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%]
13:52:15 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
13:52:15 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
13:52:15 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
13:52:15 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
13:52:15 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
13:52:15 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
13:52:15 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
13:52:15 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 74%]
13:52:15 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%]
13:52:15 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%]
13:52:15 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
13:52:15 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
13:52:15 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
13:52:15 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
13:52:15 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
13:52:15 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
13:52:15 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 75%]
13:52:15 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%]
13:52:15 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%]
13:52:15 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
13:52:15 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
13:52:15 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
13:52:15 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
13:52:15 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
13:52:15 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
13:52:15 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
13:52:15 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 76%]
13:52:15 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%]
13:52:15 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
13:52:15 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
13:52:15 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
13:52:15 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
13:52:15 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
13:52:15 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
13:52:15 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
13:52:15 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
13:52:15 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 77%]
13:52:15 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 77%]
13:52:15 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
13:52:15 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
13:52:15 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
13:52:15 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
13:52:15 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
13:52:15 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
13:52:15 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
13:52:15 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 78%]
13:52:15 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%]
13:52:15 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
13:52:15 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
13:52:15 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
13:52:15 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
13:52:15 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
13:52:15 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
13:52:15 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
13:52:15 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 79%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 79%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 80%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 80%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 81%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 81%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
13:52:15 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
13:52:15 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
13:52:15 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
13:52:15 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 82%]
13:52:15 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 82%]
13:52:15 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
13:52:15 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
13:52:15 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
13:52:15 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 35%]
13:52:15 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 35%]
13:52:15 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 82%]
13:52:15 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
13:52:15 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
13:52:15 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
13:52:15 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
13:52:15 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 83%]
13:52:15 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 83%]
13:52:15 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
13:52:15 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
13:52:15 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
13:52:15 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
13:52:15 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
13:52:15 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
13:52:15 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
13:52:15 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 84%]
13:52:15 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 84%]
13:52:15 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 84%]
13:52:15 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
13:52:15 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
13:52:15 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
13:52:15 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
13:52:15 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
13:52:15 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
13:52:15 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
13:52:15 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 85%]
13:52:15 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 85%]
13:52:15 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
13:52:15 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
13:52:15 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
13:52:15 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
13:52:15 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
13:52:15 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
13:52:15 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
13:52:15 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 86%]
13:52:15 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%]
13:52:15 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%]
13:52:15 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
13:52:15 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
13:52:15 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
13:52:15 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
13:52:15 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
13:52:15 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
13:52:15 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
13:52:15 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 87%]
13:52:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%]
13:52:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
13:52:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
13:52:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
13:52:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
13:52:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
13:52:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
13:52:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
13:52:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 88%]
13:52:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%]
13:52:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
13:52:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
13:52:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
13:52:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
13:52:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
13:52:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
13:52:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
13:52:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
13:52:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 89%]
13:52:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%]
13:52:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
13:52:16 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
13:52:16 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
13:52:16 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
13:52:16 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
13:52:16 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
13:52:16 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
13:52:16 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 90%]
13:52:16 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%]
13:52:16 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
13:52:16 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
13:52:16 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
13:52:16 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
13:52:16 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
13:52:16 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
13:52:16 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
13:52:16 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
13:52:16 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 91%]
13:52:16 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%]
13:52:16 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
13:52:16 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
13:52:16 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
13:52:16 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
13:52:16 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
13:52:16 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
13:52:16 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
13:52:16 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 92%]
13:52:16 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 92%]
13:52:16 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
13:52:16 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
13:52:16 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
13:52:16 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
13:52:16 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
13:52:16 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
13:52:16 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
13:52:16 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
13:52:16 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%]
13:52:16 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%]
13:52:16 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
13:52:16 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
13:52:16 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
13:52:16 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
13:52:16 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
13:52:16 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
13:52:16 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
13:52:16 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 94%]
13:52:16 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%]
13:52:16 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
13:52:16 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
13:52:16 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
13:52:16 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
13:52:16 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
13:52:16 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
13:52:16 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
13:52:16 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
13:52:16 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%]
13:52:16 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
13:52:16 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
13:52:16 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
13:52:16 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
13:52:16 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
13:52:16 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
13:52:16 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
13:52:16 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
13:52:16 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 96%]
13:52:16 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 96%]
13:52:16 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
13:52:16 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
13:52:16 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
13:52:16 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
13:52:16 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
13:52:16 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
13:52:16 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
13:52:16 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
13:52:16 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
13:52:16 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%]
13:52:16 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 98%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
13:52:16 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
13:52:16 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
13:52:17 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
13:52:17 
13:52:17 =============================== warnings summary ===============================
13:52:17 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12
13:52:17   /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
13:52:17     from cryptography import x509
13:52:17 
13:52:17 -- Docs: https://docs.pytest.org/en/latest/warnings.html
13:52:17 
13:52:17 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
13:52:17 Name                                  Stmts   Miss Branch BrPart  Cover
13:52:17 -----------------------------------------------------------------------
13:52:17 docker/__init__.py                        8      0      0      0   100%
13:52:17 docker/api/__init__.py                    1      0      0      0   100%
13:52:17 docker/api/build.py                     126     19     92     17    82%
13:52:17 docker/api/client.py                    263     45     96     12    82%
13:52:17 docker/api/config.py                     31      1      6      2    92%
13:52:17 docker/api/container.py                 266     17    102     19    90%
13:52:17 docker/api/daemon.py                     39      2     14      4    89%
13:52:17 docker/api/exec_api.py                   46      4     22      4    88%
13:52:17 docker/api/image.py                     151     19     50     10    85%
13:52:17 docker/api/network.py                    90     13     48     12    80%
13:52:17 docker/api/plugin.py                     90     13     12      4    81%
13:52:17 docker/api/secret.py                     36      4     10      3    80%
13:52:17 docker/api/service.py                   200     60    149     32    61%
13:52:17 docker/api/swarm.py                     106     14     38     10    82%
13:52:17 docker/api/volume.py                     38      3     14      3    88%
13:52:17 docker/auth.py                          198     17     74     18    87%
13:52:17 docker/client.py                         69      4      2      0    94%
13:52:17 docker/constants.py                      21      0      0      0   100%
13:52:17 docker/context/__init__.py                2      0      0      0   100%
13:52:17 docker/context/api.py                    78     16     38      8    76%
13:52:17 docker/context/config.py                 61     24     16      2    56%
13:52:17 docker/context/context.py               151     21     62     15    81%
13:52:17 docker/credentials/__init__.py            3      0      0      0   100%
13:52:17 docker/credentials/constants.py           4      0      0      0   100%
13:52:17 docker/credentials/errors.py             11      1      2      1    85%
13:52:17 docker/credentials/store.py              50      6     16      3    83%
13:52:17 docker/credentials/utils.py              23     13     12      1    31%
13:52:17 docker/errors.py                        110     12     18      6    86%
13:52:17 docker/models/__init__.py                 0      0      0      0   100%
13:52:17 docker/models/configs.py                 21      8      0      0    62%
13:52:17 docker/models/containers.py             183      6     60      5    95%
13:52:17 docker/models/images.py                 137     29     50      3    75%
13:52:17 docker/models/networks.py                37      1      8      0    98%
13:52:17 docker/models/nodes.py                   15      1      0      0    93%
13:52:17 docker/models/plugins.py                 49     30      8      0    33%
13:52:17 docker/models/resource.py                41      9      6      2    77%
13:52:17 docker/models/secrets.py                 21      8      0      0    62%
13:52:17 docker/models/services.py                87      3     34      3    95%
13:52:17 docker/models/swarm.py                   39      3      6      3    87%
13:52:17 docker/models/volumes.py                 23      1      2      0    96%
13:52:17 docker/tls.py                            37      6     14      6    76%
13:52:17 docker/transport/__init__.py             11      3      0      0    73%
13:52:17 docker/transport/basehttpadapter.py       6      0      2      1    88%
13:52:17 docker/transport/npipeconn.py            59     54     10      0     7%
13:52:17 docker/transport/npipesocket.py         137    132     22      0     3%
13:52:17 docker/transport/sshconn.py             149    110     50      1    20%
13:52:17 docker/transport/ssladapter.py           36      8     10      4    70%
13:52:17 docker/transport/unixconn.py             66      5     12      4    88%
13:52:17 docker/types/__init__.py                  6      0      0      0   100%
13:52:17 docker/types/base.py                      5      0      2      0   100%
13:52:17 docker/types/containers.py              420     66    324     43    84%
13:52:17 docker/types/daemon.py                   36      9     14      3    68%
13:52:17 docker/types/healthcheck.py              34     12      4      1    61%
13:52:17 docker/types/networks.py                 41      6     28      5    81%
13:52:17 docker/types/services.py                312     45    206     33    83%
13:52:17 docker/types/swarm.py                    51     24     40     10    52%
13:52:17 docker/utils/__init__.py                  3      0      0      0   100%
13:52:17 docker/utils/build.py                   155     14     74      7    89%
13:52:17 docker/utils/config.py                   36      2     10      2    91%
13:52:17 docker/utils/decorators.py               32      1     12      1    95%
13:52:17 docker/utils/fnmatch.py                  55     18     28      2    61%
13:52:17 docker/utils/json_stream.py              43      8     14      2    79%
13:52:17 docker/utils/ports.py                    50      3     28      2    91%
13:52:17 docker/utils/proxy.py                    32      1     12      0    98%
13:52:17 docker/utils/socket.py                   86      8     40      7    87%
13:52:17 docker/utils/utils.py                   285     17    164     12    93%
13:52:17 docker/version.py                         2      0      0      0   100%
13:52:17 -----------------------------------------------------------------------
13:52:17 TOTAL                                  5110    979   2187    348    78%
13:52:17 
13:52:17 =========================== short test summary info ============================
13:52:17 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
13:52:17   CONFIG_RT_GROUP_SCHED isn't enabled
13:52:17 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
13:52:17   Not supported on most drivers
13:52:17 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
13:52:17   Output of docker top depends on host distro, and is not formalized.
13:52:17 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
13:52:17   This doesn't seem to be taken into account by the engine
13:52:17 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
13:52:17 SKIPPED [1] tests/unit/client_test.py:143: Npipe Connection Pool only on Windows
13:52:17 SKIPPED [1] tests/unit/client_test.py:254: Npipe Connection Pool only on Windows
13:52:17 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
13:52:17 SKIPPED [1] tests/unit/client_test.py:217: Npipe Connection Pool only on Windows
13:52:17 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
13:52:17 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
13:52:17 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
13:52:17 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
13:52:17 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
13:52:17 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
13:52:17 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
13:52:17 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
13:52:17 SKIPPED [1] tests/unit/client_test.py:104: Npipe Connection Pool only on Windows
13:52:17 == 928 passed, 15 skipped, 5 xfailed, 4 xpassed, 1 warnings in 309.79 seconds ==
13:52:17 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
[Pipeline] sh
13:52:17 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
13:52:17 + docker stop dpy-dind-5-0-py2.7-19.03.13
13:52:17 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
13:52:17 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
13:52:17 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
13:52:18 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
13:52:18 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%]
13:52:18 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
13:52:18 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 36%]
13:52:18 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 36%]
13:52:18 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 36%]
13:52:18 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
13:52:19 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
13:52:19 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
13:52:19 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
13:52:19 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
13:52:19 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 39%]
13:52:19 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 39%]
13:52:19 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
13:52:19 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
13:52:20 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
13:52:20 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
13:52:20 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
13:52:20 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
13:52:20 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 39%]
13:52:21 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 39%]
13:52:21 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 39%]
13:52:22 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
13:52:22 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
13:52:22 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
13:52:22 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
13:52:22 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
13:52:23 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
13:52:23 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%]
13:52:23 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 40%]
13:52:23 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 40%]
13:52:23 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 40%]
13:52:23 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
13:52:23 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
13:52:23 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
13:52:23 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
13:52:23 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
13:52:23 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
13:52:23 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 41%]
13:52:23 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 41%]
13:52:23 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 41%]
13:52:23 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
13:52:23 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
13:52:23 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
13:52:23 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
13:52:23 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
13:52:23 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
13:52:23 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%]
13:52:23 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 42%]
13:52:23 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 42%]
13:52:23 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 42%]
13:52:23 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
13:52:23 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
13:52:23 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
13:52:23 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
13:52:23 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
13:52:23 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 43%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 43%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 43%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 44%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 44%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 44%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 44%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 45%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 45%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 45%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 45%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 46%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 46%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 46%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 47%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 47%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 47%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 47%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
13:52:23 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 48%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 48%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 48%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 48%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 49%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 49%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 49%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 49%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 50%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 50%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 50%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 50%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 50%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 51%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 51%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 51%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 51%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 51%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
13:52:23 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%]
13:52:23 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 52%]
13:52:23 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 52%]
13:52:23 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 52%]
13:52:23 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 52%]
13:52:23 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 52%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 53%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 53%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 53%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 53%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 53%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 54%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 54%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 54%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 54%]
13:52:23 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 39%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 54%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 55%]
13:52:23 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 55%]
13:52:23 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 55%]
13:52:23 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 55%]
13:52:23 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 55%]
13:52:23 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 55%]
13:52:23 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
13:52:23 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 56%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 56%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 56%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 56%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 56%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 57%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 57%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 57%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 57%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 58%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 58%]
13:52:23 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 58%]
13:52:23 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 58%]
13:52:23 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
13:52:24 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 58%]
13:52:24 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
13:52:24 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 58%]
13:52:24 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
13:52:24 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
13:52:24 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
13:52:24 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
13:52:24 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
13:52:24 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
13:52:24 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%]
13:52:24 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 40%]
13:52:24 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 40%]
13:52:24 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 40%]
13:52:24 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
13:52:24 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
13:52:24 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
13:52:24 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
13:52:24 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
13:52:25 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
13:52:25 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
13:52:25 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 41%]
13:52:25 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 41%]
13:52:25 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 41%]
13:52:25 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
13:52:25 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
13:52:25 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
13:52:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
13:52:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
13:52:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
13:52:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%]
13:52:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 42%]
13:52:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 42%]
13:52:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 42%]
13:52:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
13:52:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
13:52:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
13:52:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
13:52:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
13:52:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 43%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 43%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 43%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 44%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 44%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 44%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 44%]
13:52:25 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 45%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 45%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 45%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 45%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 46%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 46%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 46%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 47%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 47%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 47%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 47%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
13:52:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 48%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 48%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 48%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 48%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 49%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 49%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 49%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 49%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 50%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 50%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 50%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 50%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 50%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 51%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 51%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 51%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 51%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 51%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
13:52:25 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%]
13:52:25 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 52%]
13:52:25 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 52%]
13:52:25 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 52%]
13:52:25 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 52%]
13:52:25 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 52%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 53%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 53%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 53%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 53%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 53%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 54%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 54%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 54%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 54%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 54%]
13:52:25 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 55%]
13:52:25 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 55%]
13:52:25 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 55%]
13:52:25 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 55%]
13:52:25 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 55%]
13:52:25 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 55%]
13:52:25 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
13:52:25 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 56%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 56%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 56%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 56%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 56%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 57%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 57%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 57%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 57%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 58%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 58%]
13:52:25 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 58%]
13:52:25 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 58%]
13:52:25 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 58%]
13:52:25 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
13:52:25 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
13:52:26 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%]
13:52:26 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 59%]
13:52:26 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 59%]
13:52:26 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 59%]
13:52:26 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 59%]
13:52:26 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
13:52:26 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
13:52:26 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
13:52:26 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%]
13:52:26 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%]
13:52:26 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 60%]
13:52:26 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 60%]
13:52:26 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 60%]
13:52:26 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 60%]
13:52:26 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
13:52:26 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
13:52:26 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
13:52:26 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
13:52:26 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%]
13:52:26 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%]
13:52:26 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 61%]
13:52:26 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 61%]
13:52:26 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 61%]
13:52:26 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 61%]
13:52:26 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
13:52:26 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
13:52:26 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
13:52:26 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%]
13:52:26 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%]
13:52:26 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 62%]
13:52:26 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 62%]
13:52:26 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 62%]
13:52:26 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 62%]
13:52:26 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
13:52:26 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
13:52:26 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
13:52:26 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
13:52:26 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%]
13:52:26 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 63%]
13:52:26 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 63%]
13:52:26 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 63%]
13:52:26 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 63%]
13:52:26 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 63%]
13:52:26 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
13:52:26 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
13:52:26 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
13:52:26 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%]
13:52:26 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%]
13:52:26 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 64%]
13:52:26 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 64%]
13:52:26 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 64%]
13:52:26 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 64%]
13:52:26 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
13:52:26 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
13:52:26 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
13:52:26 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
13:52:26 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%]
13:52:26 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 65%]
13:52:26 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 65%]
13:52:26 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 65%]
13:52:26 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 65%]
13:52:26 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 65%]
13:52:26 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
13:52:26 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
13:52:26 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
13:52:26 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%]
13:52:26 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%]
13:52:26 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 66%]
13:52:26 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 66%]
13:52:26 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 66%]
13:52:26 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 66%]
13:52:26 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
13:52:26 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
13:52:26 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
13:52:26 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 67%]
13:52:26 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 67%]
13:52:26 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 67%]
13:52:26 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 67%]
13:52:26 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 67%]
13:52:26 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 67%]
13:52:26 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED        [ 67%]
13:52:26 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
13:52:26 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 68%]
13:52:26 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 68%]
13:52:26 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
13:52:26 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
13:52:26 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
13:52:26 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
13:52:26 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 68%]
13:52:26 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 68%]
13:52:26 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 69%]
13:52:26 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 69%]
13:52:26 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%]
13:52:26 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
13:52:26 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
13:52:26 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
13:52:26 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 70%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 71%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 71%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 72%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
13:52:26 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
13:52:26 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
13:52:26 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 58%]
13:52:26 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
13:52:26 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
13:52:26 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 73%]
13:52:26 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 73%]
13:52:26 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%]
13:52:26 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
13:52:26 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
13:52:26 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
13:52:26 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
13:52:26 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
13:52:26 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
13:52:26 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
13:52:26 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 74%]
13:52:26 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%]
13:52:26 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%]
13:52:26 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
13:52:26 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
13:52:26 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
13:52:26 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
13:52:26 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
13:52:26 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
13:52:26 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 75%]
13:52:26 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%]
13:52:26 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%]
13:52:26 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
13:52:26 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
13:52:26 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
13:52:26 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
13:52:26 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
13:52:26 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
13:52:26 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
13:52:26 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 76%]
13:52:26 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%]
13:52:26 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
13:52:26 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
13:52:26 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
13:52:26 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
13:52:26 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
13:52:26 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
13:52:26 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
13:52:26 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
13:52:26 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 77%]
13:52:26 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 77%]
13:52:26 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
13:52:26 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
13:52:26 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
13:52:26 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
13:52:26 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
13:52:26 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
13:52:26 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
13:52:26 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 78%]
13:52:26 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%]
13:52:26 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
13:52:26 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
13:52:26 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
13:52:26 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
13:52:26 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
13:52:26 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
13:52:26 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
13:52:26 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 79%]
13:52:26 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 79%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 80%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 80%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 81%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 81%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
13:52:26 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
13:52:26 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
13:52:26 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
13:52:26 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 82%]
13:52:26 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 82%]
13:52:26 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
13:52:26 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
13:52:26 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
13:52:26 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 82%]
13:52:26 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
13:52:26 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
13:52:26 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
13:52:26 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
13:52:26 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
13:52:26 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 37%]
13:52:26 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 37%]
13:52:26 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 37%]
13:52:26 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 38%]
13:52:26 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
13:52:26 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
13:52:26 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
13:52:26 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
13:52:26 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
13:52:26 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
13:52:26 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 83%]
13:52:26 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 83%]
13:52:26 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
13:52:26 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
13:52:26 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
13:52:26 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
13:52:26 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
13:52:26 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
13:52:26 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
13:52:26 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 84%]
13:52:26 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 84%]
13:52:26 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 84%]
13:52:26 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
13:52:26 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
13:52:26 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
13:52:26 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
13:52:26 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
13:52:26 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
13:52:26 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
13:52:26 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 85%]
13:52:26 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 85%]
13:52:26 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
13:52:26 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
13:52:26 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
13:52:26 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
13:52:26 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
13:52:26 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
13:52:26 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
13:52:26 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 86%]
13:52:26 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%]
13:52:26 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%]
13:52:26 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
13:52:26 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
13:52:26 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
13:52:26 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
13:52:26 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
13:52:26 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
13:52:26 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
13:52:26 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 87%]
13:52:26 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%]
13:52:26 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
13:52:26 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
13:52:26 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
13:52:26 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
13:52:26 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
13:52:26 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%]
13:52:26 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 38%]
13:52:26 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 38%]
13:52:26 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 38%]
13:52:26 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
13:52:27 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
13:52:27 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
13:52:27 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
13:52:27 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 88%]
13:52:27 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%]
13:52:27 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
13:52:27 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
13:52:27 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
13:52:27 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
13:52:27 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
13:52:27 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
13:52:27 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
13:52:27 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
13:52:27 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 89%]
13:52:27 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%]
13:52:27 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
13:52:27 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
13:52:27 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
13:52:27 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
13:52:27 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
13:52:27 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
13:52:27 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
13:52:27 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 90%]
13:52:27 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%]
13:52:27 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
13:52:27 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
13:52:27 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
13:52:27 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
13:52:27 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
13:52:27 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
13:52:27 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
13:52:27 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
13:52:27 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 91%]
13:52:27 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%]
13:52:27 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
13:52:27 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
13:52:27 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
13:52:27 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
13:52:27 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
13:52:27 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
13:52:27 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
13:52:27 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 92%]
13:52:27 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 92%]
13:52:27 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
13:52:27 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
13:52:27 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
13:52:27 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
13:52:27 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
13:52:27 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
13:52:27 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
13:52:27 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
13:52:27 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%]
13:52:27 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%]
13:52:27 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
13:52:27 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
13:52:27 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
13:52:27 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
13:52:27 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
13:52:27 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
13:52:27 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
13:52:27 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 94%]
13:52:27 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%]
13:52:27 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
13:52:27 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
13:52:27 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
13:52:27 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
13:52:27 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
13:52:27 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
13:52:27 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
13:52:27 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
13:52:27 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%]
13:52:27 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
13:52:27 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
13:52:27 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
13:52:27 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
13:52:27 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
13:52:27 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
13:52:27 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
13:52:27 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
13:52:27 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 96%]
13:52:27 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 96%]
13:52:27 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
13:52:27 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
13:52:27 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
13:52:27 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
13:52:27 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
13:52:27 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
13:52:27 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
13:52:27 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%]
13:52:27 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
13:52:27 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%]
13:52:27 dpy-dind-5-0-py2.7-20.10.0-rc1
13:52:27 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 98%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
13:52:27 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
13:52:27 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
[Pipeline] sh
13:52:27 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%]
13:52:27 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 59%]
13:52:27 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 59%]
13:52:27 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 59%]
13:52:27 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 59%]
13:52:27 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
13:52:27 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
13:52:27 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
13:52:27 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%]
13:52:27 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%]
13:52:27 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 60%]
13:52:27 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 60%]
13:52:27 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 60%]
13:52:27 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 60%]
13:52:27 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
13:52:27 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
13:52:27 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
13:52:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
13:52:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%]
13:52:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%]
13:52:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 61%]
13:52:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 61%]
13:52:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 61%]
13:52:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 61%]
13:52:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
13:52:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
13:52:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
13:52:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%]
13:52:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%]
13:52:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 62%]
13:52:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 62%]
13:52:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 62%]
13:52:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 62%]
13:52:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
13:52:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
13:52:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
13:52:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
13:52:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%]
13:52:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 63%]
13:52:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 63%]
13:52:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 63%]
13:52:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 63%]
13:52:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 63%]
13:52:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
13:52:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
13:52:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
13:52:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%]
13:52:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%]
13:52:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 64%]
13:52:27 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 64%]
13:52:27 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 64%]
13:52:27 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 64%]
13:52:27 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
13:52:27 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
13:52:27 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
13:52:27 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
13:52:27 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%]
13:52:27 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 65%]
13:52:27 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 65%]
13:52:27 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 65%]
13:52:27 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 65%]
13:52:27 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 65%]
13:52:27 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
13:52:27 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
13:52:27 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
13:52:27 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%]
13:52:27 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%]
13:52:27 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 66%]
13:52:27 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 66%]
13:52:27 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 66%]
13:52:27 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 66%]
13:52:27 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
13:52:27 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
13:52:27 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
13:52:27 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 67%]
13:52:27 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 67%]
13:52:27 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 67%]
13:52:27 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 67%]
13:52:27 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 67%]
13:52:27 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 67%]
13:52:27 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED        [ 67%]
13:52:27 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
13:52:27 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 68%]
13:52:27 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 68%]
13:52:27 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
13:52:27 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
13:52:27 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
13:52:27 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
13:52:27 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 68%]
13:52:27 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 68%]
13:52:27 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 69%]
13:52:27 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 69%]
13:52:27 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%]
13:52:27 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
13:52:27 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
13:52:27 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
13:52:27 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 70%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 71%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 71%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%]
13:52:27 + docker run --rm -d --name dpy-dind-5-0-py2.7-20.10.0-rc1 -v /tmp --privileged --network dpy-testnet-5-0-py2.7-20.10.0-rc1 dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 dockerd --experimental
13:52:27 dc3b5063062c369c105ef51b7e226d65b7f1dbec61e36071272aedfff628679c
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 72%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
13:52:27 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
13:52:27 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
13:52:27 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
13:52:27 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 73%]
13:52:27 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 73%]
13:52:27 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%]
13:52:27 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
13:52:27 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
13:52:27 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
13:52:27 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
13:52:27 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
13:52:27 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
13:52:27 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
13:52:27 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 74%]
13:52:27 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%]
13:52:27 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%]
13:52:27 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
13:52:27 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
13:52:27 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
13:52:27 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
13:52:27 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
13:52:27 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
13:52:27 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 75%]
13:52:27 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%]
13:52:27 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%]
13:52:27 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
13:52:27 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
13:52:27 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
13:52:27 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
13:52:27 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
13:52:27 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
13:52:27 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
13:52:27 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 76%]
13:52:27 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%]
13:52:27 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
13:52:27 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
13:52:27 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
13:52:27 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
13:52:27 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
13:52:27 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
13:52:27 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
13:52:27 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
13:52:27 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 77%]
13:52:27 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 77%]
13:52:27 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
13:52:27 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
13:52:27 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
13:52:27 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
13:52:27 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
13:52:27 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
13:52:27 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
13:52:27 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 78%]
13:52:27 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%]
13:52:27 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
13:52:27 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
13:52:27 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
13:52:27 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
13:52:27 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
13:52:27 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
13:52:27 
13:52:27 =============================== warnings summary ===============================
13:52:27 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
13:52:27   /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
13:52:27     from collections import MutableMapping
13:52:27 
13:52:27 -- Docs: https://docs.pytest.org/en/latest/warnings.html
13:52:27 
13:52:27 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
13:52:27 Name                                  Stmts   Miss Branch BrPart  Cover
13:52:27 -----------------------------------------------------------------------
13:52:27 docker/__init__.py                        8      0      0      0   100%
13:52:27 docker/api/__init__.py                    1      0      0      0   100%
13:52:27 docker/api/build.py                     126     19     93     17    82%
13:52:27 docker/api/client.py                    263     46     98     13    82%
13:52:27 docker/api/config.py                     31      0      6      2    95%
13:52:27 docker/api/container.py                 266     17    104     19    90%
13:52:27 docker/api/daemon.py                     39      2     14      4    89%
13:52:27 docker/api/exec_api.py                   46      4     22      4    88%
13:52:27 docker/api/image.py                     151     19     52     10    85%
13:52:27 docker/api/network.py                    90     13     48     12    80%
13:52:27 docker/api/plugin.py                     90     13     14      4    82%
13:52:27 docker/api/secret.py                     36      3     10      3    83%
13:52:27 docker/api/service.py                   200     60    149     32    61%
13:52:27 docker/api/swarm.py                     106     14     38     10    82%
13:52:27 docker/api/volume.py                     38      3     14      3    88%
13:52:27 docker/auth.py                          198     17     74     17    88%
13:52:27 docker/client.py                         69      4      2      0    94%
13:52:27 docker/constants.py                      21      0      0      0   100%
13:52:27 docker/context/__init__.py                2      0      0      0   100%
13:52:27 docker/context/api.py                    78     16     38      8    76%
13:52:27 docker/context/config.py                 61     24     16      2    56%
13:52:27 docker/context/context.py               151     21     62     15    81%
13:52:27 docker/credentials/__init__.py            3      0      0      0   100%
13:52:27 docker/credentials/constants.py           4      0      0      0   100%
13:52:27 docker/credentials/errors.py             11      1      2      1    85%
13:52:27 docker/credentials/store.py              50      9     16      5    73%
13:52:27 docker/credentials/utils.py              23     13     12      1    31%
13:52:27 docker/errors.py                        110     12     20      6    86%
13:52:27 docker/models/__init__.py                 0      0      0      0   100%
13:52:27 docker/models/configs.py                 21      8      2      0    57%
13:52:27 docker/models/containers.py             183      6     70      5    95%
13:52:27 docker/models/images.py                 137     29     56      3    76%
13:52:27 docker/models/networks.py                37      1     12      0    98%
13:52:27 docker/models/nodes.py                   15      1      2      0    94%
13:52:27 docker/models/plugins.py                 49     30     10      0    32%
13:52:27 docker/models/resource.py                41      9      6      2    77%
13:52:27 docker/models/secrets.py                 21      8      2      0    57%
13:52:27 docker/models/services.py                87      3     36      3    95%
13:52:27 docker/models/swarm.py                   39      3      6      3    87%
13:52:27 docker/models/volumes.py                 23      1      4      0    96%
13:52:27 docker/tls.py                            37      6     14      6    76%
13:52:27 docker/transport/__init__.py             11      3      0      0    73%
13:52:27 docker/transport/basehttpadapter.py       6      0      2      1    88%
13:52:27 docker/transport/npipeconn.py            59     54     10      0     7%
13:52:27 docker/transport/npipesocket.py         137    132     22      0     3%
13:52:27 docker/transport/sshconn.py             149    110     50      1    20%
13:52:27 docker/transport/ssladapter.py           36     10     10      4    65%
13:52:27 docker/transport/unixconn.py             66      6     12      4    87%
13:52:27 docker/types/__init__.py                  6      0      0      0   100%
13:52:27 docker/types/base.py                      5      0      2      0   100%
13:52:27 docker/types/containers.py              420     66    326     43    84%
13:52:27 docker/types/daemon.py                   36      8     14      4    72%
13:52:27 docker/types/healthcheck.py              34     12      4      1    61%
13:52:27 docker/types/networks.py                 41      6     28      5    81%
13:52:27 docker/types/services.py                312     45    206     33    83%
13:52:27 docker/types/swarm.py                    51     24     40     10    52%
13:52:27 docker/utils/__init__.py                  3      0      0      0   100%
13:52:27 docker/utils/build.py                   155     18     76      7    87%
13:52:27 docker/utils/config.py                   36      2     10      2    91%
13:52:27 docker/utils/decorators.py               32      1     12      1    95%
13:52:27 docker/utils/fnmatch.py                  55     18     28      2    61%
13:52:27 docker/utils/json_stream.py              43      8     14      2    79%
13:52:27 docker/utils/ports.py                    50      3     32      2    91%
13:52:27 docker/utils/proxy.py                    32      1     12      0    98%
13:52:27 docker/utils/socket.py                   86      9     40      7    86%
13:52:27 docker/utils/utils.py                   285     19    177     13    92%
13:52:27 docker/version.py                         2      0      2      0   100%
13:52:27 -----------------------------------------------------------------------
13:52:27 TOTAL                                  5110    990   2253    352    78%
13:52:27 
13:52:27 =========================== short test summary info ============================
13:52:27 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
13:52:27   CONFIG_RT_GROUP_SCHED isn't enabled
13:52:27 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
13:52:27   Not supported on most drivers
13:52:27 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
13:52:27   Output of docker top depends on host distro, and is not formalized.
13:52:27 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
13:52:27   This doesn't seem to be taken into account by the engine
13:52:27 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
13:52:27 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
13:52:27 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
13:52:27 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
13:52:27 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
13:52:27 SKIPPED [1] tests/unit/client_test.py:103: Npipe Connection Pool only on Windows
13:52:27 SKIPPED [1] tests/unit/client_test.py:142: Npipe Connection Pool only on Windows
13:52:27 SKIPPED [1] tests/unit/client_test.py:216: Npipe Connection Pool only on Windows
13:52:27 SKIPPED [1] tests/unit/client_test.py:253: Npipe Connection Pool only on Windows
13:52:27 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
13:52:27 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
13:52:27 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
13:52:27 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
13:52:27 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
13:52:27 SKIPPED [1] tests/unit/utils_test.py:478: shlex doesn't support bytes in py3
13:52:27 == 927 passed, 16 skipped, 5 xfailed, 4 xpassed, 1 warnings in 308.78 seconds ==
[Pipeline] sh
13:52:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
13:52:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
13:52:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 79%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 79%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 80%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 80%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 81%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 81%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
13:52:28 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
13:52:28 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
13:52:28 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
13:52:28 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 82%]
13:52:28 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 82%]
13:52:28 + docker exec dpy-dind-5-0-py2.7-20.10.0-rc1 sh -c /usr/sbin/sshd
[Pipeline] sh
13:52:28 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
13:52:28 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
13:52:28 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
13:52:28 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 82%]
13:52:28 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
13:52:28 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
13:52:28 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
13:52:28 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
13:52:28 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 83%]
13:52:28 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 83%]
13:52:28 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
13:52:28 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
13:52:28 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
13:52:28 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
13:52:28 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
13:52:28 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
13:52:28 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
13:52:28 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 84%]
13:52:28 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 84%]
13:52:28 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 84%]
13:52:28 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
13:52:28 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
13:52:28 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
13:52:28 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
13:52:28 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
13:52:28 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
13:52:28 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
13:52:28 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 85%]
13:52:28 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 85%]
13:52:28 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
13:52:28 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
13:52:28 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 86%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
[Pipeline] sh
13:52:28 + docker run --rm --name dpy-tests-5-0-py2.7-20.10.0-rc1 -e DOCKER_HOST=ssh://dpy-dind-5-0-py2.7-20.10.0-rc1:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-5-0-py2.7-20.10.0-rc1 --volumes-from dpy-dind-5-0-py2.7-20.10.0-rc1 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 py.test -v -rxs --cov=docker tests/ssh
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 87%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 88%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 89%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%]
13:52:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
13:52:28 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
13:52:28 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
13:52:28 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
13:52:28 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
13:52:28 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
13:52:28 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
13:52:28 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 90%]
13:52:28 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%]
13:52:28 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
13:52:28 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
13:52:28 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
13:52:28 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
13:52:28 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
13:52:28 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
13:52:28 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
13:52:28 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
13:52:28 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 91%]
13:52:28 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%]
13:52:28 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
13:52:28 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
13:52:28 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
13:52:28 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
13:52:28 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
13:52:28 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
13:52:28 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
13:52:28 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 92%]
13:52:28 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 92%]
13:52:28 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
13:52:28 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
13:52:28 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
13:52:28 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
13:52:28 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
13:52:28 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
13:52:28 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
13:52:28 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
13:52:28 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%]
13:52:28 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%]
13:52:28 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
13:52:28 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
13:52:28 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
13:52:28 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
13:52:28 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
13:52:28 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
13:52:28 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
13:52:28 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 94%]
13:52:28 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%]
13:52:28 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
13:52:28 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
13:52:28 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
13:52:28 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
13:52:28 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
13:52:28 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
13:52:28 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
13:52:28 + docker stop dpy-dind-5-0-py3.7-20.10.0-rc1
13:52:28 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
13:52:28 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%]
13:52:28 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
13:52:28 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
13:52:28 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
13:52:28 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
13:52:28 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
13:52:28 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
13:52:28 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
13:52:28 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
13:52:28 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 96%]
13:52:28 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 96%]
13:52:28 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
13:52:28 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
13:52:28 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
13:52:28 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
13:52:28 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
13:52:28 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
13:52:28 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
13:52:28 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%]
13:52:28 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 98%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
13:52:28 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
13:52:28 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
13:52:29 ============================= test session starts ==============================
13:52:29 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
13:52:29 cachedir: .pytest_cache
13:52:29 rootdir: /src, inifile: pytest.ini
13:52:29 plugins: timeout-1.3.3, cov-2.6.1
13:52:29 collecting ... collected 24 items
13:52:29 
13:52:29 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
13:52:29 
13:52:29 =============================== warnings summary ===============================
13:52:29 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
13:52:29   /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
13:52:29     from collections import MutableMapping
13:52:29 
13:52:29 -- Docs: https://docs.pytest.org/en/latest/warnings.html
13:52:29 
13:52:29 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
13:52:29 Name                                  Stmts   Miss Branch BrPart  Cover
13:52:29 -----------------------------------------------------------------------
13:52:29 docker/__init__.py                        8      0      0      0   100%
13:52:29 docker/api/__init__.py                    1      0      0      0   100%
13:52:29 docker/api/build.py                     126     19     93     17    82%
13:52:29 docker/api/client.py                    263     46     98     13    82%
13:52:29 docker/api/config.py                     31      0      6      2    95%
13:52:29 docker/api/container.py                 266     17    104     19    90%
13:52:29 docker/api/daemon.py                     39      2     14      4    89%
13:52:29 docker/api/exec_api.py                   46      4     22      4    88%
13:52:29 docker/api/image.py                     151     19     52     10    85%
13:52:29 docker/api/network.py                    90     13     48     12    80%
13:52:29 docker/api/plugin.py                     90     13     14      4    82%
13:52:29 docker/api/secret.py                     36      3     10      3    83%
13:52:29 docker/api/service.py                   200     60    149     32    61%
13:52:29 docker/api/swarm.py                     106     14     38     10    82%
13:52:29 docker/api/volume.py                     38      3     14      3    88%
13:52:29 docker/auth.py                          198     17     74     17    88%
13:52:29 docker/client.py                         69      4      2      0    94%
13:52:29 docker/constants.py                      21      0      0      0   100%
13:52:29 docker/context/__init__.py                2      0      0      0   100%
13:52:29 docker/context/api.py                    78     16     38      8    76%
13:52:29 docker/context/config.py                 61     24     16      2    56%
13:52:29 docker/context/context.py               151     21     62     15    81%
13:52:29 docker/credentials/__init__.py            3      0      0      0   100%
13:52:29 docker/credentials/constants.py           4      0      0      0   100%
13:52:29 docker/credentials/errors.py             11      1      2      1    85%
13:52:29 docker/credentials/store.py              50      9     16      5    73%
13:52:29 docker/credentials/utils.py              23     13     12      1    31%
13:52:29 docker/errors.py                        110     12     20      6    86%
13:52:29 docker/models/__init__.py                 0      0      0      0   100%
13:52:29 docker/models/configs.py                 21      8      2      0    57%
13:52:29 docker/models/containers.py             183      6     70      5    95%
13:52:29 docker/models/images.py                 137     29     56      3    76%
13:52:29 docker/models/networks.py                37      1     12      0    98%
13:52:29 docker/models/nodes.py                   15      1      2      0    94%
13:52:29 docker/models/plugins.py                 49     30     10      0    32%
13:52:29 docker/models/resource.py                41      9      6      2    77%
13:52:29 docker/models/secrets.py                 21      8      2      0    57%
13:52:29 docker/models/services.py                87      3     36      3    95%
13:52:29 docker/models/swarm.py                   39      3      6      3    87%
13:52:29 docker/models/volumes.py                 23      1      4      0    96%
13:52:29 docker/tls.py                            37      6     14      6    76%
13:52:29 docker/transport/__init__.py             11      3      0      0    73%
13:52:29 docker/transport/basehttpadapter.py       6      0      2      1    88%
13:52:29 docker/transport/npipeconn.py            59     54     10      0     7%
13:52:29 docker/transport/npipesocket.py         137    132     22      0     3%
13:52:29 docker/transport/sshconn.py             149    110     50      1    20%
13:52:29 docker/transport/ssladapter.py           36     10     10      4    65%
13:52:29 docker/transport/unixconn.py             66      6     12      4    87%
13:52:29 docker/types/__init__.py                  6      0      0      0   100%
13:52:29 docker/types/base.py                      5      0      2      0   100%
13:52:29 docker/types/containers.py              420     66    326     43    84%
13:52:29 docker/types/daemon.py                   36      8     14      4    72%
13:52:29 docker/types/healthcheck.py              34     12      4      1    61%
13:52:29 docker/types/networks.py                 41      6     28      5    81%
13:52:29 docker/types/services.py                312     45    206     33    83%
13:52:29 docker/types/swarm.py                    51     24     40     10    52%
13:52:29 docker/utils/__init__.py                  3      0      0      0   100%
13:52:29 docker/utils/build.py                   155     18     76      7    87%
13:52:29 docker/utils/config.py                   36      2     10      2    91%
13:52:29 docker/utils/decorators.py               32      1     12      1    95%
13:52:29 docker/utils/fnmatch.py                  55     18     28      2    61%
13:52:29 docker/utils/json_stream.py              43      8     14      2    79%
13:52:29 docker/utils/ports.py                    50      3     32      2    91%
13:52:29 docker/utils/proxy.py                    32      1     12      0    98%
13:52:29 docker/utils/socket.py                   86      9     40      7    86%
13:52:29 docker/utils/utils.py                   285     19    177     13    92%
13:52:29 docker/version.py                         2      0      2      0   100%
13:52:29 -----------------------------------------------------------------------
13:52:29 TOTAL                                  5110    990   2253    352    78%
13:52:29 
13:52:29 =========================== short test summary info ============================
13:52:29 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
13:52:29   CONFIG_RT_GROUP_SCHED isn't enabled
13:52:29 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
13:52:29   Not supported on most drivers
13:52:29 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
13:52:29   Output of docker top depends on host distro, and is not formalized.
13:52:29 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
13:52:29   This doesn't seem to be taken into account by the engine
13:52:29 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
13:52:29 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
13:52:29 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
13:52:29 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
13:52:29 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
13:52:29 SKIPPED [1] tests/unit/client_test.py:103: Npipe Connection Pool only on Windows
13:52:29 SKIPPED [1] tests/unit/client_test.py:142: Npipe Connection Pool only on Windows
13:52:29 SKIPPED [1] tests/unit/client_test.py:216: Npipe Connection Pool only on Windows
13:52:29 SKIPPED [1] tests/unit/client_test.py:253: Npipe Connection Pool only on Windows
13:52:29 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
13:52:29 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
13:52:29 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
13:52:29 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
13:52:29 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
13:52:29 SKIPPED [1] tests/unit/utils_test.py:478: shlex doesn't support bytes in py3
13:52:29 == 927 passed, 16 skipped, 5 xfailed, 4 xpassed, 1 warnings in 308.37 seconds ==
13:52:29 dpy-dind-5-0-py2.7-19.03.13
[Pipeline] sh
[Pipeline] sh
13:52:30 + docker run --rm -d --name dpy-dind-5-0-py2.7-19.03.13 -v /tmp --privileged --network dpy-testnet-5-0-py2.7-19.03.13 dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 dockerd --experimental
13:52:30 c30b1dab209ada783dc69fad328158dd543080ee9fb3de30baca880ba8c4895e
13:52:30 + docker stop dpy-dind-5-0-py3.7-19.03.13
[Pipeline] sh
13:52:30 + docker exec dpy-dind-5-0-py2.7-19.03.13 sh -c /usr/sbin/sshd
[Pipeline] sh
13:52:31 + docker run --rm --name dpy-tests-5-0-py2.7-19.03.13 -e DOCKER_HOST=ssh://dpy-dind-5-0-py2.7-19.03.13:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-5-0-py2.7-19.03.13 --volumes-from dpy-dind-5-0-py2.7-19.03.13 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py2-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 py.test -v -rxs --cov=docker tests/ssh
13:52:31 ============================= test session starts ==============================
13:52:31 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
13:52:31 cachedir: .pytest_cache
13:52:31 rootdir: /src, inifile: pytest.ini
13:52:31 plugins: timeout-1.3.3, cov-2.6.1
13:52:31 collecting ... collected 24 items
13:52:31 
13:52:32 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
13:52:32 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
13:52:32 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
13:52:32 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
13:52:32 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
13:52:33 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
13:52:33 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
13:52:34 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
13:52:34 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
13:52:34 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
13:52:34 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
13:52:34 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
13:52:34 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
13:52:34 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
13:52:35 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
13:52:35 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 39%]
13:52:35 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 39%]
13:52:35 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
13:52:36 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
13:52:36 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
13:52:36 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
13:52:37 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
13:52:37 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
13:52:37 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
13:52:37 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 39%]
13:52:38 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
13:52:38 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
13:52:38 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
13:52:38 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
13:52:38 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
13:52:38 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
13:52:38 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
13:52:38 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
13:52:38 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%]
13:52:38 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 40%]
13:52:38 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 40%]
13:52:38 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 40%]
13:52:38 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
13:52:39 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
13:52:39 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
13:52:39 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
13:52:39 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
13:52:39 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
13:52:39 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
13:52:39 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
13:52:39 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 41%]
13:52:39 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 41%]
13:52:39 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
13:52:39 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 41%]
13:52:39 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
13:52:39 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
13:52:39 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
13:52:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
13:52:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
13:52:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
13:52:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%]
13:52:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 42%]
13:52:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 42%]
13:52:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 42%]
13:52:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
13:52:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
13:52:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
13:52:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
13:52:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
13:52:39 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 43%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 43%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 43%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 44%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 44%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 44%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 44%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 45%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 45%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 45%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 45%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 46%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 46%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 46%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 47%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 47%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 47%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 47%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
13:52:39 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 48%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 48%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 48%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 48%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 49%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 49%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 49%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 49%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 50%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 50%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 50%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 50%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 50%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 51%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 51%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 51%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 51%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 51%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
13:52:39 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%]
13:52:39 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 52%]
13:52:39 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 52%]
13:52:39 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 52%]
13:52:39 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 52%]
13:52:39 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 52%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 53%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 53%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 53%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 53%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 53%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 54%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 54%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 54%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 54%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 54%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 55%]
13:52:39 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 55%]
13:52:39 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 55%]
13:52:39 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 55%]
13:52:39 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 55%]
13:52:39 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 55%]
13:52:39 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
13:52:39 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 56%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 56%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 56%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 56%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 56%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 57%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 57%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 57%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 57%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 58%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 58%]
13:52:39 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 58%]
13:52:39 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 58%]
13:52:39 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
13:52:39 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 58%]
13:52:40 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 58%]
13:52:40 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
13:52:40 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
13:52:40 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
13:52:40 dpy-dind-5-0-py3.7-20.10.0-rc1
13:52:40 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
[Pipeline] sh
13:52:41 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%]
13:52:41 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
13:52:41 + docker run --rm -d --name dpy-dind-5-0-py3.7-20.10.0-rc1 -v /tmp --privileged --network dpy-testnet-5-0-py3.7-20.10.0-rc1 dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 dockerd --experimental
13:52:41 cbeba553c46c11220b5df660fecc61ab4e0bed82c6e2776348d3decb5f83b6eb
13:52:41 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
[Pipeline] sh
13:52:41 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
13:52:41 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%]
13:52:41 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 59%]
13:52:41 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 59%]
13:52:41 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 59%]
13:52:41 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 59%]
13:52:41 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
13:52:41 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
13:52:41 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
13:52:41 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%]
13:52:41 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%]
13:52:41 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 60%]
13:52:41 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 60%]
13:52:41 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 60%]
13:52:41 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 60%]
13:52:41 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
13:52:41 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
13:52:41 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
13:52:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
13:52:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%]
13:52:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%]
13:52:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 61%]
13:52:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 61%]
13:52:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 61%]
13:52:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 61%]
13:52:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
13:52:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
13:52:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
13:52:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%]
13:52:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%]
13:52:41 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 62%]
13:52:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 62%]
13:52:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 62%]
13:52:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 62%]
13:52:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
13:52:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
13:52:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
13:52:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
13:52:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%]
13:52:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 63%]
13:52:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 63%]
13:52:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 63%]
13:52:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 63%]
13:52:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 63%]
13:52:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
13:52:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
13:52:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
13:52:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%]
13:52:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%]
13:52:41 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 64%]
13:52:41 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 64%]
13:52:41 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 64%]
13:52:41 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 64%]
13:52:41 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
13:52:41 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
13:52:41 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
13:52:41 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
13:52:41 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%]
13:52:41 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 65%]
13:52:41 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 65%]
13:52:41 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 65%]
13:52:41 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 65%]
13:52:41 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 65%]
13:52:41 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
13:52:41 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
13:52:41 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
13:52:41 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%]
13:52:41 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%]
13:52:41 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 66%]
13:52:41 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 66%]
13:52:41 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 66%]
13:52:41 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 66%]
13:52:41 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
13:52:41 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
13:52:41 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
13:52:41 + docker exec dpy-dind-5-0-py3.7-20.10.0-rc1 sh -c /usr/sbin/sshd
[Pipeline] sh
13:52:41 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 67%]
13:52:41 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 67%]
13:52:41 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 67%]
13:52:41 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 67%]
13:52:41 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 67%]
13:52:41 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 67%]
13:52:41 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED        [ 67%]
13:52:41 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
13:52:41 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 68%]
13:52:41 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 68%]
13:52:41 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
13:52:41 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
13:52:41 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
13:52:41 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
13:52:41 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 68%]
13:52:41 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 68%]
13:52:41 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 69%]
13:52:41 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 69%]
13:52:41 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%]
13:52:41 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
13:52:41 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
13:52:41 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
13:52:41 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 70%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 71%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 71%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 72%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
13:52:41 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
13:52:41 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
13:52:41 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
13:52:41 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 73%]
13:52:41 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 73%]
13:52:41 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%]
13:52:41 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
13:52:41 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
13:52:41 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
13:52:41 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
13:52:41 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
13:52:41 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
13:52:41 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
13:52:41 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 74%]
13:52:41 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%]
13:52:41 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%]
13:52:41 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
13:52:41 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
13:52:41 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
13:52:41 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
13:52:41 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
13:52:41 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
13:52:41 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 75%]
13:52:41 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%]
13:52:41 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%]
13:52:41 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
13:52:41 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
13:52:41 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
13:52:41 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
13:52:41 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
13:52:41 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
13:52:41 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
13:52:41 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 76%]
13:52:41 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%]
13:52:41 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
13:52:41 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
13:52:41 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
13:52:41 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
13:52:41 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
13:52:41 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
13:52:41 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
13:52:41 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
13:52:41 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 77%]
13:52:41 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 77%]
13:52:41 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
13:52:41 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
13:52:42 + docker run --rm --name dpy-tests-5-0-py3.7-20.10.0-rc1 -e DOCKER_HOST=ssh://dpy-dind-5-0-py3.7-20.10.0-rc1:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-5-0-py3.7-20.10.0-rc1 --volumes-from dpy-dind-5-0-py3.7-20.10.0-rc1 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 py.test -v -rxs --cov=docker tests/ssh
13:52:42 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
13:52:42 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
13:52:42 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
13:52:42 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
13:52:42 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
13:52:42 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 78%]
13:52:42 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%]
13:52:42 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
13:52:42 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
13:52:42 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
13:52:42 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
13:52:42 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
13:52:42 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
13:52:42 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
13:52:42 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 79%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 79%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 80%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 80%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
13:52:42 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
13:52:42 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 81%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 81%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
13:52:42 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
13:52:42 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
13:52:42 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
13:52:42 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 82%]
13:52:42 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 82%]
13:52:42 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
13:52:42 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
13:52:42 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
13:52:42 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 82%]
13:52:42 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
13:52:42 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
13:52:42 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
13:52:42 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
13:52:42 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 83%]
13:52:42 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 83%]
13:52:42 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
13:52:42 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
13:52:42 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
13:52:42 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
13:52:42 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
13:52:42 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
13:52:42 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
13:52:42 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 84%]
13:52:42 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 84%]
13:52:42 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 84%]
13:52:42 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
13:52:42 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
13:52:42 dpy-dind-5-0-py3.7-19.03.13
[Pipeline] sh
13:52:42 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
13:52:42 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
13:52:42 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
13:52:42 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
13:52:42 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
13:52:42 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 85%]
13:52:42 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 85%]
13:52:42 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
13:52:42 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
13:52:42 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 86%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 87%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 88%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 89%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%]
13:52:42 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
13:52:42 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
13:52:42 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
13:52:42 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
13:52:42 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
13:52:42 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
13:52:42 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
13:52:42 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 90%]
13:52:42 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%]
13:52:42 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
13:52:42 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
13:52:42 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
13:52:42 + docker run --rm -d --name dpy-dind-5-0-py3.7-19.03.13 -v /tmp --privileged --network dpy-testnet-5-0-py3.7-19.03.13 dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 dockerd --experimental
13:52:42 3dd2fb7aec722ec377fb391a2da70a5c63f25caf81b1508346895f50fe366028
13:52:42 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
13:52:42 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
13:52:42 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
13:52:42 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
13:52:42 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
13:52:42 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
13:52:42 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 91%]
13:52:42 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%]
13:52:42 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
13:52:42 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
13:52:42 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
13:52:42 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
13:52:42 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
13:52:42 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
13:52:42 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
13:52:42 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 92%]
13:52:42 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 92%]
13:52:42 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
13:52:42 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
13:52:42 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
13:52:42 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
13:52:42 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
13:52:42 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
13:52:42 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
13:52:42 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
13:52:42 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%]
13:52:42 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%]
13:52:42 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
13:52:42 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
13:52:42 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
13:52:42 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
13:52:42 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
13:52:42 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
13:52:42 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
13:52:42 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 94%]
13:52:42 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%]
13:52:42 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
13:52:42 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
13:52:42 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
13:52:42 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
13:52:42 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
13:52:42 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
13:52:42 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
13:52:42 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
13:52:42 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%]
13:52:42 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
13:52:42 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
13:52:42 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
13:52:42 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
13:52:42 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
13:52:42 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
13:52:42 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
13:52:42 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
13:52:42 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 96%]
13:52:42 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 96%]
13:52:42 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
13:52:42 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
13:52:42 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
13:52:42 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
13:52:42 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
13:52:42 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
13:52:42 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
13:52:42 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%]
13:52:42 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 98%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
13:52:42 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
13:52:42 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
13:52:43 ============================= test session starts ==============================
13:52:43 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
13:52:43 cachedir: .pytest_cache
13:52:43 rootdir: /src, inifile: pytest.ini
13:52:43 plugins: timeout-1.3.3, cov-2.6.1
13:52:43 collecting ... collected 24 items
13:52:43 
[Pipeline] sh
13:52:43 + docker exec dpy-dind-5-0-py3.7-19.03.13 sh -c /usr/sbin/sshd
[Pipeline] sh
13:52:43 + docker run --rm --name dpy-tests-5-0-py3.7-19.03.13 -e DOCKER_HOST=ssh://dpy-dind-5-0-py3.7-19.03.13:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-5-0-py3.7-19.03.13 --volumes-from dpy-dind-5-0-py3.7-19.03.13 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 py.test -v -rxs --cov=docker tests/ssh
13:52:43 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
13:52:43 
13:52:43 =============================== warnings summary ===============================
13:52:43 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
13:52:43   /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
13:52:43     from collections import MutableMapping
13:52:43 
13:52:43 -- Docs: https://docs.pytest.org/en/latest/warnings.html
13:52:43 
13:52:43 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
13:52:43 Name                                  Stmts   Miss Branch BrPart  Cover
13:52:43 -----------------------------------------------------------------------
13:52:43 docker/__init__.py                        8      0      0      0   100%
13:52:43 docker/api/__init__.py                    1      0      0      0   100%
13:52:43 docker/api/build.py                     126     19     93     17    82%
13:52:43 docker/api/client.py                    263     46     98     13    82%
13:52:43 docker/api/config.py                     31      0      6      2    95%
13:52:43 docker/api/container.py                 266     17    104     19    90%
13:52:43 docker/api/daemon.py                     39      2     14      4    89%
13:52:43 docker/api/exec_api.py                   46      4     22      4    88%
13:52:43 docker/api/image.py                     151     19     52     10    85%
13:52:43 docker/api/network.py                    90     13     48     12    80%
13:52:43 docker/api/plugin.py                     90     13     14      4    82%
13:52:43 docker/api/secret.py                     36      3     10      3    83%
13:52:43 docker/api/service.py                   200     60    149     32    61%
13:52:43 docker/api/swarm.py                     106     14     38     10    82%
13:52:43 docker/api/volume.py                     38      3     14      3    88%
13:52:43 docker/auth.py                          198     17     74     17    88%
13:52:43 docker/client.py                         69      4      2      0    94%
13:52:43 docker/constants.py                      21      0      0      0   100%
13:52:43 docker/context/__init__.py                2      0      0      0   100%
13:52:43 docker/context/api.py                    78     16     38      8    76%
13:52:43 docker/context/config.py                 61     24     16      2    56%
13:52:43 docker/context/context.py               151     21     62     15    81%
13:52:43 docker/credentials/__init__.py            3      0      0      0   100%
13:52:43 docker/credentials/constants.py           4      0      0      0   100%
13:52:43 docker/credentials/errors.py             11      1      2      1    85%
13:52:43 docker/credentials/store.py              50      9     16      5    73%
13:52:43 docker/credentials/utils.py              23     13     12      1    31%
13:52:43 docker/errors.py                        110     12     20      6    86%
13:52:43 docker/models/__init__.py                 0      0      0      0   100%
13:52:43 docker/models/configs.py                 21      8      2      0    57%
13:52:43 docker/models/containers.py             183      6     70      5    95%
13:52:43 docker/models/images.py                 137     29     56      3    76%
13:52:43 docker/models/networks.py                37      1     12      0    98%
13:52:43 docker/models/nodes.py                   15      1      2      0    94%
13:52:43 docker/models/plugins.py                 49     30     10      0    32%
13:52:43 docker/models/resource.py                41      9      6      2    77%
13:52:43 docker/models/secrets.py                 21      8      2      0    57%
13:52:43 docker/models/services.py                87      3     36      3    95%
13:52:43 docker/models/swarm.py                   39      3      6      3    87%
13:52:43 docker/models/volumes.py                 23      1      4      0    96%
13:52:43 docker/tls.py                            37      6     14      6    76%
13:52:43 docker/transport/__init__.py             11      3      0      0    73%
13:52:43 docker/transport/basehttpadapter.py       6      0      2      1    88%
13:52:43 docker/transport/npipeconn.py            59     54     10      0     7%
13:52:43 docker/transport/npipesocket.py         137    132     22      0     3%
13:52:43 docker/transport/sshconn.py             149    110     50      1    20%
13:52:43 docker/transport/ssladapter.py           36     10     10      4    65%
13:52:43 docker/transport/unixconn.py             66      6     12      4    87%
13:52:43 docker/types/__init__.py                  6      0      0      0   100%
13:52:43 docker/types/base.py                      5      0      2      0   100%
13:52:43 docker/types/containers.py              420     66    326     43    84%
13:52:43 docker/types/daemon.py                   36      8     14      4    72%
13:52:43 docker/types/healthcheck.py              34     12      4      1    61%
13:52:43 docker/types/networks.py                 41      6     28      5    81%
13:52:43 docker/types/services.py                312     45    206     33    83%
13:52:43 docker/types/swarm.py                    51     24     40     10    52%
13:52:43 docker/utils/__init__.py                  3      0      0      0   100%
13:52:43 docker/utils/build.py                   155     18     76      7    87%
13:52:43 docker/utils/config.py                   36      2     10      2    91%
13:52:43 docker/utils/decorators.py               32      1     12      1    95%
13:52:43 docker/utils/fnmatch.py                  55     18     28      2    61%
13:52:43 docker/utils/json_stream.py              43      8     14      2    79%
13:52:43 docker/utils/ports.py                    50      3     32      2    91%
13:52:43 docker/utils/proxy.py                    32      1     12      0    98%
13:52:43 docker/utils/socket.py                   86      9     40      7    86%
13:52:43 docker/utils/utils.py                   285     19    177     13    92%
13:52:43 docker/version.py                         2      0      2      0   100%
13:52:43 -----------------------------------------------------------------------
13:52:43 TOTAL                                  5110    990   2253    352    78%
13:52:43 
13:52:43 =========================== short test summary info ============================
13:52:43 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
13:52:43   CONFIG_RT_GROUP_SCHED isn't enabled
13:52:43 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
13:52:43   Not supported on most drivers
13:52:43 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
13:52:43   Output of docker top depends on host distro, and is not formalized.
13:52:43 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
13:52:43   This doesn't seem to be taken into account by the engine
13:52:43 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
13:52:43 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
13:52:43 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
13:52:43 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
13:52:43 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
13:52:43 SKIPPED [1] tests/unit/client_test.py:103: Npipe Connection Pool only on Windows
13:52:43 SKIPPED [1] tests/unit/client_test.py:142: Npipe Connection Pool only on Windows
13:52:43 SKIPPED [1] tests/unit/client_test.py:216: Npipe Connection Pool only on Windows
13:52:43 SKIPPED [1] tests/unit/client_test.py:253: Npipe Connection Pool only on Windows
13:52:43 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
13:52:43 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
13:52:43 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
13:52:43 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
13:52:43 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
13:52:43 SKIPPED [1] tests/unit/utils_test.py:478: shlex doesn't support bytes in py3
13:52:43 == 927 passed, 16 skipped, 5 xfailed, 4 xpassed, 1 warnings in 325.18 seconds ==
[Pipeline] sh
13:52:44 ============================= test session starts ==============================
13:52:44 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
13:52:44 cachedir: .pytest_cache
13:52:44 rootdir: /src, inifile: pytest.ini
13:52:44 plugins: timeout-1.3.3, cov-2.6.1
13:52:44 + docker stop dpy-dind-5-0-py3.7-19.03.12
13:52:44 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
13:52:44 collecting ... collected 24 items
13:52:44 
13:52:45 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
13:52:45 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
13:52:45 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
13:52:46 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
13:52:46 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
13:52:46 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
13:52:46 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
13:52:46 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
13:52:46 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
13:52:47 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
13:52:47 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
13:52:47 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
13:52:47 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
13:52:47 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
13:52:47 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
13:52:48 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
13:52:48 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
13:52:48 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
13:52:48 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
13:52:49 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
13:52:49 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
13:52:50 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
13:52:50 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
13:52:50 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
13:52:50 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
13:52:51 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
13:52:51 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
13:52:51 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
13:52:51 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
13:52:52 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
13:52:52 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
13:52:52 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
13:52:52 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
13:52:52 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
13:52:52 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
13:52:52 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
13:52:53 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
13:52:54 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
13:52:54 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS          [100%]
13:52:54 
13:52:54 =============================== warnings summary ===============================
13:52:54 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12
13:52:54   /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
13:52:54     from cryptography import x509
13:52:54 
13:52:54 -- Docs: https://docs.pytest.org/en/latest/warnings.html
13:52:54 
13:52:54 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
13:52:54 Name                                  Stmts   Miss Branch BrPart  Cover
13:52:54 -----------------------------------------------------------------------
13:52:54 docker/__init__.py                        8      0      0      0   100%
13:52:54 docker/api/__init__.py                    1      0      0      0   100%
13:52:54 docker/api/build.py                     126     21     92     23    78%
13:52:54 docker/api/client.py                    263    102     96     15    55%
13:52:54 docker/api/config.py                     31     19      6      0    32%
13:52:54 docker/api/container.py                 266    171    102     10    29%
13:52:54 docker/api/daemon.py                     39     28     14      0    21%
13:52:54 docker/api/exec_api.py                   46     36     22      0    15%
13:52:54 docker/api/image.py                     151    100     50      5    28%
13:52:54 docker/api/network.py                    90     56     48      7    30%
13:52:54 docker/api/plugin.py                     90     68     12      0    22%
13:52:54 docker/api/secret.py                     36     23     10      0    28%
13:52:54 docker/api/service.py                   200    176    149      0     7%
13:52:54 docker/api/swarm.py                     106     77     38      0    20%
13:52:54 docker/api/volume.py                     38     29     14      0    17%
13:52:54 docker/auth.py                          198    100     74     15    42%
13:52:54 docker/client.py                         69     20      2      0    69%
13:52:54 docker/constants.py                      21      0      0      0   100%
13:52:54 docker/context/__init__.py                2      0      0      0   100%
13:52:54 docker/context/api.py                    78     57     38      0    18%
13:52:54 docker/context/config.py                 61     42     16      1    26%
13:52:54 docker/context/context.py               151    110     62      2    20%
13:52:54 docker/credentials/__init__.py            3      0      0      0   100%
13:52:54 docker/credentials/constants.py           4      0      0      0   100%
13:52:54 docker/credentials/errors.py             11      4      2      0    54%
13:52:54 docker/credentials/store.py              50     35     16      0    23%
13:52:54 docker/credentials/utils.py              23     18     12      0    14%
13:52:54 docker/errors.py                        110     38     18      5    62%
13:52:54 docker/models/__init__.py                 0      0      0      0   100%
13:52:54 docker/models/configs.py                 21      8      0      0    62%
13:52:54 docker/models/containers.py             183    131     60      0    21%
13:52:54 docker/models/images.py                 137     92     50      0    24%
13:52:54 docker/models/networks.py                37     20      8      0    38%
13:52:54 docker/models/nodes.py                   15      5      0      0    67%
13:52:54 docker/models/plugins.py                 49     30      8      0    33%
13:52:54 docker/models/resource.py                41     24      6      0    36%
13:52:54 docker/models/secrets.py                 21      8      0      0    62%
13:52:54 docker/models/services.py                87     63     34      0    20%
13:52:54 docker/models/swarm.py                   39     21      6      0    40%
13:52:54 docker/models/volumes.py                 23     10      2      0    52%
13:52:54 docker/tls.py                            37     26     14      0    22%
13:52:54 docker/transport/__init__.py             11      3      0      0    73%
13:52:54 docker/transport/basehttpadapter.py       6      0      2      1    88%
13:52:54 docker/transport/npipeconn.py            59     54     10      0     7%
13:52:54 docker/transport/npipesocket.py         137    132     22      0     3%
13:52:54 docker/transport/sshconn.py             149     57     50     14    53%
13:52:54 docker/transport/ssladapter.py           36     20     10      1    37%
13:52:54 docker/transport/unixconn.py             66     42     12      0    31%
13:52:54 docker/types/__init__.py                  6      0      0      0   100%
13:52:54 docker/types/base.py                      5      2      2      0    43%
13:52:54 docker/types/containers.py              420    356    324     11    10%
13:52:54 docker/types/daemon.py                   36     26     14      0    20%
13:52:54 docker/types/healthcheck.py              34     20      4      0    37%
13:52:54 docker/types/networks.py                 41     21     28      8    41%
13:52:54 docker/types/services.py                312    259    206      0    10%
13:52:54 docker/types/swarm.py                    51     45     40      0     7%
13:52:54 docker/utils/__init__.py                  3      0      0      0   100%
13:52:54 docker/utils/build.py                   155     23     74     13    82%
13:52:54 docker/utils/config.py                   36      6     10      5    76%
13:52:54 docker/utils/decorators.py               32      6     12      4    73%
13:52:54 docker/utils/fnmatch.py                  55     27     28      4    41%
13:52:54 docker/utils/json_stream.py              43      8     14      3    77%
13:52:54 docker/utils/ports.py                    50     50     28      0     0%
13:52:54 docker/utils/proxy.py                    32      3     12      2    89%
13:52:54 docker/utils/socket.py                   86     64     40      0    17%
13:52:54 docker/utils/utils.py                   285    185    164     27    29%
13:52:54 docker/version.py                         2      0      0      0   100%
13:52:54 -----------------------------------------------------------------------
13:52:54 TOTAL                                  5110   3177   2187    176    31%
13:52:54 
13:52:54 ============== 23 passed, 1 xpassed, 1 warnings in 24.46 seconds ===============
[Pipeline] sh
13:52:54 + docker stop dpy-dind-5-0-py2.7-20.10.0-rc1
13:52:55 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
13:52:55 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
13:52:55 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
13:52:55 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
13:52:56 dpy-dind-5-0-py2.7-20.10.0-rc1
13:52:56 + docker network rm dpy-testnet-5-0-py2.7-20.10.0-rc1
13:52:56 dpy-testnet-5-0-py2.7-20.10.0-rc1
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:52:56 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
13:52:56 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
13:52:56 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
13:52:56 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS          [100%]
13:52:56 
13:52:56 =============================== warnings summary ===============================
13:52:56 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12
13:52:56   /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
13:52:56     from cryptography import x509
13:52:56 
13:52:56 -- Docs: https://docs.pytest.org/en/latest/warnings.html
13:52:56 
13:52:56 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
13:52:56 Name                                  Stmts   Miss Branch BrPart  Cover
13:52:56 -----------------------------------------------------------------------
13:52:56 docker/__init__.py                        8      0      0      0   100%
13:52:56 docker/api/__init__.py                    1      0      0      0   100%
13:52:56 docker/api/build.py                     126     21     92     23    78%
13:52:56 docker/api/client.py                    263    102     96     15    55%
13:52:56 docker/api/config.py                     31     19      6      0    32%
13:52:56 docker/api/container.py                 266    171    102     10    29%
13:52:56 docker/api/daemon.py                     39     28     14      0    21%
13:52:56 docker/api/exec_api.py                   46     36     22      0    15%
13:52:56 docker/api/image.py                     151    100     50      5    28%
13:52:56 docker/api/network.py                    90     56     48      7    30%
13:52:56 docker/api/plugin.py                     90     68     12      0    22%
13:52:56 docker/api/secret.py                     36     23     10      0    28%
13:52:56 docker/api/service.py                   200    176    149      0     7%
13:52:56 docker/api/swarm.py                     106     77     38      0    20%
13:52:56 docker/api/volume.py                     38     29     14      0    17%
13:52:56 docker/auth.py                          198    100     74     15    42%
13:52:56 docker/client.py                         69     20      2      0    69%
13:52:56 docker/constants.py                      21      0      0      0   100%
13:52:56 docker/context/__init__.py                2      0      0      0   100%
13:52:56 docker/context/api.py                    78     57     38      0    18%
13:52:56 docker/context/config.py                 61     42     16      1    26%
13:52:56 docker/context/context.py               151    110     62      2    20%
13:52:56 docker/credentials/__init__.py            3      0      0      0   100%
13:52:56 docker/credentials/constants.py           4      0      0      0   100%
13:52:56 docker/credentials/errors.py             11      4      2      0    54%
13:52:56 docker/credentials/store.py              50     35     16      0    23%
13:52:56 docker/credentials/utils.py              23     18     12      0    14%
13:52:56 docker/errors.py                        110     38     18      5    62%
13:52:56 docker/models/__init__.py                 0      0      0      0   100%
13:52:56 docker/models/configs.py                 21      8      0      0    62%
13:52:56 docker/models/containers.py             183    131     60      0    21%
13:52:56 docker/models/images.py                 137     92     50      0    24%
13:52:56 docker/models/networks.py                37     20      8      0    38%
13:52:56 docker/models/nodes.py                   15      5      0      0    67%
13:52:56 docker/models/plugins.py                 49     30      8      0    33%
13:52:56 docker/models/resource.py                41     24      6      0    36%
13:52:56 docker/models/secrets.py                 21      8      0      0    62%
13:52:56 docker/models/services.py                87     63     34      0    20%
13:52:56 docker/models/swarm.py                   39     21      6      0    40%
13:52:56 docker/models/volumes.py                 23     10      2      0    52%
13:52:56 docker/tls.py                            37     26     14      0    22%
13:52:56 docker/transport/__init__.py             11      3      0      0    73%
13:52:56 docker/transport/basehttpadapter.py       6      0      2      1    88%
13:52:56 docker/transport/npipeconn.py            59     54     10      0     7%
13:52:56 docker/transport/npipesocket.py         137    132     22      0     3%
13:52:56 docker/transport/sshconn.py             149     57     50     14    53%
13:52:56 docker/transport/ssladapter.py           36     20     10      1    37%
13:52:56 docker/transport/unixconn.py             66     42     12      0    31%
13:52:56 docker/types/__init__.py                  6      0      0      0   100%
13:52:56 docker/types/base.py                      5      2      2      0    43%
13:52:56 docker/types/containers.py              420    356    324     11    10%
13:52:56 docker/types/daemon.py                   36     26     14      0    20%
13:52:56 docker/types/healthcheck.py              34     20      4      0    37%
13:52:56 docker/types/networks.py                 41     21     28      8    41%
13:52:56 docker/types/services.py                312    259    206      0    10%
13:52:56 docker/types/swarm.py                    51     45     40      0     7%
13:52:56 docker/utils/__init__.py                  3      0      0      0   100%
13:52:56 docker/utils/build.py                   155     23     74     13    82%
13:52:56 docker/utils/config.py                   36      6     10      5    76%
13:52:56 docker/utils/decorators.py               32      6     12      4    73%
13:52:56 docker/utils/fnmatch.py                  55     27     28      4    41%
13:52:56 docker/utils/json_stream.py              43      8     14      3    77%
13:52:56 docker/utils/ports.py                    50     50     28      0     0%
13:52:56 docker/utils/proxy.py                    32      3     12      2    89%
13:52:56 docker/utils/socket.py                   86     64     40      0    17%
13:52:56 docker/utils/utils.py                   285    185    164     27    29%
13:52:56 docker/version.py                         2      0      0      0   100%
13:52:56 -----------------------------------------------------------------------
13:52:56 TOTAL                                  5110   3177   2187    176    31%
13:52:56 
13:52:56 ============== 23 passed, 1 xpassed, 1 warnings in 24.83 seconds ===============
13:52:56 dpy-dind-5-0-py3.7-19.03.12
[Pipeline] sh
[Pipeline] sh
13:52:56 + docker run --rm -d --name dpy-dind-5-0-py3.7-19.03.12 -v /tmp --privileged --network dpy-testnet-5-0-py3.7-19.03.12 dockerbuildbot/docker-py:sshdind-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 dockerd --experimental
13:52:56 e52a48849145dd1aee36bdef551a1201768d06fa2cc3b90b4e5559dd9dfa03c7
13:52:57 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
13:52:57 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
13:52:57 + docker stop dpy-dind-5-0-py2.7-19.03.13
[Pipeline] sh
13:52:57 + docker exec dpy-dind-5-0-py3.7-19.03.12 sh -c /usr/sbin/sshd
[Pipeline] sh
13:52:57 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
13:52:57 + docker run --rm --name dpy-tests-5-0-py3.7-19.03.12 -e DOCKER_HOST=ssh://dpy-dind-5-0-py3.7-19.03.12:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-5-0-py3.7-19.03.12 --volumes-from dpy-dind-5-0-py3.7-19.03.12 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py3-990ef4904c22aac2d35a7ae3a583b57d170cdfd7 py.test -v -rxs --cov=docker tests/ssh
13:52:57 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
13:52:58 dpy-dind-5-0-py2.7-19.03.13
13:52:58 + docker network rm dpy-testnet-5-0-py2.7-19.03.13
13:52:58 dpy-testnet-5-0-py2.7-19.03.13
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:52:58 ============================= test session starts ==============================
13:52:58 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
13:52:58 cachedir: .pytest_cache
13:52:58 rootdir: /src, inifile: pytest.ini
13:52:58 plugins: timeout-1.3.3, cov-2.6.1
13:52:59 collecting ... collected 24 items
13:52:59 
13:53:00 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
13:53:00 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
13:53:01 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
13:53:01 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
13:53:01 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
13:53:01 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
13:53:01 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
13:53:01 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
13:53:01 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
13:53:02 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
13:53:03 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
13:53:03 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
13:53:04 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
13:53:04 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
13:53:05 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
13:53:06 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
13:53:06 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
13:53:06 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
13:53:06 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
13:53:06 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
13:53:07 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
13:53:07 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
13:53:07 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
13:53:08 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS          [100%]
13:53:08 
13:53:08 =============================== warnings summary ===============================
13:53:08 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
13:53:08   /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
13:53:08     from collections import MutableMapping
13:53:08 
13:53:08 -- Docs: https://docs.pytest.org/en/latest/warnings.html
13:53:08 
13:53:08 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
13:53:08 Name                                  Stmts   Miss Branch BrPart  Cover
13:53:08 -----------------------------------------------------------------------
13:53:08 docker/__init__.py                        8      0      0      0   100%
13:53:08 docker/api/__init__.py                    1      0      0      0   100%
13:53:08 docker/api/build.py                     126     21     93     23    78%
13:53:08 docker/api/client.py                    263    102     98     15    55%
13:53:08 docker/api/config.py                     31     19      6      0    32%
13:53:08 docker/api/container.py                 266    171    104     10    28%
13:53:08 docker/api/daemon.py                     39     28     14      0    21%
13:53:08 docker/api/exec_api.py                   46     36     22      0    15%
13:53:08 docker/api/image.py                     151    100     52      5    28%
13:53:08 docker/api/network.py                    90     56     48      7    30%
13:53:08 docker/api/plugin.py                     90     68     14      0    21%
13:53:08 docker/api/secret.py                     36     23     10      0    28%
13:53:08 docker/api/service.py                   200    176    149      0     7%
13:53:08 docker/api/swarm.py                     106     77     38      0    20%
13:53:08 docker/api/volume.py                     38     29     14      0    17%
13:53:08 docker/auth.py                          198    100     74     15    42%
13:53:08 docker/client.py                         69     20      2      0    69%
13:53:08 docker/constants.py                      21      0      0      0   100%
13:53:08 docker/context/__init__.py                2      0      0      0   100%
13:53:08 docker/context/api.py                    78     57     38      0    18%
13:53:08 docker/context/config.py                 61     42     16      1    26%
13:53:08 docker/context/context.py               151    110     62      2    20%
13:53:08 docker/credentials/__init__.py            3      0      0      0   100%
13:53:08 docker/credentials/constants.py           4      0      0      0   100%
13:53:08 docker/credentials/errors.py             11      4      2      0    54%
13:53:08 docker/credentials/store.py              50     35     16      0    23%
13:53:08 docker/credentials/utils.py              23     18     12      0    14%
13:53:08 docker/errors.py                        110     38     20      5    61%
13:53:08 docker/models/__init__.py                 0      0      0      0   100%
13:53:08 docker/models/configs.py                 21      8      2      0    57%
13:53:08 docker/models/containers.py             183    131     70      0    21%
13:53:08 docker/models/images.py                 137     92     56      0    23%
13:53:08 docker/models/networks.py                37     20     12      0    35%
13:53:08 docker/models/nodes.py                   15      5      2      0    59%
13:53:08 docker/models/plugins.py                 49     30     10      0    32%
13:53:08 docker/models/resource.py                41     24      6      0    36%
13:53:08 docker/models/secrets.py                 21      8      2      0    57%
13:53:08 docker/models/services.py                87     63     36      0    20%
13:53:08 docker/models/swarm.py                   39     21      6      0    40%
13:53:08 docker/models/volumes.py                 23     10      4      0    48%
13:53:08 docker/tls.py                            37     26     14      0    22%
13:53:08 docker/transport/__init__.py             11      3      0      0    73%
13:53:08 docker/transport/basehttpadapter.py       6      0      2      1    88%
13:53:08 docker/transport/npipeconn.py            59     54     10      0     7%
13:53:08 docker/transport/npipesocket.py         137    132     22      0     3%
13:53:08 docker/transport/sshconn.py             149     56     50     14    54%
13:53:08 docker/transport/ssladapter.py           36     22     10      1    33%
13:53:08 docker/transport/unixconn.py             66     42     12      0    31%
13:53:08 docker/types/__init__.py                  6      0      0      0   100%
13:53:08 docker/types/base.py                      5      2      2      0    43%
13:53:08 docker/types/containers.py              420    356    326     11    10%
13:53:08 docker/types/daemon.py                   36     26     14      0    20%
13:53:08 docker/types/healthcheck.py              34     20      4      0    37%
13:53:08 docker/types/networks.py                 41     21     28      8    41%
13:53:08 docker/types/services.py                312    259    206      0    10%
13:53:08 docker/types/swarm.py                    51     45     40      0     7%
13:53:08 docker/utils/__init__.py                  3      0      0      0   100%
13:53:08 docker/utils/build.py                   155     27     76     13    79%
13:53:08 docker/utils/config.py                   36      6     10      5    76%
13:53:08 docker/utils/decorators.py               32      6     12      4    73%
13:53:08 docker/utils/fnmatch.py                  55     27     28      4    41%
13:53:08 docker/utils/json_stream.py              43      8     14      3    77%
13:53:08 docker/utils/ports.py                    50     50     32      0     0%
13:53:08 docker/utils/proxy.py                    32      3     12      2    89%
13:53:08 docker/utils/socket.py                   86     64     40      0    17%
13:53:08 docker/utils/utils.py                   285    186    177     27    29%
13:53:08 docker/version.py                         2      0      2      0   100%
13:53:08 -----------------------------------------------------------------------
13:53:08 TOTAL                                  5110   3183   2253    176    30%
13:53:08 
13:53:08 ============== 23 passed, 1 xpassed, 1 warnings in 25.37 seconds ===============
13:53:08 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
[Pipeline] sh
13:53:08 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
13:53:08 + docker stop dpy-dind-5-0-py3.7-20.10.0-rc1
13:53:08 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
13:53:09 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS          [100%]
13:53:09 
13:53:09 =============================== warnings summary ===============================
13:53:09 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
13:53:09   /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
13:53:09     from collections import MutableMapping
13:53:09 
13:53:09 -- Docs: https://docs.pytest.org/en/latest/warnings.html
13:53:09 
13:53:09 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
13:53:09 Name                                  Stmts   Miss Branch BrPart  Cover
13:53:09 -----------------------------------------------------------------------
13:53:09 docker/__init__.py                        8      0      0      0   100%
13:53:09 docker/api/__init__.py                    1      0      0      0   100%
13:53:09 docker/api/build.py                     126     21     93     23    78%
13:53:09 docker/api/client.py                    263    102     98     15    55%
13:53:09 docker/api/config.py                     31     19      6      0    32%
13:53:09 docker/api/container.py                 266    171    104     10    28%
13:53:09 docker/api/daemon.py                     39     28     14      0    21%
13:53:09 docker/api/exec_api.py                   46     36     22      0    15%
13:53:09 docker/api/image.py                     151    100     52      5    28%
13:53:09 docker/api/network.py                    90     56     48      7    30%
13:53:09 docker/api/plugin.py                     90     68     14      0    21%
13:53:09 docker/api/secret.py                     36     23     10      0    28%
13:53:09 docker/api/service.py                   200    176    149      0     7%
13:53:09 docker/api/swarm.py                     106     77     38      0    20%
13:53:09 docker/api/volume.py                     38     29     14      0    17%
13:53:09 docker/auth.py                          198    100     74     15    42%
13:53:09 docker/client.py                         69     20      2      0    69%
13:53:09 docker/constants.py                      21      0      0      0   100%
13:53:09 docker/context/__init__.py                2      0      0      0   100%
13:53:09 docker/context/api.py                    78     57     38      0    18%
13:53:09 docker/context/config.py                 61     42     16      1    26%
13:53:09 docker/context/context.py               151    110     62      2    20%
13:53:09 docker/credentials/__init__.py            3      0      0      0   100%
13:53:09 docker/credentials/constants.py           4      0      0      0   100%
13:53:09 docker/credentials/errors.py             11      4      2      0    54%
13:53:09 docker/credentials/store.py              50     35     16      0    23%
13:53:09 docker/credentials/utils.py              23     18     12      0    14%
13:53:09 docker/errors.py                        110     38     20      5    61%
13:53:09 docker/models/__init__.py                 0      0      0      0   100%
13:53:09 docker/models/configs.py                 21      8      2      0    57%
13:53:09 docker/models/containers.py             183    131     70      0    21%
13:53:09 docker/models/images.py                 137     92     56      0    23%
13:53:09 docker/models/networks.py                37     20     12      0    35%
13:53:09 docker/models/nodes.py                   15      5      2      0    59%
13:53:09 docker/models/plugins.py                 49     30     10      0    32%
13:53:09 docker/models/resource.py                41     24      6      0    36%
13:53:09 docker/models/secrets.py                 21      8      2      0    57%
13:53:09 docker/models/services.py                87     63     36      0    20%
13:53:09 docker/models/swarm.py                   39     21      6      0    40%
13:53:09 docker/models/volumes.py                 23     10      4      0    48%
13:53:09 docker/tls.py                            37     26     14      0    22%
13:53:09 docker/transport/__init__.py             11      3      0      0    73%
13:53:09 docker/transport/basehttpadapter.py       6      0      2      1    88%
13:53:09 docker/transport/npipeconn.py            59     54     10      0     7%
13:53:09 docker/transport/npipesocket.py         137    132     22      0     3%
13:53:09 docker/transport/sshconn.py             149     56     50     14    54%
13:53:09 docker/transport/ssladapter.py           36     22     10      1    33%
13:53:09 docker/transport/unixconn.py             66     42     12      0    31%
13:53:09 docker/types/__init__.py                  6      0      0      0   100%
13:53:09 docker/types/base.py                      5      2      2      0    43%
13:53:09 docker/types/containers.py              420    356    326     11    10%
13:53:09 docker/types/daemon.py                   36     26     14      0    20%
13:53:09 docker/types/healthcheck.py              34     20      4      0    37%
13:53:09 docker/types/networks.py                 41     21     28      8    41%
13:53:09 docker/types/services.py                312    259    206      0    10%
13:53:09 docker/types/swarm.py                    51     45     40      0     7%
13:53:09 docker/utils/__init__.py                  3      0      0      0   100%
13:53:09 docker/utils/build.py                   155     27     76     13    79%
13:53:09 docker/utils/config.py                   36      6     10      5    76%
13:53:09 docker/utils/decorators.py               32      6     12      4    73%
13:53:09 docker/utils/fnmatch.py                  55     27     28      4    41%
13:53:09 docker/utils/json_stream.py              43      8     14      3    77%
13:53:09 docker/utils/ports.py                    50     50     32      0     0%
13:53:09 docker/utils/proxy.py                    32      3     12      2    89%
13:53:09 docker/utils/socket.py                   86     64     40      0    17%
13:53:09 docker/utils/utils.py                   285    186    177     27    29%
13:53:09 docker/version.py                         2      0      2      0   100%
13:53:09 -----------------------------------------------------------------------
13:53:09 TOTAL                                  5110   3183   2253    176    30%
13:53:09 
13:53:09 ============== 23 passed, 1 xpassed, 1 warnings in 24.84 seconds ===============
[Pipeline] sh
13:53:09 + docker stop dpy-dind-5-0-py3.7-19.03.13
13:53:10 dpy-dind-5-0-py3.7-20.10.0-rc1
13:53:10 + docker network rm dpy-testnet-5-0-py3.7-20.10.0-rc1
13:53:10 dpy-testnet-5-0-py3.7-20.10.0-rc1
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:53:11 dpy-dind-5-0-py3.7-19.03.13
13:53:11 + docker network rm dpy-testnet-5-0-py3.7-19.03.13
13:53:11 dpy-testnet-5-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] }
13:53:12 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
13:53:12 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
13:53:12 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
13:53:13 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
13:53:16 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
13:53:16 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
13:53:17 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
13:53:20 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
13:53:23 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
13:53:23 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
13:53:23 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
13:53:24 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS          [100%]
13:53:24 
13:53:24 =============================== warnings summary ===============================
13:53:24 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
13:53:24   /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
13:53:24     from collections import MutableMapping
13:53:24 
13:53:24 -- Docs: https://docs.pytest.org/en/latest/warnings.html
13:53:24 
13:53:24 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
13:53:24 Name                                  Stmts   Miss Branch BrPart  Cover
13:53:24 -----------------------------------------------------------------------
13:53:24 docker/__init__.py                        8      0      0      0   100%
13:53:24 docker/api/__init__.py                    1      0      0      0   100%
13:53:24 docker/api/build.py                     126     21     93     23    78%
13:53:24 docker/api/client.py                    263    102     98     15    55%
13:53:24 docker/api/config.py                     31     19      6      0    32%
13:53:24 docker/api/container.py                 266    171    104     10    28%
13:53:24 docker/api/daemon.py                     39     28     14      0    21%
13:53:24 docker/api/exec_api.py                   46     36     22      0    15%
13:53:24 docker/api/image.py                     151    100     52      5    28%
13:53:24 docker/api/network.py                    90     56     48      7    30%
13:53:24 docker/api/plugin.py                     90     68     14      0    21%
13:53:24 docker/api/secret.py                     36     23     10      0    28%
13:53:24 docker/api/service.py                   200    176    149      0     7%
13:53:24 docker/api/swarm.py                     106     77     38      0    20%
13:53:24 docker/api/volume.py                     38     29     14      0    17%
13:53:24 docker/auth.py                          198    100     74     15    42%
13:53:24 docker/client.py                         69     20      2      0    69%
13:53:24 docker/constants.py                      21      0      0      0   100%
13:53:24 docker/context/__init__.py                2      0      0      0   100%
13:53:24 docker/context/api.py                    78     57     38      0    18%
13:53:24 docker/context/config.py                 61     42     16      1    26%
13:53:24 docker/context/context.py               151    110     62      2    20%
13:53:24 docker/credentials/__init__.py            3      0      0      0   100%
13:53:24 docker/credentials/constants.py           4      0      0      0   100%
13:53:24 docker/credentials/errors.py             11      4      2      0    54%
13:53:24 docker/credentials/store.py              50     35     16      0    23%
13:53:24 docker/credentials/utils.py              23     18     12      0    14%
13:53:24 docker/errors.py                        110     38     20      5    61%
13:53:24 docker/models/__init__.py                 0      0      0      0   100%
13:53:24 docker/models/configs.py                 21      8      2      0    57%
13:53:24 docker/models/containers.py             183    131     70      0    21%
13:53:24 docker/models/images.py                 137     92     56      0    23%
13:53:24 docker/models/networks.py                37     20     12      0    35%
13:53:24 docker/models/nodes.py                   15      5      2      0    59%
13:53:24 docker/models/plugins.py                 49     30     10      0    32%
13:53:24 docker/models/resource.py                41     24      6      0    36%
13:53:24 docker/models/secrets.py                 21      8      2      0    57%
13:53:24 docker/models/services.py                87     63     36      0    20%
13:53:24 docker/models/swarm.py                   39     21      6      0    40%
13:53:24 docker/models/volumes.py                 23     10      4      0    48%
13:53:24 docker/tls.py                            37     26     14      0    22%
13:53:24 docker/transport/__init__.py             11      3      0      0    73%
13:53:24 docker/transport/basehttpadapter.py       6      0      2      1    88%
13:53:24 docker/transport/npipeconn.py            59     54     10      0     7%
13:53:24 docker/transport/npipesocket.py         137    132     22      0     3%
13:53:24 docker/transport/sshconn.py             149     56     50     14    54%
13:53:24 docker/transport/ssladapter.py           36     22     10      1    33%
13:53:24 docker/transport/unixconn.py             66     42     12      0    31%
13:53:24 docker/types/__init__.py                  6      0      0      0   100%
13:53:24 docker/types/base.py                      5      2      2      0    43%
13:53:24 docker/types/containers.py              420    356    326     11    10%
13:53:24 docker/types/daemon.py                   36     26     14      0    20%
13:53:24 docker/types/healthcheck.py              34     20      4      0    37%
13:53:24 docker/types/networks.py                 41     21     28      8    41%
13:53:24 docker/types/services.py                312    259    206      0    10%
13:53:24 docker/types/swarm.py                    51     45     40      0     7%
13:53:24 docker/utils/__init__.py                  3      0      0      0   100%
13:53:24 docker/utils/build.py                   155     27     76     13    79%
13:53:24 docker/utils/config.py                   36      6     10      5    76%
13:53:24 docker/utils/decorators.py               32      6     12      4    73%
13:53:24 docker/utils/fnmatch.py                  55     27     28      4    41%
13:53:24 docker/utils/json_stream.py              43      8     14      3    77%
13:53:24 docker/utils/ports.py                    50     50     32      0     0%
13:53:24 docker/utils/proxy.py                    32      3     12      2    89%
13:53:24 docker/utils/socket.py                   86     64     40      0    17%
13:53:24 docker/utils/utils.py                   285    186    177     27    29%
13:53:24 docker/version.py                         2      0      2      0   100%
13:53:24 -----------------------------------------------------------------------
13:53:24 TOTAL                                  5110   3183   2253    176    30%
13:53:24 
13:53:24 ============== 23 passed, 1 xpassed, 1 warnings in 26.00 seconds ===============
[Pipeline] sh
13:53:25 + docker stop dpy-dind-5-0-py3.7-19.03.12
13:53:26 dpy-dind-5-0-py3.7-19.03.12
13:53:26 + docker network rm dpy-testnet-5-0-py3.7-19.03.12
13:53:26 dpy-testnet-5-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] }
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS