Skip to content
Failed

Console Output

Pull request #2680 updated
12:16:25 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from aa1f47d25c7315b5c722998e216d0c58e8315466+9d8cd023e88f22e701365ae4d3dccc16537f4851 (05a596f20ce18edf5850ab4a9ec0b8621e1c8724)
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
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03471e9e37fba3adb) in /home/ubuntu/workspace/docker-py_PR-2680
[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-2680@tmp/a21560f9-3adb-4352-8171-14a65f50e162/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
12:16:38 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:16:38 chowning workspace
[Pipeline] sh
12:16:39 + pwd
12:16:39 + id -u
12:16:39 + id -g
12:16:39 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2680:/workspace busybox chown -R 1000:1000 /workspace
12:16:39 Unable to find image 'busybox:latest' locally
12:16:39 latest: Pulling from library/busybox
12:16:39 df8698476c65: Pulling fs layer
12:16:39 df8698476c65: Verifying Checksum
12:16:39 df8698476c65: Download complete
12:16:39 df8698476c65: Pull complete
12:16:39 Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a
12:16:39 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
12:16:41 Removing all docker containers
[Pipeline] sh
12:16:41 + docker container ls -aq
[Pipeline] echo
12:16:41 Docker containers have been removed
[Pipeline] echo
12:16:41 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:16:41 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
12:16:42 using credential docker-jenkins-github-credentials
12:16:42 Cloning the remote Git repository
12:16:42 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2680 # 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/2680/head:refs/remotes/origin/PR-2680 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:16:44 Fetching without tags
12:16:44 Merging remotes/origin/master commit 9d8cd023e88f22e701365ae4d3dccc16537f4851 into PR head commit aa1f47d25c7315b5c722998e216d0c58e8315466
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2680/head:refs/remotes/origin/PR-2680 # 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/2680/head:refs/remotes/origin/PR-2680 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aa1f47d25c7315b5c722998e216d0c58e8315466 # timeout=10
12:16:44 Merge succeeded, producing aa1f47d25c7315b5c722998e216d0c58e8315466
12:16:44 Checking out Revision aa1f47d25c7315b5c722998e216d0c58e8315466 (PR-2680)
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 9d8cd023e88f22e701365ae4d3dccc16537f4851 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aa1f47d25c7315b5c722998e216d0c58e8315466 # timeout=10
12:16:48 Commit message: "Cleanup"
 > git rev-list --no-walk 19e81418ec9739563a7f39fc31319b6a068b2cb6 # timeout=10
[Pipeline] sh
12:16:48 + git rev-parse HEAD
[Pipeline] isUnix
[Pipeline] sh
12:16:49 + docker pull dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466
12:16:49 Error response from daemon: manifest for dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
12:16:49 + docker build -t dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466 -f tests/Dockerfile-ssh-dind .
12:16:49 Sending build context to Docker daemon  1.358MB

12:16:49 Step 1/11 : ARG API_VERSION=1.39
12:16:49 Step 2/11 : ARG ENGINE_VERSION=19.03.12
12:16:49 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
12:16:49 19.03.12-dind: Pulling from library/docker
12:16:50 df20fa9351a1: Pulling fs layer
12:16:50 25ad7478873d: Pulling fs layer
12:16:50 4684f6177b5d: Pulling fs layer
12:16:50 46e300cec669: Pulling fs layer
12:16:50 63038576ad94: Pulling fs layer
12:16:50 0fdb76c4706c: Pulling fs layer
12:16:50 cb7edeffdfd5: Pulling fs layer
12:16:50 cc28bd76800f: Pulling fs layer
12:16:50 54196fe38f7e: Pulling fs layer
12:16:50 ea71acc29633: Pulling fs layer
12:16:50 657cc4c15165: Pulling fs layer
12:16:50 46e300cec669: Waiting
12:16:50 63038576ad94: Waiting
12:16:50 0fdb76c4706c: Waiting
12:16:50 cb7edeffdfd5: Waiting
12:16:50 cc28bd76800f: Waiting
12:16:50 54196fe38f7e: Waiting
12:16:50 ea71acc29633: Waiting
12:16:50 657cc4c15165: Waiting
12:16:50 4684f6177b5d: Verifying Checksum
12:16:50 4684f6177b5d: Download complete
12:16:50 25ad7478873d: Verifying Checksum
12:16:50 25ad7478873d: Download complete
12:16:50 df20fa9351a1: Verifying Checksum
12:16:50 df20fa9351a1: Download complete
12:16:50 63038576ad94: Verifying Checksum
12:16:50 63038576ad94: Download complete
12:16:50 0fdb76c4706c: Verifying Checksum
12:16:50 0fdb76c4706c: Download complete
12:16:50 cb7edeffdfd5: Verifying Checksum
12:16:50 cb7edeffdfd5: Download complete
12:16:50 54196fe38f7e: Verifying Checksum
12:16:50 54196fe38f7e: Download complete
12:16:50 df20fa9351a1: Pull complete
12:16:50 cc28bd76800f: Verifying Checksum
12:16:50 cc28bd76800f: Download complete
12:16:50 ea71acc29633: Verifying Checksum
12:16:50 ea71acc29633: Download complete
12:16:50 657cc4c15165: Verifying Checksum
12:16:50 657cc4c15165: Download complete
12:16:50 46e300cec669: Verifying Checksum
12:16:50 46e300cec669: Download complete
12:16:50 25ad7478873d: Pull complete
12:16:50 4684f6177b5d: Pull complete
12:16:52 46e300cec669: Pull complete
12:16:52 63038576ad94: Pull complete
12:16:52 0fdb76c4706c: Pull complete
12:16:52 cb7edeffdfd5: Pull complete
12:16:53 cc28bd76800f: Pull complete
12:16:53 54196fe38f7e: Pull complete
12:16:53 ea71acc29633: Pull complete
12:16:53 657cc4c15165: Pull complete
12:16:53 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
12:16:53 Status: Downloaded newer image for docker:19.03.12-dind
12:16:53  ---> 66dc2d45749a
12:16:53 Step 4/11 : RUN apk add --no-cache 		openssh
12:16:55  ---> Running in 7a58d6ebd366
12:16:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
12:16:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
12:16:57 (1/4) Installing openssh-sftp-server (8.3_p1-r0)
12:16:57 (2/4) Installing openssh-server-common (8.3_p1-r0)
12:16:57 (3/4) Installing openssh-server (8.3_p1-r0)
12:16:57 (4/4) Installing openssh (8.3_p1-r0)
12:16:57 Executing busybox-1.31.1-r16.trigger
12:16:57 OK: 28 MiB in 51 packages
12:16:57 Removing intermediate container 7a58d6ebd366
12:16:57  ---> 0dd3b656926a
12:16:57 Step 5/11 : RUN ssh-keygen -A
12:16:57  ---> Running in eda7a4e4dbb5
12:16:58 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
12:16:58 Removing intermediate container eda7a4e4dbb5
12:16:58  ---> 7862e6be72e8
12:16: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
12:16:58  ---> Running in a9cfe3e44e59
12:16:59 Removing intermediate container a9cfe3e44e59
12:16:59  ---> 082a7f25b287
12:16:59 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
12:16:59  ---> 904fa3d751c2
12:16:59 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
12:16:59  ---> Running in 568ded095520
12:17:00 Removing intermediate container 568ded095520
12:17:00  ---> a697b1bb153f
12:17:00 Step 9/11 : RUN echo "root:root" | chpasswd
12:17:00  ---> Running in f929003c2792
12:17:00 chpasswd: password for 'root' changed
12:17:01 Removing intermediate container f929003c2792
12:17:01  ---> da70f68493f4
12:17:01 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
12:17:01  ---> Running in 72f157ec9498
12:17:01 Removing intermediate container 72f157ec9498
12:17:01  ---> 4a2d6c1806af
12:17:01 Step 11/11 : EXPOSE 22
12:17:02  ---> Running in 7eb678f8cb8c
12:17:02 Removing intermediate container 7eb678f8cb8c
12:17:02  ---> a7be5db3faf7
12:17:02 Successfully built a7be5db3faf7
12:17:02 Successfully tagged dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466
[Pipeline] isUnix
[Pipeline] sh
12:17:02 + docker tag dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466 dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466
[Pipeline] isUnix
[Pipeline] sh
12:17:02 + docker push dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466
12:17:02 The push refers to repository [docker.io/dockerbuildbot/docker-py]
12:17:02 19ce6077edbe: Preparing
12:17:02 187249f98b90: Preparing
12:17:02 8dd6d8cec84b: Preparing
12:17:02 8f663bd07db1: Preparing
12:17:02 e6bf395daec8: Preparing
12:17:02 8d7f7094f251: Preparing
12:17:02 cbf768eb4c53: Preparing
12:17:02 1149e736aa92: Preparing
12:17:02 39e79983ac8b: Preparing
12:17:02 da8c28465f82: Preparing
12:17:02 d1292e236c36: Preparing
12:17:02 8890c171a12b: Preparing
12:17:02 4ae5bd84d450: Preparing
12:17:02 723a561964c8: Preparing
12:17:02 78764725b56c: Preparing
12:17:02 51d6d3d09136: Preparing
12:17:02 1507bc794612: Preparing
12:17:02 50644c29ef5a: Preparing
12:17:02 8d7f7094f251: Waiting
12:17:02 cbf768eb4c53: Waiting
12:17:02 1149e736aa92: Waiting
12:17:02 39e79983ac8b: Waiting
12:17:02 da8c28465f82: Waiting
12:17:02 d1292e236c36: Waiting
12:17:02 8890c171a12b: Waiting
12:17:02 4ae5bd84d450: Waiting
12:17:02 723a561964c8: Waiting
12:17:02 78764725b56c: Waiting
12:17:02 51d6d3d09136: Waiting
12:17:02 1507bc794612: Waiting
12:17:02 50644c29ef5a: Waiting
12:17:03 8dd6d8cec84b: Pushed
12:17:03 e6bf395daec8: Pushed
12:17:03 19ce6077edbe: Pushed
12:17:03 8f663bd07db1: Pushed
12:17:04 1149e736aa92: Layer already exists
12:17:04 da8c28465f82: Layer already exists
12:17:04 39e79983ac8b: Layer already exists
12:17:04 d1292e236c36: Layer already exists
12:17:04 8890c171a12b: Layer already exists
12:17:04 723a561964c8: Layer already exists
12:17:04 4ae5bd84d450: Layer already exists
12:17:04 187249f98b90: Pushed
12:17:04 51d6d3d09136: Layer already exists
12:17:04 78764725b56c: Layer already exists
12:17:04 1507bc794612: Layer already exists
12:17:04 50644c29ef5a: Layer already exists
12:17:04 8d7f7094f251: Pushed
12:17:05 cbf768eb4c53: Pushed
12:17:06 sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466: digest: sha256:86f8e8ec5337af863cc4061198d8606474b02c41a8c561afa0e09cc6af8d7281 size: 4068
[Pipeline] isUnix
[Pipeline] sh
12:17:07 + docker pull dockerbuildbot/docker-py:py2-aa1f47d25c7315b5c722998e216d0c58e8315466
12:17:07 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-aa1f47d25c7315b5c722998e216d0c58e8315466 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
12:17:07 + docker build -t dockerbuildbot/docker-py:py2-aa1f47d25c7315b5c722998e216d0c58e8315466 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
12:17:07 Sending build context to Docker daemon  1.358MB

12:17:07 Step 1/21 : ARG PYTHON_VERSION=3.7
12:17:07 Step 2/21 : FROM python:${PYTHON_VERSION}
12:17:07 2.7: Pulling from library/python
12:17:07 7e2b2a5af8f6: Pulling fs layer
12:17:07 09b6f03ffac4: Pulling fs layer
12:17:07 dc3f0c679f0f: Pulling fs layer
12:17:07 fd4b47407fc3: Pulling fs layer
12:17:07 b32f6bf7d96d: Pulling fs layer
12:17:07 6f4489a7e4cf: Pulling fs layer
12:17:07 af4b99ad9ef0: Pulling fs layer
12:17:07 39db0bc48c26: Pulling fs layer
12:17:07 acb4a89489fc: Pulling fs layer
12:17:07 fd4b47407fc3: Waiting
12:17:07 b32f6bf7d96d: Waiting
12:17:07 6f4489a7e4cf: Waiting
12:17:07 af4b99ad9ef0: Waiting
12:17:07 39db0bc48c26: Waiting
12:17:07 acb4a89489fc: Waiting
12:17:07 09b6f03ffac4: Verifying Checksum
12:17:07 09b6f03ffac4: Download complete
12:17:07 dc3f0c679f0f: Verifying Checksum
12:17:07 dc3f0c679f0f: Download complete
12:17:08 7e2b2a5af8f6: Verifying Checksum
12:17:08 7e2b2a5af8f6: Download complete
12:17:08 6f4489a7e4cf: Verifying Checksum
12:17:08 6f4489a7e4cf: Download complete
12:17:08 fd4b47407fc3: Verifying Checksum
12:17:08 fd4b47407fc3: Download complete
12:17:08 39db0bc48c26: Verifying Checksum
12:17:08 39db0bc48c26: Download complete
12:17:09 acb4a89489fc: Verifying Checksum
12:17:09 acb4a89489fc: Download complete
12:17:09 af4b99ad9ef0: Verifying Checksum
12:17:09 af4b99ad9ef0: Download complete
12:17:10 b32f6bf7d96d: Verifying Checksum
12:17:10 b32f6bf7d96d: Download complete
12:17:11 7e2b2a5af8f6: Pull complete
12:17:11 09b6f03ffac4: Pull complete
12:17:12 dc3f0c679f0f: Pull complete
12:17:14 fd4b47407fc3: Pull complete
12:17:21 b32f6bf7d96d: Pull complete
12:17:21 6f4489a7e4cf: Pull complete
12:17:22 af4b99ad9ef0: Pull complete
12:17:22 39db0bc48c26: Pull complete
12:17:23 acb4a89489fc: Pull complete
12:17:23 Digest: sha256:cfa62318c459b1fde9e0841c619906d15ada5910d625176e24bf692cf8a2601d
12:17:23 Status: Downloaded newer image for python:2.7
12:17:23  ---> 68e7be49c28c
12:17:23 Step 3/21 : ARG APT_MIRROR
12:17:24  ---> Running in 8a7f03878333
12:17:24 Removing intermediate container 8a7f03878333
12:17:24  ---> 28c2d95c902d
12:17:24 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
12:17:24  ---> Running in de135ae584fc
12:17:25 Removing intermediate container de135ae584fc
12:17:25  ---> 2d4b6e889715
12:17:25 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
12:17:25  ---> Running in ac7c9efc923c
12:17:25 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
12:17:25 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
12:17:25 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
12:17:25 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
12:17:25 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
12:17:25 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [233 kB]
12:17:26 Fetched 8387 kB in 2s (4962 kB/s)
12:17:27 Reading package lists...
12:17:27 Reading package lists...
12:17:28 Building dependency tree...
12:17:28 Reading state information...
12:17:28 The following additional packages will be installed:
12:17:28   tree
12:17:28 Suggested packages:
12:17:28   libxml-simple-perl ruby
12:17:28 Recommended packages:
12:17:28   qrencode xclip
12:17:28 The following NEW packages will be installed:
12:17:28   gnupg2 pass tree
12:17:28 0 upgraded, 3 newly installed, 0 to remove and 59 not upgraded.
12:17:28 Need to get 481 kB of archives.
12:17:28 After this operation, 684 kB of additional disk space will be used.
12:17:28 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
12:17:28 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
12:17:28 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
12:17:28 debconf: delaying package configuration, since apt-utils is not installed
12:17:28 Fetched 481 kB in 0s (1819 kB/s)
12:17:28 Selecting previously unselected package gnupg2.
12:17:28 (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.)
12:17:28 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
12:17:28 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
12:17:28 Selecting previously unselected package tree.
12:17:28 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
12:17:28 Unpacking tree (1.8.0-1) ...
12:17:28 Selecting previously unselected package pass.
12:17:28 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
12:17:28 Unpacking pass (1.7.3-2) ...
12:17:28 Setting up gnupg2 (2.2.12-1+deb10u1) ...
12:17:28 Setting up tree (1.8.0-1) ...
12:17:28 Setting up pass (1.7.3-2) ...
12:17:29 Removing intermediate container ac7c9efc923c
12:17:29  ---> fac9fde1120b
12:17:29 Step 6/21 : COPY tests/ssh-keys /root/.ssh
12:17:29  ---> 42e647d5911f
12:17:29 Step 7/21 : RUN chmod 600 /root/.ssh/id_rsa &&     chmod 600 /root/.ssh/id_rsa.pub
12:17:29  ---> Running in acb41f3a0263
12:17:30 Removing intermediate container acb41f3a0263
12:17:30  ---> 82f6eacb9a06
12:17:30 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
12:17:30  ---> be3109a2957b
12:17:30 Step 9/21 : RUN gpg2 --import gpg-keys/secret
12:17:30  ---> Running in 3201723e1a3a
12:17:30 gpg: directory '/root/.gnupg' created
12:17:30 gpg: keybox '/root/.gnupg/pubring.kbx' created
12:17:30 gpg: /root/.gnupg/trustdb.gpg: trustdb created
12:17:30 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
12:17:30 gpg: key 464ED987A7B21401: secret key imported
12:17:30 gpg: Total number processed: 1
12:17:30 gpg:               imported: 1
12:17:30 gpg:       secret keys read: 1
12:17:30 gpg:   secret keys imported: 1
12:17:31 Removing intermediate container 3201723e1a3a
12:17:31  ---> f16f93dd78f3
12:17:31 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
12:17:31  ---> Running in 53c322c36cdf
12:17:31 gpg: inserting ownertrust of 6
12:17:32 Removing intermediate container 53c322c36cdf
12:17:32  ---> 0bd59bda30c2
12:17:32 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
12:17:32  ---> Running in 8919881ceae1
12:17:32 gpg: please do a --check-trustdb
12:17:32 mkdir: created directory '/root/.password-store/'
12:17:32 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
12:17:32 Removing intermediate container 8919881ceae1
12:17:32  ---> 4794f7893d2f
12:17:32 Step 12/21 : RUN gpg2 --check-trustdb
12:17:32  ---> Running in f1a2d70ea18a
12:17:33 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
12:17:33 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
12:17:33 Removing intermediate container f1a2d70ea18a
12:17:33  ---> 95763ce39fb9
12:17:33 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
12:17:33  ---> Running in d54b625fa696
12:17:33 Removing intermediate container d54b625fa696
12:17:33  ---> b7a5bf61ac2c
12:17:33 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
12:17:33  ---> Running in 3bfb72e7f8e0
12:17:34 Removing intermediate container 3bfb72e7f8e0
12:17:34  ---> 58bdbb71ade5
12:17:34 Step 15/21 : WORKDIR /src
12:17:34  ---> Running in eb0caacf7ce0
12:17:34 Removing intermediate container eb0caacf7ce0
12:17:34  ---> d2d460f8eafd
12:17:34 Step 16/21 : COPY requirements.txt /src/requirements.txt
12:17:34  ---> 8a2fd252fb1c
12:17:34 Step 17/21 : RUN pip install -r requirements.txt
12:17:34  ---> Running in 21ad8cb78039
12:17:35 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
12:17:35 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
12:17:35 Requirement already satisfied: appdirs==1.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (1.4.3)
12:17:39 Collecting asn1crypto==0.22.0
12:17:40   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
12:17:40 Collecting backports.ssl-match-hostname==3.5.0.1
12:17:40   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
12:17:41 Collecting cffi==1.10.0
12:17:41   Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB)
12:17:41 Collecting cryptography==2.3
12:17:41   Downloading cryptography-2.3-cp27-cp27mu-manylinux1_x86_64.whl (2.1 MB)
12:17:41 Collecting enum34==1.1.6
12:17:41   Downloading enum34-1.1.6-py2-none-any.whl (12 kB)
12:17:41 Collecting idna==2.5
12:17:41   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
12:17:41 Collecting ipaddress==1.0.18
12:17:41   Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB)
12:17:41 Collecting packaging==16.8
12:17:41   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
12:17:41 Collecting paramiko==2.4.2
12:17:41   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
12:17:42 Collecting pycparser==2.17
12:17:42   Downloading pycparser-2.17.tar.gz (231 kB)
12:17:42 Collecting pyOpenSSL==18.0.0
12:17:42   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
12:17:42 Collecting pyparsing==2.2.0
12:17:42   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
12:17:42 Collecting requests==2.20.0
12:17:42   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
12:17:42 Collecting six==1.10.0
12:17:42   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
12:17:42 Collecting urllib3==1.24.3
12:17:42   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
12:17:42 Collecting websocket-client==0.56.0
12:17:42   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
12:17:42 Collecting pyasn1>=0.1.7
12:17:42   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
12:17:42 Collecting pynacl>=1.0.1
12:17:42   Downloading PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964 kB)
12:17:42 Collecting bcrypt>=3.1.3
12:17:42   Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB)
12:17:42 Collecting certifi>=2017.4.17
12:17:42   Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB)
12:17:43 Collecting chardet<3.1.0,>=3.0.2
12:17:43   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
12:17:43 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
12:17:43   Building wheel for backports.ssl-match-hostname (setup.py): started
12:17:43   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
12:17:43   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=78ea67a82c5bb89db2533c9631c38413a32baa3ed397bea97354a54c8f963ad9
12:17:43   Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f
12:17:43   Building wheel for pycparser (setup.py): started
12:17:43   Building wheel for pycparser (setup.py): finished with status 'done'
12:17:43   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193884 sha256=e9738d9e630de3f51c54fff7e43ca0461d734119ac756bec9caaa3ea1aacec78
12:17:43   Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3
12:17:43 Successfully built backports.ssl-match-hostname pycparser
12:17:43 Installing collected packages: asn1crypto, backports.ssl-match-hostname, pycparser, cffi, six, idna, enum34, ipaddress, cryptography, pyparsing, packaging, pyasn1, pynacl, bcrypt, paramiko, pyOpenSSL, certifi, chardet, urllib3, requests, websocket-client
12:17:44   Attempting uninstall: six
12:17:44     Found existing installation: six 1.14.0
12:17:44     Uninstalling six-1.14.0:
12:17:44       Successfully uninstalled six-1.14.0
12:17:44 Successfully installed asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.6.20 cffi-1.10.0 chardet-3.0.4 cryptography-2.3 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
12:17:50 WARNING: You are using pip version 20.0.2; however, version 20.2.3 is available.
12:17:50 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
12:17:50 Removing intermediate container 21ad8cb78039
12:17:50  ---> cd9959ba5408
12:17:50 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
12:17:50  ---> b85ceb544dec
12:17:50 Step 19/21 : RUN pip install -r test-requirements.txt
12:17:50  ---> Running in 5091b39975e3
12:17:51 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
12:17:55 Collecting setuptools==44.0.0
12:17:56   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
12:17:56 Collecting coverage==4.5.2
12:17:56   Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB)
12:17:56 Collecting flake8==3.6.0
12:17:56   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
12:17:57 Collecting mock==1.0.1
12:17:57   Downloading mock-1.0.1.tar.gz (818 kB)
12:17:57 Collecting pytest==4.3.1
12:17:57   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
12:17:57 Collecting pytest-cov==2.6.1
12:17:57   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
12:17:57 Collecting pytest-timeout==1.3.3
12:17:57   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
12:17:57 Collecting pyflakes<2.1.0,>=2.0.0
12:17:57   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
12:17:57 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)
12:17:57 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)
12:17:57 Collecting pycodestyle<2.5.0,>=2.4.0
12:17:57   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
12:17:57 Collecting mccabe<0.7.0,>=0.6.0
12:17:57   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
12:17:57 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)
12:17:57 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)
12:17:57 Collecting py>=1.5.0
12:17:57   Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
12:17:57 Collecting attrs>=17.4.0
12:17:57   Downloading attrs-20.2.0-py2.py3-none-any.whl (48 kB)
12:17:57 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7"
12:17:57   Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB)
12:17:57 Collecting atomicwrites>=1.0
12:17:57   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
12:17:57 Collecting pluggy>=0.7
12:17:57   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
12:17:57 Collecting funcsigs; python_version < "3.0"
12:17:57   Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB)
12:17:57 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)
12:17:57 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)
12:17:57 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)
12:17:57 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)
12:17:58 Building wheels for collected packages: mock
12:17:58   Building wheel for mock (setup.py): started
12:17:58   Building wheel for mock (setup.py): finished with status 'done'
12:17:58   Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=7c24873169a990c9887fc9a007dc7dd84a6c48a55b520a50774bfa5ba1366f8c
12:17:58   Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660
12:17:58 Successfully built mock
12:17:58 Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, py, attrs, more-itertools, atomicwrites, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout
12:17:58   Attempting uninstall: setuptools
12:17:58     Found existing installation: setuptools 44.1.0
12:17:58     Uninstalling setuptools-44.1.0:
12:17:58       Successfully uninstalled setuptools-44.1.0
12:17:59 Successfully installed atomicwrites-1.4.0 attrs-20.2.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
12:17:59 WARNING: You are using pip version 20.0.2; however, version 20.2.3 is available.
12:17:59 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
12:17:59 Removing intermediate container 5091b39975e3
12:17:59  ---> 19731b3f5b60
12:17:59 Step 20/21 : COPY . /src
12:18:00  ---> 997905430218
12:18:00 Step 21/21 : RUN pip install .
12:18:00  ---> Running in b4ab8a2e5ea7
12:18:00 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
12:18:00 Processing /src
12:18:00 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
12:18:00 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (0.56.0)
12:18:00 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (2.20.0)
12:18:00 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (3.5.0.1)
12:18:00 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.0.18)
12:18:00 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.4.0.dev0) (2020.6.20)
12:18:00 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.4.0.dev0) (2.5)
12:18:00 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.4.0.dev0) (3.0.4)
12:18:00 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.4.0.dev0) (1.24.3)
12:18:00 Building wheels for collected packages: docker
12:18:00   Building wheel for docker (setup.py): started
12:18:01   Building wheel for docker (setup.py): finished with status 'done'
12:18:01   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146046 sha256=3e9252b6df2c556224ea9e9443a5ce7cc02634e44a03cfa088065641829a98fd
12:18:01   Stored in directory: /tmp/pip-ephem-wheel-cache-cd73JK/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
12:18:01 Successfully built docker
12:18:01 Installing collected packages: docker
12:18:01 Successfully installed docker-4.4.0.dev0
12:18:01 WARNING: You are using pip version 20.0.2; however, version 20.2.3 is available.
12:18:01 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
12:18:02 Removing intermediate container b4ab8a2e5ea7
12:18:02  ---> 35f70ff0bfd2
12:18:02 Successfully built 35f70ff0bfd2
12:18:02 Successfully tagged dockerbuildbot/docker-py:py2-aa1f47d25c7315b5c722998e216d0c58e8315466
[Pipeline] isUnix
[Pipeline] sh
12:18:02 + docker tag dockerbuildbot/docker-py:py2-aa1f47d25c7315b5c722998e216d0c58e8315466 dockerbuildbot/docker-py:py2-aa1f47d25c7315b5c722998e216d0c58e8315466
[Pipeline] isUnix
[Pipeline] sh
12:18:02 + docker push dockerbuildbot/docker-py:py2-aa1f47d25c7315b5c722998e216d0c58e8315466
12:18:02 The push refers to repository [docker.io/dockerbuildbot/docker-py]
12:18:02 665b7a0b8c6b: Preparing
12:18:02 2e7e0acb7d8b: Preparing
12:18:02 354a42ece10b: Preparing
12:18:02 5aef58d521a9: Preparing
12:18:02 ac59716078c8: Preparing
12:18:02 8556492c202c: Preparing
12:18:02 1fd24b54e7a9: Preparing
12:18:02 aa39f4010c28: Preparing
12:18:02 54238d97b82d: Preparing
12:18:02 7b471ef491d9: Preparing
12:18:02 07233cbabedc: Preparing
12:18:02 ca947d32dff5: Preparing
12:18:02 81b88f6d1af9: Preparing
12:18:02 61b158a671dd: Preparing
12:18:02 05cf82fdba44: Preparing
12:18:02 ae1a89437f17: Preparing
12:18:02 b9b975416b91: Preparing
12:18:02 e571d2d3c73c: Preparing
12:18:02 da7b0a80a4f2: Preparing
12:18:02 ceee8816bb96: Preparing
12:18:02 47458fb45d99: Preparing
12:18:02 46829331b1e4: Preparing
12:18:02 d35c5bda4793: Preparing
12:18:02 a3c1026c6bcc: Preparing
12:18:02 f1d420c2af1a: Preparing
12:18:02 461719022993: Preparing
12:18:02 8556492c202c: Waiting
12:18:02 1fd24b54e7a9: Waiting
12:18:02 aa39f4010c28: Waiting
12:18:02 54238d97b82d: Waiting
12:18:02 7b471ef491d9: Waiting
12:18:02 07233cbabedc: Waiting
12:18:02 ca947d32dff5: Waiting
12:18:02 81b88f6d1af9: Waiting
12:18:02 61b158a671dd: Waiting
12:18:02 05cf82fdba44: Waiting
12:18:02 ae1a89437f17: Waiting
12:18:02 b9b975416b91: Waiting
12:18:02 e571d2d3c73c: Waiting
12:18:02 da7b0a80a4f2: Waiting
12:18:02 ceee8816bb96: Waiting
12:18:02 47458fb45d99: Waiting
12:18:02 46829331b1e4: Waiting
12:18:02 d35c5bda4793: Waiting
12:18:02 a3c1026c6bcc: Waiting
12:18:02 f1d420c2af1a: Waiting
12:18:02 461719022993: Waiting
12:18:04 5aef58d521a9: Pushed
12:18:04 665b7a0b8c6b: Pushed
12:18:04 2e7e0acb7d8b: Pushed
12:18:04 8556492c202c: Pushed
12:18:05 354a42ece10b: Pushed
12:18:05 1fd24b54e7a9: Pushed
12:18:05 54238d97b82d: Pushed
12:18:05 aa39f4010c28: Pushed
12:18:05 7b471ef491d9: Pushed
12:18:06 ac59716078c8: Pushed
12:18:06 07233cbabedc: Pushed
12:18:06 ca947d32dff5: Pushed
12:18:07 81b88f6d1af9: Pushed
12:18:07 e571d2d3c73c: Layer already exists
12:18:07 da7b0a80a4f2: Layer already exists
12:18:07 ceee8816bb96: Layer already exists
12:18:07 47458fb45d99: Layer already exists
12:18:07 46829331b1e4: Layer already exists
12:18:07 d35c5bda4793: Layer already exists
12:18:07 61b158a671dd: Pushed
12:18:07 05cf82fdba44: Pushed
12:18:07 f1d420c2af1a: Layer already exists
12:18:07 a3c1026c6bcc: Layer already exists
12:18:07 461719022993: Layer already exists
12:18:08 b9b975416b91: Pushed
12:18:08 ae1a89437f17: Pushed
12:18:09 py2-aa1f47d25c7315b5c722998e216d0c58e8315466: digest: sha256:d8c7a42965a5b2a640266a111d927fdbc82a5441a44a295e54ade7c30b413464 size: 5769
[Pipeline] isUnix
[Pipeline] sh
12:18:09 + docker pull dockerbuildbot/docker-py:py3-aa1f47d25c7315b5c722998e216d0c58e8315466
12:18:09 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-aa1f47d25c7315b5c722998e216d0c58e8315466 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
12:18:10 + docker build -t dockerbuildbot/docker-py:py3-aa1f47d25c7315b5c722998e216d0c58e8315466 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
12:18:10 Sending build context to Docker daemon  1.358MB

12:18:10 Step 1/21 : ARG PYTHON_VERSION=3.7
12:18:10 Step 2/21 : FROM python:${PYTHON_VERSION}
12:18:10 3.7: Pulling from library/python
12:18:10 57df1a1f1ad8: Pulling fs layer
12:18:10 71e126169501: Pulling fs layer
12:18:10 1af28a55c3f3: Pulling fs layer
12:18:10 03f1c9932170: Pulling fs layer
12:18:10 65b3db15f518: Pulling fs layer
12:18:10 3e3b8947ed83: Pulling fs layer
12:18:10 38d9e7938097: Pulling fs layer
12:18:10 724043f425e0: Pulling fs layer
12:18:10 6cf90f3f5863: Pulling fs layer
12:18:10 3e3b8947ed83: Waiting
12:18:10 38d9e7938097: Waiting
12:18:10 724043f425e0: Waiting
12:18:10 6cf90f3f5863: Waiting
12:18:10 03f1c9932170: Waiting
12:18:10 65b3db15f518: Waiting
12:18:10 71e126169501: Verifying Checksum
12:18:10 71e126169501: Download complete
12:18:10 1af28a55c3f3: Verifying Checksum
12:18:10 1af28a55c3f3: Download complete
12:18:10 57df1a1f1ad8: Verifying Checksum
12:18:11 57df1a1f1ad8: Download complete
12:18:11 03f1c9932170: Verifying Checksum
12:18:11 03f1c9932170: Download complete
12:18:11 3e3b8947ed83: Verifying Checksum
12:18:11 3e3b8947ed83: Download complete
12:18:11 724043f425e0: Verifying Checksum
12:18:11 724043f425e0: Download complete
12:18:11 38d9e7938097: Verifying Checksum
12:18:11 38d9e7938097: Download complete
12:18:11 6cf90f3f5863: Verifying Checksum
12:18:11 6cf90f3f5863: Download complete
12:18:13 65b3db15f518: Verifying Checksum
12:18:13 65b3db15f518: Download complete
12:18:14 57df1a1f1ad8: Pull complete
12:18:14 71e126169501: Pull complete
12:18:14 1af28a55c3f3: Pull complete
12:18:17 03f1c9932170: Pull complete
12:18:23 65b3db15f518: Pull complete
12:18:23 3e3b8947ed83: Pull complete
12:18:24 38d9e7938097: Pull complete
12:18:24 724043f425e0: Pull complete
12:18:24 6cf90f3f5863: Pull complete
12:18:24 Digest: sha256:5b430fe2263d891ce94145fdc320fe2a88336cc127301637625d6e5fe37bef60
12:18:24 Status: Downloaded newer image for python:3.7
12:18:24  ---> 11c6e5fd966a
12:18:24 Step 3/21 : ARG APT_MIRROR
12:18:27  ---> Running in d08660bf9c10
12:18:27 Removing intermediate container d08660bf9c10
12:18:27  ---> ac0aa07380e7
12:18:27 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
12:18:27  ---> Running in 251e5bb87358
12:18:28 Removing intermediate container 251e5bb87358
12:18:28  ---> 2f8adbebca7a
12:18:28 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
12:18:28  ---> Running in c4d9cbf157d2
12:18:29 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
12:18:29 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
12:18:29 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
12:18:29 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [233 kB]
12:18:29 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
12:18:29 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
12:18:30 Fetched 8387 kB in 2s (4631 kB/s)
12:18:31 Reading package lists...
12:18:31 Reading package lists...
12:18:31 Building dependency tree...
12:18:31 Reading state information...
12:18:31 The following additional packages will be installed:
12:18:31   tree
12:18:31 Suggested packages:
12:18:31   libxml-simple-perl ruby
12:18:31 Recommended packages:
12:18:31   qrencode xclip
12:18:31 The following NEW packages will be installed:
12:18:31   gnupg2 pass tree
12:18:32 0 upgraded, 3 newly installed, 0 to remove and 7 not upgraded.
12:18:32 Need to get 481 kB of archives.
12:18:32 After this operation, 684 kB of additional disk space will be used.
12:18:32 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
12:18:32 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
12:18:32 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
12:18:32 debconf: delaying package configuration, since apt-utils is not installed
12:18:32 Fetched 481 kB in 0s (1810 kB/s)
12:18:32 Selecting previously unselected package gnupg2.
12:18:32 (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.)
12:18:32 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
12:18:32 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
12:18:32 Selecting previously unselected package tree.
12:18:32 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
12:18:32 Unpacking tree (1.8.0-1) ...
12:18:32 Selecting previously unselected package pass.
12:18:32 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
12:18:32 Unpacking pass (1.7.3-2) ...
12:18:32 Setting up gnupg2 (2.2.12-1+deb10u1) ...
12:18:32 Setting up tree (1.8.0-1) ...
12:18:32 Setting up pass (1.7.3-2) ...
12:18:33 Removing intermediate container c4d9cbf157d2
12:18:33  ---> 41fd5b407719
12:18:33 Step 6/21 : COPY tests/ssh-keys /root/.ssh
12:18:33  ---> 5a4c844f4556
12:18:33 Step 7/21 : RUN chmod 600 /root/.ssh/id_rsa &&     chmod 600 /root/.ssh/id_rsa.pub
12:18:33  ---> Running in 2fa329b833a4
12:18:34 Removing intermediate container 2fa329b833a4
12:18:34  ---> 49af590beee1
12:18:34 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
12:18:34  ---> 00e9f05e48c9
12:18:34 Step 9/21 : RUN gpg2 --import gpg-keys/secret
12:18:34  ---> Running in deb4831b4dd5
12:18:34 gpg: directory '/root/.gnupg' created
12:18:34 gpg: keybox '/root/.gnupg/pubring.kbx' created
12:18:34 gpg: /root/.gnupg/trustdb.gpg: trustdb created
12:18:34 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
12:18:34 gpg: key 464ED987A7B21401: secret key imported
12:18:34 gpg: Total number processed: 1
12:18:34 gpg:               imported: 1
12:18:34 gpg:       secret keys read: 1
12:18:34 gpg:   secret keys imported: 1
12:18:35 Removing intermediate container deb4831b4dd5
12:18:35  ---> 3519511a643d
12:18:35 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
12:18:35  ---> Running in 69af11e41d8c
12:18:35 gpg: inserting ownertrust of 6
12:18:35 Removing intermediate container 69af11e41d8c
12:18:35  ---> 60475fc1c7c9
12:18:35 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
12:18:35  ---> Running in c05414ae9ca0
12:18:36 gpg: please do a --check-trustdb
12:18:36 mkdir: created directory '/root/.password-store/'
12:18:36 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
12:18:36 Removing intermediate container c05414ae9ca0
12:18:36  ---> 16cf80366558
12:18:36 Step 12/21 : RUN gpg2 --check-trustdb
12:18:36  ---> Running in db9c6829a3bd
12:18:37 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
12:18:37 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
12:18:37 Removing intermediate container db9c6829a3bd
12:18:37  ---> b68039fb0d55
12:18:37 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
12:18:37  ---> Running in 2e7e6190ef11
12:18:37 Removing intermediate container 2e7e6190ef11
12:18:37  ---> 6dfcbb6b12df
12:18:37 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
12:18:37  ---> Running in d56759984de9
12:18:38 Removing intermediate container d56759984de9
12:18:38  ---> 3e36da43e592
12:18:38 Step 15/21 : WORKDIR /src
12:18:38  ---> Running in d697ac4c3ff4
12:18:38 Removing intermediate container d697ac4c3ff4
12:18:38  ---> 61992bbe3383
12:18:38 Step 16/21 : COPY requirements.txt /src/requirements.txt
12:18:38  ---> f2ec70012dea
12:18:38 Step 17/21 : RUN pip install -r requirements.txt
12:18:38  ---> Running in 51751064d7ca
12:18:39 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
12:18:44 Collecting appdirs==1.4.3
12:18:44   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
12:18:44 Collecting asn1crypto==0.22.0
12:18:44   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
12:18:44 Collecting backports.ssl-match-hostname==3.5.0.1
12:18:44   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
12:18:45 Collecting cffi==1.10.0
12:18:45   Downloading cffi-1.10.0.tar.gz (418 kB)
12:18:46 Collecting cryptography==2.3
12:18:46   Downloading cryptography-2.3-cp34-abi3-manylinux1_x86_64.whl (2.1 MB)
12:18:46 Collecting enum34==1.1.6
12:18:46   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
12:18:46 Collecting idna==2.5
12:18:46   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
12:18:46 Collecting ipaddress==1.0.18
12:18:46   Downloading ipaddress-1.0.18.tar.gz (32 kB)
12:18:46 Collecting packaging==16.8
12:18:46   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
12:18:46 Collecting paramiko==2.4.2
12:18:46   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
12:18:46 Collecting pycparser==2.17
12:18:46   Downloading pycparser-2.17.tar.gz (231 kB)
12:18:46 Collecting pyOpenSSL==18.0.0
12:18:46   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
12:18:46 Collecting pyparsing==2.2.0
12:18:46   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
12:18:46 Collecting requests==2.20.0
12:18:46   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
12:18:47 Collecting six==1.10.0
12:18:47   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
12:18:47 Collecting urllib3==1.24.3
12:18:47   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
12:18:47 Collecting websocket-client==0.56.0
12:18:47   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
12:18:47 Collecting bcrypt>=3.1.3
12:18:47   Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
12:18:47 Collecting pynacl>=1.0.1
12:18:47   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
12:18:47 Collecting pyasn1>=0.1.7
12:18:47   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
12:18:47 Collecting certifi>=2017.4.17
12:18:47   Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB)
12:18:47 Collecting chardet<3.1.0,>=3.0.2
12:18:47   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
12:18:47 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
12:18:47   Building wheel for backports.ssl-match-hostname (setup.py): started
12:18:47   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
12:18:47   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=37b63f888ea4babec8f250e3bd1de0727dd939cd089f2129b8dd32d86c26a6c2
12:18:47   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
12:18:47   Building wheel for cffi (setup.py): started
12:18:50   Building wheel for cffi (setup.py): finished with status 'done'
12:18:50   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371211 sha256=80f8bae83652bf75bbc757623f49292d4fad6100fae63ecc0ab37076a94c50e9
12:18:50   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
12:18:50   Building wheel for ipaddress (setup.py): started
12:18:51   Building wheel for ipaddress (setup.py): finished with status 'done'
12:18:51   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18105 sha256=6b0068f9a0ba309698e0152b49c59a5761587ec9bc3a96695c058370a7ff8499
12:18:51   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
12:18:51   Building wheel for pycparser (setup.py): started
12:18:51   Building wheel for pycparser (setup.py): finished with status 'done'
12:18:51   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192838 sha256=fca7ab0b4e70a3bf8721758c36d6b051599e46163162cf3b232519c38caab68d
12:18:51   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
12:18:51 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
12:18:51 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, idna, six, cryptography, enum34, ipaddress, pyparsing, packaging, bcrypt, pynacl, pyasn1, paramiko, pyOpenSSL, urllib3, certifi, chardet, requests, websocket-client
12:18:52 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.0 certifi-2020.6.20 cffi-1.10.0 chardet-3.0.4 cryptography-2.3 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
12:18:59 Removing intermediate container 51751064d7ca
12:18:59  ---> 055e97524aa2
12:18:59 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
12:18:59  ---> d64385f74649
12:18:59 Step 19/21 : RUN pip install -r test-requirements.txt
12:18:59  ---> Running in 2b1deec99d57
12:19:03 Collecting setuptools==44.0.0
12:19:04   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
12:19:04 Collecting coverage==4.5.2
12:19:04   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
12:19:04 Collecting flake8==3.6.0
12:19:04   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
12:19:04 Collecting mock==1.0.1
12:19:04   Downloading mock-1.0.1.tar.gz (818 kB)
12:19:05 Collecting pytest==4.3.1
12:19:05   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
12:19:05 Collecting pytest-cov==2.6.1
12:19:05   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
12:19:05 Collecting pytest-timeout==1.3.3
12:19:05   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
12:19:05 Collecting mccabe<0.7.0,>=0.6.0
12:19:05   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
12:19:05 Collecting pyflakes<2.1.0,>=2.0.0
12:19:05   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
12:19:05 Collecting pycodestyle<2.5.0,>=2.4.0
12:19:05   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
12:19:05 Collecting py>=1.5.0
12:19:05   Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
12:19:05 Collecting atomicwrites>=1.0
12:19:05   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
12:19:05 Collecting pluggy>=0.7
12:19:05   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
12:19:05 Collecting attrs>=17.4.0
12:19:05   Downloading attrs-20.2.0-py2.py3-none-any.whl (48 kB)
12:19:05 Collecting more-itertools>=4.0.0; python_version > "2.7"
12:19:05   Downloading more_itertools-8.5.0-py3-none-any.whl (44 kB)
12:19:05 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)
12:19:05 Collecting importlib-metadata>=0.12; python_version < "3.8"
12:19:05   Downloading importlib_metadata-2.0.0-py2.py3-none-any.whl (31 kB)
12:19:05 Collecting zipp>=0.5
12:19:05   Downloading zipp-3.3.0-py3-none-any.whl (5.3 kB)
12:19:05 Building wheels for collected packages: mock
12:19:05   Building wheel for mock (setup.py): started
12:19:05   Building wheel for mock (setup.py): finished with status 'done'
12:19:05   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23754 sha256=ef8508049381f2e710cf03397b186fd7de53256b8ff7efc7a51972a859fbfb76
12:19:05   Stored in directory: /root/.cache/pip/wheels/16/03/37/f0a64ab894c9102906f192db1a4071b7592292ad661563c69b
12:19:05 Successfully built mock
12:19:06 Installing collected packages: setuptools, coverage, mccabe, pyflakes, pycodestyle, flake8, mock, py, atomicwrites, zipp, importlib-metadata, pluggy, attrs, more-itertools, pytest, pytest-cov, pytest-timeout
12:19:06   Attempting uninstall: setuptools
12:19:06     Found existing installation: setuptools 50.3.0
12:19:06     Uninstalling setuptools-50.3.0:
12:19:06       Successfully uninstalled setuptools-50.3.0
12:19:07 Successfully installed atomicwrites-1.4.0 attrs-20.2.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-2.0.0 mccabe-0.6.1 mock-1.0.1 more-itertools-8.5.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.3.0
12:19:07 Removing intermediate container 2b1deec99d57
12:19:07  ---> 6a484802d118
12:19:07 Step 20/21 : COPY . /src
12:19:07  ---> ede1541df314
12:19:07 Step 21/21 : RUN pip install .
12:19:07  ---> Running in 83ec15be076e
12:19:08 Processing /src
12:19:08 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
12:19:08 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (0.56.0)
12:19:08 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (2.20.0)
12:19:08 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.4.0.dev0) (2.5)
12:19:08 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.4.0.dev0) (3.0.4)
12:19:08 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.4.0.dev0) (1.24.3)
12:19:08 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.4.0.dev0) (2020.6.20)
12:19:08 Building wheels for collected packages: docker
12:19:08   Building wheel for docker (setup.py): started
12:19:09   Building wheel for docker (setup.py): finished with status 'done'
12:19:09   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146049 sha256=1ffc72221a3372a815bbb95e7699cc026b54f78ef0b0726ec2589bd9e4782c2e
12:19:09   Stored in directory: /tmp/pip-ephem-wheel-cache-ucm_3oyu/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
12:19:09 Successfully built docker
12:19:09 Installing collected packages: docker
12:19:09 Successfully installed docker-4.4.0.dev0
12:19:09 Removing intermediate container 83ec15be076e
12:19:09  ---> d422a4d11c56
12:19:09 Successfully built d422a4d11c56
12:19:09 Successfully tagged dockerbuildbot/docker-py:py3-aa1f47d25c7315b5c722998e216d0c58e8315466
[Pipeline] isUnix
[Pipeline] sh
12:19:09 + docker tag dockerbuildbot/docker-py:py3-aa1f47d25c7315b5c722998e216d0c58e8315466 dockerbuildbot/docker-py:py3-aa1f47d25c7315b5c722998e216d0c58e8315466
[Pipeline] isUnix
[Pipeline] sh
12:19:10 + docker push dockerbuildbot/docker-py:py3-aa1f47d25c7315b5c722998e216d0c58e8315466
12:19:10 The push refers to repository [docker.io/dockerbuildbot/docker-py]
12:19:10 b006a0d5a51c: Preparing
12:19:10 02c0ebab760a: Preparing
12:19:10 febde0cb1b05: Preparing
12:19:10 63c049de4ebe: Preparing
12:19:10 84da086dfe7d: Preparing
12:19:10 d2150954614d: Preparing
12:19:10 5d0fc477fd0c: Preparing
12:19:10 a41443d5c5d1: Preparing
12:19:10 0103ff413fcf: Preparing
12:19:10 79ae3e285bad: Preparing
12:19:10 a2d2a5c6ba3b: Preparing
12:19:10 48c366206715: Preparing
12:19:10 d4a7d347298b: Preparing
12:19:10 cbe055d68c00: Preparing
12:19:10 bcbf9ad05c23: Preparing
12:19:10 497a6ca4e393: Preparing
12:19:10 97a3e8f12bc0: Preparing
12:19:10 a92828556ea3: Preparing
12:19:10 0843bbf2ef8c: Preparing
12:19:10 a3080e907f05: Preparing
12:19:10 0fb2e27dc3b8: Preparing
12:19:10 a995c5106335: Preparing
12:19:10 17bdf5e22660: Preparing
12:19:10 d37096232ed8: Preparing
12:19:10 6add0d2b5482: Preparing
12:19:10 4ef54afed780: Preparing
12:19:10 d2150954614d: Waiting
12:19:10 5d0fc477fd0c: Waiting
12:19:10 a41443d5c5d1: Waiting
12:19:10 0103ff413fcf: Waiting
12:19:10 79ae3e285bad: Waiting
12:19:10 a2d2a5c6ba3b: Waiting
12:19:10 48c366206715: Waiting
12:19:10 d4a7d347298b: Waiting
12:19:10 cbe055d68c00: Waiting
12:19:10 bcbf9ad05c23: Waiting
12:19:10 497a6ca4e393: Waiting
12:19:10 97a3e8f12bc0: Waiting
12:19:10 a92828556ea3: Waiting
12:19:10 0843bbf2ef8c: Waiting
12:19:10 a3080e907f05: Waiting
12:19:10 0fb2e27dc3b8: Waiting
12:19:10 a995c5106335: Waiting
12:19:10 17bdf5e22660: Waiting
12:19:10 d37096232ed8: Waiting
12:19:10 6add0d2b5482: Waiting
12:19:10 4ef54afed780: Waiting
12:19:11 63c049de4ebe: Pushed
12:19:11 02c0ebab760a: Pushed
12:19:11 b006a0d5a51c: Pushed
12:19:12 d2150954614d: Pushed
12:19:12 5d0fc477fd0c: Pushed
12:19:12 febde0cb1b05: Pushed
12:19:13 a41443d5c5d1: Pushed
12:19:13 0103ff413fcf: Pushed
12:19:13 79ae3e285bad: Pushed
12:19:14 48c366206715: Pushed
12:19:14 84da086dfe7d: Pushed
12:19:14 d4a7d347298b: Pushed
12:19:14 a2d2a5c6ba3b: Pushed
12:19:14 a92828556ea3: Layer already exists
12:19:14 cbe055d68c00: Pushed
12:19:14 a3080e907f05: Layer already exists
12:19:14 0843bbf2ef8c: Layer already exists
12:19:14 0fb2e27dc3b8: Layer already exists
12:19:14 a995c5106335: Layer already exists
12:19:14 17bdf5e22660: Layer already exists
12:19:14 d37096232ed8: Layer already exists
12:19:14 6add0d2b5482: Layer already exists
12:19:14 4ef54afed780: Layer already exists
12:19:14 bcbf9ad05c23: Pushed
12:19:15 97a3e8f12bc0: Pushed
12:19:17 497a6ca4e393: Pushed
12:19:18 py3-aa1f47d25c7315b5c722998e216d0c58e8315466: digest: sha256:c82431a6a813d7021af32087ad9c17be7954b26dbad647d01743f5c45318d694 size: 5765
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03471e9e37fba3adb) in /home/ubuntu/workspace/docker-py_PR-2680
[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-2680@tmp/75266f45-0c59-44c2-9df1-8d8e41f8e6fa/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
12:19:19 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-aa1f47d25c7315b5c722998e216d0c58e8315466 /src/scripts/versions.py
[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: py3.7_19.03.12)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0faa80eefc329ba30) in /home/ubuntu/workspace/docker-py_PR-2680
[Pipeline] {
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0252ecaf10d18683c) in /home/ubuntu/workspace/docker-py_PR-2680
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0bd089d9449957e93) in /home/ubuntu/workspace/docker-py_PR-2680
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0b2fd94a14e57b128) in /home/ubuntu/workspace/docker-py_PR-2680
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
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-2680@tmp/01c5bcc9-c583-4a0e-8f7e-6ffd5794d845/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2680@tmp/50506bad-5c08-4c8a-99fe-7cff83824555/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
12:19:55 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:19:55 chowning workspace
[Pipeline] sh
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2680@tmp/ca142a71-d263-4eca-a8bc-1bbeef9c8c24/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2680@tmp/081f7762-c2a2-4f46-ab21-830573b811cc/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] echo
12:19:55 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:19:55 chowning workspace
[Pipeline] sh
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] echo
12:19:55 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:19:55 chowning workspace
[Pipeline] sh
12:19:55 + pwd
12:19:55 + id -u
12:19:55 + id -g
12:19:55 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2680:/workspace busybox chown -R 1000:1000 /workspace
12:19:55 Unable to find image 'busybox:latest' locally
12:19:55 latest: Pulling from library/busybox
12:19:55 df8698476c65: Pulling fs layer
12:19:55 df8698476c65: Verifying Checksum
12:19:55 df8698476c65: Download complete
12:19:55 + pwd
12:19:55 + id -u
12:19:55 + id -g
12:19:55 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2680:/workspace busybox chown -R 1000:1000 /workspace
12:19:55 Unable to find image 'busybox:latest' locally
12:19:55 latest: Pulling from library/busybox
12:19:55 df8698476c65: Pulling fs layer
12:19:55 df8698476c65: Download complete
12:19:55 df8698476c65: Pull complete
12:19:55 Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a
12:19:55 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
12:19:56 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:19:56 chowning workspace
[Pipeline] sh
12:19:56 df8698476c65: Pull complete
12:19:56 Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a
12:19:56 Status: Downloaded newer image for busybox:latest
12:19:56 + pwd
12:19:56 + id -u
12:19:56 + id -g
12:19:56 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2680:/workspace busybox chown -R 1000:1000 /workspace
12:19:56 Unable to find image 'busybox:latest' locally
12:19:56 latest: Pulling from library/busybox
12:19:56 df8698476c65: Pulling fs layer
12:19:56 + pwd
12:19:56 + id -u
12:19:56 + id -g
12:19:56 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2680:/workspace busybox chown -R 1000:1000 /workspace
12:19:56 Unable to find image 'busybox:latest' locally
12:19:56 latest: Pulling from library/busybox
12:19:56 df8698476c65: Pulling fs layer
12:19:56 df8698476c65: Verifying Checksum
12:19:56 df8698476c65: Download complete
12:19:56 df8698476c65: Pull complete
12:19:56 Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a
12:19:56 Status: Downloaded newer image for busybox:latest
12:19:56 df8698476c65: Verifying Checksum
12:19:56 df8698476c65: Download complete
12:19:56 df8698476c65: Pull complete
12:19:56 Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a
12:19:57 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
12:19:57 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
12:19:57 Removing all docker containers
[Pipeline] sh
12:19:57 + docker container ls -aq
[Pipeline] echo
12:19:57 Docker containers have been removed
[Pipeline] echo
12:19:57 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:19:57 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
12:19:57 + docker container ls -aq
[Pipeline] echo
12:19:57 Docker containers have been removed
[Pipeline] echo
12:19:57 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:19:57 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.12)
[Pipeline] checkout
[Pipeline] echo
12:19:58 Removing all docker containers
[Pipeline] sh
12:19:58 + docker container ls -aq
[Pipeline] echo
12:19:58 Docker containers have been removed
[Pipeline] echo
12:19:58 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:19:58 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.13)
[Pipeline] checkout
[Pipeline] echo
12:19:58 Removing all docker containers
[Pipeline] sh
12:19:58 + docker container ls -aq
[Pipeline] echo
12:19:58 Docker containers have been removed
[Pipeline] echo
12:19:58 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:19:58 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
12:19:58 using credential docker-jenkins-github-credentials
12:19:58 Cloning the remote Git repository
12:19:58 Cloning with configured refspecs honoured and without tags
12:19:59 using credential docker-jenkins-github-credentials
12:19:59 Cloning the remote Git repository
12:19:59 Cloning with configured refspecs honoured and without tags
12:19:59 using credential docker-jenkins-github-credentials
12:19:59 Cloning the remote Git repository
12:19:59 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-2680 # 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/2680/head:refs/remotes/origin/PR-2680 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:19:59 using credential docker-jenkins-github-credentials
12:19:59 Cloning the remote Git repository
12:19:59 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-2680 # 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/2680/head:refs/remotes/origin/PR-2680 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:20:00 Fetching without tags
12:20:00 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2680 # 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/2680/head:refs/remotes/origin/PR-2680 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:20:00 Merging remotes/origin/master commit 9d8cd023e88f22e701365ae4d3dccc16537f4851 into PR head commit aa1f47d25c7315b5c722998e216d0c58e8315466
12:20:00 Merge succeeded, producing aa1f47d25c7315b5c722998e216d0c58e8315466
12:20:00 Checking out Revision aa1f47d25c7315b5c722998e216d0c58e8315466 (PR-2680)
12:20:00 Merging remotes/origin/master commit 9d8cd023e88f22e701365ae4d3dccc16537f4851 into PR head commit aa1f47d25c7315b5c722998e216d0c58e8315466
12:20:00 Merge succeeded, producing aa1f47d25c7315b5c722998e216d0c58e8315466
12:20:00 Checking out Revision aa1f47d25c7315b5c722998e216d0c58e8315466 (PR-2680)
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2680 # 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/2680/head:refs/remotes/origin/PR-2680 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2680/head:refs/remotes/origin/PR-2680 # 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/2680/head:refs/remotes/origin/PR-2680 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aa1f47d25c7315b5c722998e216d0c58e8315466 # 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 9d8cd023e88f22e701365ae4d3dccc16537f4851 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aa1f47d25c7315b5c722998e216d0c58e8315466 # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2680/head:refs/remotes/origin/PR-2680 # 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/2680/head:refs/remotes/origin/PR-2680 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aa1f47d25c7315b5c722998e216d0c58e8315466 # 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 9d8cd023e88f22e701365ae4d3dccc16537f4851 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aa1f47d25c7315b5c722998e216d0c58e8315466 # timeout=10
12:20:01 Fetching without tags
12:20:01 Merging remotes/origin/master commit 9d8cd023e88f22e701365ae4d3dccc16537f4851 into PR head commit aa1f47d25c7315b5c722998e216d0c58e8315466
12:20:01 Merge succeeded, producing aa1f47d25c7315b5c722998e216d0c58e8315466
12:20:01 Checking out Revision aa1f47d25c7315b5c722998e216d0c58e8315466 (PR-2680)
12:20:01 Fetching without tags
12:20:01 Merging remotes/origin/master commit 9d8cd023e88f22e701365ae4d3dccc16537f4851 into PR head commit aa1f47d25c7315b5c722998e216d0c58e8315466
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2680/head:refs/remotes/origin/PR-2680 # 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/2680/head:refs/remotes/origin/PR-2680 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aa1f47d25c7315b5c722998e216d0c58e8315466 # timeout=10
12:20:01 Merge succeeded, producing aa1f47d25c7315b5c722998e216d0c58e8315466
12:20:01 Checking out Revision aa1f47d25c7315b5c722998e216d0c58e8315466 (PR-2680)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2680/head:refs/remotes/origin/PR-2680 # 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/2680/head:refs/remotes/origin/PR-2680 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aa1f47d25c7315b5c722998e216d0c58e8315466 # 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 9d8cd023e88f22e701365ae4d3dccc16537f4851 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aa1f47d25c7315b5c722998e216d0c58e8315466 # 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 9d8cd023e88f22e701365ae4d3dccc16537f4851 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aa1f47d25c7315b5c722998e216d0c58e8315466 # timeout=10
12:20:03 Commit message: "Cleanup"
12:20:03 Commit message: "Cleanup"
[Pipeline] sh
[Pipeline] sh
12:20:04 Commit message: "Cleanup"
12:20:04 + docker network create dpy-testnet-20-0-py3.7-19.03.12
12:20:04 456f349800c4bc14d016a33328dd708acccf681af72b8ec8f4cae518c9133bd3
[Pipeline] sh
12:20:04 + docker network create dpy-testnet-20-0-py2.7-19.03.12
12:20:04 3423fcba8e080a6dd9ea9b02be01ff13576f4a141f7d94397b8934f2283a40e0
[Pipeline] sh
12:20:05 + docker run --rm -d --name dpy-dind-20-0-py3.7-19.03.12 -v /tmp --privileged --network dpy-testnet-20-0-py3.7-19.03.12 dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466 dockerd -H tcp://0.0.0.0:2375
12:20:05 Unable to find image 'dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466' locally
12:20:05 sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466: Pulling from dockerbuildbot/docker-py
12:20:05 df20fa9351a1: Pulling fs layer
12:20:05 25ad7478873d: Pulling fs layer
12:20:05 4684f6177b5d: Pulling fs layer
12:20:05 46e300cec669: Pulling fs layer
12:20:05 63038576ad94: Pulling fs layer
12:20:05 0fdb76c4706c: Pulling fs layer
12:20:05 cb7edeffdfd5: Pulling fs layer
12:20:05 cc28bd76800f: Pulling fs layer
12:20:05 54196fe38f7e: Pulling fs layer
12:20:05 ea71acc29633: Pulling fs layer
12:20:05 657cc4c15165: Pulling fs layer
12:20:05 b59d7af2c800: Pulling fs layer
12:20:05 2b7d6ded4ea5: Pulling fs layer
12:20:05 aaf84ea6d3a2: Pulling fs layer
12:20:05 46e300cec669: Waiting
12:20:05 17dd78ce7496: Pulling fs layer
12:20:05 bbcdeaf0a258: Pulling fs layer
12:20:05 cbe961d2c4da: Pulling fs layer
12:20:05 0bb52c8541f3: Pulling fs layer
12:20:05 63038576ad94: Waiting
12:20:05 cb7edeffdfd5: Waiting
12:20:05 cc28bd76800f: Waiting
12:20:05 0fdb76c4706c: Waiting
12:20:05 aaf84ea6d3a2: Waiting
12:20:05 cbe961d2c4da: Waiting
12:20:05 54196fe38f7e: Waiting
12:20:05 17dd78ce7496: Waiting
12:20:05 ea71acc29633: Waiting
12:20:05 bbcdeaf0a258: Waiting
12:20:05 657cc4c15165: Waiting
12:20:05 0bb52c8541f3: Waiting
12:20:05 b59d7af2c800: Waiting
12:20:05 4684f6177b5d: Download complete
12:20:05 25ad7478873d: Download complete
12:20:05 + docker run --rm -d --name dpy-dind-20-0-py2.7-19.03.12 -v /tmp --privileged --network dpy-testnet-20-0-py2.7-19.03.12 dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466 dockerd -H tcp://0.0.0.0:2375
12:20:05 Unable to find image 'dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466' locally
12:20:05 sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466: Pulling from dockerbuildbot/docker-py
12:20:05 df20fa9351a1: Pulling fs layer
12:20:05 25ad7478873d: Pulling fs layer
12:20:05 4684f6177b5d: Pulling fs layer
12:20:05 46e300cec669: Pulling fs layer
12:20:05 63038576ad94: Pulling fs layer
12:20:05 0fdb76c4706c: Pulling fs layer
12:20:05 cb7edeffdfd5: Pulling fs layer
12:20:05 cc28bd76800f: Pulling fs layer
12:20:05 54196fe38f7e: Pulling fs layer
12:20:05 ea71acc29633: Pulling fs layer
12:20:05 657cc4c15165: Pulling fs layer
12:20:05 46e300cec669: Waiting
12:20:05 63038576ad94: Waiting
12:20:05 b59d7af2c800: Pulling fs layer
12:20:05 0fdb76c4706c: Waiting
12:20:05 2b7d6ded4ea5: Pulling fs layer
12:20:05 aaf84ea6d3a2: Pulling fs layer
12:20:05 ea71acc29633: Waiting
12:20:05 17dd78ce7496: Pulling fs layer
12:20:05 cc28bd76800f: Waiting
12:20:05 bbcdeaf0a258: Pulling fs layer
12:20:05 cbe961d2c4da: Pulling fs layer
12:20:05 54196fe38f7e: Waiting
12:20:05 0bb52c8541f3: Pulling fs layer
12:20:05 657cc4c15165: Waiting
12:20:05 b59d7af2c800: Waiting
12:20:05 2b7d6ded4ea5: Waiting
12:20:05 aaf84ea6d3a2: Waiting
12:20:05 17dd78ce7496: Waiting
12:20:05 bbcdeaf0a258: Waiting
12:20:05 cbe961d2c4da: Waiting
12:20:05 0bb52c8541f3: Waiting
12:20:05 25ad7478873d: Download complete
[Pipeline] sh
12:20:05 Commit message: "Cleanup"
12:20:05 df20fa9351a1: Verifying Checksum
12:20:05 df20fa9351a1: Download complete
12:20:05 63038576ad94: Verifying Checksum
12:20:05 63038576ad94: Download complete
12:20:05 0fdb76c4706c: Verifying Checksum
12:20:05 0fdb76c4706c: Download complete
12:20:05 cb7edeffdfd5: Verifying Checksum
12:20:05 cb7edeffdfd5: Download complete
12:20:05 54196fe38f7e: Verifying Checksum
12:20:05 54196fe38f7e: Download complete
12:20:05 cc28bd76800f: Download complete
12:20:05 ea71acc29633: Verifying Checksum
12:20:05 ea71acc29633: Download complete
12:20:05 df20fa9351a1: Pull complete
12:20:05 657cc4c15165: Download complete
12:20:05 b59d7af2c800: Verifying Checksum
12:20:05 b59d7af2c800: Download complete
12:20:05 df20fa9351a1: Verifying Checksum
12:20:05 df20fa9351a1: Download complete
12:20:05 4684f6177b5d: Verifying Checksum
12:20:05 4684f6177b5d: Download complete
12:20:05 63038576ad94: Verifying Checksum
12:20:05 63038576ad94: Download complete
12:20:05 0fdb76c4706c: Verifying Checksum
12:20:05 0fdb76c4706c: Download complete
12:20:05 cb7edeffdfd5: Verifying Checksum
12:20:05 cb7edeffdfd5: Download complete
12:20:05 54196fe38f7e: Verifying Checksum
12:20:05 54196fe38f7e: Download complete
12:20:05 df20fa9351a1: Pull complete
12:20:05 ea71acc29633: Verifying Checksum
12:20:05 ea71acc29633: Download complete
12:20:05 cc28bd76800f: Verifying Checksum
12:20:05 cc28bd76800f: Download complete
12:20:05 657cc4c15165: Download complete
12:20:05 b59d7af2c800: Verifying Checksum
12:20:05 b59d7af2c800: Download complete
12:20:05 + docker network create dpy-testnet-20-0-py3.7-19.03.13
12:20:05 f4e3031eac8555720f3ad37c0fd2b763c0828bde5be3e0930982b70a418bb900
[Pipeline] sh
12:20:05 aaf84ea6d3a2: Verifying Checksum
12:20:05 aaf84ea6d3a2: Download complete
12:20:05 2b7d6ded4ea5: Verifying Checksum
12:20:05 bbcdeaf0a258: Verifying Checksum
12:20:05 bbcdeaf0a258: Download complete
12:20:05 17dd78ce7496: Verifying Checksum
12:20:05 17dd78ce7496: Download complete
12:20:05 25ad7478873d: Pull complete
12:20:05 cbe961d2c4da: Verifying Checksum
12:20:05 cbe961d2c4da: Download complete
12:20:05 0bb52c8541f3: Verifying Checksum
12:20:05 0bb52c8541f3: Download complete
12:20:05 4684f6177b5d: Pull complete
12:20:05 2b7d6ded4ea5: Verifying Checksum
12:20:05 2b7d6ded4ea5: Download complete
12:20:05 aaf84ea6d3a2: Verifying Checksum
12:20:05 aaf84ea6d3a2: Download complete
12:20:05 bbcdeaf0a258: Verifying Checksum
12:20:05 bbcdeaf0a258: Download complete
12:20:05 25ad7478873d: Pull complete
12:20:05 cbe961d2c4da: Verifying Checksum
12:20:05 cbe961d2c4da: Download complete
12:20:05 4684f6177b5d: Pull complete
12:20:05 17dd78ce7496: Verifying Checksum
12:20:05 17dd78ce7496: Download complete
12:20:05 0bb52c8541f3: Verifying Checksum
12:20:05 0bb52c8541f3: Download complete
[Pipeline] sh
12:20:05 + docker run --rm -d --name dpy-dind-20-0-py3.7-19.03.13 -v /tmp --privileged --network dpy-testnet-20-0-py3.7-19.03.13 dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466 dockerd -H tcp://0.0.0.0:2375
12:20:05 Unable to find image 'dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466' locally
12:20:05 sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466: Pulling from dockerbuildbot/docker-py
12:20:05 df20fa9351a1: Pulling fs layer
12:20:05 25ad7478873d: Pulling fs layer
12:20:05 4684f6177b5d: Pulling fs layer
12:20:05 46e300cec669: Pulling fs layer
12:20:05 63038576ad94: Pulling fs layer
12:20:05 0fdb76c4706c: Pulling fs layer
12:20:05 cb7edeffdfd5: Pulling fs layer
12:20:05 cc28bd76800f: Pulling fs layer
12:20:05 54196fe38f7e: Pulling fs layer
12:20:05 ea71acc29633: Pulling fs layer
12:20:05 657cc4c15165: Pulling fs layer
12:20:05 b59d7af2c800: Pulling fs layer
12:20:05 2b7d6ded4ea5: Pulling fs layer
12:20:05 46e300cec669: Waiting
12:20:05 aaf84ea6d3a2: Pulling fs layer
12:20:05 cc28bd76800f: Waiting
12:20:05 63038576ad94: Waiting
12:20:05 17dd78ce7496: Pulling fs layer
12:20:05 bbcdeaf0a258: Pulling fs layer
12:20:05 0fdb76c4706c: Waiting
12:20:05 cbe961d2c4da: Pulling fs layer
12:20:05 0bb52c8541f3: Pulling fs layer
12:20:05 cb7edeffdfd5: Waiting
12:20:05 54196fe38f7e: Waiting
12:20:05 ea71acc29633: Waiting
12:20:05 17dd78ce7496: Waiting
12:20:05 bbcdeaf0a258: Waiting
12:20:05 cbe961d2c4da: Waiting
12:20:05 0bb52c8541f3: Waiting
12:20:05 657cc4c15165: Waiting
12:20:05 aaf84ea6d3a2: Waiting
12:20:05 b59d7af2c800: Waiting
12:20:05 2b7d6ded4ea5: Waiting
12:20:05 4684f6177b5d: Verifying Checksum
12:20:05 4684f6177b5d: Download complete
12:20:05 25ad7478873d: Verifying Checksum
12:20:05 25ad7478873d: Download complete
12:20:05 df20fa9351a1: Verifying Checksum
12:20:05 df20fa9351a1: Download complete
12:20:05 46e300cec669: Verifying Checksum
12:20:05 46e300cec669: Download complete
12:20:05 46e300cec669: Verifying Checksum
12:20:05 46e300cec669: Download complete
12:20:05 63038576ad94: Verifying Checksum
12:20:05 63038576ad94: Download complete
12:20:05 0fdb76c4706c: Verifying Checksum
12:20:05 0fdb76c4706c: Download complete
12:20:05 cb7edeffdfd5: Verifying Checksum
12:20:05 cb7edeffdfd5: Download complete
12:20:05 cc28bd76800f: Verifying Checksum
12:20:05 cc28bd76800f: Download complete
12:20:05 54196fe38f7e: Download complete
12:20:05 df20fa9351a1: Pull complete
12:20:05 657cc4c15165: Verifying Checksum
12:20:05 657cc4c15165: Download complete
12:20:05 ea71acc29633: Verifying Checksum
12:20:05 ea71acc29633: Download complete
12:20:05 b59d7af2c800: Verifying Checksum
12:20:05 b59d7af2c800: Download complete
12:20:05 2b7d6ded4ea5: Verifying Checksum
12:20:05 2b7d6ded4ea5: Download complete
12:20:06 + docker network create dpy-testnet-20-0-py2.7-19.03.13
12:20:06 fef20ecd73a510e2da454aa637fd093c4466a426092f517d065aeb6195b0a4fa
[Pipeline] sh
12:20:06 aaf84ea6d3a2: Verifying Checksum
12:20:06 aaf84ea6d3a2: Download complete
12:20:06 17dd78ce7496: Verifying Checksum
12:20:06 17dd78ce7496: Download complete
12:20:06 bbcdeaf0a258: Verifying Checksum
12:20:06 bbcdeaf0a258: Download complete
12:20:06 25ad7478873d: Pull complete
12:20:06 cbe961d2c4da: Download complete
12:20:06 0bb52c8541f3: Verifying Checksum
12:20:06 0bb52c8541f3: Download complete
12:20:06 4684f6177b5d: Pull complete
12:20:06 + docker run --rm -d --name dpy-dind-20-0-py2.7-19.03.13 -v /tmp --privileged --network dpy-testnet-20-0-py2.7-19.03.13 dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466 dockerd -H tcp://0.0.0.0:2375
12:20:06 Unable to find image 'dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466' locally
12:20:06 sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466: Pulling from dockerbuildbot/docker-py
12:20:06 df20fa9351a1: Pulling fs layer
12:20:06 25ad7478873d: Pulling fs layer
12:20:06 4684f6177b5d: Pulling fs layer
12:20:06 46e300cec669: Pulling fs layer
12:20:06 63038576ad94: Pulling fs layer
12:20:06 0fdb76c4706c: Pulling fs layer
12:20:06 cb7edeffdfd5: Pulling fs layer
12:20:06 cc28bd76800f: Pulling fs layer
12:20:06 54196fe38f7e: Pulling fs layer
12:20:06 ea71acc29633: Pulling fs layer
12:20:06 657cc4c15165: Pulling fs layer
12:20:06 b59d7af2c800: Pulling fs layer
12:20:06 2b7d6ded4ea5: Pulling fs layer
12:20:06 aaf84ea6d3a2: Pulling fs layer
12:20:06 17dd78ce7496: Pulling fs layer
12:20:06 bbcdeaf0a258: Pulling fs layer
12:20:06 cbe961d2c4da: Pulling fs layer
12:20:06 0bb52c8541f3: Pulling fs layer
12:20:06 46e300cec669: Waiting
12:20:06 63038576ad94: Waiting
12:20:06 0fdb76c4706c: Waiting
12:20:06 cb7edeffdfd5: Waiting
12:20:06 cc28bd76800f: Waiting
12:20:06 54196fe38f7e: Waiting
12:20:06 ea71acc29633: Waiting
12:20:06 657cc4c15165: Waiting
12:20:06 b59d7af2c800: Waiting
12:20:06 2b7d6ded4ea5: Waiting
12:20:06 aaf84ea6d3a2: Waiting
12:20:06 17dd78ce7496: Waiting
12:20:06 bbcdeaf0a258: Waiting
12:20:06 cbe961d2c4da: Waiting
12:20:06 0bb52c8541f3: Waiting
12:20:06 4684f6177b5d: Verifying Checksum
12:20:06 4684f6177b5d: Download complete
12:20:06 46e300cec669: Verifying Checksum
12:20:06 46e300cec669: Download complete
12:20:06 df20fa9351a1: Verifying Checksum
12:20:06 df20fa9351a1: Download complete
12:20:06 63038576ad94: Verifying Checksum
12:20:06 63038576ad94: Download complete
12:20:06 25ad7478873d: Verifying Checksum
12:20:06 25ad7478873d: Download complete
12:20:06 0fdb76c4706c: Verifying Checksum
12:20:06 0fdb76c4706c: Download complete
12:20:06 cb7edeffdfd5: Verifying Checksum
12:20:06 cb7edeffdfd5: Download complete
12:20:06 df20fa9351a1: Pull complete
12:20:06 cc28bd76800f: Verifying Checksum
12:20:06 cc28bd76800f: Download complete
12:20:06 54196fe38f7e: Verifying Checksum
12:20:06 54196fe38f7e: Download complete
12:20:06 ea71acc29633: Verifying Checksum
12:20:06 ea71acc29633: Download complete
12:20:06 657cc4c15165: Verifying Checksum
12:20:06 657cc4c15165: Download complete
12:20:07 b59d7af2c800: Verifying Checksum
12:20:07 b59d7af2c800: Download complete
12:20:07 2b7d6ded4ea5: Verifying Checksum
12:20:07 2b7d6ded4ea5: Download complete
12:20:07 aaf84ea6d3a2: Verifying Checksum
12:20:07 aaf84ea6d3a2: Download complete
12:20:07 17dd78ce7496: Verifying Checksum
12:20:07 17dd78ce7496: Download complete
12:20:07 bbcdeaf0a258: Verifying Checksum
12:20:07 bbcdeaf0a258: Download complete
12:20:07 25ad7478873d: Pull complete
12:20:07 46e300cec669: Verifying Checksum
12:20:07 46e300cec669: Download complete
12:20:07 cbe961d2c4da: Verifying Checksum
12:20:07 cbe961d2c4da: Download complete
12:20:07 0bb52c8541f3: Verifying Checksum
12:20:07 0bb52c8541f3: Download complete
12:20:07 46e300cec669: Pull complete
12:20:07 63038576ad94: Pull complete
12:20:07 0fdb76c4706c: Pull complete
12:20:07 cb7edeffdfd5: Pull complete
12:20:07 46e300cec669: Pull complete
12:20:07 63038576ad94: Pull complete
12:20:07 0fdb76c4706c: Pull complete
12:20:07 cb7edeffdfd5: Pull complete
12:20:07 4684f6177b5d: Pull complete
12:20:07 46e300cec669: Pull complete
12:20:07 cc28bd76800f: Pull complete
12:20:07 54196fe38f7e: Pull complete
12:20:07 ea71acc29633: Pull complete
12:20:07 cc28bd76800f: Pull complete
12:20:07 54196fe38f7e: Pull complete
12:20:07 ea71acc29633: Pull complete
12:20:07 63038576ad94: Pull complete
12:20:07 0fdb76c4706c: Pull complete
12:20:07 cb7edeffdfd5: Pull complete
12:20:07 657cc4c15165: Pull complete
12:20:07 b59d7af2c800: Pull complete
12:20:07 2b7d6ded4ea5: Pull complete
12:20:07 aaf84ea6d3a2: Pull complete
12:20:07 657cc4c15165: Pull complete
12:20:07 b59d7af2c800: Pull complete
12:20:07 2b7d6ded4ea5: Pull complete
12:20:07 cc28bd76800f: Pull complete
12:20:07 54196fe38f7e: Pull complete
12:20:08 17dd78ce7496: Pull complete
12:20:08 bbcdeaf0a258: Pull complete
12:20:08 cbe961d2c4da: Pull complete
12:20:08 aaf84ea6d3a2: Pull complete
12:20:08 17dd78ce7496: Pull complete
12:20:08 bbcdeaf0a258: Pull complete
12:20:08 cbe961d2c4da: Pull complete
12:20:08 ea71acc29633: Pull complete
12:20:08 657cc4c15165: Pull complete
12:20:08 b59d7af2c800: Pull complete
12:20:08 2b7d6ded4ea5: Pull complete
12:20:08 0bb52c8541f3: Pull complete
12:20:08 Digest: sha256:86f8e8ec5337af863cc4061198d8606474b02c41a8c561afa0e09cc6af8d7281
12:20:08 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466
12:20:08 0bb52c8541f3: Pull complete
12:20:08 Digest: sha256:86f8e8ec5337af863cc4061198d8606474b02c41a8c561afa0e09cc6af8d7281
12:20:08 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466
12:20:08 aaf84ea6d3a2: Pull complete
12:20:08 17dd78ce7496: Pull complete
12:20:08 bbcdeaf0a258: Pull complete
12:20:08 cbe961d2c4da: Pull complete
12:20:08 0bb52c8541f3: Pull complete
12:20:08 Digest: sha256:86f8e8ec5337af863cc4061198d8606474b02c41a8c561afa0e09cc6af8d7281
12:20:08 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466
12:20:09 46e300cec669: Pull complete
12:20:09 63038576ad94: Pull complete
12:20:09 0fdb76c4706c: Pull complete
12:20:09 cb7edeffdfd5: Pull complete
12:20:09 cc28bd76800f: Pull complete
12:20:09 54196fe38f7e: Pull complete
12:20:09 ea71acc29633: Pull complete
12:20:10 657cc4c15165: Pull complete
12:20:10 b59d7af2c800: Pull complete
12:20:10 9cbc82dcdda42a565edac07416eb1f9f90f2f9573859992b13905edeb7603c01
12:20:10 d7a71e088503924e6799ef44c7dc748fb382ffb10b93d856a0fb612b8a7cd57e
12:20:10 2b7d6ded4ea5: Pull complete
12:20:10 aaf84ea6d3a2: Pull complete
[Pipeline] sh
12:20:10 b0339f9b44ca4842c80b5b72904b0a0031941561c5650ac0a613a305f02ef9ef
12:20:10 17dd78ce7496: Pull complete
12:20:10 bbcdeaf0a258: Pull complete
12:20:10 cbe961d2c4da: Pull complete
[Pipeline] sh
12:20:10 + docker run --rm --name dpy-tests-20-0-py2.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-20-0-py2.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-20-0-py2.7-19.03.12 --volumes-from dpy-dind-20-0-py2.7-19.03.12 dockerbuildbot/docker-py:py2-aa1f47d25c7315b5c722998e216d0c58e8315466 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
12:20:10 Unable to find image 'dockerbuildbot/docker-py:py2-aa1f47d25c7315b5c722998e216d0c58e8315466' locally
12:20:10 py2-aa1f47d25c7315b5c722998e216d0c58e8315466: Pulling from dockerbuildbot/docker-py
12:20:10 7e2b2a5af8f6: Pulling fs layer
12:20:10 09b6f03ffac4: Pulling fs layer
12:20:10 dc3f0c679f0f: Pulling fs layer
12:20:10 fd4b47407fc3: Pulling fs layer
12:20:10 b32f6bf7d96d: Pulling fs layer
12:20:10 6f4489a7e4cf: Pulling fs layer
12:20:10 af4b99ad9ef0: Pulling fs layer
12:20:10 39db0bc48c26: Pulling fs layer
12:20:10 acb4a89489fc: Pulling fs layer
12:20:10 5b1c0e08260b: Pulling fs layer
12:20:10 fd4b47407fc3: Waiting
12:20:10 7ba9e0591564: Pulling fs layer
12:20:10 bf6c54130648: Pulling fs layer
12:20:10 8c6853029310: Pulling fs layer
12:20:10 4f3dffa635f5: Pulling fs layer
12:20:10 90163657b6df: Pulling fs layer
12:20:10 d574130f8ffe: Pulling fs layer
12:20:10 b32f6bf7d96d: Waiting
12:20:10 20d20a4aef26: Pulling fs layer
12:20:10 7f47f6862e01: Pulling fs layer
12:20:10 ae05367dfce1: Pulling fs layer
12:20:10 6f4489a7e4cf: Waiting
12:20:10 570dcbfec9a4: Pulling fs layer
12:20:10 ae88aa015331: Pulling fs layer
12:20:10 af4b99ad9ef0: Waiting
12:20:10 d45c31e6c7d7: Pulling fs layer
12:20:10 0af8d48aa9b8: Pulling fs layer
12:20:10 39db0bc48c26: Waiting
12:20:10 8f4ab4a880f4: Pulling fs layer
12:20:10 0032c7080c79: Pulling fs layer
12:20:10 acb4a89489fc: Waiting
12:20:10 e1fce3f7be5f: Pulling fs layer
12:20:10 5b1c0e08260b: Waiting
12:20:10 ae05367dfce1: Waiting
12:20:10 7ba9e0591564: Waiting
12:20:10 570dcbfec9a4: Waiting
12:20:10 bf6c54130648: Waiting
12:20:10 8c6853029310: Waiting
12:20:10 ae88aa015331: Waiting
12:20:10 4f3dffa635f5: Waiting
12:20:10 d45c31e6c7d7: Waiting
12:20:10 90163657b6df: Waiting
12:20:10 0032c7080c79: Waiting
12:20:10 20d20a4aef26: Waiting
12:20:10 7f47f6862e01: Waiting
12:20:10 0af8d48aa9b8: Waiting
12:20:10 e1fce3f7be5f: Waiting
12:20:10 d574130f8ffe: Waiting
12:20:10 0bb52c8541f3: Pull complete
12:20:10 Digest: sha256:86f8e8ec5337af863cc4061198d8606474b02c41a8c561afa0e09cc6af8d7281
12:20:10 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466
12:20:11 + docker run --rm --name dpy-tests-20-0-py3.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-20-0-py3.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-20-0-py3.7-19.03.12 --volumes-from dpy-dind-20-0-py3.7-19.03.12 dockerbuildbot/docker-py:py3-aa1f47d25c7315b5c722998e216d0c58e8315466 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
12:20:11 Unable to find image 'dockerbuildbot/docker-py:py3-aa1f47d25c7315b5c722998e216d0c58e8315466' locally
12:20:11 py3-aa1f47d25c7315b5c722998e216d0c58e8315466: Pulling from dockerbuildbot/docker-py
12:20:11 57df1a1f1ad8: Pulling fs layer
12:20:11 71e126169501: Pulling fs layer
12:20:11 1af28a55c3f3: Pulling fs layer
12:20:11 03f1c9932170: Pulling fs layer
12:20:11 65b3db15f518: Pulling fs layer
12:20:11 3e3b8947ed83: Pulling fs layer
12:20:11 38d9e7938097: Pulling fs layer
12:20:11 724043f425e0: Pulling fs layer
12:20:11 6cf90f3f5863: Pulling fs layer
12:20:11 8f9312cedde4: Pulling fs layer
12:20:11 79ea4ec9afb0: Pulling fs layer
12:20:11 52abfad144df: Pulling fs layer
12:20:11 4922bf23de88: Pulling fs layer
12:20:11 03f1c9932170: Waiting
12:20:11 70dde2aca2a7: Pulling fs layer
12:20:11 65b3db15f518: Waiting
12:20:11 ac0a176b53f4: Pulling fs layer
12:20:11 85fd590c13bb: Pulling fs layer
12:20:11 3e3b8947ed83: Waiting
12:20:11 de130324ff37: Pulling fs layer
12:20:11 ef129cf74cfc: Pulling fs layer
12:20:11 2838d3190507: Pulling fs layer
12:20:11 7d33da9efaec: Pulling fs layer
12:20:11 f7ec57d8e279: Pulling fs layer
12:20:11 28b76f6965a8: Pulling fs layer
12:20:11 71055800ce0f: Pulling fs layer
12:20:11 09425a0331ad: Pulling fs layer
12:20:11 30d75ade1b1c: Pulling fs layer
12:20:11 15266f30d9a9: Pulling fs layer
12:20:11 6cf90f3f5863: Waiting
12:20:11 8f9312cedde4: Waiting
12:20:11 79ea4ec9afb0: Waiting
12:20:11 52abfad144df: Waiting
12:20:11 7d33da9efaec: Waiting
12:20:11 f7ec57d8e279: Waiting
12:20:11 4922bf23de88: Waiting
12:20:11 28b76f6965a8: Waiting
12:20:11 70dde2aca2a7: Waiting
12:20:11 71055800ce0f: Waiting
12:20:11 ac0a176b53f4: Waiting
12:20:11 09425a0331ad: Waiting
12:20:11 85fd590c13bb: Waiting
12:20:11 30d75ade1b1c: Waiting
12:20:11 de130324ff37: Waiting
12:20:11 15266f30d9a9: Waiting
12:20:11 ef129cf74cfc: Waiting
12:20:11 2838d3190507: Waiting
12:20:11 38d9e7938097: Waiting
12:20:11 724043f425e0: Waiting
[Pipeline] sh
12:20:11 09b6f03ffac4: Verifying Checksum
12:20:11 09b6f03ffac4: Download complete
12:20:11 dc3f0c679f0f: Verifying Checksum
12:20:11 dc3f0c679f0f: Download complete
12:20:11 71e126169501: Verifying Checksum
12:20:11 71e126169501: Download complete
12:20:11 + docker run --rm --name dpy-tests-20-0-py3.7-19.03.13 -e DOCKER_HOST=tcp://dpy-dind-20-0-py3.7-19.03.13:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-20-0-py3.7-19.03.13 --volumes-from dpy-dind-20-0-py3.7-19.03.13 dockerbuildbot/docker-py:py3-aa1f47d25c7315b5c722998e216d0c58e8315466 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
12:20:11 Unable to find image 'dockerbuildbot/docker-py:py3-aa1f47d25c7315b5c722998e216d0c58e8315466' locally
12:20:11 py3-aa1f47d25c7315b5c722998e216d0c58e8315466: Pulling from dockerbuildbot/docker-py
12:20:11 57df1a1f1ad8: Pulling fs layer
12:20:11 71e126169501: Pulling fs layer
12:20:11 1af28a55c3f3: Pulling fs layer
12:20:11 03f1c9932170: Pulling fs layer
12:20:11 65b3db15f518: Pulling fs layer
12:20:11 3e3b8947ed83: Pulling fs layer
12:20:11 38d9e7938097: Pulling fs layer
12:20:11 724043f425e0: Pulling fs layer
12:20:11 6cf90f3f5863: Pulling fs layer
12:20:11 8f9312cedde4: Pulling fs layer
12:20:11 79ea4ec9afb0: Pulling fs layer
12:20:11 52abfad144df: Pulling fs layer
12:20:11 4922bf23de88: Pulling fs layer
12:20:11 70dde2aca2a7: Pulling fs layer
12:20:11 ac0a176b53f4: Pulling fs layer
12:20:11 85fd590c13bb: Pulling fs layer
12:20:11 de130324ff37: Pulling fs layer
12:20:11 ef129cf74cfc: Pulling fs layer
12:20:11 2838d3190507: Pulling fs layer
12:20:11 7d33da9efaec: Pulling fs layer
12:20:11 f7ec57d8e279: Pulling fs layer
12:20:11 28b76f6965a8: Pulling fs layer
12:20:11 71055800ce0f: Pulling fs layer
12:20:11 09425a0331ad: Pulling fs layer
12:20:11 30d75ade1b1c: Pulling fs layer
12:20:11 15266f30d9a9: Pulling fs layer
12:20:11 ac0a176b53f4: Waiting
12:20:11 85fd590c13bb: Waiting
12:20:11 03f1c9932170: Waiting
12:20:11 de130324ff37: Waiting
12:20:11 52abfad144df: Waiting
12:20:11 ef129cf74cfc: Waiting
12:20:11 3e3b8947ed83: Waiting
12:20:11 8f9312cedde4: Waiting
12:20:11 2838d3190507: Waiting
12:20:11 09425a0331ad: Waiting
12:20:11 7d33da9efaec: Waiting
12:20:11 79ea4ec9afb0: Waiting
12:20:11 38d9e7938097: Waiting
12:20:11 30d75ade1b1c: Waiting
12:20:11 15266f30d9a9: Waiting
12:20:11 4922bf23de88: Waiting
12:20:11 28b76f6965a8: Waiting
12:20:11 71055800ce0f: Waiting
12:20:11 724043f425e0: Waiting
12:20:11 6cf90f3f5863: Waiting
12:20:11 1af28a55c3f3: Verifying Checksum
12:20:11 1af28a55c3f3: Download complete
12:20:11 71e126169501: Verifying Checksum
12:20:11 71e126169501: Download complete
12:20:11 1af28a55c3f3: Verifying Checksum
12:20:11 1af28a55c3f3: Download complete
12:20:11 57df1a1f1ad8: Verifying Checksum
12:20:11 57df1a1f1ad8: Download complete
12:20:11 7e2b2a5af8f6: Verifying Checksum
12:20:11 7e2b2a5af8f6: Download complete
12:20:11 6f4489a7e4cf: Verifying Checksum
12:20:11 6f4489a7e4cf: Download complete
12:20:12 57df1a1f1ad8: Download complete
12:20:12 3e3b8947ed83: Verifying Checksum
12:20:12 3e3b8947ed83: Download complete
12:20:12 03f1c9932170: Verifying Checksum
12:20:12 03f1c9932170: Download complete
12:20:12 fd4b47407fc3: Verifying Checksum
12:20:12 fd4b47407fc3: Download complete
12:20:12 af4b99ad9ef0: Verifying Checksum
12:20:12 af4b99ad9ef0: Download complete
12:20:12 39db0bc48c26: Verifying Checksum
12:20:12 39db0bc48c26: Download complete
12:20:12 03f1c9932170: Verifying Checksum
12:20:12 03f1c9932170: Download complete
12:20:12 3e3b8947ed83: Verifying Checksum
12:20:12 3e3b8947ed83: Download complete
12:20:12 724043f425e0: Verifying Checksum
12:20:12 724043f425e0: Download complete
12:20:12 6cf90f3f5863: Verifying Checksum
12:20:12 6cf90f3f5863: Download complete
12:20:12 5b1c0e08260b: Download complete
12:20:12 acb4a89489fc: Verifying Checksum
12:20:12 acb4a89489fc: Download complete
12:20:12 bf6c54130648: Download complete
12:20:12 8c6853029310: Verifying Checksum
12:20:12 8c6853029310: Download complete
12:20:12 4f3dffa635f5: Verifying Checksum
12:20:12 4f3dffa635f5: Download complete
12:20:12 90163657b6df: Verifying Checksum
12:20:12 90163657b6df: Download complete
12:20:12 724043f425e0: Verifying Checksum
12:20:12 724043f425e0: Download complete
12:20:12 6cf90f3f5863: Download complete
12:20:12 38d9e7938097: Verifying Checksum
12:20:12 38d9e7938097: Download complete
12:20:12 8f9312cedde4: Verifying Checksum
12:20:12 8f9312cedde4: Download complete
12:20:12 52abfad144df: Verifying Checksum
12:20:12 52abfad144df: Download complete
12:20:12 4922bf23de88: Verifying Checksum
12:20:12 4922bf23de88: Download complete
12:20:12 38d9e7938097: Verifying Checksum
12:20:12 38d9e7938097: Download complete
12:20:12 8f9312cedde4: Download complete
12:20:12 52abfad144df: Verifying Checksum
12:20:12 52abfad144df: Download complete
12:20:12 4922bf23de88: Download complete
12:20:12 70dde2aca2a7: Verifying Checksum
12:20:12 70dde2aca2a7: Download complete
12:20:12 ac0a176b53f4: Verifying Checksum
12:20:12 ac0a176b53f4: Download complete
12:20:12 79ea4ec9afb0: Verifying Checksum
12:20:12 79ea4ec9afb0: Download complete
12:20:12 70dde2aca2a7: Verifying Checksum
12:20:12 70dde2aca2a7: Download complete
12:20:12 79ea4ec9afb0: Verifying Checksum
12:20:12 79ea4ec9afb0: Download complete
12:20:12 ac0a176b53f4: Verifying Checksum
12:20:12 ac0a176b53f4: Download complete
12:20:12 85fd590c13bb: Verifying Checksum
12:20:12 85fd590c13bb: Download complete
12:20:12 de130324ff37: Download complete
12:20:12 ef129cf74cfc: Verifying Checksum
12:20:12 ef129cf74cfc: Download complete
12:20:12 7d33da9efaec: Verifying Checksum
12:20:12 7d33da9efaec: Download complete
12:20:12 f7ec57d8e279: Download complete
12:20:12 2838d3190507: Verifying Checksum
12:20:12 2838d3190507: Download complete
12:20:12 e2d5f3d97bd114db65b8fc6ba934f20818d05c97ff8ec70338cee45e7501c857
12:20:12 d574130f8ffe: Verifying Checksum
12:20:12 d574130f8ffe: Download complete
12:20:12 20d20a4aef26: Verifying Checksum
12:20:12 20d20a4aef26: Download complete
12:20:12 7ba9e0591564: Verifying Checksum
12:20:12 7ba9e0591564: Download complete
12:20:12 7f47f6862e01: Verifying Checksum
12:20:12 7f47f6862e01: Download complete
12:20:12 570dcbfec9a4: Download complete
12:20:12 ae05367dfce1: Verifying Checksum
12:20:12 ae05367dfce1: Download complete
12:20:12 ae88aa015331: Verifying Checksum
12:20:12 85fd590c13bb: Verifying Checksum
12:20:12 85fd590c13bb: Download complete
12:20:12 de130324ff37: Verifying Checksum
12:20:12 de130324ff37: Download complete
12:20:12 ef129cf74cfc: Verifying Checksum
12:20:12 ef129cf74cfc: Download complete
12:20:12 7d33da9efaec: Download complete
12:20:12 f7ec57d8e279: Verifying Checksum
12:20:12 f7ec57d8e279: Download complete
12:20:13 71055800ce0f: Verifying Checksum
12:20:13 71055800ce0f: Download complete
12:20:13 28b76f6965a8: Verifying Checksum
12:20:13 28b76f6965a8: Download complete
12:20:13 30d75ade1b1c: Download complete
12:20:13 09425a0331ad: Verifying Checksum
12:20:13 09425a0331ad: Download complete
12:20:13 15266f30d9a9: Verifying Checksum
12:20:13 15266f30d9a9: Download complete
[Pipeline] sh
12:20:13 b32f6bf7d96d: Verifying Checksum
12:20:13 b32f6bf7d96d: Download complete
12:20:13 d45c31e6c7d7: Download complete
12:20:13 0af8d48aa9b8: Verifying Checksum
12:20:13 0af8d48aa9b8: Download complete
12:20:13 e1fce3f7be5f: Verifying Checksum
12:20:13 e1fce3f7be5f: Download complete
12:20:13 8f4ab4a880f4: Download complete
12:20:13 2838d3190507: Verifying Checksum
12:20:13 2838d3190507: Download complete
12:20:13 71055800ce0f: Verifying Checksum
12:20:13 71055800ce0f: Download complete
12:20:13 28b76f6965a8: Verifying Checksum
12:20:13 28b76f6965a8: Download complete
12:20:13 30d75ade1b1c: Download complete
12:20:13 09425a0331ad: Verifying Checksum
12:20:13 09425a0331ad: Download complete
12:20:13 15266f30d9a9: Download complete
12:20:13 65b3db15f518: Verifying Checksum
12:20:13 65b3db15f518: Download complete
12:20:13 7e2b2a5af8f6: Pull complete
12:20:13 0032c7080c79: Download complete
12:20:13 65b3db15f518: Verifying Checksum
12:20:13 65b3db15f518: Download complete
12:20:13 + docker run --rm --name dpy-tests-20-0-py2.7-19.03.13 -e DOCKER_HOST=tcp://dpy-dind-20-0-py2.7-19.03.13:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-20-0-py2.7-19.03.13 --volumes-from dpy-dind-20-0-py2.7-19.03.13 dockerbuildbot/docker-py:py2-aa1f47d25c7315b5c722998e216d0c58e8315466 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
12:20:13 Unable to find image 'dockerbuildbot/docker-py:py2-aa1f47d25c7315b5c722998e216d0c58e8315466' locally
12:20:13 py2-aa1f47d25c7315b5c722998e216d0c58e8315466: Pulling from dockerbuildbot/docker-py
12:20:13 7e2b2a5af8f6: Pulling fs layer
12:20:13 09b6f03ffac4: Pulling fs layer
12:20:13 dc3f0c679f0f: Pulling fs layer
12:20:13 fd4b47407fc3: Pulling fs layer
12:20:13 b32f6bf7d96d: Pulling fs layer
12:20:13 6f4489a7e4cf: Pulling fs layer
12:20:13 af4b99ad9ef0: Pulling fs layer
12:20:13 39db0bc48c26: Pulling fs layer
12:20:13 acb4a89489fc: Pulling fs layer
12:20:13 5b1c0e08260b: Pulling fs layer
12:20:13 7ba9e0591564: Pulling fs layer
12:20:13 bf6c54130648: Pulling fs layer
12:20:13 8c6853029310: Pulling fs layer
12:20:13 4f3dffa635f5: Pulling fs layer
12:20:13 90163657b6df: Pulling fs layer
12:20:13 d574130f8ffe: Pulling fs layer
12:20:13 20d20a4aef26: Pulling fs layer
12:20:13 7f47f6862e01: Pulling fs layer
12:20:13 ae05367dfce1: Pulling fs layer
12:20:13 570dcbfec9a4: Pulling fs layer
12:20:13 ae88aa015331: Pulling fs layer
12:20:13 d45c31e6c7d7: Pulling fs layer
12:20:13 0af8d48aa9b8: Pulling fs layer
12:20:13 8f4ab4a880f4: Pulling fs layer
12:20:13 0032c7080c79: Pulling fs layer
12:20:13 e1fce3f7be5f: Pulling fs layer
12:20:13 4f3dffa635f5: Waiting
12:20:13 90163657b6df: Waiting
12:20:13 d574130f8ffe: Waiting
12:20:13 20d20a4aef26: Waiting
12:20:13 7f47f6862e01: Waiting
12:20:13 ae05367dfce1: Waiting
12:20:13 570dcbfec9a4: Waiting
12:20:13 ae88aa015331: Waiting
12:20:13 d45c31e6c7d7: Waiting
12:20:13 0af8d48aa9b8: Waiting
12:20:13 8f4ab4a880f4: Waiting
12:20:13 0032c7080c79: Waiting
12:20:13 e1fce3f7be5f: Waiting
12:20:13 af4b99ad9ef0: Waiting
12:20:13 39db0bc48c26: Waiting
12:20:13 acb4a89489fc: Waiting
12:20:13 5b1c0e08260b: Waiting
12:20:13 7ba9e0591564: Waiting
12:20:13 bf6c54130648: Waiting
12:20:13 8c6853029310: Waiting
12:20:13 fd4b47407fc3: Waiting
12:20:13 b32f6bf7d96d: Waiting
12:20:13 6f4489a7e4cf: Waiting
12:20:13 57df1a1f1ad8: Pull complete
12:20:14 dc3f0c679f0f: Verifying Checksum
12:20:14 dc3f0c679f0f: Download complete
12:20:14 7e2b2a5af8f6: Verifying Checksum
12:20:14 7e2b2a5af8f6: Download complete
12:20:14 09b6f03ffac4: Verifying Checksum
12:20:14 09b6f03ffac4: Download complete
12:20:14 09b6f03ffac4: Pull complete
12:20:14 57df1a1f1ad8: Pull complete
12:20:14 71e126169501: Pull complete
12:20:14 dc3f0c679f0f: Pull complete
12:20:15 6f4489a7e4cf: Verifying Checksum
12:20:15 6f4489a7e4cf: Download complete
12:20:15 71e126169501: Pull complete
12:20:15 1af28a55c3f3: Pull complete
12:20:15 1af28a55c3f3: Pull complete
12:20:16 af4b99ad9ef0: Download complete
12:20:16 fd4b47407fc3: Verifying Checksum
12:20:16 fd4b47407fc3: Download complete
12:20:16 39db0bc48c26: Verifying Checksum
12:20:16 39db0bc48c26: Download complete
12:20:16 fd4b47407fc3: Pull complete
12:20:16 5b1c0e08260b: Verifying Checksum
12:20:16 5b1c0e08260b: Download complete
12:20:16 acb4a89489fc: Verifying Checksum
12:20:16 acb4a89489fc: Download complete
12:20:17 bf6c54130648: Verifying Checksum
12:20:17 bf6c54130648: Download complete
12:20:17 7ba9e0591564: Verifying Checksum
12:20:17 7ba9e0591564: Download complete
12:20:17 8c6853029310: Verifying Checksum
12:20:17 8c6853029310: Download complete
12:20:17 4f3dffa635f5: Verifying Checksum
12:20:17 4f3dffa635f5: Download complete
12:20:17 90163657b6df: Verifying Checksum
12:20:17 90163657b6df: Download complete
12:20:17 d574130f8ffe: Verifying Checksum
12:20:17 d574130f8ffe: Download complete
12:20:17 20d20a4aef26: Verifying Checksum
12:20:17 20d20a4aef26: Download complete
12:20:17 7f47f6862e01: Verifying Checksum
12:20:17 7f47f6862e01: Download complete
12:20:17 ae05367dfce1: Verifying Checksum
12:20:17 ae05367dfce1: Download complete
12:20:17 03f1c9932170: Pull complete
12:20:17 570dcbfec9a4: Verifying Checksum
12:20:17 570dcbfec9a4: Download complete
12:20:17 ae88aa015331: Verifying Checksum
12:20:17 ae88aa015331: Download complete
12:20:17 0af8d48aa9b8: Verifying Checksum
12:20:17 0af8d48aa9b8: Download complete
12:20:17 03f1c9932170: Pull complete
12:20:17 d45c31e6c7d7: Verifying Checksum
12:20:17 d45c31e6c7d7: Download complete
12:20:17 8f4ab4a880f4: Verifying Checksum
12:20:17 8f4ab4a880f4: Download complete
12:20:17 0032c7080c79: Verifying Checksum
12:20:17 0032c7080c79: Download complete
12:20:18 e1fce3f7be5f: Verifying Checksum
12:20:18 e1fce3f7be5f: Download complete
12:20:18 b32f6bf7d96d: Verifying Checksum
12:20:18 b32f6bf7d96d: Download complete
12:20:19 7e2b2a5af8f6: Pull complete
12:20:20 09b6f03ffac4: Pull complete
12:20:20 dc3f0c679f0f: Pull complete
12:20:21 65b3db15f518: Pull complete
12:20:21 3e3b8947ed83: Pull complete
12:20:21 b32f6bf7d96d: Pull complete
12:20:21 6f4489a7e4cf: Pull complete
12:20:21 af4b99ad9ef0: Pull complete
12:20:21 39db0bc48c26: Pull complete
12:20:21 38d9e7938097: Pull complete
12:20:22 acb4a89489fc: Pull complete
12:20:22 724043f425e0: Pull complete
12:20:22 6cf90f3f5863: Pull complete
12:20:22 5b1c0e08260b: Pull complete
12:20:22 8f9312cedde4: Pull complete
12:20:22 79ea4ec9afb0: Pull complete
12:20:22 52abfad144df: Pull complete
12:20:22 4922bf23de88: Pull complete
12:20:22 70dde2aca2a7: Pull complete
12:20:22 7ba9e0591564: Pull complete
12:20:22 bf6c54130648: Pull complete
12:20:22 8c6853029310: Pull complete
12:20:22 4f3dffa635f5: Pull complete
12:20:22 65b3db15f518: Pull complete
12:20:22 3e3b8947ed83: Pull complete
12:20:22 38d9e7938097: Pull complete
12:20:22 724043f425e0: Pull complete
12:20:22 6cf90f3f5863: Pull complete
12:20:23 ac0a176b53f4: Pull complete
12:20:23 85fd590c13bb: Pull complete
12:20:23 90163657b6df: Pull complete
12:20:23 d574130f8ffe: Pull complete
12:20:23 20d20a4aef26: Pull complete
12:20:23 fd4b47407fc3: Pull complete
12:20:23 8f9312cedde4: Pull complete
12:20:23 79ea4ec9afb0: Pull complete
12:20:23 de130324ff37: Pull complete
12:20:23 ef129cf74cfc: Pull complete
12:20:23 2838d3190507: Pull complete
12:20:23 7d33da9efaec: Pull complete
12:20:23 7f47f6862e01: Pull complete
12:20:23 ae05367dfce1: Pull complete
12:20:23 570dcbfec9a4: Pull complete
12:20:23 52abfad144df: Pull complete
12:20:23 4922bf23de88: Pull complete
12:20:23 70dde2aca2a7: Pull complete
12:20:23 f7ec57d8e279: Pull complete
12:20:23 ae88aa015331: Pull complete
12:20:23 ac0a176b53f4: Pull complete
12:20:23 85fd590c13bb: Pull complete
12:20:23 de130324ff37: Pull complete
12:20:23 d45c31e6c7d7: Pull complete
12:20:23 0af8d48aa9b8: Pull complete
12:20:24 ef129cf74cfc: Pull complete
12:20:24 2838d3190507: Pull complete
12:20:24 7d33da9efaec: Pull complete
12:20:24 f7ec57d8e279: Pull complete
12:20:24 8f4ab4a880f4: Pull complete
12:20:24 28b76f6965a8: Pull complete
12:20:24 71055800ce0f: Pull complete
12:20:24 09425a0331ad: Pull complete
12:20:24 0032c7080c79: Pull complete
12:20:24 e1fce3f7be5f: Pull complete
12:20:24 Digest: sha256:d8c7a42965a5b2a640266a111d927fdbc82a5441a44a295e54ade7c30b413464
12:20:24 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-aa1f47d25c7315b5c722998e216d0c58e8315466
12:20:24 30d75ade1b1c: Pull complete
12:20:24 15266f30d9a9: Pull complete
12:20:24 Digest: sha256:c82431a6a813d7021af32087ad9c17be7954b26dbad647d01743f5c45318d694
12:20:24 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-aa1f47d25c7315b5c722998e216d0c58e8315466
12:20:24 28b76f6965a8: Pull complete
12:20:24 71055800ce0f: Pull complete
12:20:24 09425a0331ad: Pull complete
12:20:25 30d75ade1b1c: Pull complete
12:20:25 15266f30d9a9: Pull complete
12:20:25 Digest: sha256:c82431a6a813d7021af32087ad9c17be7954b26dbad647d01743f5c45318d694
12:20:25 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-aa1f47d25c7315b5c722998e216d0c58e8315466
12:20:26 ============================= test session starts ==============================
12:20:26 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
12:20:26 cachedir: .pytest_cache
12:20:26 rootdir: /src, inifile: pytest.ini
12:20:26 plugins: timeout-1.3.3, cov-2.6.1
12:20:27 ============================= test session starts ==============================
12:20:27 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
12:20:27 cachedir: .pytest_cache
12:20:27 rootdir: /src, inifile: pytest.ini
12:20:27 plugins: timeout-1.3.3, cov-2.6.1
12:20:28 ============================= test session starts ==============================
12:20:28 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
12:20:28 cachedir: .pytest_cache
12:20:28 rootdir: /src, inifile: pytest.ini
12:20:28 plugins: timeout-1.3.3, cov-2.6.1
12:20:29 b32f6bf7d96d: Pull complete
12:20:29 6f4489a7e4cf: Pull complete
12:20:30 collecting ... collected 943 items
12:20:30 
12:20:30 af4b99ad9ef0: Pull complete
12:20:30 collecting ... collected 943 items
12:20:30 
12:20:30 39db0bc48c26: Pull complete
12:20:31 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
12:20:31 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
12:20:31 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
12:20:31 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
12:20:31 collecting ... collected 943 items
12:20:31 
12:20:31 acb4a89489fc: Pull complete
12:20:31 5b1c0e08260b: Pull complete
12:20:32 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
12:20:32 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
12:20:32 7ba9e0591564: Pull complete
12:20:32 bf6c54130648: Pull complete
12:20:32 8c6853029310: Pull complete
12:20:32 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
12:20:32 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
12:20:32 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
12:20:32 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
12:20:32 4f3dffa635f5: Pull complete
12:20:32 90163657b6df: Pull complete
12:20:32 d574130f8ffe: Pull complete
12:20:32 20d20a4aef26: Pull complete
12:20:32 7f47f6862e01: Pull complete
12:20:32 ae05367dfce1: Pull complete
12:20:33 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
12:20:33 570dcbfec9a4: Pull complete
12:20:33 ae88aa015331: Pull complete
12:20:33 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
12:20:33 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
12:20:33 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
12:20:33 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
12:20:33 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
12:20:33 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
12:20:33 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
12:20:33 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
12:20:33 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
12:20:33 d45c31e6c7d7: Pull complete
12:20:33 0af8d48aa9b8: Pull complete
12:20:33 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
12:20:33 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
12:20:33 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
12:20:34 8f4ab4a880f4: Pull complete
12:20:34 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
12:20:34 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
12:20:34 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
12:20:34 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
12:20:34 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
12:20:34 0032c7080c79: Pull complete
12:20:34 e1fce3f7be5f: Pull complete
12:20:34 Digest: sha256:d8c7a42965a5b2a640266a111d927fdbc82a5441a44a295e54ade7c30b413464
12:20:34 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-aa1f47d25c7315b5c722998e216d0c58e8315466
12:20:34 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
12:20:34 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
12:20:34 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
12:20:34 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
12:20:34 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
12:20:34 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
12:20:34 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
12:20:35 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
12:20:35 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
12:20:35 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
12:20:35 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
12:20:35 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
12:20:35 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
12:20:35 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
12:20:36 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
12:20:36 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
12:20:36 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
12:20:36 ============================= test session starts ==============================
12:20:36 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
12:20:36 cachedir: .pytest_cache
12:20:36 rootdir: /src, inifile: pytest.ini
12:20:36 plugins: timeout-1.3.3, cov-2.6.1
12:20:36 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
12:20:36 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
12:20:36 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
12:20:37 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
12:20:37 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
12:20:37 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  2%]
12:20:37 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
12:20:37 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
12:20:38 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  2%]
12:20:39 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
12:20:39 collecting ... collected 943 items
12:20:39 
12:20:39 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
12:20:39 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
12:20:39 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
12:20:40 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  2%]
12:20:40 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
12:20:40 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
12:20:40 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
12:20:40 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
12:20:40 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
12:20:40 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
12:20:40 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
12:20:40 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
12:20:41 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
12:20:41 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
12:20:41 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
12:20:41 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
12:20:41 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
12:20:41 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
12:20:41 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
12:20:41 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
12:20:41 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
12:20:41 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
12:20:41 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
12:20:41 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
12:20:41 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
12:20:41 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
12:20:41 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
12:20:41 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
12:20:41 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
12:20:41 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
12:20:41 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
12:20:41 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
12:20:42 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
12:20:42 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
12:20:42 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
12:20:42 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
12:20:42 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
12:20:42 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
12:20:42 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
12:20:42 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
12:20:42 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
12:20:42 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
12:20:43 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
12:20:43 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
12:20:43 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
12:20:43 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
12:20:43 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
12:20:43 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
12:20:44 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
12:20:44 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
12:20:44 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
12:20:44 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
12:20:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
12:20:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  4%]
12:20:44 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
12:20:44 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
12:20:44 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
12:20:44 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
12:20:44 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
12:20:44 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
12:20:44 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
12:20:44 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
12:20:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
12:20:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
12:20:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
12:20:44 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
12:20:44 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
12:20:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
12:20:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  4%]
12:20:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
12:20:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
12:20:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
12:20:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
12:20:45 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
12:20:45 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
12:20:45 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
12:20:45 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
12:20:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
12:20:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
12:20:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
12:20:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
12:20:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
12:20:46 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
12:20:46 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
12:20:46 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
12:20:46 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
12:20:46 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  2%]
12:20:46 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
12:20:46 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
12:20:46 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
12:20:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
12:20:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
12:20:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
12:20:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
12:20:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
12:20:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  4%]
12:20:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
12:20:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
12:20:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
12:20:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
12:20:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
12:20:48 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
12:20:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
12:20:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
12:20:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
12:20:50 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
12:20:50 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
12:20:50 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
12:20:50 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
12:20:50 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
12:20:50 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
12:20:50 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
12:20:50 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
12:20:50 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
12:20:50 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
12:20:50 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
12:20:50 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
12:20:50 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
12:20:50 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
12:20:50 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
12:20:50 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
12:20:50 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
12:20:50 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
12:20:50 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
12:20:50 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
12:20:51 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
12:20:51 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
12:20:51 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
12:20:51 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
12:20:51 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
12:20:51 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
12:20:51 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
12:20:51 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
12:20:51 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
12:20:51 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
12:20:51 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
12:20:52 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
12:20:52 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
12:20:52 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
12:20:53 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
12:20:53 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  4%]
12:20:53 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
12:20:53 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
12:20:53 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
12:20:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
12:20:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
12:20:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
12:20:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
12:20:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
12:20:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
12:20:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
12:20:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
12:20:55 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
12:20:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
12:20:55 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
12:20:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
12:20:56 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
12:20:56 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
12:20:59 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
12:20:59 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
12:20:59 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
12:20:59 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
12:20:59 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
12:20:59 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
12:21:00 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
12:21:09 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
12:21:09 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  6%]
12:21:09 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
12:21:09 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
12:21:09 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
12:21:09 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
12:21:09 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
12:21:09 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
12:21:09 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  6%]
12:21:09 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
12:21:09 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
12:21:09 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
12:21:09 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
12:21:09 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
12:21:10 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
12:21:10 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
12:21:10 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
12:21:10 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
12:21:10 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
12:21:10 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
12:21:11 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  6%]
12:21:11 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  6%]
12:21:11 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
12:21:11 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
12:21:11 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
12:21:12 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  6%]
12:21:12 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
12:21:12 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
12:21:12 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
12:21:12 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
12:21:12 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
12:21:12 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
12:21:13 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
12:21:13 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
12:21:14 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
12:21:15 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
12:21:15 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
12:21:15 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
12:21:15 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
12:21:15 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
12:21:16 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
12:21:16 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
12:21:16 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
12:21:16 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
12:21:16 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  6%]
12:21:17 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
12:21:18 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
12:21:18 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
12:21:18 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
12:21:18 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  6%]
12:21:18 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
12:21:18 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
12:21:18 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
12:21:18 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
12:21:18 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
12:21:18 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
12:21:19 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
12:21:19 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
12:21:20 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
12:21:20 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
12:21:20 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  6%]
12:21:20 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
12:21:21 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
12:21:21 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
12:21:21 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
12:21:21 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
12:21:22 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
12:21:23 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
12:21:24 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
12:21:24 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
12:21:24 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
12:21:25 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
12:21:26 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
12:21:27 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
12:21:27 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  8%]
12:21:28 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
12:21:28 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
12:21:28 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  8%]
12:21:28 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
12:21:28 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
12:21:29 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
12:21:30 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
12:21:30 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
12:21:30 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
12:21:30 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
12:21:30 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
12:21:30 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
12:21:31 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
12:21:31 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
12:21:31 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
12:21:31 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
12:21:31 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
12:21:32 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
12:21:32 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
12:21:32 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
12:21:32 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
12:21:34 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
12:21:34 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  8%]
12:21:34 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  9%]
12:21:34 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
12:21:35 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  9%]
12:21:36 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
12:21:36 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  8%]
12:21:36 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
12:21:36 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
12:21:37 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
12:21:37 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
12:21:37 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
12:21:37 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
12:21:37 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
12:21:37 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
12:21:38 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
12:21:38 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
12:21:38 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
12:21:38 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
12:21:38 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
12:21:38 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
12:21:38 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
12:21:38 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
12:21:38 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
12:21:38 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
12:21:39 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
12:21:39 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
12:21:39 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
12:21:39 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
12:21:39 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
12:21:39 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
12:21:39 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
12:21:40 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
12:21:40 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
12:21:40 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
12:21:40 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
12:21:40 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
12:21:40 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
12:21:40 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
12:21:41 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
12:21:42 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  9%]
12:21:43 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  9%]
12:21:43 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%]
12:21:44 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%]
12:21:44 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
12:21:45 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
12:21:45 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
12:21:45 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
12:21:45 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
12:21:46 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
12:21:46 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
12:21:46 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
12:21:46 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
12:21:46 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
12:21:46 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
12:21:47 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
12:21:47 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
12:21:47 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
12:21:47 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
12:21:47 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
12:21:48 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
12:21:48 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
12:21:48 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
12:21:48 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
12:21:49 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
12:21:50 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
12:21:50 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
12:21:51 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
12:21:51 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
12:21:51 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
12:21:51 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
12:21:51 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
12:21:52 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%]
12:21:52 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%]
12:21:54 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
12:21:55 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
12:21:55 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
12:21:55 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
12:21:55 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
12:21:55 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
12:21:56 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
12:21:56 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
12:21:57 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%]
12:21:57 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
12:21:57 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
12:21:58 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
12:21:58 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
12:21:58 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
12:21:58 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%]
12:21:58 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
12:21:58 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
12:21:58 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
12:21:58 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
12:21:59 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
12:21:59 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
12:21:59 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
12:21:59 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
12:21:59 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
12:22:00 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
12:22:00 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
12:22:01 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
12:22:01 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
12:22:02 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
12:22:02 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
12:22:02 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
12:22:02 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
12:22:02 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
12:22:02 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
12:22:03 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
12:22:03 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
12:22:03 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
12:22:03 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%]
12:22:03 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
12:22:03 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
12:22:03 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%]
12:22:03 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
12:22:04 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
12:22:04 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
12:22:04 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
12:22:05 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
12:22:05 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%]
12:22:05 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
12:22:05 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
12:22:05 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
12:22:06 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
12:22:06 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
12:22:06 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
12:22:06 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
12:22:06 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%]
12:22:06 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
12:22:07 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
12:22:07 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
12:22:07 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
12:22:07 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
12:22:07 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
12:22:07 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
12:22:08 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
12:22:08 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
12:22:08 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
12:22:08 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
12:22:08 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
12:22:08 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
12:22:08 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
12:22:09 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
12:22:09 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
12:22:09 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
12:22:09 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
12:22:09 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 13%]
12:22:09 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 13%]
12:22:10 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
12:22:10 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
12:22:10 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
12:22:10 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
12:22:10 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%]
12:22:10 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
12:22:10 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
12:22:10 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
12:22:11 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
12:22:11 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
12:22:11 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
12:22:11 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
12:22:11 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
12:22:11 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
12:22:11 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
12:22:12 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
12:22:12 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
12:22:12 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
12:22:12 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
12:22:12 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
12:22:12 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%]
12:22:13 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
12:22:13 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
12:22:13 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
12:22:13 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
12:22:14 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
12:22:14 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
12:22:14 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
12:22:14 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
12:22:14 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
12:22:15 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
12:22:15 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
12:22:15 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
12:22:15 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
12:22:16 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
12:22:16 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
12:22:16 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%]
12:22:16 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 13%]
12:22:16 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%]
12:22:16 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
12:22:16 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
12:22:17 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%]
12:22:17 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
12:22:17 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
12:22:17 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%]
12:22:17 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
12:22:17 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
12:22:18 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
12:22:18 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
12:22:18 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
12:22:18 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
12:22:18 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
12:22:19 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
12:22:19 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
12:22:19 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
12:22:19 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
12:22:19 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 13%]
12:22:20 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
12:22:20 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
12:22:20 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
12:22:20 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
12:22:21 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
12:22:21 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
12:22:21 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
12:22:22 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
12:22:22 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
12:22:22 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
12:22:22 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%]
12:22:22 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
12:22:23 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
12:22:23 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
12:22:23 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%]
12:22:24 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
12:22:24 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
12:22:24 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
12:22:24 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
12:22:25 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
12:22:25 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
12:22:26 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
12:22:26 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
12:22:26 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%]
12:22:27 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
12:22:27 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
12:22:27 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%]
12:22:27 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
12:22:27 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
12:22:27 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
12:22:27 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
12:22:27 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%]
12:22:27 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
12:22:27 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
12:22:27 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
12:22:27 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
12:22:28 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
12:22:28 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
12:22:28 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%]
12:22:28 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
12:22:28 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
12:22:28 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
12:22:29 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
12:22:29 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
12:22:29 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
12:22:29 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
12:22:29 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
12:22:29 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
12:22:29 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
12:22:29 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 16%]
12:22:29 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%]
12:22:29 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
12:22:29 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
12:22:29 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 16%]
12:22:29 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%]
12:22:29 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
12:22:29 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
12:22:29 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
12:22:29 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
12:22:29 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
12:22:29 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
12:22:29 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
12:22:30 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
12:22:30 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
12:22:30 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
12:22:30 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
12:22:30 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
12:22:30 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
12:22:30 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
12:22:31 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
12:22:31 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
12:22:31 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
12:22:32 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
12:22:32 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%]
12:22:32 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%]
12:22:32 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
12:22:33 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
12:22:33 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
12:22:33 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
12:22:34 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
12:22:34 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
12:22:34 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
12:22:34 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%]
12:22:34 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
12:22:34 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
12:22:34 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
12:22:34 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
12:22:34 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
12:22:34 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
12:22:34 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
12:22:34 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
12:22:34 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
12:22:35 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
12:22:35 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
12:22:35 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
12:22:35 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 16%]
12:22:35 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%]
12:22:35 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
12:22:35 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
12:22:35 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
12:22:35 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
12:22:36 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
12:22:36 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
12:22:36 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
12:22:36 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
12:22:36 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
12:22:36 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
12:22:37 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
12:22:37 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
12:22:37 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
12:22:37 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
12:22:37 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
12:22:38 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
12:22:38 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%]
12:22:39 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
12:22:39 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
12:22:39 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%]
12:22:39 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
12:22:39 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
12:22:39 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
12:22:39 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
12:22:39 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
12:22:39 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
12:22:39 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
12:22:39 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
12:22:40 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
12:22:40 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
12:22:40 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
12:22:40 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%]
12:22:40 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
12:22:40 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%]
12:22:40 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%]
12:22:40 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
12:22:40 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
12:22:40 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
12:22:40 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 16%]
12:22:40 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%]
12:22:40 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
12:22:40 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
12:22:40 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
12:22:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%]
12:22:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
12:22:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
12:22:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
12:22:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
12:22:41 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
12:22:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
12:22:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
12:22:41 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
12:22:41 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
12:22:41 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
12:22:41 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
12:22:41 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
12:22:41 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
12:22:41 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
12:22:42 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
12:22:42 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%]
12:22:42 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%]
12:22:42 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
12:22:42 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
12:22:42 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
12:22:43 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
12:22:43 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
12:22:43 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%]
12:22:43 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%]
12:22:43 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
12:22:43 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
12:22:44 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
12:22:44 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%]
12:22:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
12:22:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
12:22:45 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
12:22:45 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
12:22:45 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
12:22:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
12:22:45 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
12:22:45 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
12:22:45 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
12:22:45 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
12:22:45 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%]
12:22:46 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
12:22:46 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
12:22:46 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%]
12:22:46 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
12:22:46 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
12:22:46 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
12:22:46 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
12:22:46 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
12:22:46 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
12:22:46 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
12:22:46 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
12:22:46 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
12:22:46 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
12:22:46 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
12:22:47 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
12:22:47 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 20%]
12:22:47 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 20%]
12:22:47 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%]
12:22:47 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%]
12:22:48 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%]
12:22:48 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
12:22:48 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
12:22:48 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
12:22:48 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
12:22:48 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
12:22:48 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%]
12:22:49 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
12:22:49 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
12:22:49 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
12:22:49 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
12:22:50 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
12:22:50 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
12:22:50 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
12:22:50 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
12:22:50 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
12:22:50 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
12:22:50 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
12:22:50 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
12:22:50 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
12:22:50 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
12:22:50 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
12:22:50 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
12:22:50 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
12:22:50 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
12:22:51 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
12:22:51 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
12:22:52 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 20%]
12:22:52 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
12:22:52 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%]
12:22:52 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
12:22:52 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
12:22:52 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
12:22:52 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%]
12:22:52 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
12:22:52 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
12:22:52 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
12:22:52 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%]
12:22:52 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
12:22:52 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
12:22:53 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
12:22:53 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
12:22:53 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
12:22:53 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%]
12:22:53 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%]
12:22:53 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
12:22:54 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
12:22:54 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
12:22:54 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
12:22:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
12:22:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
12:22:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
12:22:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
12:22:54 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
12:22:54 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
12:22:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
12:22:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
12:22:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
12:22:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
12:22:55 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
12:22:55 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
12:22:55 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
12:22:55 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%]
12:22:55 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
12:22:55 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 22%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 22%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 23%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 23%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 24%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 24%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 22%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 22%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 23%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 23%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 24%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 24%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
12:22:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
12:22:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
12:22:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
12:22:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
12:22:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
12:22:56 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
12:22:57 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%]
12:22:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
12:22:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
12:22:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
12:22:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
12:22:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 25%]
12:22:57 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
12:22:57 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 25%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 25%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 26%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 26%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
12:22:58 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
12:22:58 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%]
12:22:58 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
12:22:58 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 25%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
12:22:58 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 26%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 26%]
12:22:58 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
12:22:59 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
12:22:59 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 27%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 27%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 27%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
12:22:59 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
12:22:59 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
12:22:59 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 27%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 27%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 27%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
12:22:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
12:23:00 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
12:23:00 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
12:23:01 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 20%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 22%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 22%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 23%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 23%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 24%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 24%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
12:23:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
12:23:01 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%]
12:23:02 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
12:23:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
12:23:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
12:23:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
12:23:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
12:23:02 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
12:23:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 25%]
12:23:04 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
12:23:04 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
12:23:04 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
12:23:04 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
12:23:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 25%]
12:23:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%]
12:23:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
12:23:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
12:23:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
12:23:04 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
12:23:04 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
12:23:04 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
12:23:04 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
12:23:04 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 26%]
12:23:04 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 26%]
12:23:04 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
12:23:05 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
12:23:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
12:23:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
12:23:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
12:23:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
12:23:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
12:23:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 27%]
12:23:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 27%]
12:23:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 27%]
12:23:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
12:23:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
12:23:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
12:23:06 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
12:23:06 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
12:23:06 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%]
12:23:06 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
12:23:06 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
12:23:07 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
12:23:08 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
12:23:08 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
12:23:08 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
12:23:08 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 22%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 22%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 23%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 23%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 24%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 24%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
12:23:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
12:23:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
12:23:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
12:23:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
12:23:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
12:23:11 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
12:23:11 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
12:23:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 25%]
12:23:12 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
12:23:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
12:23:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
12:23:13 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 25%]
12:23:13 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%]
12:23:13 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
12:23:13 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
12:23:13 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
12:23:13 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
12:23:13 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
12:23:13 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
12:23:13 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
12:23:13 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 26%]
12:23:13 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 26%]
12:23:13 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
12:23:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
12:23:14 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
12:23:14 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
12:23:14 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
12:23:14 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
12:23:14 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
12:23:14 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
12:23:14 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 27%]
12:23:14 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 27%]
12:23:14 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 27%]
12:23:14 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
12:23:14 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
12:23:14 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
12:23:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
12:23:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
12:23:15 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 28%]
12:23:16 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 28%]
12:23:17 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 28%]
12:23:17 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
12:23:17 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
12:23:18 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 28%]
12:23:18 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
12:23:18 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
12:23:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
12:23:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
12:23:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
12:23:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
12:23:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
12:23:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
12:23:21 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 28%]
12:23:21 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
12:23:22 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
12:23:22 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 28%]
12:23:24 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
12:23:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
12:23:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
12:23:26 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
12:23:26 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
12:23:27 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
12:23:28 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
12:23:28 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
12:23:28 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
12:23:29 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
12:23:31 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 28%]
12:23:32 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 28%]
12:23:33 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
12:23:33 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
12:23:34 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
12:23:34 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
12:23:34 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
12:23:35 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
12:23:35 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
12:23:35 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
12:23:36 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 29%]
12:23:36 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 29%]
12:23:37 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 29%]
12:23:37 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
12:23:38 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 29%]
12:23:38 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
12:23:39 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 29%]
12:23:39 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 29%]
12:23:39 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
12:23:40 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
12:23:41 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
12:23:41 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 29%]
12:23:42 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 29%]
12:23:43 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
12:23:44 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 29%]
12:23:45 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
12:23:46 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
12:23:46 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
12:23:47 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
12:23:49 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
12:23:50 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
12:23:52 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 29%]
12:23:52 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
12:23:52 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
12:23:53 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
12:23:53 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
12:23:53 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
12:23:53 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 29%]
12:23:53 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
12:23:53 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
12:23:55 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 29%]
12:23:56 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
12:23:58 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
12:23:58 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
12:24:03 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
12:24:08 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
12:24:08 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 30%]
12:24:08 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%]
12:24:08 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%]
12:24:08 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
12:24:08 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
12:24:08 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
12:24:08 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
12:24:08 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
12:24:08 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
12:24:08 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
12:24:08 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 31%]
12:24:08 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
12:24:08 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 30%]
12:24:08 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%]
12:24:08 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
12:24:08 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%]
12:24:08 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
12:24:08 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
12:24:08 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
12:24:08 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
12:24:08 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
12:24:08 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
12:24:08 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
12:24:08 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 31%]
12:24:09 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
12:24:09 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
12:24:10 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%]
12:24:10 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 31%]
12:24:10 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
12:24:10 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
12:24:10 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
12:24:10 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%]
12:24:10 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 31%]
12:24:10 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
12:24:10 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
12:24:11 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
12:24:13 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
12:24:13 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 30%]
12:24:13 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%]
12:24:13 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%]
12:24:13 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
12:24:13 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
12:24:13 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
12:24:13 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
12:24:13 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
12:24:13 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
12:24:13 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
12:24:13 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 31%]
12:24:15 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%]
12:24:15 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 31%]
12:24:15 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
12:24:15 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
12:24:15 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
12:24:24 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
12:24:24 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 30%]
12:24:24 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%]
12:24:24 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%]
12:24:24 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
12:24:24 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
12:24:24 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
12:24:24 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
12:24:24 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
12:24:24 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
12:24:24 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
12:24:24 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 31%]
12:24:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
12:24:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
12:24:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
12:24:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
12:24:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
12:24:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
12:24:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 32%]
12:24:26 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%]
12:24:26 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 31%]
12:24:26 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
12:24:26 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
12:24:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 32%]
12:24:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%]
12:24:27 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
12:24:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%]
12:24:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%]
12:24:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%]
12:24:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
12:24:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
12:24:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
12:24:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
12:24:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
12:24:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
12:24:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
12:24:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
12:24:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
12:24:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
12:24:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
12:24:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 32%]
12:24:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%]
12:24:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
12:24:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
12:24:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
12:24:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
12:24:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
12:24:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
12:24:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%]
12:24:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%]
12:24:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%]
12:24:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%]
12:24:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%]
12:24:36 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%]
12:24:36 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%]
12:24:36 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
12:24:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
12:24:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
12:24:37 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
12:24:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
12:24:37 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
12:24:37 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
12:24:38 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
12:24:38 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
12:24:38 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
12:24:38 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
12:24:38 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
12:24:38 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
12:24:39 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
12:24:39 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
12:24:39 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
12:24:39 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
12:24:39 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
12:24:39 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 34%]
12:24:39 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 34%]
12:24:40 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
12:24:40 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%]
12:24:40 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%]
12:24:40 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%]
12:24:40 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%]
12:24:40 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%]
12:24:40 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%]
12:24:41 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
12:24:41 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
12:24:41 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%]
12:24:41 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
12:24:41 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
12:24:42 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
12:24:42 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
12:24:42 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
12:24:42 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
12:24:42 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
12:24:42 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
12:24:42 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
12:24:42 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
12:24:42 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
12:24:43 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
12:24:43 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
12:24:43 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 32%]
12:24:43 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
12:24:43 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
12:24:43 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%]
12:24:44 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
12:24:44 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
12:24:44 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 34%]
12:24:45 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%]
12:24:45 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%]
12:24:46 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
12:24:46 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%]
12:24:46 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
12:24:47 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
12:24:47 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
12:24:47 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
12:24:48 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
12:24:49 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
12:24:49 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
12:24:49 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
12:24:50 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
12:24:51 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
12:24:51 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
12:24:52 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%]
12:24:53 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%]
12:24:53 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%]
12:24:54 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
12:24:55 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
12:24:55 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
12:24:55 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
12:24:55 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
12:24:55 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
12:24:55 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
12:24:55 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%]
12:24:56 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%]
12:24:56 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
12:24:56 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%]
12:24:56 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%]
12:24:56 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%]
12:24:56 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
12:24:56 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%]
12:24:57 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
12:24:57 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
12:24:57 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
12:24:57 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 34%]
12:24:58 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
12:24:58 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
12:24:58 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
12:24:58 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%]
12:24:58 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
12:24:58 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
12:24:58 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
12:24:59 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%]
12:24:59 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
12:24:59 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
12:24:59 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
12:24:59 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
12:24:59 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
12:25:00 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
12:25:00 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 36%]
12:25:00 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
12:25:00 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
12:25:00 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 36%]
12:25:00 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%]
12:25:00 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%]
12:25:00 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%]
12:25:00 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%]
12:25:00 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
12:25:00 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
12:25:00 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
12:25:00 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%]
12:25:00 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
12:25:00 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
12:25:01 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
12:25:01 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%]
12:25:01 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
12:25:01 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
12:25:01 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
12:25:01 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
12:25:01 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
12:25:01 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
12:25:01 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%]
12:25:01 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
12:25:01 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 37%]
12:25:01 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
12:25:01 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
12:25:01 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 37%]
12:25:01 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%]
12:25:01 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%]
12:25:01 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%]
12:25:01 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%]
12:25:01 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
12:25:02 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%]
12:25:02 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
12:25:02 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%]
12:25:02 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
12:25:02 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
12:25:03 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
12:25:03 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
12:25:03 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
12:25:03 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
12:25:04 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
12:25:04 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
12:25:04 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 36%]
12:25:05 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%]
12:25:05 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%]
12:25:05 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
12:25:05 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
12:25:06 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
12:25:06 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
12:25:06 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
12:25:06 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
12:25:06 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 37%]
12:25:06 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%]
12:25:06 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%]
12:25:06 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%]
12:25:06 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
12:25:07 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
12:25:09 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
12:25:09 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
12:25:09 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
12:25:09 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
12:25:09 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
12:25:09 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
12:25:09 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 38%]
12:25:09 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 38%]
12:25:09 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 38%]
12:25:09 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 38%]
12:25:09 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
12:25:09 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
12:25:09 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 38%]
12:25:09 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 38%]
12:25:09 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 38%]
12:25:10 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
12:25:10 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
12:25:10 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
12:25:10 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
12:25:10 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
12:25:10 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 39%]
12:25:10 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 39%]
12:25:10 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 39%]
12:25:10 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 39%]
12:25:10 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 38%]
12:25:10 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
12:25:10 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
12:25:10 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
12:25:10 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
12:25:10 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
12:25:10 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 39%]
12:25:10 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 39%]
12:25:10 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 39%]
12:25:10 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 39%]
12:25:13 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
12:25:13 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
12:25:14 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%]
12:25:14 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
12:25:14 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
12:25:14 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
12:25:14 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
12:25:14 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 38%]
12:25:14 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 38%]
12:25:14 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 38%]
12:25:14 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 38%]
12:25:14 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
12:25:14 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
12:25:14 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
12:25:14 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
12:25:14 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
12:25:14 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 39%]
12:25:14 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 39%]
12:25:14 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 39%]
12:25:14 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 39%]
12:25:14 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%]
12:25:15 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
12:25:15 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
12:25:15 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%]
12:25:16 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
12:25:16 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
12:25:16 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
12:25:17 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
12:25:17 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
12:25:18 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
12:25:18 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
12:25:18 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
12:25:18 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
12:25:18 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
12:25:18 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
12:25:18 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
12:25:18 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
12:25:18 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
12:25:18 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%]
12:25:18 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%]
12:25:18 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%]
12:25:18 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%]
12:25:18 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
12:25:19 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
12:25:19 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 36%]
12:25:19 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%]
12:25:19 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%]
12:25:19 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
12:25:20 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
12:25:20 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
12:25:20 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
12:25:20 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
12:25:20 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
12:25:20 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
12:25:20 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 37%]
12:25:20 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%]
12:25:20 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%]
12:25:21 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%]
12:25:21 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%]
12:25:21 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%]
12:25:21 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
12:25:21 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
12:25:21 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
12:25:21 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
12:25:21 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
12:25:21 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
12:25:21 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
12:25:21 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
12:25:21 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
12:25:22 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
12:25:22 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
12:25:22 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
12:25:22 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
12:25:22 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 41%]
12:25:22 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 41%]
12:25:22 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 41%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
12:25:22 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
12:25:22 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 41%]
12:25:22 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 41%]
12:25:22 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 41%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
12:25:22 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 42%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 44%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 45%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 46%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 48%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 49%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 42%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
12:25:22 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
12:25:22 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 44%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 45%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 46%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 48%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 51%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 51%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 51%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 51%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%]
12:25:22 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 53%]
12:25:22 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 53%]
12:25:22 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 53%]
12:25:22 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 53%]
12:25:22 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 53%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 54%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 54%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 54%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 54%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 55%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 55%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 55%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 55%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 55%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 55%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 56%]
12:25:22 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%]
12:25:22 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 56%]
12:25:22 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%]
12:25:22 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
12:25:22 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
12:25:22 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 57%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 57%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 57%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 57%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 58%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 58%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 59%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%]
12:25:22 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
12:25:22 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 49%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 51%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 51%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 51%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 51%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
12:25:22 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%]
12:25:22 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 53%]
12:25:22 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 53%]
12:25:22 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 53%]
12:25:22 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 53%]
12:25:22 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 53%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 54%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 54%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 54%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 54%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 55%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 55%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 55%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 55%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 55%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 55%]
12:25:22 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 56%]
12:25:22 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%]
12:25:22 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 56%]
12:25:22 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%]
12:25:22 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
12:25:22 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
12:25:22 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 57%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 57%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 57%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 57%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 58%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
12:25:22 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
12:25:22 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
12:25:22 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
12:25:22 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
12:25:22 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
12:25:23 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%]
12:25:23 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
12:25:23 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
12:25:23 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 58%]
12:25:23 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 59%]
12:25:23 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%]
12:25:23 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%]
12:25:23 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%]
12:25:23 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%]
12:25:23 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%]
12:25:23 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%]
12:25:23 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%]
12:25:23 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
12:25:23 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
12:25:23 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
12:25:23 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
12:25:23 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
12:25:24 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
12:25:24 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
12:25:24 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
12:25:24 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 60%]
12:25:24 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 60%]
12:25:24 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%]
12:25:24 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 60%]
12:25:24 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 60%]
12:25:24 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%]
12:25:24 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
12:25:24 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
12:25:24 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
12:25:24 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
12:25:24 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%]
12:25:24 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%]
12:25:24 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%]
12:25:24 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%]
12:25:24 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 61%]
12:25:24 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 61%]
12:25:24 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
12:25:24 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
12:25:24 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 62%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 64%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 65%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%]
12:25:24 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%]
12:25:24 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%]
12:25:24 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%]
12:25:24 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
12:25:24 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
12:25:24 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
12:25:24 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
12:25:24 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 66%]
12:25:24 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 66%]
12:25:24 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 66%]
12:25:24 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%]
12:25:24 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%]
12:25:24 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
12:25:24 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
12:25:24 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
12:25:24 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
12:25:24 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 67%]
12:25:24 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%]
12:25:24 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%]
12:25:24 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%]
12:25:24 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%]
12:25:24 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%]
12:25:24 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
12:25:24 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
12:25:24 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
12:25:24 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 67%]
12:25:24 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 68%]
12:25:24 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 68%]
12:25:24 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
12:25:24 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
12:25:24 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
12:25:24 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
12:25:24 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
12:25:24 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 68%]
12:25:24 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 68%]
12:25:24 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%]
12:25:24 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
12:25:24 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
12:25:24 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
12:25:24 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
12:25:24 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
12:25:24 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
12:25:24 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
12:25:24 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%]
12:25:24 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%]
12:25:24 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%]
12:25:24 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
12:25:24 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
12:25:24 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
12:25:24 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
12:25:24 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%]
12:25:24 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 60%]
12:25:24 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 60%]
12:25:24 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%]
12:25:24 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
12:25:24 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
12:25:24 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
12:25:24 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
12:25:24 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%]
12:25:24 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%]
12:25:24 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%]
12:25:24 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%]
12:25:24 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 61%]
12:25:24 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 61%]
12:25:24 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
12:25:24 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
12:25:24 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 62%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%]
12:25:24 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 64%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
12:25:24 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
12:25:25 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
12:25:25 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
12:25:25 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
12:25:25 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
12:25:25 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%]
12:25:25 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
12:25:25 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
12:25:25 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
12:25:25 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
12:25:25 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
12:25:25 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
12:25:25 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
12:25:25 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
12:25:25 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%]
12:25:25 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%]
12:25:25 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
12:25:25 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
12:25:25 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
12:25:25 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
12:25:25 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
12:25:25 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
12:25:25 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
12:25:25 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%]
12:25:25 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%]
12:25:25 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
12:25:25 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
12:25:25 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
12:25:25 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
12:25:25 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
12:25:25 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 76%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 77%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
12:25:25 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
12:25:25 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
12:25:25 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
12:25:25 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
12:25:25 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
12:25:25 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 65%]
12:25:25 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%]
12:25:25 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%]
12:25:25 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%]
12:25:25 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%]
12:25:25 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%]
12:25:25 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
12:25:25 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
12:25:25 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
12:25:25 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
12:25:25 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 66%]
12:25:25 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 66%]
12:25:25 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 66%]
12:25:25 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%]
12:25:25 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%]
12:25:25 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
12:25:25 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
12:25:25 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
12:25:25 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
12:25:25 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 67%]
12:25:25 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%]
12:25:25 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%]
12:25:25 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%]
12:25:25 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%]
12:25:25 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%]
12:25:25 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
12:25:25 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
12:25:25 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
12:25:25 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 67%]
12:25:25 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 68%]
12:25:25 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 68%]
12:25:25 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
12:25:25 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
12:25:25 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
12:25:25 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
12:25:25 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
12:25:25 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 68%]
12:25:25 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 68%]
12:25:25 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%]
12:25:25 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
12:25:25 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
12:25:25 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
12:25:25 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
12:25:25 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
12:25:25 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
12:25:25 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
12:25:25 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
12:25:25 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
12:25:25 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%]
12:25:25 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
12:25:25 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
12:25:25 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
12:25:25 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
12:25:25 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
12:25:25 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
12:25:25 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
12:25:25 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
12:25:25 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%]
12:25:25 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%]
12:25:25 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
12:25:25 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
12:25:25 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
12:25:25 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
12:25:25 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
12:25:25 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
12:25:25 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
12:25:25 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%]
12:25:25 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%]
12:25:25 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
12:25:25 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
12:25:25 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
12:25:25 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
12:25:25 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
12:25:25 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 76%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 77%]
12:25:25 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
12:25:25 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 79%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 79%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 79%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 80%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 81%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 81%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
12:25:25 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
12:25:25 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
12:25:25 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
12:25:25 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 82%]
12:25:25 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
12:25:25 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
12:25:25 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
12:25:25 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
12:25:25 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
12:25:25 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
12:25:25 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
12:25:25 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 82%]
12:25:25 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 83%]
12:25:25 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
12:25:25 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
12:25:25 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
12:25:25 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
12:25:25 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
12:25:25 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
12:25:25 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
12:25:25 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
12:25:25 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 79%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 79%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 79%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 80%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 81%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 81%]
12:25:25 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
12:25:25 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
12:25:25 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 83%]
12:25:25 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 83%]
12:25:25 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 84%]
12:25:25 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
12:25:25 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
12:25:25 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
12:25:25 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
12:25:25 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
12:25:25 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
12:25:25 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
12:25:25 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
12:25:25 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 85%]
12:25:25 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
12:25:25 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
12:25:25 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 86%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
12:25:25 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
12:25:25 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
12:25:25 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
12:25:25 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
12:25:25 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
12:25:25 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 82%]
12:25:25 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
12:25:25 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
12:25:25 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
12:25:25 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
12:25:25 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
12:25:25 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
12:25:25 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
12:25:25 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 82%]
12:25:25 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 83%]
12:25:25 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
12:25:25 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
12:25:25 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
12:25:25 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
12:25:25 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
12:25:25 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
12:25:25 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
12:25:25 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 83%]
12:25:25 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 83%]
12:25:25 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 84%]
12:25:25 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
12:25:25 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
12:25:25 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
12:25:25 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
12:25:25 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
12:25:25 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
12:25:25 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
12:25:25 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
12:25:25 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 85%]
12:25:25 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
12:25:25 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
12:25:25 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%]
12:25:25 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
12:25:25 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
12:25:25 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
12:25:25 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
12:25:25 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
12:25:25 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
12:25:25 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
12:25:25 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%]
12:25:25 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
12:25:25 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
12:25:25 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
12:25:25 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
12:25:25 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
12:25:25 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
12:25:25 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
12:25:25 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
12:25:25 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
12:25:25 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%]
12:25:25 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
12:25:25 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
12:25:25 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
12:25:25 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
12:25:25 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
12:25:25 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
12:25:25 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
12:25:25 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
12:25:25 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 92%]
12:25:25 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
12:25:25 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
12:25:25 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
12:25:25 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
12:25:25 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
12:25:25 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
12:25:25 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
12:25:25 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
12:25:25 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%]
12:25:25 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%]
12:25:25 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
12:25:25 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
12:25:25 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
12:25:25 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
12:25:25 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
12:25:25 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
12:25:25 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
12:25:25 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
12:25:25 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%]
12:25:25 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
12:25:25 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
12:25:25 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
12:25:25 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
12:25:25 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
12:25:25 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
12:25:25 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
12:25:25 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
12:25:25 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%]
12:25:25 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
12:25:25 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
12:25:25 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
12:25:25 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
12:25:25 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
12:25:25 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
12:25:25 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
12:25:25 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
12:25:25 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
12:25:25 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 96%]
12:25:25 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
12:25:25 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
12:25:25 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
12:25:25 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
12:25:25 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
12:25:25 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
12:25:25 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
12:25:25 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%]
12:25:25 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
12:25:25 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
12:25:25 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
12:25:25 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 86%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%]
12:25:25 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
12:25:25 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
12:25:25 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
12:25:25 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
12:25:25 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
12:25:25 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
12:25:25 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
12:25:25 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
12:25:25 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%]
12:25:25 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
12:25:25 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
12:25:25 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
12:25:25 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
12:25:25 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
12:25:25 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
12:25:25 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
12:25:25 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
12:25:25 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
12:25:25 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%]
12:25:25 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
12:25:25 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
12:25:25 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
12:25:25 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
12:25:25 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
12:25:25 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
12:25:25 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
12:25:25 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
12:25:25 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 92%]
12:25:25 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
12:25:25 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
12:25:25 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
12:25:25 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
12:25:25 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
12:25:25 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
12:25:25 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
12:25:25 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
12:25:25 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%]
12:25:25 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%]
12:25:25 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
12:25:25 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
12:25:25 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
12:25:25 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
12:25:25 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
12:25:25 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
12:25:25 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
12:25:25 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
12:25:25 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%]
12:25:25 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
12:25:25 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
12:25:25 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
12:25:25 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
12:25:25 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
12:25:25 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
12:25:25 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
12:25:25 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
12:25:26 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
12:25:26 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%]
12:25:26 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
12:25:26 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
12:25:26 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
12:25:26 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
12:25:26 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
12:25:26 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
12:25:26 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
12:25:26 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
12:25:26 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
12:25:26 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 96%]
12:25:26 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
12:25:26 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
12:25:26 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
12:25:26 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
12:25:26 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
12:25:26 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
12:25:26 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
12:25:26 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%]
12:25:26 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
12:25:26 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
12:25:26 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
12:25:26 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
12:25:26 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
12:25:26 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
12:25:26 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
12:25:26 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 41%]
12:25:26 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 41%]
12:25:26 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%]
12:25:26 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 41%]
12:25:26 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
12:25:26 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
12:25:26 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
12:25:26 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
12:25:26 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
12:25:26 
12:25:26 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
12:25:26 Name                                  Stmts   Miss Branch BrPart  Cover
12:25:26 -----------------------------------------------------------------------
12:25:26 docker/__init__.py                        8      0      0      0   100%
12:25:26 docker/api/__init__.py                    1      0      0      0   100%
12:25:26 docker/api/build.py                     126     19     92     17    82%
12:25:26 docker/api/client.py                    263     45     96     12    82%
12:25:26 docker/api/config.py                     31      1      6      2    92%
12:25:26 docker/api/container.py                 266     17    102     19    90%
12:25:26 docker/api/daemon.py                     39      2     14      4    89%
12:25:26 docker/api/exec_api.py                   46      4     22      4    88%
12:25:26 docker/api/image.py                     149     19     50     10    84%
12:25:26 docker/api/network.py                    90     13     48     12    80%
12:25:26 docker/api/plugin.py                     90     13     12      4    81%
12:25:26 docker/api/secret.py                     36      4     10      3    80%
12:25:26 docker/api/service.py                   200     60    149     32    61%
12:25:26 docker/api/swarm.py                     106     14     38     10    82%
12:25:26 docker/api/volume.py                     38      3     14      3    88%
12:25:26 docker/auth.py                          198     16     74     17    88%
12:25:26 docker/client.py                         68      4      2      0    94%
12:25:26 docker/constants.py                      20      0      0      0   100%
12:25:26 docker/context/__init__.py                2      0      0      0   100%
12:25:26 docker/context/api.py                    78     16     38      8    76%
12:25:26 docker/context/config.py                 61     27     16      2    52%
12:25:26 docker/context/context.py               151     21     62     15    81%
12:25:26 docker/credentials/__init__.py            3      0      0      0   100%
12:25:26 docker/credentials/constants.py           4      0      0      0   100%
12:25:26 docker/credentials/errors.py             11      1      2      1    85%
12:25:26 docker/credentials/store.py              50      6     16      3    83%
12:25:26 docker/credentials/utils.py              23     13     12      1    31%
12:25:26 docker/errors.py                        110     12     18      6    86%
12:25:26 docker/models/__init__.py                 0      0      0      0   100%
12:25:26 docker/models/configs.py                 21      8      0      0    62%
12:25:26 docker/models/containers.py             183      6     60      5    95%
12:25:26 docker/models/images.py                 137     29     52      3    76%
12:25:26 docker/models/networks.py                37      1      8      0    98%
12:25:26 docker/models/nodes.py                   15      1      0      0    93%
12:25:26 docker/models/plugins.py                 49     30      8      0    33%
12:25:26 docker/models/resource.py                41      9      6      2    77%
12:25:26 docker/models/secrets.py                 21      8      0      0    62%
12:25:26 docker/models/services.py                87      3     34      3    95%
12:25:26 docker/models/swarm.py                   39      3      6      3    87%
12:25:26 docker/models/volumes.py                 23      1      2      0    96%
12:25:26 docker/tls.py                            37      6     14      6    76%
12:25:26 docker/transport/__init__.py             11      3      0      0    73%
12:25:26 docker/transport/basehttpadapter.py       6      0      2      1    88%
12:25:26 docker/transport/npipeconn.py            58     53     10      0     7%
12:25:26 docker/transport/npipesocket.py         137    132     22      0     3%
12:25:26 docker/transport/sshconn.py             149    111     46      1    20%
12:25:26 docker/transport/ssladapter.py           36      8     10      4    70%
12:25:26 docker/transport/unixconn.py             65      5     12      4    88%
12:25:26 docker/types/__init__.py                  6      0      0      0   100%
12:25:26 docker/types/base.py                      5      0      2      0   100%
12:25:26 docker/types/containers.py              418     63    326     43    85%
12:25:26 docker/types/daemon.py                   36      9     14      3    68%
12:25:26 docker/types/healthcheck.py              34     12      4      1    61%
12:25:26 docker/types/networks.py                 41      6     28      5    81%
12:25:26 docker/types/services.py                312     45    206     33    83%
12:25:26 docker/types/swarm.py                    51     24     40     10    52%
12:25:26 docker/utils/__init__.py                  3      0      0      0   100%
12:25:26 docker/utils/build.py                   154     14     74      7    89%
12:25:26 docker/utils/config.py                   36      1     10      1    96%
12:25:26 docker/utils/decorators.py               32      1     12      1    95%
12:25:26 docker/utils/fnmatch.py                  55     18     28      2    61%
12:25:26 docker/utils/json_stream.py              43      8     14      2    79%
12:25:26 docker/utils/ports.py                    50      3     28      2    91%
12:25:26 docker/utils/proxy.py                    32      1     12      0    98%
12:25:26 docker/utils/socket.py                   86      8     40      7    87%
12:25:26 docker/utils/utils.py                   285     17    164     12    93%
12:25:26 docker/version.py                         2      0      0      0   100%
12:25:26 -----------------------------------------------------------------------
12:25:26 TOTAL                                  5101    977   2187    346    78%
12:25:26 
12:25:26 =========================== short test summary info ============================
12:25:26 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
12:25:26   CONFIG_RT_GROUP_SCHED isn't enabled
12:25:26 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
12:25:26   Not supported on most drivers
12:25:26 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
12:25:26   Output of docker top depends on host distro, and is not formalized.
12:25:26 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
12:25:26   This doesn't seem to be taken into account by the engine
12:25:26 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
12:25:26 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
12:25:26 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
12:25:26 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
12:25:26 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
12:25:26 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
12:25:26 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
12:25:26 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
12:25:26 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
12:25:26 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
12:25:26 
12:25:26 ======== 923 passed, 11 skipped, 5 xfailed, 4 xpassed in 299.39 seconds ========
12:25:26 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
12:25:26 
12:25:26 =============================== warnings summary ===============================
12:25:26 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
12:25:26   /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
12:25:26     from collections import MutableMapping
12:25:26 
12:25:26 -- Docs: https://docs.pytest.org/en/latest/warnings.html
12:25:26 
12:25:26 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
12:25:26 Name                                  Stmts   Miss Branch BrPart  Cover
12:25:26 -----------------------------------------------------------------------
12:25:26 docker/__init__.py                        8      0      0      0   100%
12:25:26 docker/api/__init__.py                    1      0      0      0   100%
12:25:26 docker/api/build.py                     126     19     93     17    82%
12:25:26 docker/api/client.py                    263     46     98     13    82%
12:25:26 docker/api/config.py                     31      0      6      2    95%
12:25:26 docker/api/container.py                 266     17    104     19    90%
12:25:26 docker/api/daemon.py                     39      2     14      4    89%
12:25:26 docker/api/exec_api.py                   46      4     22      4    88%
12:25:26 docker/api/image.py                     149     19     52     10    85%
12:25:26 docker/api/network.py                    90     13     48     12    80%
12:25:26 docker/api/plugin.py                     90     13     14      4    82%
12:25:26 docker/api/secret.py                     36      3     10      3    83%
12:25:26 docker/api/service.py                   200     60    149     32    61%
12:25:26 docker/api/swarm.py                     106     14     38     10    82%
12:25:26 docker/api/volume.py                     38      3     14      3    88%
12:25:26 docker/auth.py                          198     16     74     16    88%
12:25:26 docker/client.py                         68      4      2      0    94%
12:25:26 docker/constants.py                      20      0      0      0   100%
12:25:26 docker/context/__init__.py                2      0      0      0   100%
12:25:26 docker/context/api.py                    78     16     38      8    76%
12:25:26 docker/context/config.py                 61     27     16      2    52%
12:25:26 docker/context/context.py               151     21     62     15    81%
12:25:26 docker/credentials/__init__.py            3      0      0      0   100%
12:25:26 docker/credentials/constants.py           4      0      0      0   100%
12:25:26 docker/credentials/errors.py             11      1      2      1    85%
12:25:26 docker/credentials/store.py              50      9     16      5    73%
12:25:26 docker/credentials/utils.py              23     13     12      1    31%
12:25:26 docker/errors.py                        110     12     20      6    86%
12:25:26 docker/models/__init__.py                 0      0      0      0   100%
12:25:26 docker/models/configs.py                 21      8      2      0    57%
12:25:26 docker/models/containers.py             183      6     70      5    95%
12:25:26 docker/models/images.py                 137     29     58      3    76%
12:25:26 docker/models/networks.py                37      1     12      0    98%
12:25:26 docker/models/nodes.py                   15      1      2      0    94%
12:25:26 docker/models/plugins.py                 49     30     10      0    32%
12:25:26 docker/models/resource.py                41      9      6      2    77%
12:25:26 docker/models/secrets.py                 21      8      2      0    57%
12:25:26 docker/models/services.py                87      3     36      3    95%
12:25:26 docker/models/swarm.py                   39      3      6      3    87%
12:25:26 docker/models/volumes.py                 23      1      4      0    96%
12:25:26 docker/tls.py                            37      6     14      6    76%
12:25:26 docker/transport/__init__.py             11      3      0      0    73%
12:25:26 docker/transport/basehttpadapter.py       6      0      2      1    88%
12:25:26 docker/transport/npipeconn.py            58     53     10      0     7%
12:25:26 docker/transport/npipesocket.py         137    132     22      0     3%
12:25:26 docker/transport/sshconn.py             149    111     46      1    20%
12:25:26 docker/transport/ssladapter.py           36     10     10      4    65%
12:25:26 docker/transport/unixconn.py             65      6     12      4    87%
12:25:26 docker/types/__init__.py                  6      0      0      0   100%
12:25:26 docker/types/base.py                      5      0      2      0   100%
12:25:26 docker/types/containers.py              418     63    328     43    85%
12:25:26 docker/types/daemon.py                   36      8     14      4    72%
12:25:26 docker/types/healthcheck.py              34     12      4      1    61%
12:25:26 docker/types/networks.py                 41      6     28      5    81%
12:25:26 docker/types/services.py                312     45    206     33    83%
12:25:26 docker/types/swarm.py                    51     24     40     10    52%
12:25:26 docker/utils/__init__.py                  3      0      0      0   100%
12:25:26 docker/utils/build.py                   154     18     76      7    87%
12:25:26 docker/utils/config.py                   36      1     10      1    96%
12:25:26 docker/utils/decorators.py               32      1     12      1    95%
12:25:26 docker/utils/fnmatch.py                  55     18     28      2    61%
12:25:26 docker/utils/json_stream.py              43      8     14      2    79%
12:25:26 docker/utils/ports.py                    50      3     32      2    91%
12:25:26 docker/utils/proxy.py                    32      1     12      0    98%
12:25:26 docker/utils/socket.py                   86      9     40      7    86%
12:25:26 docker/utils/utils.py                   285     19    177     13    92%
12:25:26 docker/version.py                         2      0      2      0   100%
12:25:26 -----------------------------------------------------------------------
12:25:26 TOTAL                                  5101    988   2253    350    78%
12:25:26 
12:25:26 =========================== short test summary info ============================
12:25:26 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
12:25:26   CONFIG_RT_GROUP_SCHED isn't enabled
12:25:26 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
12:25:26   Not supported on most drivers
12:25:26 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
12:25:26   Output of docker top depends on host distro, and is not formalized.
12:25:26 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
12:25:26   This doesn't seem to be taken into account by the engine
12:25:26 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
12:25:26 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
12:25:26 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
12:25:26 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
12:25:26 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
12:25:26 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
12:25:26 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
12:25:26 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
12:25:26 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
12:25:26 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
12:25:26 SKIPPED [1] tests/unit/utils_test.py:478: shlex doesn't support bytes in py3
12:25:26 == 922 passed, 12 skipped, 5 xfailed, 4 xpassed, 1 warnings in 299.57 seconds ==
12:25:26 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
12:25:26 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
12:25:26 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%]
12:25:26 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 42%]
12:25:26 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%]
12:25:26 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
12:25:26 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
12:25:26 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
12:25:26 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
12:25:26 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
12:25:26 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
12:25:26 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%]
12:25:26 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%]
12:25:26 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%]
12:25:26 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%]
12:25:26 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
12:25:26 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
12:25:26 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
12:25:26 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
12:25:26 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
12:25:26 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 44%]
12:25:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%]
12:25:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%]
12:25:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%]
12:25:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
12:25:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
12:25:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
12:25:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
12:25:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
12:25:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%]
12:25:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%]
12:25:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%]
12:25:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 45%]
12:25:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%]
12:25:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
12:25:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
12:25:26 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
[Pipeline] sh
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 46%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 48%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
12:25:27 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 49%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 51%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 51%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 51%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 51%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
12:25:27 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%]
12:25:27 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 53%]
12:25:27 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 53%]
12:25:27 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 53%]
12:25:27 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 53%]
12:25:27 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 53%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 54%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 54%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 54%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 54%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 55%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 55%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 55%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 55%]
[Pipeline] sh
12:25:27 + docker stop dpy-dind-20-0-py3.7-19.03.13
12:25:27 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 55%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 55%]
12:25:27 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 56%]
12:25:27 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%]
12:25:27 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 56%]
12:25:27 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%]
12:25:27 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
12:25:27 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
12:25:27 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 57%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 57%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 57%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 57%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 58%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 58%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 59%]
12:25:27 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%]
12:25:27 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%]
12:25:27 + docker stop dpy-dind-20-0-py2.7-19.03.12
12:25:27 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%]
12:25:27 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%]
12:25:27 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
12:25:28 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
12:25:28 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
12:25:28 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
12:25:28 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
12:25:28 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
12:25:28 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 60%]
12:25:29 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
12:25:29 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
12:25:29 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 38%]
12:25:29 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 38%]
12:25:29 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 38%]
12:25:29 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 38%]
12:25:29 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
12:25:29 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%]
12:25:29 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 60%]
12:25:29 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 60%]
12:25:29 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%]
12:25:29 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
12:25:29 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
12:25:29 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
12:25:29 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
12:25:29 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%]
12:25:29 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%]
12:25:29 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%]
12:25:29 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%]
12:25:29 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 61%]
12:25:29 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 61%]
12:25:29 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
12:25:29 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
12:25:29 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
12:25:29 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
12:25:29 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 62%]
12:25:29 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%]
12:25:29 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%]
12:25:29 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%]
12:25:29 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%]
12:25:29 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
12:25:29 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
12:25:29 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
12:25:29 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
12:25:29 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%]
12:25:29 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%]
12:25:29 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%]
12:25:29 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%]
12:25:29 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%]
12:25:29 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%]
12:25:29 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
12:25:29 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
12:25:29 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
12:25:29 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
12:25:29 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 64%]
12:25:29 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%]
12:25:29 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%]
12:25:29 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%]
12:25:29 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%]
12:25:29 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
12:25:29 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
12:25:29 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
12:25:29 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
12:25:29 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 65%]
12:25:29 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%]
12:25:29 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%]
12:25:29 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%]
12:25:29 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%]
12:25:29 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%]
12:25:29 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
12:25:29 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
12:25:29 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
12:25:29 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
12:25:29 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 66%]
12:25:29 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 66%]
12:25:29 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 66%]
12:25:29 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%]
12:25:29 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%]
12:25:29 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
12:25:29 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
12:25:29 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
12:25:29 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
12:25:29 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 67%]
12:25:29 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%]
12:25:29 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%]
12:25:29 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%]
12:25:29 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%]
12:25:29 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%]
12:25:29 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
12:25:29 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
12:25:29 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
12:25:29 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 67%]
12:25:29 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 68%]
12:25:29 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 68%]
12:25:29 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
12:25:29 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
12:25:29 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
12:25:29 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
12:25:29 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
12:25:29 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 68%]
12:25:29 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 68%]
12:25:29 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%]
12:25:29 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
12:25:29 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
12:25:29 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
12:25:29 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
12:25:29 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
12:25:29 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
12:25:29 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
12:25:29 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
12:25:29 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
12:25:29 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%]
12:25:29 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
12:25:29 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
12:25:29 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
12:25:29 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
12:25:29 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 39%]
12:25:29 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 39%]
12:25:29 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 39%]
12:25:29 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 39%]
12:25:29 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
12:25:29 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
12:25:29 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
12:25:29 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
12:25:29 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
12:25:29 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
12:25:29 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
12:25:29 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
12:25:29 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%]
12:25:29 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%]
12:25:29 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
12:25:29 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
12:25:29 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
12:25:29 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
12:25:29 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
12:25:29 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
12:25:29 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
12:25:29 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%]
12:25:29 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%]
12:25:29 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
12:25:29 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
12:25:29 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
12:25:29 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
12:25:29 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
12:25:29 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
12:25:29 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
12:25:29 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
12:25:29 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%]
12:25:29 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
12:25:29 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
12:25:29 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
12:25:29 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
12:25:29 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
12:25:29 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
12:25:29 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
12:25:29 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
12:25:29 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 76%]
12:25:29 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 77%]
12:25:29 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
12:25:29 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
12:25:29 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
12:25:29 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
12:25:29 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
12:25:29 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
12:25:29 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
12:25:29 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
12:25:29 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%]
12:25:29 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
12:25:29 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
12:25:29 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
12:25:29 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
12:25:29 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
12:25:29 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
12:25:29 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
12:25:29 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 79%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 79%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 79%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 80%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 81%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 81%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
12:25:30 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
12:25:30 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
12:25:30 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
12:25:30 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
12:25:30 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 82%]
12:25:30 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
12:25:30 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
12:25:30 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
12:25:30 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
12:25:30 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
12:25:30 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
12:25:30 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
12:25:30 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 82%]
12:25:30 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 83%]
12:25:30 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
12:25:30 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
12:25:30 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
12:25:30 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
12:25:30 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
12:25:30 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
12:25:30 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
12:25:30 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 83%]
12:25:30 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 83%]
12:25:30 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 84%]
12:25:30 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
12:25:30 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
12:25:30 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
12:25:30 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
12:25:30 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
12:25:30 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
12:25:30 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
12:25:30 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
12:25:30 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 85%]
12:25:30 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
12:25:30 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
12:25:30 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 86%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%]
12:25:30 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
12:25:30 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
12:25:30 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
12:25:30 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
12:25:30 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
12:25:30 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
12:25:30 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
12:25:30 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
12:25:30 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%]
12:25:30 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
12:25:30 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
12:25:30 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
12:25:30 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
12:25:30 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
12:25:30 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
12:25:30 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
12:25:30 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
12:25:30 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
12:25:30 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%]
12:25:30 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
12:25:30 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
12:25:30 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
12:25:30 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
12:25:30 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
12:25:30 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
12:25:30 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
12:25:30 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
12:25:30 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 92%]
12:25:30 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
12:25:30 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
12:25:30 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
12:25:30 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
12:25:30 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
12:25:30 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
12:25:30 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
12:25:30 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
12:25:30 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%]
12:25:30 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%]
12:25:30 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
12:25:30 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
12:25:30 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
12:25:30 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
12:25:30 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
12:25:30 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
12:25:30 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
12:25:30 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
12:25:30 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%]
12:25:30 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
12:25:30 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
12:25:30 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
12:25:30 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
12:25:30 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
12:25:30 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
12:25:30 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
12:25:30 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
12:25:30 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%]
12:25:30 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
12:25:30 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
12:25:30 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
12:25:30 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
12:25:30 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
12:25:30 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
12:25:30 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
12:25:30 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
12:25:30 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
12:25:30 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 96%]
12:25:30 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
12:25:30 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
12:25:30 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
12:25:30 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
12:25:30 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
12:25:30 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
12:25:30 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
12:25:30 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%]
12:25:30 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
12:25:30 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
12:25:30 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
12:25:31 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
12:25:31 
12:25:31 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
12:25:31 Name                                  Stmts   Miss Branch BrPart  Cover
12:25:31 -----------------------------------------------------------------------
12:25:31 docker/__init__.py                        8      0      0      0   100%
12:25:31 docker/api/__init__.py                    1      0      0      0   100%
12:25:31 docker/api/build.py                     126     19     92     17    82%
12:25:31 docker/api/client.py                    263     45     96     12    82%
12:25:31 docker/api/config.py                     31      1      6      2    92%
12:25:31 docker/api/container.py                 266     17    102     19    90%
12:25:31 docker/api/daemon.py                     39      2     14      4    89%
12:25:31 docker/api/exec_api.py                   46      4     22      4    88%
12:25:31 docker/api/image.py                     149     19     50     10    84%
12:25:31 docker/api/network.py                    90     13     48     12    80%
12:25:31 docker/api/plugin.py                     90     13     12      4    81%
12:25:31 docker/api/secret.py                     36      4     10      3    80%
12:25:31 docker/api/service.py                   200     60    149     32    61%
12:25:31 docker/api/swarm.py                     106     14     38     10    82%
12:25:31 docker/api/volume.py                     38      3     14      3    88%
12:25:31 docker/auth.py                          198     16     74     17    88%
12:25:31 docker/client.py                         68      4      2      0    94%
12:25:31 docker/constants.py                      20      0      0      0   100%
12:25:31 docker/context/__init__.py                2      0      0      0   100%
12:25:31 docker/context/api.py                    78     16     38      8    76%
12:25:31 docker/context/config.py                 61     27     16      2    52%
12:25:31 docker/context/context.py               151     21     62     15    81%
12:25:31 docker/credentials/__init__.py            3      0      0      0   100%
12:25:31 docker/credentials/constants.py           4      0      0      0   100%
12:25:31 docker/credentials/errors.py             11      1      2      1    85%
12:25:31 docker/credentials/store.py              50      6     16      3    83%
12:25:31 docker/credentials/utils.py              23     13     12      1    31%
12:25:31 docker/errors.py                        110     12     18      6    86%
12:25:31 docker/models/__init__.py                 0      0      0      0   100%
12:25:31 docker/models/configs.py                 21      8      0      0    62%
12:25:31 docker/models/containers.py             183      6     60      5    95%
12:25:31 docker/models/images.py                 137     29     52      3    76%
12:25:31 docker/models/networks.py                37      1      8      0    98%
12:25:31 docker/models/nodes.py                   15      1      0      0    93%
12:25:31 docker/models/plugins.py                 49     30      8      0    33%
12:25:31 docker/models/resource.py                41      9      6      2    77%
12:25:31 docker/models/secrets.py                 21      8      0      0    62%
12:25:31 docker/models/services.py                87      3     34      3    95%
12:25:31 docker/models/swarm.py                   39      3      6      3    87%
12:25:31 docker/models/volumes.py                 23      1      2      0    96%
12:25:31 docker/tls.py                            37      6     14      6    76%
12:25:31 docker/transport/__init__.py             11      3      0      0    73%
12:25:31 docker/transport/basehttpadapter.py       6      0      2      1    88%
12:25:31 docker/transport/npipeconn.py            58     53     10      0     7%
12:25:31 docker/transport/npipesocket.py         137    132     22      0     3%
12:25:31 docker/transport/sshconn.py             149    111     46      1    20%
12:25:31 docker/transport/ssladapter.py           36      8     10      4    70%
12:25:31 docker/transport/unixconn.py             65      5     12      4    88%
12:25:31 docker/types/__init__.py                  6      0      0      0   100%
12:25:31 docker/types/base.py                      5      0      2      0   100%
12:25:31 docker/types/containers.py              418     63    326     43    85%
12:25:31 docker/types/daemon.py                   36      9     14      3    68%
12:25:31 docker/types/healthcheck.py              34     12      4      1    61%
12:25:31 docker/types/networks.py                 41      6     28      5    81%
12:25:31 docker/types/services.py                312     45    206     33    83%
12:25:31 docker/types/swarm.py                    51     24     40     10    52%
12:25:31 docker/utils/__init__.py                  3      0      0      0   100%
12:25:31 docker/utils/build.py                   154     14     74      7    89%
12:25:31 docker/utils/config.py                   36      1     10      1    96%
12:25:31 docker/utils/decorators.py               32      1     12      1    95%
12:25:31 docker/utils/fnmatch.py                  55     18     28      2    61%
12:25:31 docker/utils/json_stream.py              43      8     14      2    79%
12:25:31 docker/utils/ports.py                    50      3     28      2    91%
12:25:31 docker/utils/proxy.py                    32      1     12      0    98%
12:25:31 docker/utils/socket.py                   86      8     40      7    87%
12:25:31 docker/utils/utils.py                   285     17    164     12    93%
12:25:31 docker/version.py                         2      0      0      0   100%
12:25:31 -----------------------------------------------------------------------
12:25:31 TOTAL                                  5101    977   2187    346    78%
12:25:31 
12:25:31 =========================== short test summary info ============================
12:25:31 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
12:25:31   CONFIG_RT_GROUP_SCHED isn't enabled
12:25:31 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
12:25:31   Not supported on most drivers
12:25:31 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
12:25:31   Output of docker top depends on host distro, and is not formalized.
12:25:31 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
12:25:31   This doesn't seem to be taken into account by the engine
12:25:31 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
12:25:31 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
12:25:31 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
12:25:31 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
12:25:31 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
12:25:31 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
12:25:31 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
12:25:31 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
12:25:31 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
12:25:31 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
12:25:31 
12:25:31 ======== 923 passed, 11 skipped, 5 xfailed, 4 xpassed in 295.47 seconds ========
[Pipeline] sh
12:25:31 + docker stop dpy-dind-20-0-py2.7-19.03.13
12:25:34 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
12:25:36 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
12:25:37 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
12:25:37 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
12:25:38 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
12:25:38 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
12:25:38 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%]
12:25:38 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%]
12:25:39 dpy-dind-20-0-py3.7-19.03.13
[Pipeline] sh
12:25:39 dpy-dind-20-0-py2.7-19.03.12
[Pipeline] sh
12:25:39 + docker run --rm -d --name dpy-dind-20-0-py3.7-19.03.13 -v /tmp --privileged --network dpy-testnet-20-0-py3.7-19.03.13 dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466 dockerd --experimental
12:25:39 035085043ef1883027cf33d87a590c817f73fe013ac5eab67360930fa2728e98
[Pipeline] sh
12:25:40 + docker run --rm -d --name dpy-dind-20-0-py2.7-19.03.12 -v /tmp --privileged --network dpy-testnet-20-0-py2.7-19.03.12 dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466 dockerd --experimental
12:25:40 a8f9b4d2dc8a403eccc826bae0f68556b24c7ac7425bcddd1b2501fce5b862e3
[Pipeline] sh
12:25:40 + docker exec dpy-dind-20-0-py3.7-19.03.13 sh -c /usr/sbin/sshd
[Pipeline] sh
12:25:40 + docker exec dpy-dind-20-0-py2.7-19.03.12 sh -c /usr/sbin/sshd
[Pipeline] sh
12:25:40 + docker run --rm --name dpy-tests-20-0-py3.7-19.03.13 -e DOCKER_HOST=ssh://dpy-dind-20-0-py3.7-19.03.13:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-20-0-py3.7-19.03.13 --volumes-from dpy-dind-20-0-py3.7-19.03.13 dockerbuildbot/docker-py:py3-aa1f47d25c7315b5c722998e216d0c58e8315466 py.test -v -rxs --cov=docker tests/ssh
12:25:40 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%]
12:25:40 + docker run --rm --name dpy-tests-20-0-py2.7-19.03.12 -e DOCKER_HOST=ssh://dpy-dind-20-0-py2.7-19.03.12:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-20-0-py2.7-19.03.12 --volumes-from dpy-dind-20-0-py2.7-19.03.12 dockerbuildbot/docker-py:py2-aa1f47d25c7315b5c722998e216d0c58e8315466 py.test -v -rxs --cov=docker tests/ssh
12:25:41 ============================= test session starts ==============================
12:25:41 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
12:25:41 cachedir: .pytest_cache
12:25:41 rootdir: /src, inifile: pytest.ini
12:25:41 plugins: timeout-1.3.3, cov-2.6.1
12:25:41 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
12:25:41 collecting ... collected 24 items
12:25:41 
12:25:41 ============================= test session starts ==============================
12:25:41 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
12:25:41 cachedir: .pytest_cache
12:25:41 rootdir: /src, inifile: pytest.ini
12:25:41 plugins: timeout-1.3.3, cov-2.6.1
12:25:41 collecting ... collected 24 items
12:25:41 
12:25:41 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
12:25:41 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
12:25:41 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
12:25:41 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target ERROR [  4%]
12:25:41 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio ERROR   [  8%]
12:25:41 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding ERROR [ 12%]
12:25:41 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding ERROR   [ 16%]
12:25:42 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
12:25:42 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
12:25:42 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile ERROR [ 20%]
12:25:42 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile ERROR [ 25%]
12:25:42 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile ERROR [ 29%]
12:25:42 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform ERROR [ 33%]
12:25:42 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 41%]
12:25:42 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 41%]
12:25:42 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%]
12:25:42 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 41%]
12:25:42 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
12:25:42 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
12:25:42 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
12:25:42 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
12:25:42 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
12:25:42 tests/ssh/api_build_test.py::BuildTest::test_build_isolation ERROR       [ 37%]
12:25:42 tests/ssh/api_build_test.py::BuildTest::test_build_labels ERROR          [ 41%]
12:25:42 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile ERROR [ 45%]
12:25:42 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize ERROR         [ 50%]
12:25:42 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
12:25:42 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%]
12:25:42 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 42%]
12:25:42 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%]
12:25:42 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
12:25:42 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
12:25:42 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
12:25:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
12:25:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
12:25:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
12:25:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%]
12:25:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%]
12:25:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%]
12:25:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%]
12:25:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
12:25:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
12:25:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
12:25:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
12:25:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
12:25:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 44%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 45%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 46%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 48%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
12:25:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 49%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 51%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 51%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 51%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 51%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%]
12:25:42 tests/ssh/api_build_test.py::BuildTest::test_build_squash ERROR          [ 54%]
12:25:42 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data ERROR     [ 58%]
12:25:42 tests/ssh/api_build_test.py::BuildTest::test_build_streaming ERROR       [ 62%]
12:25:42 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs ERROR  [ 66%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
12:25:42 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%]
12:25:42 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 53%]
12:25:42 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 53%]
12:25:42 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 53%]
12:25:42 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 53%]
12:25:42 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 53%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 54%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 54%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 54%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 54%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 55%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 55%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 55%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 55%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 55%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 55%]
12:25:42 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 56%]
12:25:42 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%]
12:25:42 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 56%]
12:25:42 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%]
12:25:42 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
12:25:42 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
12:25:42 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 57%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 57%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 57%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 57%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 58%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 58%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 59%]
12:25:42 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%]
12:25:42 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%]
12:25:42 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from ERROR [ 70%]
12:25:42 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines ERROR [ 75%]
12:25:42 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore ERROR [ 79%]
12:25:42 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts ERROR [ 83%]
12:25:43 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%]
12:25:43 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode ERROR [ 87%]
12:25:43 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy ERROR      [ 91%]
12:25:43 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs ERROR [ 95%]
12:25:43 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%]
12:25:43 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
12:25:43 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
12:25:43 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XFAIL          [100%]
12:25:43 
12:25:43 ==================================== ERRORS ====================================
12:25:43 _________ ERROR at setup of BuildTest.test_build_container_with_target _________
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 _____________ ERROR at setup of BuildTest.test_build_from_stringio _____________
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 _________ ERROR at setup of BuildTest.test_build_gzip_custom_encoding __________
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 _____________ ERROR at setup of BuildTest.test_build_gzip_encoding _____________
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 _______ ERROR at setup of BuildTest.test_build_in_context_abs_dockerfile _______
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 _________ ERROR at setup of BuildTest.test_build_in_context_dockerfile _________
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 _____ ERROR at setup of BuildTest.test_build_in_context_nested_dockerfile ______
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 ___________ ERROR at setup of BuildTest.test_build_invalid_platform ____________
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 _______________ ERROR at setup of BuildTest.test_build_isolation _______________
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 ________________ ERROR at setup of BuildTest.test_build_labels _________________
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 _______ ERROR at setup of BuildTest.test_build_out_of_context_dockerfile _______
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 ________________ ERROR at setup of BuildTest.test_build_shmsize ________________
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 ________________ ERROR at setup of BuildTest.test_build_squash _________________
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 ______________ ERROR at setup of BuildTest.test_build_stderr_data ______________
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 _______________ ERROR at setup of BuildTest.test_build_streaming _______________
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 ____________ ERROR at setup of BuildTest.test_build_with_buildargs _____________
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 ____________ ERROR at setup of BuildTest.test_build_with_cache_from ____________
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 ______ ERROR at setup of BuildTest.test_build_with_dockerfile_empty_lines ______
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 ___________ ERROR at setup of BuildTest.test_build_with_dockerignore ___________
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 ___________ ERROR at setup of BuildTest.test_build_with_extra_hosts ____________
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 ___________ ERROR at setup of BuildTest.test_build_with_network_mode ___________
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 ______________ ERROR at setup of BuildTest.test_build_with_proxy _______________
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 _______ ERROR at setup of BuildTest.test_build_with_proxy_and_buildargs ________
12:25:43 tests/ssh/base.py:79: in setUpClass
12:25:43     cls.client.pull(TEST_IMG)
12:25:43 docker/api/image.py:412: in pull
12:25:43     stream=stream, timeout=None
12:25:43 docker/utils/decorators.py:46: in inner
12:25:43     return f(self, *args, **kwargs)
12:25:43 docker/api/client.py:228: in _post
12:25:43     return self.post(url, **self._set_request_timeout(kwargs))
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:43     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:43     resp = self.send(prep, **send_kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:43     r = adapter.send(request, **kwargs)
12:25:43 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:43     raise ConnectionError(err, request=request)
12:25:43 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:43 
12:25:43 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
12:25:43 Name                                  Stmts   Miss Branch BrPart  Cover
12:25:43 -----------------------------------------------------------------------
12:25:43 docker/__init__.py                        8      0      0      0   100%
12:25:43 docker/api/__init__.py                    1      0      0      0   100%
12:25:43 docker/api/build.py                     126    112     92      0     6%
12:25:43 docker/api/client.py                    263    158     96      9    32%
12:25:43 docker/api/config.py                     31     19      6      0    32%
12:25:43 docker/api/container.py                 266    208    102      0    16%
12:25:43 docker/api/daemon.py                     39     29     14      0    19%
12:25:43 docker/api/exec_api.py                   46     36     22      0    15%
12:25:43 docker/api/image.py                     149    106     50      4    24%
12:25:43 docker/api/network.py                    90     74     48      0    12%
12:25:43 docker/api/plugin.py                     90     68     12      0    22%
12:25:43 docker/api/secret.py                     36     23     10      0    28%
12:25:43 docker/api/service.py                   200    176    149      0     7%
12:25:43 docker/api/swarm.py                     106     77     38      0    20%
12:25:43 docker/api/volume.py                     38     29     14      0    17%
12:25:43 docker/auth.py                          198    117     74     13    35%
12:25:43 docker/client.py                         68     26      2      0    60%
12:25:43 docker/constants.py                      20      0      0      0   100%
12:25:43 docker/context/__init__.py                2      0      0      0   100%
12:25:43 docker/context/api.py                    78     57     38      0    18%
12:25:43 docker/context/config.py                 61     42     16      1    26%
12:25:43 docker/context/context.py               151    110     62      2    20%
12:25:43 docker/credentials/__init__.py            3      0      0      0   100%
12:25:43 docker/credentials/constants.py           4      0      0      0   100%
12:25:43 docker/credentials/errors.py             11      4      2      0    54%
12:25:43 docker/credentials/store.py              50     35     16      0    23%
12:25:43 docker/credentials/utils.py              23     18     12      0    14%
12:25:43 docker/errors.py                        110     60     18      0    39%
12:25:43 docker/models/__init__.py                 0      0      0      0   100%
12:25:43 docker/models/configs.py                 21      8      0      0    62%
12:25:43 docker/models/containers.py             183    131     60      0    21%
12:25:43 docker/models/images.py                 137     92     52      0    24%
12:25:43 docker/models/networks.py                37     20      8      0    38%
12:25:43 docker/models/nodes.py                   15      5      0      0    67%
12:25:43 docker/models/plugins.py                 49     30      8      0    33%
12:25:43 docker/models/resource.py                41     24      6      0    36%
12:25:43 docker/models/secrets.py                 21      8      0      0    62%
12:25:43 docker/models/services.py                87     63     34      0    20%
12:25:43 docker/models/swarm.py                   39     21      6      0    40%
12:25:43 docker/models/volumes.py                 23     10      2      0    52%
12:25:43 docker/tls.py                            37     26     14      0    22%
12:25:43 docker/transport/__init__.py             11      3      0      0    73%
12:25:43 docker/transport/basehttpadapter.py       6      3      2      0    38%
12:25:43 docker/transport/npipeconn.py            58     53     10      0     7%
12:25:43 docker/transport/npipesocket.py         137    132     22      0     3%
12:25:43 docker/transport/sshconn.py             149     62     46     10    50%
12:25:43 docker/transport/ssladapter.py           36     20     10      1    37%
12:25:43 docker/transport/unixconn.py             65     41     12      0    31%
12:25:43 docker/types/__init__.py                  6      0      0      0   100%
12:25:43 docker/types/base.py                      5      2      2      0    43%
12:25:43 docker/types/containers.py              418    375    326      0     6%
12:25:43 docker/types/daemon.py                   36     26     14      0    20%
12:25:43 docker/types/healthcheck.py              34     20      4      0    37%
12:25:43 docker/types/networks.py                 41     31     28      0    14%
12:25:43 docker/types/services.py                312    259    206      0    10%
12:25:43 docker/types/swarm.py                    51     45     40      0     7%
12:25:43 docker/utils/__init__.py                  3      0      0      0   100%
12:25:43 docker/utils/build.py                   154    129     74      0    11%
12:25:43 docker/utils/config.py                   36     11     10      4    67%
12:25:43 docker/utils/decorators.py               32     13     12      1    45%
12:25:43 docker/utils/fnmatch.py                  55     47     28      0    10%
12:25:43 docker/utils/json_stream.py              43     31     14      1    23%
12:25:43 docker/utils/ports.py                    50     50     28      0     0%
12:25:43 docker/utils/proxy.py                    32     21     12      0    25%
12:25:43 docker/utils/socket.py                   86     64     40      0    17%
12:25:43 docker/utils/utils.py                   285    192    164     25    27%
12:25:43 docker/version.py                         2      0      0      0   100%
12:25:43 -----------------------------------------------------------------------
12:25:43 TOTAL                                  5101   3652   2187     71    21%
12:25:43 
12:25:43 =========================== short test summary info ============================
12:25:43 XFAIL tests/ssh/api_build_test.py::BuildTest::test_prune_builds
12:25:43   Currently fails on 18.09: https://github.com/moby/moby/issues/37920
12:25:43 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
12:25:43 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
12:25:43 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
12:25:43 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
12:25:44 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
12:25:44 ===================== 1 xfailed, 23 error in 2.45 seconds ======================
12:25:44 dpy-dind-20-0-py2.7-19.03.13
[Pipeline] sh
12:25:44 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
[Pipeline] sh
12:25:44 + docker run --rm -d --name dpy-dind-20-0-py2.7-19.03.13 -v /tmp --privileged --network dpy-testnet-20-0-py2.7-19.03.13 dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466 dockerd --experimental
12:25:44 374102b2a28ce7d3f5bb64e722e7a541934371ef37229da791740367658d9221
12:25:44 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 60%]
12:25:44 + docker stop dpy-dind-20-0-py2.7-19.03.12
[Pipeline] sh
12:25:44 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
12:25:44 + docker exec dpy-dind-20-0-py2.7-19.03.13 sh -c /usr/sbin/sshd
[Pipeline] sh
12:25:45 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%]
12:25:45 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 60%]
12:25:45 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 60%]
12:25:45 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%]
12:25:45 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
12:25:45 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
12:25:45 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
12:25:45 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
12:25:45 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%]
12:25:45 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%]
12:25:45 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%]
12:25:45 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%]
12:25:45 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 61%]
12:25:45 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 61%]
12:25:45 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
12:25:45 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
12:25:45 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
12:25:45 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
12:25:45 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 62%]
12:25:45 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%]
12:25:45 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%]
12:25:45 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%]
12:25:45 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%]
12:25:45 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
12:25:45 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
12:25:45 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
12:25:45 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
12:25:45 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%]
12:25:45 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%]
12:25:45 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%]
12:25:45 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%]
12:25:45 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%]
12:25:45 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%]
12:25:45 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
12:25:45 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
12:25:45 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
12:25:45 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
12:25:45 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 64%]
12:25:45 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%]
12:25:45 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%]
12:25:45 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%]
12:25:45 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%]
12:25:45 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
12:25:45 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
12:25:45 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
12:25:45 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
12:25:45 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 65%]
12:25:45 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%]
12:25:45 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%]
12:25:45 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%]
12:25:45 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%]
12:25:45 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%]
12:25:45 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
12:25:45 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
12:25:45 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
12:25:45 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
12:25:45 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 66%]
12:25:45 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 66%]
12:25:45 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 66%]
12:25:45 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%]
12:25:45 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%]
12:25:45 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
12:25:45 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
12:25:45 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
12:25:45 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
12:25:45 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 67%]
12:25:45 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%]
12:25:45 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%]
12:25:45 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%]
12:25:45 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%]
12:25:45 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%]
12:25:45 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
12:25:45 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
12:25:45 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
12:25:45 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 67%]
12:25:45 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 68%]
12:25:45 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 68%]
12:25:45 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
12:25:45 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
12:25:45 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
12:25:45 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
12:25:45 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
12:25:45 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 68%]
12:25:45 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 68%]
12:25:45 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%]
12:25:45 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
12:25:45 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
12:25:45 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
12:25:45 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%]
12:25:45 + docker run --rm --name dpy-tests-20-0-py2.7-19.03.13 -e DOCKER_HOST=ssh://dpy-dind-20-0-py2.7-19.03.13:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-20-0-py2.7-19.03.13 --volumes-from dpy-dind-20-0-py2.7-19.03.13 dockerbuildbot/docker-py:py2-aa1f47d25c7315b5c722998e216d0c58e8315466 py.test -v -rxs --cov=docker tests/ssh
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
12:25:45 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
12:25:45 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
12:25:45 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
12:25:45 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
12:25:45 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
12:25:45 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%]
12:25:45 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
12:25:45 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
12:25:45 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
12:25:45 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
12:25:45 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
12:25:45 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
12:25:45 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
12:25:45 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
12:25:45 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%]
12:25:45 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%]
12:25:45 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
12:25:45 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
12:25:45 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
12:25:45 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
12:25:45 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
12:25:45 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
12:25:45 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
12:25:45 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%]
12:25:45 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%]
12:25:45 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
12:25:45 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
12:25:45 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
12:25:45 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
12:25:45 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
12:25:45 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
12:25:45 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
12:25:45 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
12:25:45 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%]
12:25:45 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
12:25:45 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
12:25:45 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
12:25:45 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
12:25:45 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
12:25:45 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
12:25:45 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
12:25:45 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
12:25:45 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 76%]
12:25:45 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 77%]
12:25:45 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
12:25:45 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
12:25:45 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
12:25:45 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
12:25:45 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
12:25:45 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
12:25:45 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
12:25:45 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
12:25:45 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%]
12:25:45 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
12:25:45 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
12:25:45 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
12:25:45 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
12:25:45 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
12:25:45 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
12:25:45 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
12:25:45 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 79%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 79%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 79%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 80%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 81%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 81%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
12:25:45 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
12:25:45 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
12:25:45 ============================= test session starts ==============================
12:25:45 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
12:25:45 cachedir: .pytest_cache
12:25:45 rootdir: /src, inifile: pytest.ini
12:25:45 plugins: timeout-1.3.3, cov-2.6.1
12:25:45 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
12:25:45 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
12:25:45 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 82%]
12:25:45 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
12:25:45 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
12:25:45 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
12:25:45 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
12:25:45 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
12:25:45 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
12:25:45 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
12:25:45 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 82%]
12:25:45 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 83%]
12:25:45 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
12:25:45 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
12:25:45 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
12:25:45 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
12:25:45 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
12:25:45 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
12:25:45 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
12:25:45 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 83%]
12:25:45 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 83%]
12:25:45 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 84%]
12:25:45 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
12:25:45 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
12:25:45 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
12:25:45 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
12:25:45 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
12:25:45 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
12:25:45 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
12:25:45 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
12:25:45 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 85%]
12:25:45 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
12:25:45 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
12:25:45 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
12:25:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
12:25:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
12:25:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
12:25:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
12:25:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
12:25:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%]
12:25:45 dpy-dind-20-0-py2.7-19.03.12
12:25:45 + docker network rm dpy-testnet-20-0-py2.7-19.03.12
12:25:45 dpy-testnet-20-0-py2.7-19.03.12
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.12
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 86%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%]
12:25:46 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
12:25:46 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
12:25:46 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
12:25:46 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
12:25:46 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
12:25:46 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
12:25:46 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
12:25:46 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
12:25:46 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%]
12:25:46 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
12:25:46 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
12:25:46 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
12:25:46 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
12:25:46 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
12:25:46 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
12:25:46 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
12:25:46 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
12:25:46 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
12:25:46 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%]
12:25:46 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
12:25:46 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
12:25:46 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
12:25:46 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
12:25:46 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
12:25:46 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
12:25:46 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
12:25:46 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
12:25:46 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 92%]
12:25:46 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
12:25:46 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
12:25:46 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
12:25:46 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
12:25:46 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
12:25:46 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
12:25:46 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
12:25:46 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
12:25:46 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%]
12:25:46 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%]
12:25:46 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
12:25:46 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
12:25:46 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
12:25:46 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
12:25:46 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
12:25:46 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
12:25:46 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
12:25:46 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
12:25:46 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
12:25:46 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%]
12:25:46 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
12:25:46 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
12:25:46 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
12:25:46 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
12:25:46 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
12:25:46 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
12:25:46 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
12:25:46 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
12:25:46 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%]
12:25:46 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
12:25:46 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
12:25:46 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
12:25:46 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
12:25:46 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
12:25:46 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
12:25:46 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
12:25:46 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
12:25:46 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
12:25:46 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 96%]
12:25:46 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
12:25:46 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
12:25:46 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
12:25:46 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
12:25:46 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
12:25:46 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
12:25:46 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
12:25:46 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%]
12:25:46 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
12:25:46 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
12:25:46 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
12:25:46 collecting ... collected 24 items
12:25:46 
12:25:46 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target ERROR [  4%]
12:25:46 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio ERROR   [  8%]
12:25:46 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding ERROR [ 12%]
12:25:46 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding ERROR   [ 16%]
12:25:46 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile ERROR [ 20%]
12:25:46 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile ERROR [ 25%]
12:25:46 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile ERROR [ 29%]
12:25:46 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform ERROR [ 33%]
12:25:46 tests/ssh/api_build_test.py::BuildTest::test_build_isolation ERROR       [ 37%]
12:25:46 tests/ssh/api_build_test.py::BuildTest::test_build_labels ERROR          [ 41%]
12:25:46 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile ERROR [ 45%]
12:25:46 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize ERROR         [ 50%]
12:25:47 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
12:25:47 tests/ssh/api_build_test.py::BuildTest::test_build_squash ERROR          [ 54%]
12:25:47 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data ERROR     [ 58%]
12:25:47 tests/ssh/api_build_test.py::BuildTest::test_build_streaming ERROR       [ 62%]
12:25:47 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs ERROR  [ 66%]
12:25:47 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
12:25:47 
12:25:47 =============================== warnings summary ===============================
12:25:47 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
12:25:47   /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
12:25:47     from collections import MutableMapping
12:25:47 
12:25:47 -- Docs: https://docs.pytest.org/en/latest/warnings.html
12:25:47 
12:25:47 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
12:25:47 Name                                  Stmts   Miss Branch BrPart  Cover
12:25:47 -----------------------------------------------------------------------
12:25:47 docker/__init__.py                        8      0      0      0   100%
12:25:47 docker/api/__init__.py                    1      0      0      0   100%
12:25:47 docker/api/build.py                     126     19     93     17    82%
12:25:47 docker/api/client.py                    263     46     98     13    82%
12:25:47 docker/api/config.py                     31      0      6      2    95%
12:25:47 docker/api/container.py                 266     17    104     19    90%
12:25:47 docker/api/daemon.py                     39      2     14      4    89%
12:25:47 docker/api/exec_api.py                   46      4     22      4    88%
12:25:47 docker/api/image.py                     149     19     52     10    85%
12:25:47 docker/api/network.py                    90     13     48     12    80%
12:25:47 docker/api/plugin.py                     90     13     14      4    82%
12:25:47 docker/api/secret.py                     36      3     10      3    83%
12:25:47 docker/api/service.py                   200     60    149     32    61%
12:25:47 docker/api/swarm.py                     106     14     38     10    82%
12:25:47 docker/api/volume.py                     38      3     14      3    88%
12:25:47 docker/auth.py                          198     16     74     16    88%
12:25:47 docker/client.py                         68      4      2      0    94%
12:25:47 docker/constants.py                      20      0      0      0   100%
12:25:47 docker/context/__init__.py                2      0      0      0   100%
12:25:47 docker/context/api.py                    78     16     38      8    76%
12:25:47 docker/context/config.py                 61     27     16      2    52%
12:25:47 docker/context/context.py               151     21     62     15    81%
12:25:47 docker/credentials/__init__.py            3      0      0      0   100%
12:25:47 docker/credentials/constants.py           4      0      0      0   100%
12:25:47 docker/credentials/errors.py             11      1      2      1    85%
12:25:47 docker/credentials/store.py              50      9     16      5    73%
12:25:47 docker/credentials/utils.py              23     13     12      1    31%
12:25:47 docker/errors.py                        110     12     20      6    86%
12:25:47 docker/models/__init__.py                 0      0      0      0   100%
12:25:47 docker/models/configs.py                 21      8      2      0    57%
12:25:47 docker/models/containers.py             183      6     70      5    95%
12:25:47 docker/models/images.py                 137     29     58      3    76%
12:25:47 docker/models/networks.py                37      1     12      0    98%
12:25:47 docker/models/nodes.py                   15      1      2      0    94%
12:25:47 docker/models/plugins.py                 49     30     10      0    32%
12:25:47 docker/models/resource.py                41      9      6      2    77%
12:25:47 docker/models/secrets.py                 21      8      2      0    57%
12:25:47 docker/models/services.py                87      3     36      3    95%
12:25:47 docker/models/swarm.py                   39      3      6      3    87%
12:25:47 docker/models/volumes.py                 23      1      4      0    96%
12:25:47 docker/tls.py                            37      6     14      6    76%
12:25:47 docker/transport/__init__.py             11      3      0      0    73%
12:25:47 docker/transport/basehttpadapter.py       6      0      2      1    88%
12:25:47 docker/transport/npipeconn.py            58     53     10      0     7%
12:25:47 docker/transport/npipesocket.py         137    132     22      0     3%
12:25:47 docker/transport/sshconn.py             149    111     46      1    20%
12:25:47 docker/transport/ssladapter.py           36     10     10      4    65%
12:25:47 docker/transport/unixconn.py             65      6     12      4    87%
12:25:47 docker/types/__init__.py                  6      0      0      0   100%
12:25:47 docker/types/base.py                      5      0      2      0   100%
12:25:47 docker/types/containers.py              418     63    328     43    85%
12:25:47 docker/types/daemon.py                   36      8     14      4    72%
12:25:47 docker/types/healthcheck.py              34     12      4      1    61%
12:25:47 docker/types/networks.py                 41      6     28      5    81%
12:25:47 docker/types/services.py                312     45    206     33    83%
12:25:47 docker/types/swarm.py                    51     24     40     10    52%
12:25:47 docker/utils/__init__.py                  3      0      0      0   100%
12:25:47 docker/utils/build.py                   154     18     76      7    87%
12:25:47 docker/utils/config.py                   36      1     10      1    96%
12:25:47 docker/utils/decorators.py               32      1     12      1    95%
12:25:47 docker/utils/fnmatch.py                  55     18     28      2    61%
12:25:47 docker/utils/json_stream.py              43      8     14      2    79%
12:25:47 docker/utils/ports.py                    50      3     32      2    91%
12:25:47 docker/utils/proxy.py                    32      1     12      0    98%
12:25:47 docker/utils/socket.py                   86      9     40      7    86%
12:25:47 docker/utils/utils.py                   285     19    177     13    92%
12:25:47 docker/version.py                         2      0      2      0   100%
12:25:47 -----------------------------------------------------------------------
12:25:47 TOTAL                                  5101    988   2253    350    78%
12:25:47 
12:25:47 =========================== short test summary info ============================
12:25:47 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
12:25:47   CONFIG_RT_GROUP_SCHED isn't enabled
12:25:47 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
12:25:47   Not supported on most drivers
12:25:47 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
12:25:47   Output of docker top depends on host distro, and is not formalized.
12:25:47 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
12:25:47   This doesn't seem to be taken into account by the engine
12:25:47 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
12:25:47 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
12:25:47 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
12:25:47 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
12:25:47 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
12:25:47 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
12:25:47 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
12:25:47 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
12:25:47 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
12:25:47 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
12:25:47 SKIPPED [1] tests/unit/utils_test.py:478: shlex doesn't support bytes in py3
12:25:47 == 922 passed, 12 skipped, 5 xfailed, 4 xpassed, 1 warnings in 318.68 seconds ==
12:25:47 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
12:25:47 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from ERROR [ 70%]
12:25:47 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines ERROR [ 75%]
12:25:47 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore ERROR [ 79%]
12:25:47 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
12:25:47 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts ERROR [ 83%]
12:25:47 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode ERROR [ 87%]
12:25:47 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy ERROR      [ 91%]
12:25:47 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs ERROR [ 95%]
[Pipeline] sh
12:25:47 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
12:25:48 + docker stop dpy-dind-20-0-py3.7-19.03.12
12:25:48 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XFAIL          [100%]
12:25:48 
12:25:48 ==================================== ERRORS ====================================
12:25:48 _________ ERROR at setup of BuildTest.test_build_container_with_target _________
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 _____________ ERROR at setup of BuildTest.test_build_from_stringio _____________
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 _________ ERROR at setup of BuildTest.test_build_gzip_custom_encoding __________
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 _____________ ERROR at setup of BuildTest.test_build_gzip_encoding _____________
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 _______ ERROR at setup of BuildTest.test_build_in_context_abs_dockerfile _______
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 _________ ERROR at setup of BuildTest.test_build_in_context_dockerfile _________
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 _____ ERROR at setup of BuildTest.test_build_in_context_nested_dockerfile ______
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 ___________ ERROR at setup of BuildTest.test_build_invalid_platform ____________
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 _______________ ERROR at setup of BuildTest.test_build_isolation _______________
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 ________________ ERROR at setup of BuildTest.test_build_labels _________________
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 _______ ERROR at setup of BuildTest.test_build_out_of_context_dockerfile _______
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 ________________ ERROR at setup of BuildTest.test_build_shmsize ________________
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 ________________ ERROR at setup of BuildTest.test_build_squash _________________
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 ______________ ERROR at setup of BuildTest.test_build_stderr_data ______________
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 _______________ ERROR at setup of BuildTest.test_build_streaming _______________
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 ____________ ERROR at setup of BuildTest.test_build_with_buildargs _____________
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 ____________ ERROR at setup of BuildTest.test_build_with_cache_from ____________
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 ______ ERROR at setup of BuildTest.test_build_with_dockerfile_empty_lines ______
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 ___________ ERROR at setup of BuildTest.test_build_with_dockerignore ___________
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 ___________ ERROR at setup of BuildTest.test_build_with_extra_hosts ____________
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 ___________ ERROR at setup of BuildTest.test_build_with_network_mode ___________
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 ______________ ERROR at setup of BuildTest.test_build_with_proxy _______________
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 _______ ERROR at setup of BuildTest.test_build_with_proxy_and_buildargs ________
12:25:48 tests/ssh/base.py:79: in setUpClass
12:25:48     cls.client.pull(TEST_IMG)
12:25:48 docker/api/image.py:412: in pull
12:25:48     stream=stream, timeout=None
12:25:48 docker/utils/decorators.py:46: in inner
12:25:48     return f(self, *args, **kwargs)
12:25:48 docker/api/client.py:228: in _post
12:25:48     return self.post(url, **self._set_request_timeout(kwargs))
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:572: in post
12:25:48     return self.request('POST', url, data=data, json=json, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:524: in request
12:25:48     resp = self.send(prep, **send_kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/sessions.py:637: in send
12:25:48     r = adapter.send(request, **kwargs)
12:25:48 /usr/local/lib/python2.7/site-packages/requests/adapters.py:498: in send
12:25:48     raise ConnectionError(err, request=request)
12:25:48 E   ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
12:25:48 
12:25:48 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
12:25:48 Name                                  Stmts   Miss Branch BrPart  Cover
12:25:48 -----------------------------------------------------------------------
12:25:48 docker/__init__.py                        8      0      0      0   100%
12:25:48 docker/api/__init__.py                    1      0      0      0   100%
12:25:48 docker/api/build.py                     126    112     92      0     6%
12:25:48 docker/api/client.py                    263    158     96      9    32%
12:25:48 docker/api/config.py                     31     19      6      0    32%
12:25:48 docker/api/container.py                 266    208    102      0    16%
12:25:48 docker/api/daemon.py                     39     29     14      0    19%
12:25:48 docker/api/exec_api.py                   46     36     22      0    15%
12:25:48 docker/api/image.py                     149    106     50      4    24%
12:25:48 docker/api/network.py                    90     74     48      0    12%
12:25:48 docker/api/plugin.py                     90     68     12      0    22%
12:25:48 docker/api/secret.py                     36     23     10      0    28%
12:25:48 docker/api/service.py                   200    176    149      0     7%
12:25:48 docker/api/swarm.py                     106     77     38      0    20%
12:25:48 docker/api/volume.py                     38     29     14      0    17%
12:25:48 docker/auth.py                          198    117     74     13    35%
12:25:48 docker/client.py                         68     26      2      0    60%
12:25:48 docker/constants.py                      20      0      0      0   100%
12:25:48 docker/context/__init__.py                2      0      0      0   100%
12:25:48 docker/context/api.py                    78     57     38      0    18%
12:25:48 docker/context/config.py                 61     42     16      1    26%
12:25:48 docker/context/context.py               151    110     62      2    20%
12:25:48 docker/credentials/__init__.py            3      0      0      0   100%
12:25:48 docker/credentials/constants.py           4      0      0      0   100%
12:25:48 docker/credentials/errors.py             11      4      2      0    54%
12:25:48 docker/credentials/store.py              50     35     16      0    23%
12:25:48 docker/credentials/utils.py              23     18     12      0    14%
12:25:48 docker/errors.py                        110     60     18      0    39%
12:25:48 docker/models/__init__.py                 0      0      0      0   100%
12:25:48 docker/models/configs.py                 21      8      0      0    62%
12:25:48 docker/models/containers.py             183    131     60      0    21%
12:25:48 docker/models/images.py                 137     92     52      0    24%
12:25:48 docker/models/networks.py                37     20      8      0    38%
12:25:48 docker/models/nodes.py                   15      5      0      0    67%
12:25:48 docker/models/plugins.py                 49     30      8      0    33%
12:25:48 docker/models/resource.py                41     24      6      0    36%
12:25:48 docker/models/secrets.py                 21      8      0      0    62%
12:25:48 docker/models/services.py                87     63     34      0    20%
12:25:48 docker/models/swarm.py                   39     21      6      0    40%
12:25:48 docker/models/volumes.py                 23     10      2      0    52%
12:25:48 docker/tls.py                            37     26     14      0    22%
12:25:48 docker/transport/__init__.py             11      3      0      0    73%
12:25:48 docker/transport/basehttpadapter.py       6      3      2      0    38%
12:25:48 docker/transport/npipeconn.py            58     53     10      0     7%
12:25:48 docker/transport/npipesocket.py         137    132     22      0     3%
12:25:48 docker/transport/sshconn.py             149     62     46     10    50%
12:25:48 docker/transport/ssladapter.py           36     20     10      1    37%
12:25:48 docker/transport/unixconn.py             65     41     12      0    31%
12:25:48 docker/types/__init__.py                  6      0      0      0   100%
12:25:48 docker/types/base.py                      5      2      2      0    43%
12:25:48 docker/types/containers.py              418    375    326      0     6%
12:25:48 docker/types/daemon.py                   36     26     14      0    20%
12:25:48 docker/types/healthcheck.py              34     20      4      0    37%
12:25:48 docker/types/networks.py                 41     31     28      0    14%
12:25:48 docker/types/services.py                312    259    206      0    10%
12:25:48 docker/types/swarm.py                    51     45     40      0     7%
12:25:48 docker/utils/__init__.py                  3      0      0      0   100%
12:25:48 docker/utils/build.py                   154    129     74      0    11%
12:25:48 docker/utils/config.py                   36     11     10      4    67%
12:25:48 docker/utils/decorators.py               32     13     12      1    45%
12:25:48 docker/utils/fnmatch.py                  55     47     28      0    10%
12:25:48 docker/utils/json_stream.py              43     31     14      1    23%
12:25:48 docker/utils/ports.py                    50     50     28      0     0%
12:25:48 docker/utils/proxy.py                    32     21     12      0    25%
12:25:48 docker/utils/socket.py                   86     64     40      0    17%
12:25:48 docker/utils/utils.py                   285    192    164     25    27%
12:25:48 docker/version.py                         2      0      0      0   100%
12:25:48 -----------------------------------------------------------------------
12:25:48 TOTAL                                  5101   3652   2187     71    21%
12:25:48 
12:25:48 =========================== short test summary info ============================
12:25:48 XFAIL tests/ssh/api_build_test.py::BuildTest::test_prune_builds
12:25:48   Currently fails on 18.09: https://github.com/moby/moby/issues/37920
12:25:48 ===================== 1 xfailed, 23 error in 2.65 seconds ======================
[Pipeline] sh
12:25:49 + docker stop dpy-dind-20-0-py2.7-19.03.13
12:25:49 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
12:25:49 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
12:25:50 dpy-dind-20-0-py2.7-19.03.13
12:25:50 + docker network rm dpy-testnet-20-0-py2.7-19.03.13
12:25:50 dpy-testnet-20-0-py2.7-19.03.13
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.13
12:25:51 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
12:25:52 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
12:25:52 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
12:25:52 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
12:25:55 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
12:25:55 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
12:25:56 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
12:25:59 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
12:26:00 dpy-dind-20-0-py3.7-19.03.12
[Pipeline] sh
12:26:00 + docker run --rm -d --name dpy-dind-20-0-py3.7-19.03.12 -v /tmp --privileged --network dpy-testnet-20-0-py3.7-19.03.12 dockerbuildbot/docker-py:sshdind-aa1f47d25c7315b5c722998e216d0c58e8315466 dockerd --experimental
12:26:00 435e89ea88bcebf5ae9a8e28bfe67ff74da92d2e1cc098619a78a32dcb05c507
[Pipeline] sh
12:26:01 + docker exec dpy-dind-20-0-py3.7-19.03.12 sh -c /usr/sbin/sshd
[Pipeline] sh
12:26:01 + docker run --rm --name dpy-tests-20-0-py3.7-19.03.12 -e DOCKER_HOST=ssh://dpy-dind-20-0-py3.7-19.03.12:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-20-0-py3.7-19.03.12 --volumes-from dpy-dind-20-0-py3.7-19.03.12 dockerbuildbot/docker-py:py3-aa1f47d25c7315b5c722998e216d0c58e8315466 py.test -v -rxs --cov=docker tests/ssh
12:26:01 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
12:26:01 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
12:26:01 ============================= test session starts ==============================
12:26:01 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
12:26:01 cachedir: .pytest_cache
12:26:01 rootdir: /src, inifile: pytest.ini
12:26:01 plugins: timeout-1.3.3, cov-2.6.1
12:26:02 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
12:26:02 collecting ... collected 24 items
12:26:02 
12:26:02 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS          [100%]
12:26:02 
12:26:02 =============================== warnings summary ===============================
12:26:02 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
12:26:02   /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
12:26:02     from collections import MutableMapping
12:26:02 
12:26:02 -- Docs: https://docs.pytest.org/en/latest/warnings.html
12:26:02 
12:26:02 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
12:26:02 Name                                  Stmts   Miss Branch BrPart  Cover
12:26:02 -----------------------------------------------------------------------
12:26:02 docker/__init__.py                        8      0      0      0   100%
12:26:02 docker/api/__init__.py                    1      0      0      0   100%
12:26:02 docker/api/build.py                     126     21     93     23    78%
12:26:02 docker/api/client.py                    263    102     98     15    55%
12:26:02 docker/api/config.py                     31     19      6      0    32%
12:26:02 docker/api/container.py                 266    171    104     10    28%
12:26:02 docker/api/daemon.py                     39     28     14      0    21%
12:26:02 docker/api/exec_api.py                   46     36     22      0    15%
12:26:02 docker/api/image.py                     149     99     52      5    27%
12:26:02 docker/api/network.py                    90     56     48      7    30%
12:26:02 docker/api/plugin.py                     90     68     14      0    21%
12:26:02 docker/api/secret.py                     36     23     10      0    28%
12:26:02 docker/api/service.py                   200    176    149      0     7%
12:26:02 docker/api/swarm.py                     106     77     38      0    20%
12:26:02 docker/api/volume.py                     38     29     14      0    17%
12:26:02 docker/auth.py                          198    113     74     15    37%
12:26:02 docker/client.py                         68     20      2      0    69%
12:26:02 docker/constants.py                      20      0      0      0   100%
12:26:02 docker/context/__init__.py                2      0      0      0   100%
12:26:02 docker/context/api.py                    78     57     38      0    18%
12:26:02 docker/context/config.py                 61     42     16      1    26%
12:26:02 docker/context/context.py               151    110     62      2    20%
12:26:02 docker/credentials/__init__.py            3      0      0      0   100%
12:26:02 docker/credentials/constants.py           4      0      0      0   100%
12:26:02 docker/credentials/errors.py             11      4      2      0    54%
12:26:02 docker/credentials/store.py              50     35     16      0    23%
12:26:02 docker/credentials/utils.py              23     18     12      0    14%
12:26:02 docker/errors.py                        110     38     20      5    61%
12:26:02 docker/models/__init__.py                 0      0      0      0   100%
12:26:02 docker/models/configs.py                 21      8      2      0    57%
12:26:02 docker/models/containers.py             183    131     70      0    21%
12:26:02 docker/models/images.py                 137     92     58      0    23%
12:26:02 docker/models/networks.py                37     20     12      0    35%
12:26:02 docker/models/nodes.py                   15      5      2      0    59%
12:26:02 docker/models/plugins.py                 49     30     10      0    32%
12:26:02 docker/models/resource.py                41     24      6      0    36%
12:26:02 docker/models/secrets.py                 21      8      2      0    57%
12:26:02 docker/models/services.py                87     63     36      0    20%
12:26:02 docker/models/swarm.py                   39     21      6      0    40%
12:26:02 docker/models/volumes.py                 23     10      4      0    48%
12:26:02 docker/tls.py                            37     26     14      0    22%
12:26:02 docker/transport/__init__.py             11      3      0      0    73%
12:26:02 docker/transport/basehttpadapter.py       6      0      2      1    88%
12:26:02 docker/transport/npipeconn.py            58     53     10      0     7%
12:26:02 docker/transport/npipesocket.py         137    132     22      0     3%
12:26:02 docker/transport/sshconn.py             149     54     46     12    56%
12:26:02 docker/transport/ssladapter.py           36     22     10      1    33%
12:26:02 docker/transport/unixconn.py             65     41     12      0    31%
12:26:02 docker/types/__init__.py                  6      0      0      0   100%
12:26:02 docker/types/base.py                      5      2      2      0    43%
12:26:02 docker/types/containers.py              418    355    328     11    10%
12:26:02 docker/types/daemon.py                   36     26     14      0    20%
12:26:02 docker/types/healthcheck.py              34     20      4      0    37%
12:26:02 docker/types/networks.py                 41     21     28      8    41%
12:26:02 docker/types/services.py                312    259    206      0    10%
12:26:02 docker/types/swarm.py                    51     45     40      0     7%
12:26:02 docker/utils/__init__.py                  3      0      0      0   100%
12:26:02 docker/utils/build.py                   154     27     76     13    79%
12:26:02 docker/utils/config.py                   36     11     10      4    67%
12:26:02 docker/utils/decorators.py               32      6     12      4    73%
12:26:02 docker/utils/fnmatch.py                  55     27     28      4    41%
12:26:02 docker/utils/json_stream.py              43      8     14      3    77%
12:26:02 docker/utils/ports.py                    50     50     32      0     0%
12:26:02 docker/utils/proxy.py                    32      3     12      2    89%
12:26:02 docker/utils/socket.py                   86     64     40      0    17%
12:26:02 docker/utils/utils.py                   285    186    177     27    29%
12:26:02 docker/version.py                         2      0      2      0   100%
12:26:02 -----------------------------------------------------------------------
12:26:02 TOTAL                                  5101   3195   2253    173    30%
12:26:02 
12:26:02 ============== 23 passed, 1 xpassed, 1 warnings in 21.67 seconds ===============
[Pipeline] sh
12:26:03 + docker stop dpy-dind-20-0-py3.7-19.03.13
12:26:04 dpy-dind-20-0-py3.7-19.03.13
12:26:04 + docker network rm dpy-testnet-20-0-py3.7-19.03.13
12:26:04 dpy-testnet-20-0-py3.7-19.03.13
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:26:05 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  4%]
12:26:05 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED  [  8%]
12:26:05 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%]
12:26:05 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED  [ 16%]
12:26:06 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%]
12:26:07 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%]
12:26:08 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%]
12:26:08 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%]
12:26:08 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED      [ 37%]
12:26:09 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED         [ 41%]
12:26:10 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%]
12:26:10 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED        [ 50%]
12:26:13 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED         [ 54%]
12:26:14 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED    [ 58%]
12:26:14 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED      [ 62%]
12:26:14 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%]
12:26:18 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%]
12:26:18 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%]
12:26:19 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%]
12:26:22 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%]
12:26:25 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%]
12:26:25 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED     [ 91%]
12:26:25 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%]
12:26:26 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS          [100%]
12:26:26 
12:26:26 =============================== warnings summary ===============================
12:26:26 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
12:26:26   /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
12:26:26     from collections import MutableMapping
12:26:26 
12:26:26 -- Docs: https://docs.pytest.org/en/latest/warnings.html
12:26:26 
12:26:26 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
12:26:26 Name                                  Stmts   Miss Branch BrPart  Cover
12:26:26 -----------------------------------------------------------------------
12:26:26 docker/__init__.py                        8      0      0      0   100%
12:26:26 docker/api/__init__.py                    1      0      0      0   100%
12:26:26 docker/api/build.py                     126     21     93     23    78%
12:26:26 docker/api/client.py                    263    102     98     15    55%
12:26:26 docker/api/config.py                     31     19      6      0    32%
12:26:26 docker/api/container.py                 266    171    104     10    28%
12:26:26 docker/api/daemon.py                     39     28     14      0    21%
12:26:26 docker/api/exec_api.py                   46     36     22      0    15%
12:26:26 docker/api/image.py                     149     99     52      5    27%
12:26:26 docker/api/network.py                    90     56     48      7    30%
12:26:26 docker/api/plugin.py                     90     68     14      0    21%
12:26:26 docker/api/secret.py                     36     23     10      0    28%
12:26:26 docker/api/service.py                   200    176    149      0     7%
12:26:26 docker/api/swarm.py                     106     77     38      0    20%
12:26:26 docker/api/volume.py                     38     29     14      0    17%
12:26:26 docker/auth.py                          198    113     74     15    37%
12:26:26 docker/client.py                         68     20      2      0    69%
12:26:26 docker/constants.py                      20      0      0      0   100%
12:26:26 docker/context/__init__.py                2      0      0      0   100%
12:26:26 docker/context/api.py                    78     57     38      0    18%
12:26:26 docker/context/config.py                 61     42     16      1    26%
12:26:26 docker/context/context.py               151    110     62      2    20%
12:26:26 docker/credentials/__init__.py            3      0      0      0   100%
12:26:26 docker/credentials/constants.py           4      0      0      0   100%
12:26:26 docker/credentials/errors.py             11      4      2      0    54%
12:26:26 docker/credentials/store.py              50     35     16      0    23%
12:26:26 docker/credentials/utils.py              23     18     12      0    14%
12:26:26 docker/errors.py                        110     38     20      5    61%
12:26:26 docker/models/__init__.py                 0      0      0      0   100%
12:26:26 docker/models/configs.py                 21      8      2      0    57%
12:26:26 docker/models/containers.py             183    131     70      0    21%
12:26:26 docker/models/images.py                 137     92     58      0    23%
12:26:26 docker/models/networks.py                37     20     12      0    35%
12:26:26 docker/models/nodes.py                   15      5      2      0    59%
12:26:26 docker/models/plugins.py                 49     30     10      0    32%
12:26:26 docker/models/resource.py                41     24      6      0    36%
12:26:26 docker/models/secrets.py                 21      8      2      0    57%
12:26:26 docker/models/services.py                87     63     36      0    20%
12:26:26 docker/models/swarm.py                   39     21      6      0    40%
12:26:26 docker/models/volumes.py                 23     10      4      0    48%
12:26:26 docker/tls.py                            37     26     14      0    22%
12:26:26 docker/transport/__init__.py             11      3      0      0    73%
12:26:26 docker/transport/basehttpadapter.py       6      0      2      1    88%
12:26:26 docker/transport/npipeconn.py            58     53     10      0     7%
12:26:26 docker/transport/npipesocket.py         137    132     22      0     3%
12:26:26 docker/transport/sshconn.py             149     54     46     12    56%
12:26:26 docker/transport/ssladapter.py           36     22     10      1    33%
12:26:26 docker/transport/unixconn.py             65     41     12      0    31%
12:26:26 docker/types/__init__.py                  6      0      0      0   100%
12:26:26 docker/types/base.py                      5      2      2      0    43%
12:26:26 docker/types/containers.py              418    355    328     11    10%
12:26:26 docker/types/daemon.py                   36     26     14      0    20%
12:26:26 docker/types/healthcheck.py              34     20      4      0    37%
12:26:26 docker/types/networks.py                 41     21     28      8    41%
12:26:26 docker/types/services.py                312    259    206      0    10%
12:26:26 docker/types/swarm.py                    51     45     40      0     7%
12:26:26 docker/utils/__init__.py                  3      0      0      0   100%
12:26:26 docker/utils/build.py                   154     27     76     13    79%
12:26:26 docker/utils/config.py                   36     11     10      4    67%
12:26:26 docker/utils/decorators.py               32      6     12      4    73%
12:26:26 docker/utils/fnmatch.py                  55     27     28      4    41%
12:26:26 docker/utils/json_stream.py              43      8     14      3    77%
12:26:26 docker/utils/ports.py                    50     50     32      0     0%
12:26:26 docker/utils/proxy.py                    32      3     12      2    89%
12:26:26 docker/utils/socket.py                   86     64     40      0    17%
12:26:26 docker/utils/utils.py                   285    186    177     27    29%
12:26:26 docker/version.py                         2      0      2      0   100%
12:26:26 -----------------------------------------------------------------------
12:26:26 TOTAL                                  5101   3195   2253    173    30%
12:26:26 
12:26:26 ============== 23 passed, 1 xpassed, 1 warnings in 24.19 seconds ===============
[Pipeline] sh
12:26:26 + docker stop dpy-dind-20-0-py3.7-19.03.12
12:26:28 dpy-dind-20-0-py3.7-19.03.12
12:26:28 + docker network rm dpy-testnet-20-0-py3.7-19.03.12
12:26:28 dpy-testnet-20-0-py3.7-19.03.12
[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

ERROR: script returned exit code 1
Finished: FAILURE