Skip to content
Failed

Console Output

Pull request #2721 updated
22:59:45 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 11b986417b080dd09582524b757ef33d66534fc7+1757c974fa3a05b0e9b783af85242b18df09d05d (726105a9c06b2febf8152dd4680fdb086a45a067)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e21ec36a60ce6cf0) in /home/ubuntu/workspace/docker-py_PR-2721
[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-2721@tmp/fb771056-525b-42f3-8275-fab4c7e6cf99/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
23:01:04 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
23:01:04 chowning workspace
[Pipeline] sh
23:01:05 + pwd
23:01:05 + id -u
23:01:05 + id -g
23:01:05 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2721:/workspace busybox chown -R 1000:1000 /workspace
23:01:05 Unable to find image 'busybox:latest' locally
23:01:05 latest: Pulling from library/busybox
23:01:05 ea97eb0eb3ec: Pulling fs layer
23:01:05 ea97eb0eb3ec: Verifying Checksum
23:01:05 ea97eb0eb3ec: Download complete
23:01:06 ea97eb0eb3ec: Pull complete
23:01:06 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
23:01:06 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
23:01:11 Removing all docker containers
[Pipeline] sh
23:01:12 + docker container ls -aq
[Pipeline] echo
23:01:12 Docker containers have been removed
[Pipeline] echo
23:01:12 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
23:01:12 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
23:01:14 using credential docker-jenkins-github-credentials
23:01:14 Cloning the remote Git repository
23:01:14 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-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10
23:01:17 Fetching without tags
23:01:17 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 11b986417b080dd09582524b757ef33d66534fc7
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2721/head:refs/remotes/origin/PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11b986417b080dd09582524b757ef33d66534fc7 # 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 1757c974fa3a05b0e9b783af85242b18df09d05d # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
23:01:17 Merge succeeded, producing 11b986417b080dd09582524b757ef33d66534fc7
23:01:17 Checking out Revision 11b986417b080dd09582524b757ef33d66534fc7 (PR-2721)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11b986417b080dd09582524b757ef33d66534fc7 # timeout=10
23:01:21 Commit message: "Add github actions"
23:01:21 First time build. Skipping changelog.
[Pipeline] sh
23:01:22 + git rev-parse HEAD
[Pipeline] withDockerRegistry
[Pipeline] {
 > git rev-list --no-walk 8f154d1869d323c7c74ff1ccc332cffcaecf3d65 # timeout=10
[Pipeline] isUnix
[Pipeline] sh
23:01:23 + docker pull dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7
$ 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-2721@tmp/e066b5aa-ec7b-4a89-b0b4-72e1fa8f5b70/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
23:01:23 Error response from daemon: manifest for dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
23:01:24 + docker build -t dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7 -f tests/Dockerfile-ssh-dind .
23:01:24 Sending build context to Docker daemon   1.38MB

23:01:24 Step 1/11 : ARG API_VERSION=1.39
23:01:24 Step 2/11 : ARG ENGINE_VERSION=19.03.12
23:01:24 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
23:01:24 19.03.12-dind: Pulling from library/docker
23:01:24 df20fa9351a1: Pulling fs layer
23:01:24 25ad7478873d: Pulling fs layer
23:01:24 4684f6177b5d: Pulling fs layer
23:01:24 46e300cec669: Pulling fs layer
23:01:24 63038576ad94: Pulling fs layer
23:01:24 0fdb76c4706c: Pulling fs layer
23:01:24 cb7edeffdfd5: Pulling fs layer
23:01:24 cc28bd76800f: Pulling fs layer
23:01:24 54196fe38f7e: Pulling fs layer
23:01:24 ea71acc29633: Pulling fs layer
23:01:24 657cc4c15165: Pulling fs layer
23:01:24 46e300cec669: Waiting
23:01:24 63038576ad94: Waiting
23:01:24 0fdb76c4706c: Waiting
23:01:24 cb7edeffdfd5: Waiting
23:01:24 cc28bd76800f: Waiting
23:01:24 54196fe38f7e: Waiting
23:01:24 ea71acc29633: Waiting
23:01:24 4684f6177b5d: Verifying Checksum
23:01:24 4684f6177b5d: Download complete
23:01:24 25ad7478873d: Download complete
23:01:24 df20fa9351a1: Verifying Checksum
23:01:24 df20fa9351a1: Download complete
23:01:24 63038576ad94: Verifying Checksum
23:01:24 63038576ad94: Download complete
23:01:24 0fdb76c4706c: Verifying Checksum
23:01:24 0fdb76c4706c: Download complete
23:01:24 cb7edeffdfd5: Verifying Checksum
23:01:24 cb7edeffdfd5: Download complete
23:01:25 54196fe38f7e: Verifying Checksum
23:01:25 54196fe38f7e: Download complete
23:01:25 ea71acc29633: Verifying Checksum
23:01:25 ea71acc29633: Download complete
23:01:25 657cc4c15165: Verifying Checksum
23:01:25 657cc4c15165: Download complete
23:01:25 cc28bd76800f: Verifying Checksum
23:01:25 cc28bd76800f: Download complete
23:01:26 df20fa9351a1: Pull complete
23:01:26 25ad7478873d: Pull complete
23:01:26 4684f6177b5d: Pull complete
23:01:27 46e300cec669: Verifying Checksum
23:01:27 46e300cec669: Download complete
23:01:31 46e300cec669: Pull complete
23:01:31 63038576ad94: Pull complete
23:01:31 0fdb76c4706c: Pull complete
23:01:32 cb7edeffdfd5: Pull complete
23:01:32 cc28bd76800f: Pull complete
23:01:32 54196fe38f7e: Pull complete
23:01:32 ea71acc29633: Pull complete
23:01:33 657cc4c15165: Pull complete
23:01:33 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
23:01:33 Status: Downloaded newer image for docker:19.03.12-dind
23:01:33  ---> 66dc2d45749a
23:01:33 Step 4/11 : RUN apk add --no-cache 		openssh
23:01:37  ---> Running in f17e7c160ea2
23:01:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
23:01:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
23:01:39 (1/4) Installing openssh-sftp-server (8.3_p1-r0)
23:01:39 (2/4) Installing openssh-server-common (8.3_p1-r0)
23:01:39 (3/4) Installing openssh-server (8.3_p1-r0)
23:01:39 (4/4) Installing openssh (8.3_p1-r0)
23:01:39 Executing busybox-1.31.1-r16.trigger
23:01:39 OK: 28 MiB in 51 packages
23:01:40 Removing intermediate container f17e7c160ea2
23:01:40  ---> ba202c7fd711
23:01:40 Step 5/11 : RUN ssh-keygen -A
23:01:40  ---> Running in 099485ccd1cd
23:01:41 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
23:01:42 Removing intermediate container 099485ccd1cd
23:01:42  ---> f9a859765ff5
23:01:42 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
23:01:42  ---> Running in f772923a064f
23:01:43 Removing intermediate container f772923a064f
23:01:43  ---> d2b178d3bce5
23:01:43 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
23:01:43  ---> 43b2d0fe8801
23:01:43 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
23:01:43  ---> Running in ed0a21cf8f7d
23:01:44 Removing intermediate container ed0a21cf8f7d
23:01:44  ---> afdbb6044194
23:01:44 Step 9/11 : RUN echo "root:root" | chpasswd
23:01:44  ---> Running in 4574498b4e16
23:01:45 chpasswd: password for 'root' changed
23:01:45 Removing intermediate container 4574498b4e16
23:01:45  ---> cf62e7171b8d
23:01:45 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
23:01:45  ---> Running in 38524dc240c7
23:01:47 Removing intermediate container 38524dc240c7
23:01:47  ---> f744a842137e
23:01:47 Step 11/11 : EXPOSE 22
23:01:47  ---> Running in e6c03780beec
23:01:47 Removing intermediate container e6c03780beec
23:01:47  ---> 27d232d73a2d
23:01:47 Successfully built 27d232d73a2d
23:01:47 Successfully tagged dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7
[Pipeline] isUnix
[Pipeline] sh
23:01:47 + docker tag dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7 dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7
[Pipeline] isUnix
[Pipeline] sh
23:01:47 + docker push dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7
23:01:47 The push refers to repository [docker.io/dockerbuildbot/docker-py]
23:01:47 265883ac5334: Preparing
23:01:47 5bf3fa4e3a4a: Preparing
23:01:47 1fcaa6c76df0: Preparing
23:01:47 6d40d6c841be: Preparing
23:01:47 aaddd4ad4016: Preparing
23:01:47 7d4fc65ec83e: Preparing
23:01:47 68996b8a994c: Preparing
23:01:47 1149e736aa92: Preparing
23:01:47 39e79983ac8b: Preparing
23:01:47 da8c28465f82: Preparing
23:01:47 d1292e236c36: Preparing
23:01:47 8890c171a12b: Preparing
23:01:47 4ae5bd84d450: Preparing
23:01:47 723a561964c8: Preparing
23:01:47 78764725b56c: Preparing
23:01:47 51d6d3d09136: Preparing
23:01:47 1507bc794612: Preparing
23:01:47 50644c29ef5a: Preparing
23:01:47 8890c171a12b: Waiting
23:01:47 4ae5bd84d450: Waiting
23:01:47 723a561964c8: Waiting
23:01:47 78764725b56c: Waiting
23:01:47 7d4fc65ec83e: Waiting
23:01:47 68996b8a994c: Waiting
23:01:47 1149e736aa92: Waiting
23:01:47 39e79983ac8b: Waiting
23:01:47 da8c28465f82: Waiting
23:01:47 d1292e236c36: Waiting
23:01:47 51d6d3d09136: Waiting
23:01:47 1507bc794612: Waiting
23:01:47 50644c29ef5a: Waiting
23:01:48 6d40d6c841be: Pushed
23:01:48 265883ac5334: Pushed
23:01:49 5bf3fa4e3a4a: Pushed
23:01:49 1149e736aa92: Layer already exists
23:01:49 39e79983ac8b: Layer already exists
23:01:49 1fcaa6c76df0: Pushed
23:01:49 da8c28465f82: Layer already exists
23:01:49 8890c171a12b: Layer already exists
23:01:49 d1292e236c36: Layer already exists
23:01:49 4ae5bd84d450: Layer already exists
23:01:49 723a561964c8: Layer already exists
23:01:49 78764725b56c: Layer already exists
23:01:49 51d6d3d09136: Layer already exists
23:01:49 1507bc794612: Layer already exists
23:01:49 50644c29ef5a: Layer already exists
23:01:49 aaddd4ad4016: Pushed
23:01:50 68996b8a994c: Pushed
23:01:50 7d4fc65ec83e: Pushed
23:01:52 sshdind-11b986417b080dd09582524b757ef33d66534fc7: digest: sha256:0ec8db4815f5ea8ed36af5609c10e4b5cabf9d355b393c9f312df07c856b88bf size: 4067
[Pipeline] isUnix
[Pipeline] sh
23:01:53 + docker pull dockerbuildbot/docker-py:py2-11b986417b080dd09582524b757ef33d66534fc7
23:01:53 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-11b986417b080dd09582524b757ef33d66534fc7 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
23:01:53 + docker build -t dockerbuildbot/docker-py:py2-11b986417b080dd09582524b757ef33d66534fc7 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
23:01:53 Sending build context to Docker daemon   1.38MB

23:01:53 Step 1/21 : ARG PYTHON_VERSION=3.7
23:01:53 Step 2/21 : FROM python:${PYTHON_VERSION}
23:01:53 2.7: Pulling from library/python
23:01:53 7e2b2a5af8f6: Pulling fs layer
23:01:53 09b6f03ffac4: Pulling fs layer
23:01:53 dc3f0c679f0f: Pulling fs layer
23:01:53 fd4b47407fc3: Pulling fs layer
23:01:53 b32f6bf7d96d: Pulling fs layer
23:01:53 6f4489a7e4cf: Pulling fs layer
23:01:53 af4b99ad9ef0: Pulling fs layer
23:01:53 39db0bc48c26: Pulling fs layer
23:01:53 acb4a89489fc: Pulling fs layer
23:01:53 b32f6bf7d96d: Waiting
23:01:53 6f4489a7e4cf: Waiting
23:01:53 af4b99ad9ef0: Waiting
23:01:53 39db0bc48c26: Waiting
23:01:53 acb4a89489fc: Waiting
23:01:53 fd4b47407fc3: Waiting
23:01:54 09b6f03ffac4: Verifying Checksum
23:01:54 09b6f03ffac4: Download complete
23:01:54 dc3f0c679f0f: Verifying Checksum
23:01:54 dc3f0c679f0f: Download complete
23:01:55 7e2b2a5af8f6: Verifying Checksum
23:01:55 7e2b2a5af8f6: Download complete
23:01:55 fd4b47407fc3: Verifying Checksum
23:01:55 fd4b47407fc3: Download complete
23:01:55 6f4489a7e4cf: Verifying Checksum
23:01:55 6f4489a7e4cf: Download complete
23:01:56 39db0bc48c26: Verifying Checksum
23:01:56 39db0bc48c26: Download complete
23:01:56 acb4a89489fc: Verifying Checksum
23:01:56 acb4a89489fc: Download complete
23:01:56 af4b99ad9ef0: Verifying Checksum
23:01:56 af4b99ad9ef0: Download complete
23:01:59 b32f6bf7d96d: Verifying Checksum
23:01:59 b32f6bf7d96d: Download complete
23:02:01 7e2b2a5af8f6: Pull complete
23:02:01 09b6f03ffac4: Pull complete
23:02:02 dc3f0c679f0f: Pull complete
23:02:06 fd4b47407fc3: Pull complete
23:02:18 b32f6bf7d96d: Pull complete
23:02:19 6f4489a7e4cf: Pull complete
23:02:19 af4b99ad9ef0: Pull complete
23:02:19 39db0bc48c26: Pull complete
23:02:20 acb4a89489fc: Pull complete
23:02:20 Digest: sha256:cfa62318c459b1fde9e0841c619906d15ada5910d625176e24bf692cf8a2601d
23:02:20 Status: Downloaded newer image for python:2.7
23:02:20  ---> 68e7be49c28c
23:02:20 Step 3/21 : ARG APT_MIRROR
23:02:22  ---> Running in cf26d08525bb
23:02:22 Removing intermediate container cf26d08525bb
23:02:22  ---> e9a102303414
23:02:22 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
23:02:22  ---> Running in e728369fd5e1
23:02:23 Removing intermediate container e728369fd5e1
23:02:23  ---> 07425c720873
23:02:23 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
23:02:23  ---> Running in 964837b90519
23:02:24 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
23:02:24 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
23:02:24 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
23:02:24 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [254 kB]
23:02:24 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
23:02:25 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
23:02:26 Fetched 8408 kB in 2s (3468 kB/s)
23:02:27 Reading package lists...
23:02:28 Reading package lists...
23:02:28 Building dependency tree...
23:02:28 Reading state information...
23:02:28 The following additional packages will be installed:
23:02:28   tree
23:02:28 Suggested packages:
23:02:28   libxml-simple-perl ruby
23:02:28 Recommended packages:
23:02:28   qrencode xclip
23:02:28 The following NEW packages will be installed:
23:02:28   gnupg2 pass tree
23:02:29 0 upgraded, 3 newly installed, 0 to remove and 78 not upgraded.
23:02:29 Need to get 481 kB of archives.
23:02:29 After this operation, 684 kB of additional disk space will be used.
23:02:29 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
23:02:29 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
23:02:29 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
23:02:29 debconf: delaying package configuration, since apt-utils is not installed
23:02:29 Fetched 481 kB in 0s (1805 kB/s)
23:02:29 Selecting previously unselected package gnupg2.
23:02:29 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24538 files and directories currently installed.)
23:02:29 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
23:02:29 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
23:02:29 Selecting previously unselected package tree.
23:02:29 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
23:02:29 Unpacking tree (1.8.0-1) ...
23:02:29 Selecting previously unselected package pass.
23:02:29 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
23:02:29 Unpacking pass (1.7.3-2) ...
23:02:29 Setting up gnupg2 (2.2.12-1+deb10u1) ...
23:02:29 Setting up tree (1.8.0-1) ...
23:02:29 Setting up pass (1.7.3-2) ...
23:02:31 Removing intermediate container 964837b90519
23:02:31  ---> ef2732ba56e3
23:02:31 Step 6/21 : COPY tests/ssh-keys /root/.ssh
23:02:31  ---> b7d93ac429a5
23:02:31 Step 7/21 : RUN chmod -R 600 /root/.ssh
23:02:31  ---> Running in 260984ec7e51
23:02:32 Removing intermediate container 260984ec7e51
23:02:32  ---> e22e9aee08c2
23:02:32 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
23:02:33  ---> e0f13527b90f
23:02:33 Step 9/21 : RUN gpg2 --import gpg-keys/secret
23:02:33  ---> Running in 428c2c6c804f
23:02:33 gpg: directory '/root/.gnupg' created
23:02:33 gpg: keybox '/root/.gnupg/pubring.kbx' created
23:02:33 gpg: /root/.gnupg/trustdb.gpg: trustdb created
23:02:33 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
23:02:33 gpg: key 464ED987A7B21401: secret key imported
23:02:33 gpg: Total number processed: 1
23:02:33 gpg:               imported: 1
23:02:33 gpg:       secret keys read: 1
23:02:33 gpg:   secret keys imported: 1
23:02:34 Removing intermediate container 428c2c6c804f
23:02:34  ---> a63f38fe09c0
23:02:34 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
23:02:34  ---> Running in 4977583864ed
23:02:34 gpg: inserting ownertrust of 6
23:02:36 Removing intermediate container 4977583864ed
23:02:36  ---> 734d4df8dbd5
23:02:36 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
23:02:36  ---> Running in b07c674373bf
23:02:37 gpg: please do a --check-trustdb
23:02:37 mkdir: created directory '/root/.password-store/'
23:02:37 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
23:02:38 Removing intermediate container b07c674373bf
23:02:38  ---> e7852eec8da4
23:02:38 Step 12/21 : RUN gpg2 --check-trustdb
23:02:38  ---> Running in f55a4bf1cd94
23:02:38 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
23:02:38 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
23:02:39 Removing intermediate container f55a4bf1cd94
23:02:39  ---> 5a17f472afaa
23:02:39 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
23:02:39  ---> Running in 430b2c77b0ff
23:02:39 Removing intermediate container 430b2c77b0ff
23:02:39  ---> d77f34b8db94
23:02:39 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
23:02:39  ---> Running in 29c7b0111639
23:02:40 Removing intermediate container 29c7b0111639
23:02:40  ---> b89fd129df15
23:02:40 Step 15/21 : WORKDIR /src
23:02:40  ---> Running in 03866513ed33
23:02:41 Removing intermediate container 03866513ed33
23:02:41  ---> f81e9b949036
23:02:41 Step 16/21 : COPY requirements.txt /src/requirements.txt
23:02:41  ---> 9ea56d273c85
23:02:41 Step 17/21 : RUN pip install -r requirements.txt
23:02:41  ---> Running in fc9b5568bb7b
23:02:42 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
23:02:42 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
23:02:42 Requirement already satisfied: appdirs==1.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (1.4.3)
23:02:46 Collecting asn1crypto==0.22.0
23:02:47   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
23:02:47 Collecting backports.ssl-match-hostname==3.5.0.1
23:02:47   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
23:02:48 Collecting cffi==1.10.0
23:02:48   Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB)
23:02:48 Collecting cryptography==3.2
23:02:48   Downloading cryptography-3.2-cp27-cp27mu-manylinux2010_x86_64.whl (2.7 MB)
23:02:49 Collecting enum34==1.1.6
23:02:49   Downloading enum34-1.1.6-py2-none-any.whl (12 kB)
23:02:49 Collecting idna==2.5
23:02:49   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
23:02:49 Collecting ipaddress==1.0.18
23:02:49   Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB)
23:02:49 Collecting packaging==16.8
23:02:49   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
23:02:49 Collecting paramiko==2.4.2
23:02:49   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
23:02:49 Collecting pycparser==2.17
23:02:49   Downloading pycparser-2.17.tar.gz (231 kB)
23:02:49 Collecting pyOpenSSL==18.0.0
23:02:49   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
23:02:49 Collecting pyparsing==2.2.0
23:02:50   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
23:02:50 Collecting requests==2.20.0
23:02:50   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
23:02:50 Collecting six==1.10.0
23:02:50   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
23:02:50 Collecting urllib3==1.24.3
23:02:50   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
23:02:50 Collecting websocket-client==0.56.0
23:02:50   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
23:02:50 Collecting pyasn1>=0.1.7
23:02:50   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
23:02:50 Collecting pynacl>=1.0.1
23:02:50   Downloading PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964 kB)
23:02:51 Collecting bcrypt>=3.1.3
23:02:51   Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB)
23:02:51 Collecting certifi>=2017.4.17
23:02:51   Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
23:02:51 Collecting chardet<3.1.0,>=3.0.2
23:02:51   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
23:02:51 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
23:02:51   Building wheel for backports.ssl-match-hostname (setup.py): started
23:02:51   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
23:02:51   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=0a2d21bb253fd5eb24910d3e028cbd9ed6700f98f2108a44d6008a23cc2ecfc7
23:02:51   Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f
23:02:51   Building wheel for pycparser (setup.py): started
23:02:52   Building wheel for pycparser (setup.py): finished with status 'done'
23:02:52   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193886 sha256=677db6ced29505d4a7a35efe76200e2b99ced4d91653555197513afa90129ad6
23:02:52   Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3
23:02:52 Successfully built backports.ssl-match-hostname pycparser
23:02:52 Installing collected packages: asn1crypto, backports.ssl-match-hostname, pycparser, cffi, ipaddress, six, enum34, cryptography, idna, pyparsing, packaging, pyasn1, pynacl, bcrypt, paramiko, pyOpenSSL, certifi, chardet, urllib3, requests, websocket-client
23:02:52   Attempting uninstall: six
23:02:52     Found existing installation: six 1.14.0
23:02:52     Uninstalling six-1.14.0:
23:02:52       Successfully uninstalled six-1.14.0
23:02:53 Successfully installed asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.12.5 cffi-1.10.0 chardet-3.0.4 cryptography-3.2 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
23:02:58 WARNING: You are using pip version 20.0.2; however, version 20.3.1 is available.
23:02:58 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
23:02:59 Removing intermediate container fc9b5568bb7b
23:02:59  ---> 3352297cd994
23:02:59 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
23:02:59  ---> 9074da2f64ec
23:02:59 Step 19/21 : RUN pip install -r test-requirements.txt
23:02:59  ---> Running in 584d5fb88d8e
23:03:00 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
23:03:00   from cryptography import x509
23:03: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
23:03:05 Collecting setuptools==44.0.0
23:03:06   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
23:03:07 Collecting coverage==4.5.2
23:03:07   Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB)
23:03:07 Collecting flake8==3.6.0
23:03:07   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
23:03:07 Collecting mock==1.0.1
23:03:07   Downloading mock-1.0.1.tar.gz (818 kB)
23:03:08 Collecting pytest==4.3.1
23:03:08   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
23:03:08 Collecting pytest-cov==2.6.1
23:03:08   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
23:03:08 Collecting pytest-timeout==1.3.3
23:03:08   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
23:03:08 Collecting pyflakes<2.1.0,>=2.0.0
23:03:08   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
23:03:08 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)
23:03:08 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)
23:03:08 Collecting pycodestyle<2.5.0,>=2.4.0
23:03:08   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
23:03:08 Collecting mccabe<0.7.0,>=0.6.0
23:03:08   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
23:03:08 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)
23:03:08 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)
23:03:08 Collecting py>=1.5.0
23:03:08   Downloading py-1.10.0-py2.py3-none-any.whl (97 kB)
23:03:08 Collecting attrs>=17.4.0
23:03:08   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
23:03:09 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7"
23:03:09   Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB)
23:03:09 Collecting atomicwrites>=1.0
23:03:09   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
23:03:09 Collecting pluggy>=0.7
23:03:09   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
23:03:09 Collecting funcsigs; python_version < "3.0"
23:03:09   Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB)
23:03:09 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)
23:03:09 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)
23:03:09 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)
23:03:09 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)
23:03:09 Building wheels for collected packages: mock
23:03:09   Building wheel for mock (setup.py): started
23:03:09   Building wheel for mock (setup.py): finished with status 'done'
23:03:09   Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=de0acfbfbdf8b4d41910dcd1a232759f9c4851d2f53df312d8a575714d3d19c1
23:03:09   Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660
23:03:09 Successfully built mock
23:03:09 Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, py, attrs, more-itertools, atomicwrites, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout
23:03:09   Attempting uninstall: setuptools
23:03:09     Found existing installation: setuptools 44.1.0
23:03:09     Uninstalling setuptools-44.1.0:
23:03:09       Successfully uninstalled setuptools-44.1.0
23:03:11 Successfully installed atomicwrites-1.4.0 attrs-20.3.0 coverage-4.5.2 flake8-3.6.0 funcsigs-1.0.2 mccabe-0.6.1 mock-1.0.1 more-itertools-5.0.0 pluggy-0.13.1 py-1.10.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-44.0.0
23:03:11 WARNING: You are using pip version 20.0.2; however, version 20.3.1 is available.
23:03:11 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
23:03:13 Removing intermediate container 584d5fb88d8e
23:03:13  ---> e494eb6060b2
23:03:13 Step 20/21 : COPY . /src
23:03:13  ---> b0a9bfbbb0be
23:03:13 Step 21/21 : RUN pip install .
23:03:13  ---> Running in 86f12c2b0bc8
23:03:14 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
23:03:14   from cryptography import x509
23:03:14 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
23:03:14 Processing /src
23:03:15 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
23:03:15 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)
23:03:15 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)
23:03:15 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)
23:03:15 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.0.18)
23:03:15 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.12.5)
23:03:15 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)
23:03:15 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)
23:03:15 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)
23:03:15 Building wheels for collected packages: docker
23:03:15   Building wheel for docker (setup.py): started
23:03:15   Building wheel for docker (setup.py): finished with status 'done'
23:03:15   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146963 sha256=7a64e723bc0454694833975d122af6842065ed8e9927eaf07438e431b4ad526e
23:03:15   Stored in directory: /tmp/pip-ephem-wheel-cache-OtjSxi/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
23:03:15 Successfully built docker
23:03:15 Installing collected packages: docker
23:03:15 Successfully installed docker-4.4.0.dev0
23:03:16 WARNING: You are using pip version 20.0.2; however, version 20.3.1 is available.
23:03:16 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
23:03:16 Removing intermediate container 86f12c2b0bc8
23:03:16  ---> cc555fa5c098
23:03:17 Successfully built cc555fa5c098
23:03:17 Successfully tagged dockerbuildbot/docker-py:py2-11b986417b080dd09582524b757ef33d66534fc7
[Pipeline] isUnix
[Pipeline] sh
23:03:17 + docker tag dockerbuildbot/docker-py:py2-11b986417b080dd09582524b757ef33d66534fc7 dockerbuildbot/docker-py:py2-11b986417b080dd09582524b757ef33d66534fc7
[Pipeline] isUnix
[Pipeline] sh
23:03:17 + docker push dockerbuildbot/docker-py:py2-11b986417b080dd09582524b757ef33d66534fc7
23:03:17 The push refers to repository [docker.io/dockerbuildbot/docker-py]
23:03:17 df94380e304c: Preparing
23:03:17 f92f31fce384: Preparing
23:03:17 df949f2de321: Preparing
23:03:17 463a3aa5c2a0: Preparing
23:03:17 9e4446ace9c7: Preparing
23:03:17 254ee5f20348: Preparing
23:03:17 114d424bf2ca: Preparing
23:03:17 ce9cbe72de5e: Preparing
23:03:17 070a183ebbc0: Preparing
23:03:17 4e7aa05d39b0: Preparing
23:03:17 b4002e389b04: Preparing
23:03:17 9f90e450e7be: Preparing
23:03:17 0a58203dbb2f: Preparing
23:03:17 abd60013b178: Preparing
23:03:17 4faeafa46ff9: Preparing
23:03:17 821b05047cbf: Preparing
23:03:17 35b75b54b0bc: Preparing
23:03:17 e571d2d3c73c: Preparing
23:03:17 da7b0a80a4f2: Preparing
23:03:17 ceee8816bb96: Preparing
23:03:17 47458fb45d99: Preparing
23:03:17 46829331b1e4: Preparing
23:03:17 d35c5bda4793: Preparing
23:03:17 a3c1026c6bcc: Preparing
23:03:17 f1d420c2af1a: Preparing
23:03:17 461719022993: Preparing
23:03:17 abd60013b178: Waiting
23:03:17 4faeafa46ff9: Waiting
23:03:17 821b05047cbf: Waiting
23:03:17 35b75b54b0bc: Waiting
23:03:17 e571d2d3c73c: Waiting
23:03:17 da7b0a80a4f2: Waiting
23:03:17 ceee8816bb96: Waiting
23:03:17 47458fb45d99: Waiting
23:03:17 46829331b1e4: Waiting
23:03:17 d35c5bda4793: Waiting
23:03:17 a3c1026c6bcc: Waiting
23:03:17 f1d420c2af1a: Waiting
23:03:17 461719022993: Waiting
23:03:17 ce9cbe72de5e: Waiting
23:03:17 070a183ebbc0: Waiting
23:03:17 4e7aa05d39b0: Waiting
23:03:17 b4002e389b04: Waiting
23:03:17 9f90e450e7be: Waiting
23:03:17 0a58203dbb2f: Waiting
23:03:17 254ee5f20348: Waiting
23:03:17 114d424bf2ca: Waiting
23:03:19 463a3aa5c2a0: Pushed
23:03:19 df94380e304c: Pushed
23:03:20 f92f31fce384: Pushed
23:03:20 254ee5f20348: Pushed
23:03:20 df949f2de321: Pushed
23:03:21 114d424bf2ca: Pushed
23:03:21 ce9cbe72de5e: Pushed
23:03:22 070a183ebbc0: Pushed
23:03:22 4e7aa05d39b0: Pushed
23:03:22 b4002e389b04: Pushed
23:03:22 9f90e450e7be: Pushed
23:03:23 9e4446ace9c7: Pushed
23:03:23 0a58203dbb2f: Pushed
23:03:23 e571d2d3c73c: Layer already exists
23:03:23 da7b0a80a4f2: Layer already exists
23:03:23 ceee8816bb96: Layer already exists
23:03:23 47458fb45d99: Layer already exists
23:03:23 abd60013b178: Pushed
23:03:23 46829331b1e4: Layer already exists
23:03:23 a3c1026c6bcc: Layer already exists
23:03:23 d35c5bda4793: Layer already exists
23:03:23 461719022993: Layer already exists
23:03:23 4faeafa46ff9: Pushed
23:03:23 f1d420c2af1a: Layer already exists
23:03:24 35b75b54b0bc: Pushed
23:03:26 821b05047cbf: Pushed
23:03:27 py2-11b986417b080dd09582524b757ef33d66534fc7: digest: sha256:f1a029f369b0a14f9ead600fa218a8767cc877e2ed04f4177ed444e526a75bab size: 5769
[Pipeline] isUnix
[Pipeline] sh
23:03:28 + docker pull dockerbuildbot/docker-py:py3-11b986417b080dd09582524b757ef33d66534fc7
23:03:28 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-11b986417b080dd09582524b757ef33d66534fc7 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
23:03:28 + docker build -t dockerbuildbot/docker-py:py3-11b986417b080dd09582524b757ef33d66534fc7 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
23:03:28 Sending build context to Docker daemon   1.38MB

23:03:28 Step 1/21 : ARG PYTHON_VERSION=3.7
23:03:28 Step 2/21 : FROM python:${PYTHON_VERSION}
23:03:28 3.7: Pulling from library/python
23:03:28 6c33745f49b4: Pulling fs layer
23:03:28 c87cd3c61e27: Pulling fs layer
23:03:28 05a3c799ec37: Pulling fs layer
23:03:28 a61c38f966ac: Pulling fs layer
23:03:28 c2dd6d195b68: Pulling fs layer
23:03:28 29b9446ae7bd: Pulling fs layer
23:03:28 bcb49d30d299: Pulling fs layer
23:03:28 618e5f951c44: Pulling fs layer
23:03:28 b61a06eec492: Pulling fs layer
23:03:28 c2dd6d195b68: Waiting
23:03:28 29b9446ae7bd: Waiting
23:03:28 a61c38f966ac: Waiting
23:03:28 618e5f951c44: Waiting
23:03:28 b61a06eec492: Waiting
23:03:28 bcb49d30d299: Waiting
23:03:28 05a3c799ec37: Verifying Checksum
23:03:28 05a3c799ec37: Download complete
23:03:28 c87cd3c61e27: Verifying Checksum
23:03:28 c87cd3c61e27: Download complete
23:03:29 6c33745f49b4: Verifying Checksum
23:03:29 6c33745f49b4: Download complete
23:03:30 29b9446ae7bd: Verifying Checksum
23:03:30 29b9446ae7bd: Download complete
23:03:30 a61c38f966ac: Verifying Checksum
23:03:30 a61c38f966ac: Download complete
23:03:30 618e5f951c44: Verifying Checksum
23:03:30 618e5f951c44: Download complete
23:03:30 bcb49d30d299: Verifying Checksum
23:03:30 bcb49d30d299: Download complete
23:03:30 b61a06eec492: Verifying Checksum
23:03:30 b61a06eec492: Download complete
23:03:34 c2dd6d195b68: Verifying Checksum
23:03:34 c2dd6d195b68: Download complete
23:03:35 6c33745f49b4: Pull complete
23:03:35 c87cd3c61e27: Pull complete
23:03:36 05a3c799ec37: Pull complete
23:03:40 a61c38f966ac: Pull complete
23:03:52 c2dd6d195b68: Pull complete
23:03:52 29b9446ae7bd: Pull complete
23:03:54 bcb49d30d299: Pull complete
23:03:54 618e5f951c44: Pull complete
23:03:54 b61a06eec492: Pull complete
23:03:54 Digest: sha256:7a32704ac8ee8b2a67a299e08d652845fe34fe4305db40c6e26230d16d64aea7
23:03:54 Status: Downloaded newer image for python:3.7
23:03:54  ---> be890676aead
23:03:54 Step 3/21 : ARG APT_MIRROR
23:03:57  ---> Running in 876bff6fe060
23:03:57 Removing intermediate container 876bff6fe060
23:03:57  ---> a49c51ddb060
23:03:57 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
23:03:57  ---> Running in d148272249ef
23:03:58 Removing intermediate container d148272249ef
23:03:58  ---> db91fa02b68a
23:03:58 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
23:03:58  ---> Running in f9c59c4b14ff
23:03:59 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
23:03:59 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
23:03:59 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
23:03:59 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [254 kB]
23:03:59 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
23:03:59 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
23:04:00 Fetched 8408 kB in 2s (3640 kB/s)
23:04:01 Reading package lists...
23:04:02 Reading package lists...
23:04:03 Building dependency tree...
23:04:03 Reading state information...
23:04:03 The following additional packages will be installed:
23:04:03   tree
23:04:03 Suggested packages:
23:04:03   libxml-simple-perl ruby
23:04:03 Recommended packages:
23:04:03   qrencode xclip
23:04:03 The following NEW packages will be installed:
23:04:03   gnupg2 pass tree
23:04:03 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
23:04:03 Need to get 481 kB of archives.
23:04:03 After this operation, 684 kB of additional disk space will be used.
23:04:03 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
23:04:03 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
23:04:03 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
23:04:03 debconf: delaying package configuration, since apt-utils is not installed
23:04:03 Fetched 481 kB in 0s (1792 kB/s)
23:04:03 Selecting previously unselected package gnupg2.
23:04:03 (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 ... 24600 files and directories currently installed.)
23:04:03 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
23:04:03 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
23:04:03 Selecting previously unselected package tree.
23:04:03 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
23:04:03 Unpacking tree (1.8.0-1) ...
23:04:03 Selecting previously unselected package pass.
23:04:03 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
23:04:03 Unpacking pass (1.7.3-2) ...
23:04:03 Setting up gnupg2 (2.2.12-1+deb10u1) ...
23:04:03 Setting up tree (1.8.0-1) ...
23:04:04 Setting up pass (1.7.3-2) ...
23:04:05 Removing intermediate container f9c59c4b14ff
23:04:05  ---> 162a4a7dfe81
23:04:05 Step 6/21 : COPY tests/ssh-keys /root/.ssh
23:04:05  ---> 3149695e20b5
23:04:05 Step 7/21 : RUN chmod -R 600 /root/.ssh
23:04:05  ---> Running in 63db239419a4
23:04:06 Removing intermediate container 63db239419a4
23:04:06  ---> 94f2028ae05f
23:04:06 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
23:04:06  ---> c870bea8eab3
23:04:06 Step 9/21 : RUN gpg2 --import gpg-keys/secret
23:04:06  ---> Running in 1eded22c295f
23:04:07 gpg: directory '/root/.gnupg' created
23:04:07 gpg: keybox '/root/.gnupg/pubring.kbx' created
23:04:07 gpg: /root/.gnupg/trustdb.gpg: trustdb created
23:04:07 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
23:04:07 gpg: key 464ED987A7B21401: secret key imported
23:04:07 gpg: Total number processed: 1
23:04:07 gpg:               imported: 1
23:04:07 gpg:       secret keys read: 1
23:04:07 gpg:   secret keys imported: 1
23:04:07 Removing intermediate container 1eded22c295f
23:04:07  ---> f9aa47b8f2fa
23:04:07 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
23:04:07  ---> Running in f0478409eb0b
23:04:08 gpg: inserting ownertrust of 6
23:04:08 Removing intermediate container f0478409eb0b
23:04:08  ---> 666eb8a77dd7
23:04:08 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
23:04:08  ---> Running in 6a6a86738e8b
23:04:09 gpg: please do a --check-trustdb
23:04:09 mkdir: created directory '/root/.password-store/'
23:04:09 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
23:04:10 Removing intermediate container 6a6a86738e8b
23:04:10  ---> 866414d31aa6
23:04:10 Step 12/21 : RUN gpg2 --check-trustdb
23:04:10  ---> Running in 4ced0a988081
23:04:10 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
23:04:10 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
23:04:11 Removing intermediate container 4ced0a988081
23:04:11  ---> 8a75740fce35
23:04:11 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
23:04:11  ---> Running in 53537769c95f
23:04:11 Removing intermediate container 53537769c95f
23:04:11  ---> 5691b36e0b05
23:04:11 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
23:04:11  ---> Running in 60b5caa594c9
23:04:12 Removing intermediate container 60b5caa594c9
23:04:12  ---> 4ce23401ee96
23:04:12 Step 15/21 : WORKDIR /src
23:04:12  ---> Running in 478799308e7a
23:04:13 Removing intermediate container 478799308e7a
23:04:13  ---> 8a206af891f4
23:04:13 Step 16/21 : COPY requirements.txt /src/requirements.txt
23:04:13  ---> ad2c51a9448f
23:04:13 Step 17/21 : RUN pip install -r requirements.txt
23:04:13  ---> Running in c35ef5820e93
23:04:15 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
23:04:21 Collecting appdirs==1.4.3
23:04:22   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
23:04:22 Collecting asn1crypto==0.22.0
23:04:22   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
23:04:22 Collecting backports.ssl-match-hostname==3.5.0.1
23:04:22   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
23:04:22 Collecting cffi==1.10.0
23:04:22   Downloading cffi-1.10.0.tar.gz (418 kB)
23:04:23 Collecting cryptography==3.2
23:04:23   Downloading cryptography-3.2-cp35-abi3-manylinux2010_x86_64.whl (2.6 MB)
23:04:23 Collecting enum34==1.1.6
23:04:23   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
23:04:23 Collecting idna==2.5
23:04:23   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
23:04:23 Collecting ipaddress==1.0.18
23:04:23   Downloading ipaddress-1.0.18.tar.gz (32 kB)
23:04:23 Collecting packaging==16.8
23:04:23   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
23:04:23 Collecting paramiko==2.4.2
23:04:23   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
23:04:24 Collecting pycparser==2.17
23:04:24   Downloading pycparser-2.17.tar.gz (231 kB)
23:04:24 Collecting pyOpenSSL==18.0.0
23:04:24   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
23:04:24 Collecting pyparsing==2.2.0
23:04:24   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
23:04:24 Collecting requests==2.20.0
23:04:24   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
23:04:24 Collecting six==1.10.0
23:04:24   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
23:04:24 Collecting urllib3==1.24.3
23:04:24   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
23:04:24 Collecting websocket-client==0.56.0
23:04:24   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
23:04:24 Collecting bcrypt>=3.1.3
23:04:24   Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
23:04:24 Collecting certifi>=2017.4.17
23:04:24   Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
23:04:24 Collecting chardet<3.1.0,>=3.0.2
23:04:24   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
23:04:24 Collecting pyasn1>=0.1.7
23:04:24   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
23:04:24 Collecting pynacl>=1.0.1
23:04:24   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
23:04:24 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
23:04:24   Building wheel for backports.ssl-match-hostname (setup.py): started
23:04:25   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
23:04:25   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=40012af5c5969a1dc96fc8686ed693659f870af4723e50abc8702c86bdd3e8f0
23:04:25   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
23:04:25   Building wheel for cffi (setup.py): started
23:04:30   Building wheel for cffi (setup.py): finished with status 'done'
23:04:30   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371263 sha256=d16d0d0bf40163ac405563d20566ef87ead148fe9f04a8eefd2a064127da25a4
23:04:30   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
23:04:30   Building wheel for ipaddress (setup.py): started
23:04:30   Building wheel for ipaddress (setup.py): finished with status 'done'
23:04:30   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18105 sha256=e66aa06d3d91b69c2c6117890b1e36efef118a1319c8cc94feefb02ac4238fcc
23:04:30   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
23:04:30   Building wheel for pycparser (setup.py): started
23:04:30   Building wheel for pycparser (setup.py): finished with status 'done'
23:04:30   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192879 sha256=bfd6f3662b3b6c65a0a4da0a220eabbe818dc48a94f721ae162f4af8a23dfe15
23:04:30   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
23:04:30 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
23:04:31 Installing collected packages: pycparser, six, cffi, urllib3, pyparsing, pynacl, pyasn1, idna, cryptography, chardet, certifi, bcrypt, websocket-client, requests, pyOpenSSL, paramiko, packaging, ipaddress, enum34, backports.ssl-match-hostname, asn1crypto, appdirs
23:04:32 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.0 certifi-2020.12.5 cffi-1.10.0 chardet-3.0.4 cryptography-3.2 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
23:04:39 Removing intermediate container c35ef5820e93
23:04:39  ---> c96ceaf6ab68
23:04:39 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
23:04:39  ---> 4a26d51007fd
23:04:39 Step 19/21 : RUN pip install -r test-requirements.txt
23:04:39  ---> Running in 46e7c18c6dee
23:04:46 Collecting coverage==4.5.2
23:04:46   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
23:04:46 Collecting flake8==3.6.0
23:04:46   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
23:04:46 Collecting mock==1.0.1
23:04:46   Downloading mock-1.0.1.zip (861 kB)
23:04:47 Collecting pytest==4.3.1
23:04:47   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
23:04:47 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)
23:04:47 Collecting pytest-cov==2.6.1
23:04:47   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
23:04:47 Collecting pytest-timeout==1.3.3
23:04:47   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
23:04:47 Collecting setuptools==44.0.0
23:04:47   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
23:04:47 Collecting atomicwrites>=1.0
23:04:47   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
23:04:47 Collecting attrs>=17.4.0
23:04:47   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
23:04:48 Collecting mccabe<0.7.0,>=0.6.0
23:04:48   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
23:04:48 Collecting more-itertools>=4.0.0
23:04:48   Downloading more_itertools-8.6.0-py3-none-any.whl (45 kB)
23:04:48 Collecting pluggy>=0.7
23:04:48   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
23:04:48 Collecting importlib-metadata>=0.12
23:04:48   Downloading importlib_metadata-3.1.1-py3-none-any.whl (9.6 kB)
23:04:48 Collecting py>=1.5.0
23:04:48   Downloading py-1.10.0-py2.py3-none-any.whl (97 kB)
23:04:48 Collecting pycodestyle<2.5.0,>=2.4.0
23:04:48   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
23:04:48 Collecting pyflakes<2.1.0,>=2.0.0
23:04:48   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
23:04:48 Collecting zipp>=0.5
23:04:48   Downloading zipp-3.4.0-py3-none-any.whl (5.2 kB)
23:04:48 Building wheels for collected packages: mock
23:04:48   Building wheel for mock (setup.py): started
23:04:48   Building wheel for mock (setup.py): finished with status 'done'
23:04:48   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23754 sha256=687f5b6d56328c468d548cd3835bd80cfd0f455853624dc7ff0f67dd97637d38
23:04:48   Stored in directory: /root/.cache/pip/wheels/7a/94/b1/0fdc5339a5bd487a5cc15421ec200d9ba3e2aa7190e4a727f1
23:04:48 Successfully built mock
23:04:49 Installing collected packages: zipp, importlib-metadata, setuptools, py, pluggy, more-itertools, attrs, atomicwrites, pytest, pyflakes, pycodestyle, mccabe, coverage, pytest-timeout, pytest-cov, mock, flake8
23:04:49   Attempting uninstall: setuptools
23:04:49     Found existing installation: setuptools 51.0.0
23:04:49     Uninstalling setuptools-51.0.0:
23:04:49       Successfully uninstalled setuptools-51.0.0
23:04:50 Successfully installed atomicwrites-1.4.0 attrs-20.3.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-3.1.1 mccabe-0.6.1 mock-1.0.1 more-itertools-8.6.0 pluggy-0.13.1 py-1.10.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-44.0.0 zipp-3.4.0
23:04:51 Removing intermediate container 46e7c18c6dee
23:04:51  ---> fb6ecb3e9d24
23:04:51 Step 20/21 : COPY . /src
23:04:52  ---> 41d2d6f1e022
23:04:52 Step 21/21 : RUN pip install .
23:04:52  ---> Running in 53487fbb32b7
23:04:53 Processing /src
23:04:53 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
23:04:53 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)
23:04:53 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)
23:04:53 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)
23:04:53 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.12.5)
23:04:53 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)
23:04:53 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)
23:04:53 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
23:04:53 Building wheels for collected packages: docker
23:04:53   Building wheel for docker (setup.py): started
23:04:54   Building wheel for docker (setup.py): finished with status 'done'
23:04:54   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146964 sha256=3e1e7a440132f528a92fcd096bc9f3f559be3396b27644c1926bbbdfe4fb4ce6
23:04:54   Stored in directory: /tmp/pip-ephem-wheel-cache-8_2ucjse/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
23:04:54 Successfully built docker
23:04:54 Installing collected packages: docker
23:04:54 Successfully installed docker-4.4.0.dev0
23:04:55 Removing intermediate container 53487fbb32b7
23:04:55  ---> 820cc908899e
23:04:55 Successfully built 820cc908899e
23:04:55 Successfully tagged dockerbuildbot/docker-py:py3-11b986417b080dd09582524b757ef33d66534fc7
[Pipeline] isUnix
[Pipeline] sh
23:04:55 + docker tag dockerbuildbot/docker-py:py3-11b986417b080dd09582524b757ef33d66534fc7 dockerbuildbot/docker-py:py3-11b986417b080dd09582524b757ef33d66534fc7
[Pipeline] isUnix
[Pipeline] sh
23:04:56 + docker push dockerbuildbot/docker-py:py3-11b986417b080dd09582524b757ef33d66534fc7
23:04:56 The push refers to repository [docker.io/dockerbuildbot/docker-py]
23:04:56 104ae992a6e0: Preparing
23:04:56 313634c72b99: Preparing
23:04:56 2a40b4f981d6: Preparing
23:04:56 6d306ad38141: Preparing
23:04:56 53c22da3bb23: Preparing
23:04:56 f04f11ba1b1d: Preparing
23:04:56 153199af30c6: Preparing
23:04:56 194c3a91038a: Preparing
23:04:56 b7fea4bc7d2b: Preparing
23:04:56 b3e84bb905c3: Preparing
23:04:56 abc791de26f2: Preparing
23:04:56 32ad69919fcf: Preparing
23:04:56 9b94fc4ed0cc: Preparing
23:04:56 6c30a87b29ea: Preparing
23:04:56 ba925b590cf8: Preparing
23:04:56 ce93288cd66a: Preparing
23:04:56 74d054339887: Preparing
23:04:56 1443dc9126d0: Preparing
23:04:56 adb82c3537aa: Preparing
23:04:56 3d174b1b0a64: Preparing
23:04:56 40645c5a1424: Preparing
23:04:56 c620ef4d778e: Preparing
23:04:56 b2ba06661080: Preparing
23:04:56 d700ff133c5b: Preparing
23:04:56 ce6544b3b5e3: Preparing
23:04:56 f0e10b20de19: Preparing
23:04:56 f04f11ba1b1d: Waiting
23:04:56 153199af30c6: Waiting
23:04:56 194c3a91038a: Waiting
23:04:56 b7fea4bc7d2b: Waiting
23:04:56 b3e84bb905c3: Waiting
23:04:56 abc791de26f2: Waiting
23:04:56 32ad69919fcf: Waiting
23:04:56 9b94fc4ed0cc: Waiting
23:04:56 6c30a87b29ea: Waiting
23:04:56 ba925b590cf8: Waiting
23:04:56 ce93288cd66a: Waiting
23:04:56 74d054339887: Waiting
23:04:56 1443dc9126d0: Waiting
23:04:56 d700ff133c5b: Waiting
23:04:56 adb82c3537aa: Waiting
23:04:56 ce6544b3b5e3: Waiting
23:04:56 3d174b1b0a64: Waiting
23:04:56 f0e10b20de19: Waiting
23:04:56 40645c5a1424: Waiting
23:04:56 b2ba06661080: Waiting
23:04:56 c620ef4d778e: Waiting
23:04:57 6d306ad38141: Pushed
23:04:57 104ae992a6e0: Pushed
23:04:58 313634c72b99: Pushed
23:04:59 153199af30c6: Pushed
23:04:59 2a40b4f981d6: Pushed
23:04:59 f04f11ba1b1d: Pushed
23:05:00 194c3a91038a: Pushed
23:05:01 53c22da3bb23: Pushed
23:05:01 b7fea4bc7d2b: Pushed
23:05:01 b3e84bb905c3: Pushed
23:05:01 32ad69919fcf: Pushed
23:05:01 abc791de26f2: Pushed
23:05:02 6c30a87b29ea: Pushed
23:05:02 ba925b590cf8: Pushed
23:05:03 74d054339887: Pushed
23:05:03 9b94fc4ed0cc: Pushed
23:05:03 adb82c3537aa: Mounted from library/python
23:05:03 1443dc9126d0: Mounted from library/python
23:05:03 3d174b1b0a64: Mounted from library/python
23:05:03 40645c5a1424: Mounted from library/python
23:05:03 b2ba06661080: Mounted from library/python
23:05:03 c620ef4d778e: Mounted from library/python
23:05:03 d700ff133c5b: Mounted from library/python
23:05:03 f0e10b20de19: Mounted from library/python
23:05:03 ce6544b3b5e3: Mounted from library/python
23:05:03 ce93288cd66a: Pushed
23:05:06 py3-11b986417b080dd09582524b757ef33d66534fc7: digest: sha256:95fe991e9c313421f69f55b405c2da3063559e7237f032fea194c718b3096521 size: 5765
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e21ec36a60ce6cf0) in /home/ubuntu/workspace/docker-py_PR-2721
[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-2721@tmp/49c317c3-e2f9-4b53-95ae-6655c0301e54/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
23:05:07 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-11b986417b080dd09582524b757ef33d66534fc7 /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_20.10.0)
[Pipeline] { (Branch: py2.7_19.03.13)
[Pipeline] { (Branch: py3.7_19.03.12)
[Pipeline] { (Branch: py3.7_20.10.0)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e21ec36a60ce6cf0) in /home/ubuntu/workspace/docker-py_PR-2721
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2721@tmp/29a49931-99a0-4165-92eb-c8087bb0cd63/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
23:05:33 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
23:05:33 chowning workspace
[Pipeline] sh
23:05:34 + pwd
23:05:34 + id -u
23:05:34 + id -g
23:05:34 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2721:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
23:05:34 Removing all docker containers
[Pipeline] sh
23:05:34 + docker container ls -aq
[Pipeline] echo
23:05:34 Docker containers have been removed
[Pipeline] echo
23:05:34 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
23:05:34 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.12)
[Pipeline] checkout
23:05:34 using credential docker-jenkins-github-credentials
23:05:34 Cloning the remote Git repository
23:05:34 Cloning with configured refspecs honoured and without tags
23:05:35 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +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/2721/head:refs/remotes/origin/PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10
23:05:36 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 11b986417b080dd09582524b757ef33d66534fc7
23:05:36 Merge succeeded, producing 11b986417b080dd09582524b757ef33d66534fc7
23:05:36 Checking out Revision 11b986417b080dd09582524b757ef33d66534fc7 (PR-2721)
23:05:36 Commit message: "Add github actions"
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11b986417b080dd09582524b757ef33d66534fc7 # 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 1757c974fa3a05b0e9b783af85242b18df09d05d # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11b986417b080dd09582524b757ef33d66534fc7 # timeout=10
23:05:37 + docker network create dpy-testnet-36-0-py2.7-19.03.12
23:05:37 8d455b1e38a8ace3130f84e5efd97a3a9d1fce35c35ebc095955ad35cb0d179e
[Pipeline] sh
23:05:37 + docker run --rm -d --name dpy-dind-36-0-py2.7-19.03.12 -v /tmp --privileged --network dpy-testnet-36-0-py2.7-19.03.12 dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7 dockerd -H tcp://0.0.0.0:2375
23:05:37 bc62768b092d9217b3dbe4b7a3db7938ad375535a31f18e493ac1d3b6b546f3f
[Pipeline] sh
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2721@tmp/2127fe54-0207-456e-8bf2-b384845fc558/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
23:05:38 + docker run --rm --name dpy-tests-36-0-py2.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-36-0-py2.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-36-0-py2.7-19.03.12 --volumes-from dpy-dind-36-0-py2.7-19.03.12 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py2-11b986417b080dd09582524b757ef33d66534fc7 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
23:05:39 ============================= test session starts ==============================
23:05:39 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
23:05:39 cachedir: .pytest_cache
23:05:39 rootdir: /src, inifile: pytest.ini
23:05:39 plugins: timeout-1.3.3, cov-2.6.1
23:05:44 collecting ... collected 953 items
23:05:44 
23:05:45 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
23:05:46 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
23:05:46 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
23:05:46 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
23:05:46 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
23:05:47 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
23:05:48 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
23:05:48 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
23:05:48 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
23:05:48 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
Still waiting to schedule task
Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e21ec36a60ce6cf0)Still waiting to schedule task
Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e21ec36a60ce6cf0)Still waiting to schedule task
Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e21ec36a60ce6cf0)Still waiting to schedule task
Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e21ec36a60ce6cf0)Still waiting to schedule task
Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e21ec36a60ce6cf0)23:05:48 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
23:05:49 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
23:05:49 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
23:05:49 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
23:05:49 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
23:05:49 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
23:05:52 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
23:05:52 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
23:05:52 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  1%]
23:05:54 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
23:05:55 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
23:05:55 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
23:05:56 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
23:05:56 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
23:05:56 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
23:05:56 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
23:05:56 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
23:05:56 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
23:05:56 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
23:05:57 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
23:05:57 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
23:05:57 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
23:05:57 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
23:05:58 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
23:05:58 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
23:05:58 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
23:05:59 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
23:05:59 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  3%]
23:05:59 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
23:05:59 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
23:05:59 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
23:06:00 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
23:06:00 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
23:06:00 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
23:06:01 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
23:06:02 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
23:06:02 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
23:06:02 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
23:06:05 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
23:06:05 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
23:06:05 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
23:06:05 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
23:06:05 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
23:06:06 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
23:06:06 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
23:06:21 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
23:06:22 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  5%]
23:06:22 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
23:06:22 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
23:06:23 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
23:06:24 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
23:06:24 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
23:06:25 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
23:06:26 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
23:06:26 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
23:06:26 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  6%]
23:06:27 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
23:06:28 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
23:06:28 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
23:06:31 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
23:06:31 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
23:06:31 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
23:06:35 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0f42c14660f73f090) in /home/ubuntu/workspace/docker-py_PR-2721
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fab409461082e974) in /home/ubuntu/workspace/docker-py_PR-2721
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0231d7eff6207f597) in /home/ubuntu/workspace/docker-py_PR-2721
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
23:06:40 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0afc418c44ec7432f) in /home/ubuntu/workspace/docker-py_PR-2721
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
23:06:43 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
23:06:43 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  7%]
23:06:44 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
23:06:45 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
23:06:46 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
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-2721@tmp/597e55e8-deb5-437f-a10a-9197a30b0e5b/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
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-2721@tmp/38bbd9a9-c385-4b93-ac43-a180d72de6d0/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
23:06:46 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
23:06:46 chowning workspace
[Pipeline] sh
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2721@tmp/17850f4f-9063-4050-9973-0ed512238647/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
23:06:46 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] echo
23:06:46 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
23:06:46 chowning workspace
[Pipeline] sh
23:06:46 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
23:06:46 + pwd
23:06:46 + id -u
23:06:46 + id -g
23:06:46 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2721:/workspace busybox chown -R 1000:1000 /workspace
23:06:46 Unable to find image 'busybox:latest' locally
23:06:46 latest: Pulling from library/busybox
23:06:46 ea97eb0eb3ec: Pulling fs layer
23:06:47 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
23:06:47 ea97eb0eb3ec: Verifying Checksum
23:06:47 ea97eb0eb3ec: Download complete
[Pipeline] echo
23:06:47 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
23:06:47 chowning workspace
[Pipeline] sh
23:06:47 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fa22179b79e518db) in /home/ubuntu/workspace/docker-py_PR-2721
23:06:47 ea97eb0eb3ec: Pull complete
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-2721@tmp/bba7cd24-7abf-4361-91f6-24f71cc8df51/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
23:06:47 + pwd
23:06:47 + id -u
23:06:47 + id -g
23:06:47 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2721:/workspace busybox chown -R 1000:1000 /workspace
23:06:47 Unable to find image 'busybox:latest' locally
[Pipeline] {
[Pipeline] {
[Pipeline] withDockerRegistry
[Pipeline] wrap
[Pipeline] {
23:06:48 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
23:06:48 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
23:06:48 chowning workspace
[Pipeline] sh
23:06:48 latest: Pulling from library/busybox
23:06:48 ea97eb0eb3ec: Pulling fs layer
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
23:06:48 ea97eb0eb3ec: Verifying Checksum
23:06:48 ea97eb0eb3ec: Download complete
23:06:48 + pwd
23:06:48 + id -u
23:06:48 + id -g
23:06:48 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2721:/workspace busybox chown -R 1000:1000 /workspace
23:06:48 Unable to find image 'busybox:latest' locally
23:06:48 latest: Pulling from library/busybox
23:06:49 ea97eb0eb3ec: Pulling fs layer
23:06:49 ea97eb0eb3ec: Verifying Checksum
23:06:49 ea97eb0eb3ec: Download complete
23:06:49 + pwd
23:06:49 + id -u
23:06:49 + id -g
23:06:49 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2721:/workspace busybox chown -R 1000:1000 /workspace
23:06:49 Unable to find image 'busybox:latest' locally
23:06:49 latest: Pulling from library/busybox
23:06:49 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
23:06:49 ea97eb0eb3ec: Pulling fs layer
23:06:49 ea97eb0eb3ec: Verifying Checksum
23:06:49 ea97eb0eb3ec: Download complete
23:06:49 ea97eb0eb3ec: Pull complete
23:06:49 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
23:06:49 Status: Downloaded newer image for busybox:latest
23:06:49 ea97eb0eb3ec: Pull complete
23:06:49 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
23:06:49 Status: Downloaded newer image for busybox:latest
23:06:49 Status: Downloaded newer image for busybox:latest
23:06:50 ea97eb0eb3ec: Pull complete
23:06:50 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
23:06:50 Status: Downloaded newer image for busybox:latest
23:06:50 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  8%]
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-2721@tmp/e72347e1-02bf-4dca-b638-4f5f21b64872/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
23:06:52 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
23:06:52 chowning workspace
[Pipeline] sh
[Pipeline] echo
23:06:53 Removing all docker containers
[Pipeline] sh
23:06:53 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
[Pipeline] echo
23:06:53 Removing all docker containers
[Pipeline] sh
23:06:53 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
23:06:53 + pwd
23:06:53 + id -u
23:06:53 + id -g
23:06:53 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2721:/workspace busybox chown -R 1000:1000 /workspace
23:06:53 Unable to find image 'busybox:latest' locally
23:06:53 + docker container ls -aq
[Pipeline] echo
23:06:53 Docker containers have been removed
[Pipeline] echo
23:06:53 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
23:06:53 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.13)
[Pipeline] checkout
23:06:53 + docker container ls -aq
[Pipeline] echo
23:06:53 Docker containers have been removed
[Pipeline] echo
23:06:53 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
23:06:53 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
23:06:53 latest: Pulling from library/busybox
23:06:54 ea97eb0eb3ec: Pulling fs layer
23:06:54 ea97eb0eb3ec: Verifying Checksum
23:06:54 ea97eb0eb3ec: Download complete
23:06:54 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
[Pipeline] echo
23:06:54 Removing all docker containers
[Pipeline] sh
23:06:54 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
23:06:54 + docker container ls -aq
[Pipeline] echo
23:06:54 Docker containers have been removed
[Pipeline] echo
23:06:54 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
23:06:54 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=20.10.0)
[Pipeline] checkout
23:06:54 ea97eb0eb3ec: Pull complete
23:06:54 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
23:06:54 Status: Downloaded newer image for busybox:latest
23:06:54 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
[Pipeline] echo
23:06:55 Removing all docker containers
[Pipeline] sh
23:06:55 + docker container ls -aq
[Pipeline] echo
23:06:55 Docker containers have been removed
[Pipeline] echo
23:06:55 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
23:06:55 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=20.10.0)
[Pipeline] checkout
23:06:55 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
23:06:55 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
23:06:56 using credential docker-jenkins-github-credentials
23:06:56 Cloning the remote Git repository
23:06:56 Cloning with configured refspecs honoured and without tags
23:06:56 using credential docker-jenkins-github-credentials
23:06:56 Cloning the remote Git repository
23:06:56 Cloning with configured refspecs honoured and without tags
23:06:56 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10
23:06:56 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10
23:06:57 using credential docker-jenkins-github-credentials
23:06:57 Cloning the remote Git repository
23:06:57 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-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10
23:06:57 using credential docker-jenkins-github-credentials
23:06:57 Cloning the remote Git repository
23:06:57 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
23:06:58 Removing all docker containers
[Pipeline] sh
23:06:58 + docker container ls -aq
[Pipeline] echo
23:06:58 Docker containers have been removed
[Pipeline] echo
23:06:58 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
23:06:58 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
23:06:58 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +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/2721/head:refs/remotes/origin/PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10
23:06:58 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 11b986417b080dd09582524b757ef33d66534fc7
23:06:58 Fetching without tags
23:06:59 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 11b986417b080dd09582524b757ef33d66534fc7
23:06:59 Fetching without tags
23:06:59 Merge succeeded, producing 11b986417b080dd09582524b757ef33d66534fc7
23:06:59 Checking out Revision 11b986417b080dd09582524b757ef33d66534fc7 (PR-2721)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11b986417b080dd09582524b757ef33d66534fc7 # 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 1757c974fa3a05b0e9b783af85242b18df09d05d # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11b986417b080dd09582524b757ef33d66534fc7 # timeout=10
23:06:59 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 11b986417b080dd09582524b757ef33d66534fc7
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2721/head:refs/remotes/origin/PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11b986417b080dd09582524b757ef33d66534fc7 # 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 1757c974fa3a05b0e9b783af85242b18df09d05d # timeout=10
23:06:59 Merge succeeded, producing 11b986417b080dd09582524b757ef33d66534fc7
23:06:59 Checking out Revision 11b986417b080dd09582524b757ef33d66534fc7 (PR-2721)
23:06:59 Merge succeeded, producing 11b986417b080dd09582524b757ef33d66534fc7
23:06:59 Checking out Revision 11b986417b080dd09582524b757ef33d66534fc7 (PR-2721)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2721/head:refs/remotes/origin/PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11b986417b080dd09582524b757ef33d66534fc7 # 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 1757c974fa3a05b0e9b783af85242b18df09d05d # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11b986417b080dd09582524b757ef33d66534fc7 # timeout=10
23:07:00 Fetching without tags
23:07:00 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [  9%]
23:07:00 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 11b986417b080dd09582524b757ef33d66534fc7
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11b986417b080dd09582524b757ef33d66534fc7 # timeout=10
23:07:00 using credential docker-jenkins-github-credentials
23:07:00 Cloning the remote Git repository
23:07:00 Cloning with configured refspecs honoured and without tags
23:07:00 Merge succeeded, producing 11b986417b080dd09582524b757ef33d66534fc7
23:07:00 Checking out Revision 11b986417b080dd09582524b757ef33d66534fc7 (PR-2721)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2721/head:refs/remotes/origin/PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11b986417b080dd09582524b757ef33d66534fc7 # 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 1757c974fa3a05b0e9b783af85242b18df09d05d # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11b986417b080dd09582524b757ef33d66534fc7 # timeout=10
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10
23:07:02 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
23:07:03 Commit message: "Add github actions"
23:07:03 Commit message: "Add github actions"
23:07:03 Fetching without tags
23:07:03 Commit message: "Add github actions"
23:07:03 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 11b986417b080dd09582524b757ef33d66534fc7
[Pipeline] withDockerRegistry
23:07:04 Merge succeeded, producing 11b986417b080dd09582524b757ef33d66534fc7
23:07:04 Checking out Revision 11b986417b080dd09582524b757ef33d66534fc7 (PR-2721)
[Pipeline] withDockerRegistry
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2721/head:refs/remotes/origin/PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11b986417b080dd09582524b757ef33d66534fc7 # 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 1757c974fa3a05b0e9b783af85242b18df09d05d # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11b986417b080dd09582524b757ef33d66534fc7 # timeout=10
[Pipeline] {
[Pipeline] sh
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] sh
[Pipeline] {
[Pipeline] sh
23:07:04 + docker network create dpy-testnet-36-0-py2.7-19.03.13
23:07:04 + docker network create dpy-testnet-36-0-py3.7-19.03.12
23:07:04 4c3cfc4b54cbcd1d917e158f5f3c0d3d5375cfaccb451c34c43fbacfe442918a
[Pipeline] sh
23:07:04 e70deecdcab38638063ad91df0863ed8b3f2357ae8904e5e49781dd11f06dd82
[Pipeline] sh
23:07:04 + docker network create dpy-testnet-36-0-py3.7-20.10.0
23:07:04 41c05a6d33fa5845860e58b87daf1809fec995f997f28c9fee2c0f5758375897
[Pipeline] sh
23:07:04 Commit message: "Add github actions"
$ 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-2721@tmp/098a540e-3576-4d43-893a-e2ab3c4bea4f/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
23:07:04 + docker run --rm -d --name dpy-dind-36-0-py3.7-19.03.12 -v /tmp --privileged --network dpy-testnet-36-0-py3.7-19.03.12 dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7 dockerd -H tcp://0.0.0.0:2375
23:07:04 Unable to find image 'dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7' locally
23:07:05 + docker run --rm -d --name dpy-dind-36-0-py2.7-19.03.13 -v /tmp --privileged --network dpy-testnet-36-0-py2.7-19.03.13 dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7 dockerd -H tcp://0.0.0.0:2375
23:07:05 Unable to find image 'dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7' locally
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2721@tmp/beeed6f3-0125-41c2-b79e-045113d664f9/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
23:07:05 + docker run --rm -d --name dpy-dind-36-0-py3.7-20.10.0 -v /tmp --privileged --network dpy-testnet-36-0-py3.7-20.10.0 dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7 dockerd -H tcp://0.0.0.0:2375
23:07:05 Unable to find image 'dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7' locally
23:07:05 sshdind-11b986417b080dd09582524b757ef33d66534fc7: Pulling from dockerbuildbot/docker-py
23:07:05 df20fa9351a1: Pulling fs layer
23:07:05 25ad7478873d: Pulling fs layer
23:07:05 4684f6177b5d: Pulling fs layer
23:07:05 46e300cec669: Pulling fs layer
23:07:05 63038576ad94: Pulling fs layer
23:07:05 0fdb76c4706c: Pulling fs layer
23:07:05 cb7edeffdfd5: Pulling fs layer
23:07:05 cc28bd76800f: Pulling fs layer
23:07:05 54196fe38f7e: Pulling fs layer
23:07:05 ea71acc29633: Pulling fs layer
23:07:05 657cc4c15165: Pulling fs layer
23:07:05 8e56116ddd3a: Pulling fs layer
23:07:05 7751b312a42b: Pulling fs layer
23:07:05 9e827f22f188: Pulling fs layer
23:07:05 f96f1c121e1d: Pulling fs layer
23:07:05 229ee48b15a7: Pulling fs layer
23:07:05 66822536dcc5: Pulling fs layer
23:07:05 77c892fb9398: Pulling fs layer
23:07:05 54196fe38f7e: Waiting
23:07:05 ea71acc29633: Waiting
23:07:05 46e300cec669: Waiting
23:07:05 63038576ad94: Waiting
23:07:05 0fdb76c4706c: Waiting
23:07:05 cb7edeffdfd5: Waiting
23:07:05 cc28bd76800f: Waiting
23:07:05 8e56116ddd3a: Waiting
23:07:05 7751b312a42b: Waiting
23:07:05 9e827f22f188: Waiting
23:07:05 f96f1c121e1d: Waiting
23:07:05 229ee48b15a7: Waiting
23:07:05 66822536dcc5: Waiting
23:07:05 77c892fb9398: Waiting
23:07:05 657cc4c15165: Waiting
23:07:05 df20fa9351a1: Verifying Checksum
23:07:05 df20fa9351a1: Download complete
23:07:05 4684f6177b5d: Verifying Checksum
23:07:05 4684f6177b5d: Download complete
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2721@tmp/8fbcb731-2b88-4d55-8fd5-9717a030a746/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
23:07:05 sshdind-11b986417b080dd09582524b757ef33d66534fc7: Pulling from dockerbuildbot/docker-py
23:07:05 df20fa9351a1: Pulling fs layer
23:07:05 25ad7478873d: Pulling fs layer
23:07:05 4684f6177b5d: Pulling fs layer
23:07:05 46e300cec669: Pulling fs layer
23:07:05 63038576ad94: Pulling fs layer
23:07:05 0fdb76c4706c: Pulling fs layer
23:07:05 cb7edeffdfd5: Pulling fs layer
23:07:05 cc28bd76800f: Pulling fs layer
23:07:05 54196fe38f7e: Pulling fs layer
23:07:05 ea71acc29633: Pulling fs layer
23:07:05 657cc4c15165: Pulling fs layer
23:07:05 8e56116ddd3a: Pulling fs layer
23:07:05 7751b312a42b: Pulling fs layer
23:07:05 9e827f22f188: Pulling fs layer
23:07:05 f96f1c121e1d: Pulling fs layer
23:07:05 229ee48b15a7: Pulling fs layer
23:07:05 66822536dcc5: Pulling fs layer
23:07:05 77c892fb9398: Pulling fs layer
23:07:05 ea71acc29633: Waiting
23:07:05 657cc4c15165: Waiting
23:07:05 8e56116ddd3a: Waiting
23:07:05 7751b312a42b: Waiting
23:07:05 9e827f22f188: Waiting
23:07:05 f96f1c121e1d: Waiting
23:07:05 229ee48b15a7: Waiting
23:07:05 66822536dcc5: Waiting
23:07:05 77c892fb9398: Waiting
23:07:05 46e300cec669: Waiting
23:07:05 63038576ad94: Waiting
23:07:05 0fdb76c4706c: Waiting
23:07:05 cb7edeffdfd5: Waiting
23:07:05 cc28bd76800f: Waiting
23:07:05 54196fe38f7e: Waiting
[Pipeline] withDockerRegistry
23:07:05 25ad7478873d: Verifying Checksum
23:07:05 25ad7478873d: Download complete
23:07:05 63038576ad94: Verifying Checksum
23:07:05 63038576ad94: Download complete
23:07:05 0fdb76c4706c: Verifying Checksum
23:07:05 0fdb76c4706c: Download complete
23:07:05 cb7edeffdfd5: Verifying Checksum
23:07:05 cb7edeffdfd5: Download complete
23:07:05 54196fe38f7e: Verifying Checksum
23:07:05 54196fe38f7e: Download complete
23:07:05 ea71acc29633: Verifying Checksum
23:07:05 ea71acc29633: Download complete
23:07:05 4684f6177b5d: Verifying Checksum
23:07:05 4684f6177b5d: Download complete
23:07:05 25ad7478873d: Verifying Checksum
23:07:05 25ad7478873d: Download complete
23:07:05 df20fa9351a1: Verifying Checksum
23:07:05 df20fa9351a1: Download complete
23:07:05 63038576ad94: Verifying Checksum
23:07:05 63038576ad94: Download complete
23:07:05 0fdb76c4706c: Verifying Checksum
23:07:05 0fdb76c4706c: Download complete
23:07:05 sshdind-11b986417b080dd09582524b757ef33d66534fc7: Pulling from dockerbuildbot/docker-py
23:07:05 df20fa9351a1: Pulling fs layer
23:07:05 25ad7478873d: Pulling fs layer
23:07:05 4684f6177b5d: Pulling fs layer
23:07:05 46e300cec669: Pulling fs layer
23:07:05 63038576ad94: Pulling fs layer
23:07:05 0fdb76c4706c: Pulling fs layer
23:07:05 cb7edeffdfd5: Pulling fs layer
23:07:05 cc28bd76800f: Pulling fs layer
23:07:05 54196fe38f7e: Pulling fs layer
23:07:05 ea71acc29633: Pulling fs layer
23:07:05 657cc4c15165: Pulling fs layer
23:07:05 8e56116ddd3a: Pulling fs layer
23:07:05 7751b312a42b: Pulling fs layer
23:07:05 9e827f22f188: Pulling fs layer
23:07:05 f96f1c121e1d: Pulling fs layer
23:07:05 229ee48b15a7: Pulling fs layer
23:07:05 66822536dcc5: Pulling fs layer
23:07:05 77c892fb9398: Pulling fs layer
23:07:05 ea71acc29633: Waiting
23:07:05 657cc4c15165: Waiting
23:07:05 8e56116ddd3a: Waiting
23:07:05 7751b312a42b: Waiting
23:07:05 46e300cec669: Waiting
23:07:05 63038576ad94: Waiting
23:07:05 0fdb76c4706c: Waiting
23:07:05 cb7edeffdfd5: Waiting
23:07:05 cc28bd76800f: Waiting
23:07:05 54196fe38f7e: Waiting
23:07:05 f96f1c121e1d: Waiting
23:07:05 229ee48b15a7: Waiting
23:07:05 66822536dcc5: Waiting
23:07:05 77c892fb9398: Waiting
23:07:05 9e827f22f188: Waiting
23:07:05 4684f6177b5d: Verifying Checksum
23:07:05 4684f6177b5d: Download complete
23:07:05 df20fa9351a1: Verifying Checksum
23:07:05 df20fa9351a1: Download complete
23:07:05 25ad7478873d: Verifying Checksum
23:07:05 25ad7478873d: Download complete
23:07:05 cc28bd76800f: Verifying Checksum
23:07:05 cc28bd76800f: Download complete
23:07:05 657cc4c15165: Verifying Checksum
23:07:05 657cc4c15165: Download complete
23:07:05 df20fa9351a1: Pull complete
[Pipeline] {
[Pipeline] sh
23:07:05 cb7edeffdfd5: Verifying Checksum
23:07:05 cb7edeffdfd5: Download complete
23:07:05 54196fe38f7e: Verifying Checksum
23:07:05 54196fe38f7e: Download complete
23:07:05 cc28bd76800f: Verifying Checksum
23:07:05 cc28bd76800f: Download complete
23:07:05 ea71acc29633: Verifying Checksum
23:07:05 ea71acc29633: Download complete
23:07:05 63038576ad94: Verifying Checksum
23:07:05 63038576ad94: Download complete
23:07:05 0fdb76c4706c: Verifying Checksum
23:07:05 0fdb76c4706c: Download complete
23:07:05 cb7edeffdfd5: Verifying Checksum
23:07:05 cb7edeffdfd5: Download complete
23:07:05 54196fe38f7e: Verifying Checksum
23:07:05 54196fe38f7e: Download complete
23:07:05 8e56116ddd3a: Verifying Checksum
23:07:05 8e56116ddd3a: Download complete
23:07:05 7751b312a42b: Verifying Checksum
23:07:05 7751b312a42b: Download complete
23:07:05 f96f1c121e1d: Verifying Checksum
23:07:05 f96f1c121e1d: Download complete
23:07:05 9e827f22f188: Verifying Checksum
23:07:05 9e827f22f188: Download complete
23:07:05 229ee48b15a7: Verifying Checksum
23:07:05 229ee48b15a7: Download complete
23:07:06 + docker network create dpy-testnet-36-0-py2.7-20.10.0
23:07:06 238f209482e32a305e5f1e45148d34442e804cfb477527f8bae8f098ab755c39
23:07:06 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
[Pipeline] sh
23:07:06 657cc4c15165: Verifying Checksum
23:07:06 657cc4c15165: Download complete
23:07:06 8e56116ddd3a: Verifying Checksum
23:07:06 8e56116ddd3a: Download complete
23:07:06 7751b312a42b: Verifying Checksum
23:07:06 7751b312a42b: Download complete
23:07:06 9e827f22f188: Verifying Checksum
23:07:06 9e827f22f188: Download complete
23:07:06 f96f1c121e1d: Verifying Checksum
23:07:06 f96f1c121e1d: Download complete
23:07:06 cc28bd76800f: Verifying Checksum
23:07:06 cc28bd76800f: Download complete
23:07:06 ea71acc29633: Verifying Checksum
23:07:06 ea71acc29633: Download complete
23:07:06 657cc4c15165: Verifying Checksum
23:07:06 657cc4c15165: Download complete
23:07:06 7751b312a42b: Verifying Checksum
23:07:06 7751b312a42b: Download complete
23:07:06 8e56116ddd3a: Verifying Checksum
23:07:06 8e56116ddd3a: Download complete
23:07:06 66822536dcc5: Verifying Checksum
23:07:06 66822536dcc5: Download complete
23:07:06 77c892fb9398: Verifying Checksum
23:07:06 77c892fb9398: Download complete
23:07:06 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
23:07:06 229ee48b15a7: Verifying Checksum
23:07:06 229ee48b15a7: Download complete
23:07:06 66822536dcc5: Verifying Checksum
23:07:06 66822536dcc5: Download complete
23:07:06 df20fa9351a1: Pull complete
23:07:06 77c892fb9398: Verifying Checksum
23:07:06 77c892fb9398: Download complete
23:07:06 f96f1c121e1d: Verifying Checksum
23:07:06 f96f1c121e1d: Download complete
23:07:06 9e827f22f188: Verifying Checksum
23:07:06 9e827f22f188: Download complete
23:07:06 229ee48b15a7: Verifying Checksum
23:07:06 229ee48b15a7: Download complete
23:07:06 66822536dcc5: Verifying Checksum
23:07:06 66822536dcc5: Download complete
23:07:06 77c892fb9398: Verifying Checksum
23:07:06 77c892fb9398: Download complete
23:07:06 + docker run --rm -d --name dpy-dind-36-0-py2.7-20.10.0 -v /tmp --privileged --network dpy-testnet-36-0-py2.7-20.10.0 dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7 dockerd -H tcp://0.0.0.0:2375
23:07:06 Unable to find image 'dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7' locally
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2721@tmp/f9704824-45b9-4de4-ac29-d194e5a8367f/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
23:07:06 25ad7478873d: Pull complete
23:07:06 4684f6177b5d: Pull complete
23:07:06 df20fa9351a1: Pull complete
23:07:06 sshdind-11b986417b080dd09582524b757ef33d66534fc7: Pulling from dockerbuildbot/docker-py
23:07:06 df20fa9351a1: Pulling fs layer
23:07:06 25ad7478873d: Pulling fs layer
23:07:06 4684f6177b5d: Pulling fs layer
23:07:06 46e300cec669: Pulling fs layer
23:07:06 63038576ad94: Pulling fs layer
23:07:06 0fdb76c4706c: Pulling fs layer
23:07:06 cb7edeffdfd5: Pulling fs layer
23:07:06 cc28bd76800f: Pulling fs layer
23:07:06 54196fe38f7e: Pulling fs layer
23:07:06 ea71acc29633: Pulling fs layer
23:07:06 657cc4c15165: Pulling fs layer
23:07:06 8e56116ddd3a: Pulling fs layer
23:07:06 7751b312a42b: Pulling fs layer
23:07:06 9e827f22f188: Pulling fs layer
23:07:06 f96f1c121e1d: Pulling fs layer
23:07:06 229ee48b15a7: Pulling fs layer
23:07:06 66822536dcc5: Pulling fs layer
23:07:06 77c892fb9398: Pulling fs layer
23:07:06 ea71acc29633: Waiting
23:07:06 657cc4c15165: Waiting
23:07:06 8e56116ddd3a: Waiting
23:07:06 7751b312a42b: Waiting
23:07:06 9e827f22f188: Waiting
23:07:06 f96f1c121e1d: Waiting
23:07:06 229ee48b15a7: Waiting
23:07:06 66822536dcc5: Waiting
23:07:06 77c892fb9398: Waiting
23:07:06 63038576ad94: Waiting
23:07:06 0fdb76c4706c: Waiting
23:07:06 cb7edeffdfd5: Waiting
23:07:06 cc28bd76800f: Waiting
23:07:06 54196fe38f7e: Waiting
23:07:06 46e300cec669: Waiting
23:07:06 4684f6177b5d: Verifying Checksum
23:07:06 4684f6177b5d: Download complete
23:07:06 df20fa9351a1: Verifying Checksum
23:07:06 df20fa9351a1: Download complete
23:07:06 25ad7478873d: Verifying Checksum
23:07:06 25ad7478873d: Download complete
23:07:06 46e300cec669: Verifying Checksum
23:07:06 46e300cec669: Download complete
23:07:06 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
23:07:06 25ad7478873d: Pull complete
23:07:06 46e300cec669: Verifying Checksum
23:07:06 46e300cec669: Download complete
23:07:06 63038576ad94: Verifying Checksum
23:07:06 63038576ad94: Download complete
23:07:06 0fdb76c4706c: Verifying Checksum
23:07:06 0fdb76c4706c: Download complete
23:07:06 cb7edeffdfd5: Verifying Checksum
23:07:06 cb7edeffdfd5: Download complete
23:07:07 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
23:07:07 4684f6177b5d: Pull complete
23:07:07 cc28bd76800f: Verifying Checksum
23:07:07 cc28bd76800f: Download complete
23:07:07 54196fe38f7e: Verifying Checksum
23:07:07 54196fe38f7e: Download complete
23:07:07 ea71acc29633: Verifying Checksum
23:07:07 ea71acc29633: Download complete
23:07:07 657cc4c15165: Verifying Checksum
23:07:07 657cc4c15165: Download complete
23:07:07 25ad7478873d: Pull complete
23:07:07 7751b312a42b: Verifying Checksum
23:07:07 7751b312a42b: Download complete
23:07:07 8e56116ddd3a: Verifying Checksum
23:07:07 8e56116ddd3a: Download complete
23:07:07 f96f1c121e1d: Verifying Checksum
23:07:07 f96f1c121e1d: Download complete
23:07:07 9e827f22f188: Verifying Checksum
23:07:07 9e827f22f188: Download complete
23:07:07 df20fa9351a1: Pull complete
23:07:07 66822536dcc5: Verifying Checksum
23:07:07 66822536dcc5: Download complete
23:07:07 229ee48b15a7: Verifying Checksum
23:07:07 229ee48b15a7: Download complete
23:07:07 4684f6177b5d: Pull complete
23:07:07 46e300cec669: Verifying Checksum
23:07:07 46e300cec669: Download complete
23:07:07 77c892fb9398: Verifying Checksum
23:07:07 77c892fb9398: Download complete
23:07:07 Commit message: "Add github actions"
23:07:08 25ad7478873d: Pull complete
23:07:08 4684f6177b5d: Pull complete
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
23:07:08 46e300cec669: Verifying Checksum
23:07:08 46e300cec669: Download complete
[Pipeline] {
[Pipeline] sh
23:07:08 + docker network create dpy-testnet-36-0-py3.7-19.03.13
23:07:09 b01d01228045fc4542285cd61329a5642af641afdb84686843fb13f534402862
[Pipeline] sh
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2721@tmp/33017c84-8379-4d44-8452-e568cc8b508c/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
23:07:09 + docker run --rm -d --name dpy-dind-36-0-py3.7-19.03.13 -v /tmp --privileged --network dpy-testnet-36-0-py3.7-19.03.13 dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7 dockerd -H tcp://0.0.0.0:2375
23:07:09 Unable to find image 'dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7' locally
23:07:09 sshdind-11b986417b080dd09582524b757ef33d66534fc7: Pulling from dockerbuildbot/docker-py
23:07:09 df20fa9351a1: Pulling fs layer
23:07:09 25ad7478873d: Pulling fs layer
23:07:09 4684f6177b5d: Pulling fs layer
23:07:09 46e300cec669: Pulling fs layer
23:07:09 63038576ad94: Pulling fs layer
23:07:09 0fdb76c4706c: Pulling fs layer
23:07:09 cb7edeffdfd5: Pulling fs layer
23:07:09 cc28bd76800f: Pulling fs layer
23:07:09 54196fe38f7e: Pulling fs layer
23:07:09 ea71acc29633: Pulling fs layer
23:07:09 657cc4c15165: Pulling fs layer
23:07:09 8e56116ddd3a: Pulling fs layer
23:07:09 7751b312a42b: Pulling fs layer
23:07:09 9e827f22f188: Pulling fs layer
23:07:09 f96f1c121e1d: Pulling fs layer
23:07:09 229ee48b15a7: Pulling fs layer
23:07:09 66822536dcc5: Pulling fs layer
23:07:09 77c892fb9398: Pulling fs layer
23:07:09 46e300cec669: Waiting
23:07:09 63038576ad94: Waiting
23:07:09 0fdb76c4706c: Waiting
23:07:09 cb7edeffdfd5: Waiting
23:07:09 cc28bd76800f: Waiting
23:07:09 54196fe38f7e: Waiting
23:07:09 ea71acc29633: Waiting
23:07:09 657cc4c15165: Waiting
23:07:09 8e56116ddd3a: Waiting
23:07:09 7751b312a42b: Waiting
23:07:09 9e827f22f188: Waiting
23:07:09 f96f1c121e1d: Waiting
23:07:09 229ee48b15a7: Waiting
23:07:09 66822536dcc5: Waiting
23:07:09 77c892fb9398: Waiting
23:07:10 4684f6177b5d: Verifying Checksum
23:07:10 4684f6177b5d: Download complete
23:07:10 25ad7478873d: Verifying Checksum
23:07:10 25ad7478873d: Download complete
23:07:10 df20fa9351a1: Verifying Checksum
23:07:10 63038576ad94: Verifying Checksum
23:07:10 63038576ad94: Download complete
23:07:10 0fdb76c4706c: Verifying Checksum
23:07:10 0fdb76c4706c: Download complete
23:07:10 cb7edeffdfd5: Verifying Checksum
23:07:10 cb7edeffdfd5: Download complete
23:07:10 54196fe38f7e: Download complete
23:07:10 ea71acc29633: Verifying Checksum
23:07:10 ea71acc29633: Download complete
23:07:10 657cc4c15165: Verifying Checksum
23:07:10 657cc4c15165: Download complete
23:07:10 8e56116ddd3a: Verifying Checksum
23:07:10 8e56116ddd3a: Download complete
23:07:10 cc28bd76800f: Verifying Checksum
23:07:10 cc28bd76800f: Download complete
23:07:10 7751b312a42b: Verifying Checksum
23:07:10 7751b312a42b: Download complete
23:07:10 9e827f22f188: Verifying Checksum
23:07:10 9e827f22f188: Download complete
23:07:10 f96f1c121e1d: Verifying Checksum
23:07:10 f96f1c121e1d: Download complete
23:07:10 46e300cec669: Pull complete
23:07:10 63038576ad94: Pull complete
23:07:10 0fdb76c4706c: Pull complete
23:07:11 66822536dcc5: Verifying Checksum
23:07:11 66822536dcc5: Download complete
23:07:11 229ee48b15a7: Verifying Checksum
23:07:11 229ee48b15a7: Download complete
23:07:11 77c892fb9398: Verifying Checksum
23:07:11 77c892fb9398: Download complete
23:07:11 df20fa9351a1: Pull complete
23:07:11 cb7edeffdfd5: Pull complete
23:07:11 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
23:07:11 46e300cec669: Pull complete
23:07:11 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
23:07:11 63038576ad94: Pull complete
23:07:11 cc28bd76800f: Pull complete
23:07:11 54196fe38f7e: Pull complete
23:07:11 ea71acc29633: Pull complete
23:07:11 0fdb76c4706c: Pull complete
23:07:11 cb7edeffdfd5: Pull complete
23:07:12 46e300cec669: Verifying Checksum
23:07:12 46e300cec669: Download complete
23:07:12 657cc4c15165: Pull complete
23:07:12 8e56116ddd3a: Pull complete
23:07:12 7751b312a42b: Pull complete
23:07:12 cc28bd76800f: Pull complete
23:07:12 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
23:07:12 25ad7478873d: Pull complete
23:07:12 9e827f22f188: Pull complete
23:07:12 f96f1c121e1d: Pull complete
23:07:12 46e300cec669: Pull complete
23:07:12 54196fe38f7e: Pull complete
23:07:12 ea71acc29633: Pull complete
23:07:12 229ee48b15a7: Pull complete
23:07:12 66822536dcc5: Pull complete
23:07:13 63038576ad94: Pull complete
23:07:13 0fdb76c4706c: Pull complete
23:07:13 657cc4c15165: Pull complete
23:07:13 8e56116ddd3a: Pull complete
23:07:13 77c892fb9398: Pull complete
23:07:13 Digest: sha256:0ec8db4815f5ea8ed36af5609c10e4b5cabf9d355b393c9f312df07c856b88bf
23:07:13 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7
23:07:13 cb7edeffdfd5: Pull complete
23:07:13 7751b312a42b: Pull complete
23:07:13 9e827f22f188: Pull complete
23:07:13 cc28bd76800f: Pull complete
23:07:13 4684f6177b5d: Pull complete
23:07:13 f96f1c121e1d: Pull complete
23:07:13 54196fe38f7e: Pull complete
23:07:13 ea71acc29633: Pull complete
23:07:13 229ee48b15a7: Pull complete
23:07:13 66822536dcc5: Pull complete
23:07:13 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 10%]
23:07:14 657cc4c15165: Pull complete
23:07:14 77c892fb9398: Pull complete
23:07:14 Digest: sha256:0ec8db4815f5ea8ed36af5609c10e4b5cabf9d355b393c9f312df07c856b88bf
23:07:14 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7
23:07:14 46e300cec669: Pull complete
23:07:14 63038576ad94: Pull complete
23:07:14 0fdb76c4706c: Pull complete
23:07:14 8e56116ddd3a: Pull complete
23:07:14 7751b312a42b: Pull complete
23:07:14 cb7edeffdfd5: Pull complete
23:07:14 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
23:07:14 9e827f22f188: Pull complete
23:07:14 f96f1c121e1d: Pull complete
23:07:14 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
23:07:14 229ee48b15a7: Pull complete
23:07:14 66822536dcc5: Pull complete
23:07:14 77c892fb9398: Pull complete
23:07:14 Digest: sha256:0ec8db4815f5ea8ed36af5609c10e4b5cabf9d355b393c9f312df07c856b88bf
23:07:14 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7
23:07:15 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
23:07:15 3411947ea6683b8aa956760b88fe918ac3b40e27f4e92bc9714f850c4d764788
23:07:15 cc28bd76800f: Pull complete
23:07:15 54196fe38f7e: Pull complete
[Pipeline] sh
23:07:16 ea71acc29633: Pull complete
23:07:16 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
23:07:16 + docker run --rm --name dpy-tests-36-0-py3.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-36-0-py3.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-36-0-py3.7-19.03.12 --volumes-from dpy-dind-36-0-py3.7-19.03.12 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py3-11b986417b080dd09582524b757ef33d66534fc7 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
23:07:16 Unable to find image 'dockerbuildbot/docker-py:py3-11b986417b080dd09582524b757ef33d66534fc7' locally
23:07:16 657cc4c15165: Pull complete
23:07:16 8e56116ddd3a: Pull complete
23:07:16 7751b312a42b: Pull complete
23:07:16 ef98d046c8bf1e70c24e9f96f07fb5e201586e16f20bd8505429415de176093f
23:07:16 9e827f22f188: Pull complete
23:07:16 f96f1c121e1d: Pull complete
23:07:16 py3-11b986417b080dd09582524b757ef33d66534fc7: Pulling from dockerbuildbot/docker-py
23:07:16 6c33745f49b4: Pulling fs layer
23:07:16 c87cd3c61e27: Pulling fs layer
23:07:16 05a3c799ec37: Pulling fs layer
23:07:16 a61c38f966ac: Pulling fs layer
23:07:16 c2dd6d195b68: Pulling fs layer
23:07:16 29b9446ae7bd: Pulling fs layer
23:07:16 bcb49d30d299: Pulling fs layer
23:07:16 618e5f951c44: Pulling fs layer
23:07:16 b61a06eec492: Pulling fs layer
23:07:16 076cef25f0cf: Pulling fs layer
23:07:16 3222292d4dbd: Pulling fs layer
23:07:16 d9e7bf91d88c: Pulling fs layer
23:07:16 18e6fcbb0b98: Pulling fs layer
23:07:16 888eef075c2d: Pulling fs layer
23:07:16 67dd6a70cd10: Pulling fs layer
23:07:16 2a2d1ee7742e: Pulling fs layer
23:07:16 2324c76a5ce8: Pulling fs layer
23:07:16 a039a3f9e4a4: Pulling fs layer
23:07:16 0a051d833e9d: Pulling fs layer
23:07:16 c5003918f188: Pulling fs layer
23:07:16 9ef73bfda680: Pulling fs layer
23:07:16 35c9bf1416c8: Pulling fs layer
23:07:16 b011733898e1: Pulling fs layer
23:07:16 8b412b8ebeb3: Pulling fs layer
23:07:16 256d4807b335: Pulling fs layer
23:07:16 b6ebc99fa8d5: Pulling fs layer
23:07:16 076cef25f0cf: Waiting
23:07:16 3222292d4dbd: Waiting
23:07:16 d9e7bf91d88c: Waiting
23:07:16 18e6fcbb0b98: Waiting
23:07:16 888eef075c2d: Waiting
23:07:16 67dd6a70cd10: Waiting
23:07:16 2a2d1ee7742e: Waiting
23:07:16 2324c76a5ce8: Waiting
23:07:16 a039a3f9e4a4: Waiting
23:07:16 0a051d833e9d: Waiting
23:07:16 c5003918f188: Waiting
23:07:16 9ef73bfda680: Waiting
23:07:16 35c9bf1416c8: Waiting
23:07:16 b011733898e1: Waiting
23:07:16 8b412b8ebeb3: Waiting
23:07:16 256d4807b335: Waiting
23:07:16 b6ebc99fa8d5: Waiting
23:07:16 a61c38f966ac: Waiting
23:07:16 c2dd6d195b68: Waiting
23:07:16 29b9446ae7bd: Waiting
23:07:16 bcb49d30d299: Waiting
23:07:16 618e5f951c44: Waiting
23:07:16 b61a06eec492: Waiting
[Pipeline] sh
23:07:17 229ee48b15a7: Pull complete
23:07:17 + docker run --rm --name dpy-tests-36-0-py2.7-19.03.13 -e DOCKER_HOST=tcp://dpy-dind-36-0-py2.7-19.03.13:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-36-0-py2.7-19.03.13 --volumes-from dpy-dind-36-0-py2.7-19.03.13 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py2-11b986417b080dd09582524b757ef33d66534fc7 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
23:07:17 Unable to find image 'dockerbuildbot/docker-py:py2-11b986417b080dd09582524b757ef33d66534fc7' locally
23:07:17 d7542a33c7932746b8da85e0bd91b9a4d21c473031957fdbb0917a76cebd9288
23:07:17 66822536dcc5: Pull complete
23:07:17 77c892fb9398: Pull complete
23:07:17 Digest: sha256:0ec8db4815f5ea8ed36af5609c10e4b5cabf9d355b393c9f312df07c856b88bf
23:07:17 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7
[Pipeline] sh
23:07:17 d8152ac87880e35c0d546292e5b80a660a9ad5fa9ea9882643d4f50284bfc474
23:07:17 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
23:07:17 py2-11b986417b080dd09582524b757ef33d66534fc7: Pulling from dockerbuildbot/docker-py
23:07:17 7e2b2a5af8f6: Pulling fs layer
23:07:17 09b6f03ffac4: Pulling fs layer
23:07:17 dc3f0c679f0f: Pulling fs layer
23:07:17 fd4b47407fc3: Pulling fs layer
23:07:17 b32f6bf7d96d: Pulling fs layer
23:07:17 6f4489a7e4cf: Pulling fs layer
23:07:17 af4b99ad9ef0: Pulling fs layer
23:07:17 39db0bc48c26: Pulling fs layer
23:07:17 acb4a89489fc: Pulling fs layer
23:07:17 0fabafde4184: Pulling fs layer
23:07:17 8ead4cb4ec58: Pulling fs layer
23:07:17 78d585e7b2e5: Pulling fs layer
23:07:17 82f45bdd3b91: Pulling fs layer
23:07:17 41aa1dd1688d: Pulling fs layer
23:07:17 bd96ee3f03d0: Pulling fs layer
23:07:17 609a748d58dd: Pulling fs layer
23:07:17 b287aea92fd9: Pulling fs layer
23:07:17 4ea1aed7f44c: Pulling fs layer
23:07:17 0b44872ad4d4: Pulling fs layer
23:07:17 6fbf2dd6af25: Pulling fs layer
23:07:17 18237466c7bc: Pulling fs layer
23:07:17 bda3c7ceadac: Pulling fs layer
23:07:17 70373f1883b5: Pulling fs layer
23:07:17 f5dfbcbcf927: Pulling fs layer
23:07:17 89d3db4103e7: Pulling fs layer
23:07:17 72dfd1116ab0: Pulling fs layer
23:07:17 fd4b47407fc3: Waiting
23:07:17 b32f6bf7d96d: Waiting
23:07:17 6f4489a7e4cf: Waiting
23:07:17 af4b99ad9ef0: Waiting
23:07:17 39db0bc48c26: Waiting
23:07:17 acb4a89489fc: Waiting
23:07:17 0fabafde4184: Waiting
23:07:17 8ead4cb4ec58: Waiting
23:07:17 78d585e7b2e5: Waiting
23:07:17 82f45bdd3b91: Waiting
23:07:17 41aa1dd1688d: Waiting
23:07:17 bd96ee3f03d0: Waiting
23:07:17 609a748d58dd: Waiting
23:07:17 b287aea92fd9: Waiting
23:07:17 4ea1aed7f44c: Waiting
23:07:17 0b44872ad4d4: Waiting
23:07:17 6fbf2dd6af25: Waiting
23:07:17 18237466c7bc: Waiting
23:07:17 bda3c7ceadac: Waiting
23:07:17 70373f1883b5: Waiting
23:07:17 f5dfbcbcf927: Waiting
23:07:17 89d3db4103e7: Waiting
23:07:17 72dfd1116ab0: Waiting
23:07:18 + docker run --rm --name dpy-tests-36-0-py2.7-20.10.0 -e DOCKER_HOST=tcp://dpy-dind-36-0-py2.7-20.10.0:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-36-0-py2.7-20.10.0 --volumes-from dpy-dind-36-0-py2.7-20.10.0 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py2-11b986417b080dd09582524b757ef33d66534fc7 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
23:07:18 Unable to find image 'dockerbuildbot/docker-py:py2-11b986417b080dd09582524b757ef33d66534fc7' locally
23:07:18 05a3c799ec37: Verifying Checksum
23:07:18 05a3c799ec37: Download complete
23:07:18 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
23:07:18 py2-11b986417b080dd09582524b757ef33d66534fc7: Pulling from dockerbuildbot/docker-py
23:07:18 7e2b2a5af8f6: Pulling fs layer
23:07:18 09b6f03ffac4: Pulling fs layer
23:07:18 dc3f0c679f0f: Pulling fs layer
23:07:18 fd4b47407fc3: Pulling fs layer
23:07:18 b32f6bf7d96d: Pulling fs layer
23:07:18 6f4489a7e4cf: Pulling fs layer
23:07:18 af4b99ad9ef0: Pulling fs layer
23:07:18 39db0bc48c26: Pulling fs layer
23:07:18 acb4a89489fc: Pulling fs layer
23:07:18 0fabafde4184: Pulling fs layer
23:07:18 8ead4cb4ec58: Pulling fs layer
23:07:18 78d585e7b2e5: Pulling fs layer
23:07:18 82f45bdd3b91: Pulling fs layer
23:07:18 41aa1dd1688d: Pulling fs layer
23:07:18 bd96ee3f03d0: Pulling fs layer
23:07:18 609a748d58dd: Pulling fs layer
23:07:18 b287aea92fd9: Pulling fs layer
23:07:18 4ea1aed7f44c: Pulling fs layer
23:07:18 0b44872ad4d4: Pulling fs layer
23:07:18 6fbf2dd6af25: Pulling fs layer
23:07:18 18237466c7bc: Pulling fs layer
23:07:18 bda3c7ceadac: Pulling fs layer
23:07:18 70373f1883b5: Pulling fs layer
23:07:18 f5dfbcbcf927: Pulling fs layer
23:07:18 89d3db4103e7: Pulling fs layer
23:07:18 72dfd1116ab0: Pulling fs layer
23:07:18 41aa1dd1688d: Waiting
23:07:18 bd96ee3f03d0: Waiting
23:07:18 609a748d58dd: Waiting
23:07:18 b287aea92fd9: Waiting
23:07:18 4ea1aed7f44c: Waiting
23:07:18 0b44872ad4d4: Waiting
23:07:18 6fbf2dd6af25: Waiting
23:07:18 18237466c7bc: Waiting
23:07:18 bda3c7ceadac: Waiting
23:07:18 70373f1883b5: Waiting
23:07:18 f5dfbcbcf927: Waiting
23:07:18 89d3db4103e7: Waiting
23:07:18 72dfd1116ab0: Waiting
23:07:18 fd4b47407fc3: Waiting
23:07:18 b32f6bf7d96d: Waiting
23:07:18 6f4489a7e4cf: Waiting
23:07:18 af4b99ad9ef0: Waiting
23:07:18 39db0bc48c26: Waiting
23:07:18 acb4a89489fc: Waiting
23:07:18 0fabafde4184: Waiting
23:07:18 8ead4cb4ec58: Waiting
23:07:18 78d585e7b2e5: Waiting
23:07:18 82f45bdd3b91: Waiting
23:07:18 dc3f0c679f0f: Verifying Checksum
23:07:18 dc3f0c679f0f: Download complete
23:07:18 09b6f03ffac4: Verifying Checksum
23:07:18 09b6f03ffac4: Download complete
[Pipeline] sh
23:07:18 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
23:07:18 c87cd3c61e27: Verifying Checksum
23:07:18 c87cd3c61e27: Download complete
23:07:18 + docker run --rm --name dpy-tests-36-0-py3.7-20.10.0 -e DOCKER_HOST=tcp://dpy-dind-36-0-py3.7-20.10.0:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-36-0-py3.7-20.10.0 --volumes-from dpy-dind-36-0-py3.7-20.10.0 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py3-11b986417b080dd09582524b757ef33d66534fc7 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
23:07:18 Unable to find image 'dockerbuildbot/docker-py:py3-11b986417b080dd09582524b757ef33d66534fc7' locally
23:07:18 46e300cec669: Pull complete
23:07:18 63038576ad94: Pull complete
23:07:18 0fdb76c4706c: Pull complete
23:07:18 cb7edeffdfd5: Pull complete
23:07:18 dc3f0c679f0f: Verifying Checksum
23:07:18 dc3f0c679f0f: Download complete
23:07:18 09b6f03ffac4: Verifying Checksum
23:07:18 09b6f03ffac4: Download complete
23:07:19 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
23:07:19 py3-11b986417b080dd09582524b757ef33d66534fc7: Pulling from dockerbuildbot/docker-py
23:07:19 6c33745f49b4: Pulling fs layer
23:07:19 c87cd3c61e27: Pulling fs layer
23:07:19 05a3c799ec37: Pulling fs layer
23:07:19 a61c38f966ac: Pulling fs layer
23:07:19 c2dd6d195b68: Pulling fs layer
23:07:19 29b9446ae7bd: Pulling fs layer
23:07:19 bcb49d30d299: Pulling fs layer
23:07:19 618e5f951c44: Pulling fs layer
23:07:19 b61a06eec492: Pulling fs layer
23:07:19 076cef25f0cf: Pulling fs layer
23:07:19 3222292d4dbd: Pulling fs layer
23:07:19 d9e7bf91d88c: Pulling fs layer
23:07:19 18e6fcbb0b98: Pulling fs layer
23:07:19 888eef075c2d: Pulling fs layer
23:07:19 67dd6a70cd10: Pulling fs layer
23:07:19 2a2d1ee7742e: Pulling fs layer
23:07:19 2324c76a5ce8: Pulling fs layer
23:07:19 a039a3f9e4a4: Pulling fs layer
23:07:19 0a051d833e9d: Pulling fs layer
23:07:19 c5003918f188: Pulling fs layer
23:07:19 9ef73bfda680: Pulling fs layer
23:07:19 35c9bf1416c8: Pulling fs layer
23:07:19 b011733898e1: Pulling fs layer
23:07:19 8b412b8ebeb3: Pulling fs layer
23:07:19 256d4807b335: Pulling fs layer
23:07:19 b6ebc99fa8d5: Pulling fs layer
23:07:19 888eef075c2d: Waiting
23:07:19 67dd6a70cd10: Waiting
23:07:19 2a2d1ee7742e: Waiting
23:07:19 2324c76a5ce8: Waiting
23:07:19 a61c38f966ac: Waiting
23:07:19 a039a3f9e4a4: Waiting
23:07:19 c2dd6d195b68: Waiting
23:07:19 29b9446ae7bd: Waiting
23:07:19 bcb49d30d299: Waiting
23:07:19 618e5f951c44: Waiting
23:07:19 0a051d833e9d: Waiting
23:07:19 b61a06eec492: Waiting
23:07:19 076cef25f0cf: Waiting
23:07:19 3222292d4dbd: Waiting
23:07:19 d9e7bf91d88c: Waiting
23:07:19 18e6fcbb0b98: Waiting
23:07:19 9ef73bfda680: Waiting
23:07:19 c5003918f188: Waiting
23:07:19 35c9bf1416c8: Waiting
23:07:19 b011733898e1: Waiting
23:07:19 256d4807b335: Waiting
23:07:19 b6ebc99fa8d5: Waiting
23:07:19 cc28bd76800f: Pull complete
23:07:19 54196fe38f7e: Pull complete
23:07:19 c87cd3c61e27: Verifying Checksum
23:07:19 c87cd3c61e27: Download complete
23:07:19 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
23:07:19 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 11%]
23:07:19 7e2b2a5af8f6: Verifying Checksum
23:07:19 7e2b2a5af8f6: Download complete
23:07:19 ea71acc29633: Pull complete
23:07:19 657cc4c15165: Pull complete
23:07:19 8e56116ddd3a: Pull complete
23:07:19 7751b312a42b: Pull complete
23:07:20 6c33745f49b4: Verifying Checksum
23:07:20 6c33745f49b4: Download complete
23:07:20 6f4489a7e4cf: Verifying Checksum
23:07:20 6f4489a7e4cf: Download complete
23:07:20 29b9446ae7bd: Verifying Checksum
23:07:20 29b9446ae7bd: Download complete
23:07:20 9e827f22f188: Pull complete
23:07:20 f96f1c121e1d: Pull complete
23:07:20 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
23:07:20 05a3c799ec37: Verifying Checksum
23:07:20 05a3c799ec37: Download complete
23:07:20 a61c38f966ac: Verifying Checksum
23:07:20 a61c38f966ac: Download complete
23:07:20 618e5f951c44: Verifying Checksum
23:07:20 618e5f951c44: Download complete
23:07:21 229ee48b15a7: Pull complete
23:07:21 66822536dcc5: Pull complete
23:07:21 af4b99ad9ef0: Verifying Checksum
23:07:21 af4b99ad9ef0: Download complete
23:07:21 bcb49d30d299: Verifying Checksum
23:07:21 bcb49d30d299: Download complete
23:07:21 b61a06eec492: Verifying Checksum
23:07:21 b61a06eec492: Download complete
23:07:21 076cef25f0cf: Verifying Checksum
23:07:21 076cef25f0cf: Download complete
23:07:21 77c892fb9398: Pull complete
23:07:21 Digest: sha256:0ec8db4815f5ea8ed36af5609c10e4b5cabf9d355b393c9f312df07c856b88bf
23:07:21 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-11b986417b080dd09582524b757ef33d66534fc7
23:07:21 39db0bc48c26: Verifying Checksum
23:07:21 39db0bc48c26: Download complete
23:07:21 d9e7bf91d88c: Verifying Checksum
23:07:21 d9e7bf91d88c: Download complete
23:07:21 18e6fcbb0b98: Verifying Checksum
23:07:21 18e6fcbb0b98: Download complete
23:07:21 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
23:07:21 7e2b2a5af8f6: Verifying Checksum
23:07:21 7e2b2a5af8f6: Download complete
23:07:21 fd4b47407fc3: Verifying Checksum
23:07:21 fd4b47407fc3: Download complete
23:07:21 6f4489a7e4cf: Verifying Checksum
23:07:21 6f4489a7e4cf: Download complete
23:07:21 fd4b47407fc3: Verifying Checksum
23:07:21 fd4b47407fc3: Download complete
23:07:21 0fabafde4184: Verifying Checksum
23:07:21 0fabafde4184: Download complete
23:07:21 888eef075c2d: Verifying Checksum
23:07:21 888eef075c2d: Download complete
23:07:21 3222292d4dbd: Verifying Checksum
23:07:21 3222292d4dbd: Download complete
23:07:21 67dd6a70cd10: Verifying Checksum
23:07:21 67dd6a70cd10: Download complete
23:07:21 2a2d1ee7742e: Verifying Checksum
23:07:21 2a2d1ee7742e: Download complete
23:07:21 af4b99ad9ef0: Verifying Checksum
23:07:21 af4b99ad9ef0: Download complete
23:07:21 39db0bc48c26: Verifying Checksum
23:07:21 39db0bc48c26: Download complete
23:07:21 0fabafde4184: Download complete
23:07:21 acb4a89489fc: Verifying Checksum
23:07:21 acb4a89489fc: Download complete
23:07:21 78d585e7b2e5: Verifying Checksum
23:07:21 78d585e7b2e5: Download complete
23:07:21 82f45bdd3b91: Verifying Checksum
23:07:21 82f45bdd3b91: Download complete
23:07:21 a039a3f9e4a4: Verifying Checksum
23:07:21 a039a3f9e4a4: Download complete
23:07:21 2324c76a5ce8: Verifying Checksum
23:07:21 2324c76a5ce8: Download complete
23:07:21 c5003918f188: Verifying Checksum
23:07:21 c5003918f188: Download complete
23:07:21 0a051d833e9d: Verifying Checksum
23:07:21 0a051d833e9d: Download complete
23:07:21 9ef73bfda680: Verifying Checksum
23:07:21 9ef73bfda680: Download complete
23:07:22 acb4a89489fc: Verifying Checksum
23:07:22 acb4a89489fc: Download complete
23:07:22 78d585e7b2e5: Verifying Checksum
23:07:22 78d585e7b2e5: Download complete
23:07:22 41aa1dd1688d: Verifying Checksum
23:07:22 41aa1dd1688d: Download complete
23:07:22 8ead4cb4ec58: Verifying Checksum
23:07:22 8ead4cb4ec58: Download complete
23:07:22 609a748d58dd: Verifying Checksum
23:07:22 609a748d58dd: Download complete
23:07:22 bd96ee3f03d0: Verifying Checksum
23:07:22 bd96ee3f03d0: Download complete
23:07:22 4ea1aed7f44c: Verifying Checksum
23:07:22 4ea1aed7f44c: Download complete
23:07:22 b287aea92fd9: Verifying Checksum
23:07:22 b287aea92fd9: Download complete
23:07:22 b011733898e1: Verifying Checksum
23:07:22 b011733898e1: Download complete
23:07:22 82f45bdd3b91: Verifying Checksum
23:07:22 82f45bdd3b91: Download complete
23:07:22 8ead4cb4ec58: Verifying Checksum
23:07:22 8ead4cb4ec58: Download complete
23:07:22 41aa1dd1688d: Verifying Checksum
23:07:22 41aa1dd1688d: Download complete
23:07:22 bd96ee3f03d0: Verifying Checksum
23:07:22 bd96ee3f03d0: Download complete
23:07:22 6fbf2dd6af25: Verifying Checksum
23:07:22 6fbf2dd6af25: Download complete
23:07:22 0b44872ad4d4: Verifying Checksum
23:07:22 0b44872ad4d4: Download complete
23:07:22 18237466c7bc: Verifying Checksum
23:07:22 18237466c7bc: Download complete
23:07:22 70373f1883b5: Verifying Checksum
23:07:22 70373f1883b5: Download complete
23:07:22 8b412b8ebeb3: Verifying Checksum
23:07:22 8b412b8ebeb3: Download complete
23:07:22 35c9bf1416c8: Verifying Checksum
23:07:22 35c9bf1416c8: Download complete
23:07:22 a61c38f966ac: Verifying Checksum
23:07:22 a61c38f966ac: Download complete
23:07:22 609a748d58dd: Verifying Checksum
23:07:22 609a748d58dd: Download complete
23:07:22 b287aea92fd9: Verifying Checksum
23:07:22 b287aea92fd9: Download complete
23:07:22 4ea1aed7f44c: Verifying Checksum
23:07:22 4ea1aed7f44c: Download complete
23:07:22 0b44872ad4d4: Verifying Checksum
23:07:22 0b44872ad4d4: Download complete
23:07:22 18237466c7bc: Verifying Checksum
23:07:22 18237466c7bc: Download complete
23:07:22 bda3c7ceadac: Verifying Checksum
23:07:22 bda3c7ceadac: Download complete
23:07:22 f5dfbcbcf927: Verifying Checksum
23:07:22 f5dfbcbcf927: Download complete
23:07:22 256d4807b335: Verifying Checksum
23:07:22 256d4807b335: Download complete
23:07:22 b6ebc99fa8d5: Verifying Checksum
23:07:22 b6ebc99fa8d5: Download complete
23:07:22 6c33745f49b4: Verifying Checksum
23:07:22 29b9446ae7bd: Verifying Checksum
23:07:22 29b9446ae7bd: Download complete
23:07:22 6c33745f49b4: Download complete
23:07:22 618e5f951c44: Verifying Checksum
23:07:22 618e5f951c44: Download complete
23:07:22 6fbf2dd6af25: Verifying Checksum
23:07:22 6fbf2dd6af25: Download complete
23:07:22 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
23:07:23 89d3db4103e7: Verifying Checksum
23:07:23 89d3db4103e7: Download complete
23:07:23 72dfd1116ab0: Verifying Checksum
23:07:23 72dfd1116ab0: Download complete
23:07:23 b61a06eec492: Verifying Checksum
23:07:23 b61a06eec492: Download complete
23:07:23 bda3c7ceadac: Verifying Checksum
23:07:23 bda3c7ceadac: Download complete
23:07:23 70373f1883b5: Verifying Checksum
23:07:23 70373f1883b5: Download complete
23:07:23 89d3db4103e7: Verifying Checksum
23:07:23 89d3db4103e7: Download complete
23:07:23 f5dfbcbcf927: Verifying Checksum
23:07:23 f5dfbcbcf927: Download complete
23:07:23 c9fc5e17eb0c9633af4bc8c2f2e9390926ed2bc0e7fbf241610857a8be87518a
23:07:23 076cef25f0cf: Verifying Checksum
23:07:23 076cef25f0cf: Download complete
23:07:23 72dfd1116ab0: Verifying Checksum
23:07:23 72dfd1116ab0: Download complete
23:07:23 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
[Pipeline] sh
23:07:23 bcb49d30d299: Verifying Checksum
23:07:23 bcb49d30d299: Download complete
23:07:23 d9e7bf91d88c: Verifying Checksum
23:07:23 d9e7bf91d88c: Download complete
23:07:23 18e6fcbb0b98: Verifying Checksum
23:07:23 18e6fcbb0b98: Download complete
23:07:23 3222292d4dbd: Verifying Checksum
23:07:23 3222292d4dbd: Download complete
23:07:23 888eef075c2d: Verifying Checksum
23:07:23 888eef075c2d: Download complete
23:07:23 67dd6a70cd10: Verifying Checksum
23:07:23 67dd6a70cd10: Download complete
23:07:24 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
23:07:24 + docker run --rm --name dpy-tests-36-0-py3.7-19.03.13 -e DOCKER_HOST=tcp://dpy-dind-36-0-py3.7-19.03.13:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-36-0-py3.7-19.03.13 --volumes-from dpy-dind-36-0-py3.7-19.03.13 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py3-11b986417b080dd09582524b757ef33d66534fc7 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
23:07:24 Unable to find image 'dockerbuildbot/docker-py:py3-11b986417b080dd09582524b757ef33d66534fc7' locally
23:07:24 c2dd6d195b68: Verifying Checksum
23:07:24 c2dd6d195b68: Download complete
23:07:24 2a2d1ee7742e: Verifying Checksum
23:07:24 2a2d1ee7742e: Download complete
23:07:24 2324c76a5ce8: Verifying Checksum
23:07:24 2324c76a5ce8: Download complete
23:07:24 a039a3f9e4a4: Verifying Checksum
23:07:24 a039a3f9e4a4: Download complete
23:07:24 0a051d833e9d: Verifying Checksum
23:07:24 0a051d833e9d: Download complete
23:07:24 c5003918f188: Verifying Checksum
23:07:24 c5003918f188: Download complete
23:07:24 9ef73bfda680: Verifying Checksum
23:07:24 9ef73bfda680: Download complete
23:07:24 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
23:07:24 b32f6bf7d96d: Verifying Checksum
23:07:24 b32f6bf7d96d: Download complete
23:07:24 b011733898e1: Verifying Checksum
23:07:24 b011733898e1: Download complete
23:07:24 8b412b8ebeb3: Verifying Checksum
23:07:24 8b412b8ebeb3: Download complete
23:07:24 b32f6bf7d96d: Verifying Checksum
23:07:24 b32f6bf7d96d: Download complete
23:07:24 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
23:07:24 35c9bf1416c8: Verifying Checksum
23:07:24 35c9bf1416c8: Download complete
23:07:24 256d4807b335: Verifying Checksum
23:07:24 256d4807b335: Download complete
23:07:24 b6ebc99fa8d5: Verifying Checksum
23:07:24 b6ebc99fa8d5: Download complete
23:07:25 py3-11b986417b080dd09582524b757ef33d66534fc7: Pulling from dockerbuildbot/docker-py
23:07:25 6c33745f49b4: Pulling fs layer
23:07:25 c87cd3c61e27: Pulling fs layer
23:07:25 05a3c799ec37: Pulling fs layer
23:07:25 a61c38f966ac: Pulling fs layer
23:07:25 c2dd6d195b68: Pulling fs layer
23:07:25 29b9446ae7bd: Pulling fs layer
23:07:25 bcb49d30d299: Pulling fs layer
23:07:25 618e5f951c44: Pulling fs layer
23:07:25 b61a06eec492: Pulling fs layer
23:07:25 076cef25f0cf: Pulling fs layer
23:07:25 3222292d4dbd: Pulling fs layer
23:07:25 d9e7bf91d88c: Pulling fs layer
23:07:25 18e6fcbb0b98: Pulling fs layer
23:07:25 888eef075c2d: Pulling fs layer
23:07:25 67dd6a70cd10: Pulling fs layer
23:07:25 2a2d1ee7742e: Pulling fs layer
23:07:25 2324c76a5ce8: Pulling fs layer
23:07:25 a039a3f9e4a4: Pulling fs layer
23:07:25 0a051d833e9d: Pulling fs layer
23:07:25 c5003918f188: Pulling fs layer
23:07:25 9ef73bfda680: Pulling fs layer
23:07:25 35c9bf1416c8: Pulling fs layer
23:07:25 b011733898e1: Pulling fs layer
23:07:25 8b412b8ebeb3: Pulling fs layer
23:07:25 256d4807b335: Pulling fs layer
23:07:25 b6ebc99fa8d5: Pulling fs layer
23:07:25 a61c38f966ac: Waiting
23:07:25 29b9446ae7bd: Waiting
23:07:25 bcb49d30d299: Waiting
23:07:25 618e5f951c44: Waiting
23:07:25 b61a06eec492: Waiting
23:07:25 076cef25f0cf: Waiting
23:07:25 3222292d4dbd: Waiting
23:07:25 d9e7bf91d88c: Waiting
23:07:25 18e6fcbb0b98: Waiting
23:07:25 888eef075c2d: Waiting
23:07:25 67dd6a70cd10: Waiting
23:07:25 2a2d1ee7742e: Waiting
23:07:25 2324c76a5ce8: Waiting
23:07:25 a039a3f9e4a4: Waiting
23:07:25 0a051d833e9d: Waiting
23:07:25 9ef73bfda680: Waiting
23:07:25 35c9bf1416c8: Waiting
23:07:25 b011733898e1: Waiting
23:07:25 8b412b8ebeb3: Waiting
23:07:25 256d4807b335: Waiting
23:07:25 b6ebc99fa8d5: Waiting
23:07:25 c2dd6d195b68: Waiting
23:07:25 c5003918f188: Waiting
23:07:25 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
23:07:25 c87cd3c61e27: Verifying Checksum
23:07:25 c87cd3c61e27: Download complete
23:07:25 05a3c799ec37: Verifying Checksum
23:07:25 05a3c799ec37: Download complete
23:07:25 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 12%]
23:07:26 6c33745f49b4: Pull complete
23:07:26 c87cd3c61e27: Pull complete
23:07:26 7e2b2a5af8f6: Pull complete
23:07:26 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
23:07:26 7e2b2a5af8f6: Pull complete
23:07:26 05a3c799ec37: Pull complete
23:07:26 c2dd6d195b68: Verifying Checksum
23:07:26 c2dd6d195b68: Download complete
23:07:26 09b6f03ffac4: Pull complete
23:07:27 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
23:07:27 09b6f03ffac4: Pull complete
23:07:27 dc3f0c679f0f: Pull complete
23:07:27 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
23:07:27 dc3f0c679f0f: Pull complete
23:07:27 a61c38f966ac: Verifying Checksum
23:07:27 a61c38f966ac: Download complete
23:07:27 6c33745f49b4: Verifying Checksum
23:07:27 6c33745f49b4: Download complete
23:07:27 29b9446ae7bd: Verifying Checksum
23:07:27 29b9446ae7bd: Download complete
23:07:27 618e5f951c44: Verifying Checksum
23:07:27 618e5f951c44: Download complete
23:07:28 bcb49d30d299: Verifying Checksum
23:07:28 bcb49d30d299: Download complete
23:07:28 b61a06eec492: Verifying Checksum
23:07:28 b61a06eec492: Download complete
23:07:28 076cef25f0cf: Verifying Checksum
23:07:28 076cef25f0cf: Download complete
23:07:28 d9e7bf91d88c: Verifying Checksum
23:07:28 d9e7bf91d88c: Download complete
23:07:28 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
23:07:28 18e6fcbb0b98: Verifying Checksum
23:07:28 18e6fcbb0b98: Download complete
23:07:28 3222292d4dbd: Verifying Checksum
23:07:28 3222292d4dbd: Download complete
23:07:28 888eef075c2d: Verifying Checksum
23:07:28 888eef075c2d: Download complete
23:07:28 2a2d1ee7742e: Verifying Checksum
23:07:28 2a2d1ee7742e: Download complete
23:07:28 67dd6a70cd10: Verifying Checksum
23:07:28 67dd6a70cd10: Download complete
23:07:28 a039a3f9e4a4: Verifying Checksum
23:07:28 a039a3f9e4a4: Download complete
23:07:28 2324c76a5ce8: Verifying Checksum
23:07:28 2324c76a5ce8: Download complete
23:07:28 0a051d833e9d: Verifying Checksum
23:07:28 0a051d833e9d: Download complete
23:07:28 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
23:07:28 9ef73bfda680: Verifying Checksum
23:07:28 9ef73bfda680: Download complete
23:07:28 c5003918f188: Verifying Checksum
23:07:28 c5003918f188: Download complete
23:07:28 b011733898e1: Verifying Checksum
23:07:28 b011733898e1: Download complete
23:07:28 6c33745f49b4: Pull complete
23:07:29 8b412b8ebeb3: Verifying Checksum
23:07:29 8b412b8ebeb3: Download complete
23:07:29 256d4807b335: Verifying Checksum
23:07:29 256d4807b335: Download complete
23:07:29 b6ebc99fa8d5: Verifying Checksum
23:07:29 b6ebc99fa8d5: Download complete
23:07:29 c87cd3c61e27: Pull complete
23:07:29 35c9bf1416c8: Verifying Checksum
23:07:29 35c9bf1416c8: Download complete
23:07:29 05a3c799ec37: Pull complete
23:07:29 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
23:07:30 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
23:07:31 c2dd6d195b68: Verifying Checksum
23:07:31 c2dd6d195b68: Download complete
23:07:31 a61c38f966ac: Pull complete
23:07:31 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
23:07:31 fd4b47407fc3: Pull complete
23:07:31 fd4b47407fc3: Pull complete
23:07:32 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%]
23:07:33 6c33745f49b4: Pull complete
23:07:33 c87cd3c61e27: Pull complete
23:07:33 a61c38f966ac: Pull complete
23:07:33 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 13%]
23:07:34 05a3c799ec37: Pull complete
23:07:34 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
23:07:35 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
23:07:36 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
23:07:38 a61c38f966ac: Pull complete
23:07:38 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
23:07:40 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
23:07:40 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
23:07:43 c2dd6d195b68: Pull complete
23:07:43 29b9446ae7bd: Pull complete
23:07:43 b32f6bf7d96d: Pull complete
23:07:44 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
23:07:44 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
23:07:44 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 14%]
23:07:44 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
23:07:44 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
23:07:44 6f4489a7e4cf: Pull complete
23:07:45 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
23:07:45 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
23:07:45 bcb49d30d299: Pull complete
23:07:45 618e5f951c44: Pull complete
23:07:45 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
23:07:45 b61a06eec492: Pull complete
23:07:46 af4b99ad9ef0: Pull complete
23:07:46 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
23:07:46 076cef25f0cf: Pull complete
23:07:46 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
23:07:46 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
23:07:46 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%]
23:07:46 b32f6bf7d96d: Pull complete
23:07:46 6f4489a7e4cf: Pull complete
23:07:46 af4b99ad9ef0: Pull complete
23:07:46 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 15%]
23:07:46 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
23:07:46 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
23:07:46 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
23:07:47 39db0bc48c26: Pull complete
23:07:47 3222292d4dbd: Pull complete
23:07:47 d9e7bf91d88c: Pull complete
23:07:47 18e6fcbb0b98: Pull complete
23:07:47 888eef075c2d: Pull complete
23:07:47 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
23:07:47 acb4a89489fc: Pull complete
23:07:47 0fabafde4184: Pull complete
23:07:47 67dd6a70cd10: Pull complete
23:07:47 2a2d1ee7742e: Pull complete
23:07:47 39db0bc48c26: Pull complete
23:07:47 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
23:07:47 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
23:07:47 2324c76a5ce8: Pull complete
23:07:47 a039a3f9e4a4: Pull complete
23:07:48 0a051d833e9d: Pull complete
23:07:48 c5003918f188: Pull complete
23:07:48 9ef73bfda680: Pull complete
23:07:48 8ead4cb4ec58: Pull complete
23:07:48 78d585e7b2e5: Pull complete
23:07:48 82f45bdd3b91: Pull complete
23:07:48 41aa1dd1688d: Pull complete
23:07:48 acb4a89489fc: Pull complete
23:07:48 0fabafde4184: Pull complete
23:07:48 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
23:07:48 c2dd6d195b68: Pull complete
23:07:48 29b9446ae7bd: Pull complete
23:07:48 bcb49d30d299: Pull complete
23:07:48 618e5f951c44: Pull complete
23:07:48 bd96ee3f03d0: Pull complete
23:07:48 609a748d58dd: Pull complete
23:07:48 b287aea92fd9: Pull complete
23:07:48 b61a06eec492: Pull complete
23:07:48 076cef25f0cf: Pull complete
23:07:49 4ea1aed7f44c: Pull complete
23:07:49 0b44872ad4d4: Pull complete
23:07:49 8ead4cb4ec58: Pull complete
23:07:49 78d585e7b2e5: Pull complete
23:07:49 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
23:07:49 6fbf2dd6af25: Pull complete
23:07:49 18237466c7bc: Pull complete
23:07:49 82f45bdd3b91: Pull complete
23:07:49 41aa1dd1688d: Pull complete
23:07:49 bd96ee3f03d0: Pull complete
23:07:49 3222292d4dbd: Pull complete
23:07:49 35c9bf1416c8: Pull complete
23:07:49 b011733898e1: Pull complete
23:07:49 609a748d58dd: Pull complete
23:07:49 b287aea92fd9: Pull complete
23:07:49 4ea1aed7f44c: Pull complete
23:07:49 d9e7bf91d88c: Pull complete
23:07:49 18e6fcbb0b98: Pull complete
23:07:50 0b44872ad4d4: Pull complete
23:07:50 6fbf2dd6af25: Pull complete
23:07:50 888eef075c2d: Pull complete
23:07:50 67dd6a70cd10: Pull complete
23:07:50 2a2d1ee7742e: Pull complete
23:07:50 8b412b8ebeb3: Pull complete
23:07:50 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 16%]
23:07:50 bda3c7ceadac: Pull complete
23:07:50 70373f1883b5: Pull complete
23:07:50 18237466c7bc: Pull complete
23:07:50 2324c76a5ce8: Pull complete
23:07:50 a039a3f9e4a4: Pull complete
23:07:50 256d4807b335: Pull complete
23:07:50 0a051d833e9d: Pull complete
23:07:50 c5003918f188: Pull complete
23:07:50 b6ebc99fa8d5: Pull complete
23:07:50 Digest: sha256:95fe991e9c313421f69f55b405c2da3063559e7237f032fea194c718b3096521
23:07:50 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-11b986417b080dd09582524b757ef33d66534fc7
23:07:50 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 16%]
23:07:50 f5dfbcbcf927: Pull complete
23:07:50 9ef73bfda680: Pull complete
23:07:51 89d3db4103e7: Pull complete
23:07:51 bda3c7ceadac: Pull complete
23:07:51 70373f1883b5: Pull complete
23:07:51 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
23:07:51 72dfd1116ab0: Pull complete
23:07:51 Digest: sha256:f1a029f369b0a14f9ead600fa218a8767cc877e2ed04f4177ed444e526a75bab
23:07:51 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-11b986417b080dd09582524b757ef33d66534fc7
23:07:52 f5dfbcbcf927: Pull complete
23:07:52 89d3db4103e7: Pull complete
23:07:52 72dfd1116ab0: Pull complete
23:07:52 Digest: sha256:f1a029f369b0a14f9ead600fa218a8767cc877e2ed04f4177ed444e526a75bab
23:07:52 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-11b986417b080dd09582524b757ef33d66534fc7
23:07:52 35c9bf1416c8: Pull complete
23:07:52 b011733898e1: Pull complete
23:07:52 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
23:07:52 8b412b8ebeb3: Pull complete
23:07:52 256d4807b335: Pull complete
23:07:53 b6ebc99fa8d5: Pull complete
23:07:53 Digest: sha256:95fe991e9c313421f69f55b405c2da3063559e7237f032fea194c718b3096521
23:07:53 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-11b986417b080dd09582524b757ef33d66534fc7
23:07:53 c2dd6d195b68: Pull complete
23:07:53 29b9446ae7bd: Pull complete
23:07:53 bcb49d30d299: Pull complete
23:07:53 ============================= test session starts ==============================
23:07:53 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
23:07:53 cachedir: .pytest_cache
23:07:53 rootdir: /src, inifile: pytest.ini
23:07:53 plugins: timeout-1.3.3, cov-2.6.1
23:07:53 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
23:07:53 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
23:07:53 618e5f951c44: Pull complete
23:07:53 ============================= test session starts ==============================
23:07:53 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
23:07:53 cachedir: .pytest_cache
23:07:53 rootdir: /src, inifile: pytest.ini
23:07:53 plugins: timeout-1.3.3, cov-2.6.1
23:07:54 b61a06eec492: Pull complete
23:07:54 076cef25f0cf: Pull complete
23:07:54 3222292d4dbd: Pull complete
23:07:54 ============================= test session starts ==============================
23:07:54 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
23:07:54 cachedir: .pytest_cache
23:07:54 rootdir: /src, inifile: pytest.ini
23:07:54 plugins: timeout-1.3.3, cov-2.6.1
23:07:54 d9e7bf91d88c: Pull complete
23:07:54 18e6fcbb0b98: Pull complete
23:07:54 888eef075c2d: Pull complete
23:07:55 67dd6a70cd10: Pull complete
23:07:55 2a2d1ee7742e: Pull complete
23:07:55 2324c76a5ce8: Pull complete
23:07:55 a039a3f9e4a4: Pull complete
23:07:55 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
23:07:55 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
23:07:55 ============================= test session starts ==============================
23:07:55 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
23:07:55 cachedir: .pytest_cache
23:07:55 rootdir: /src, inifile: pytest.ini
23:07:55 plugins: timeout-1.3.3, cov-2.6.1
23:07:55 0a051d833e9d: Pull complete
23:07:55 c5003918f188: Pull complete
23:07:55 9ef73bfda680: Pull complete
23:07:56 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
23:07:57 35c9bf1416c8: Pull complete
23:07:57 b011733898e1: Pull complete
23:07:57 8b412b8ebeb3: Pull complete
23:07:57 256d4807b335: Pull complete
23:07:58 b6ebc99fa8d5: Pull complete
23:07:58 Digest: sha256:95fe991e9c313421f69f55b405c2da3063559e7237f032fea194c718b3096521
23:07:58 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-11b986417b080dd09582524b757ef33d66534fc7
23:07:58 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 17%]
23:07:58 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 17%]
23:07:58 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
23:07:58 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
23:07:58 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
23:07:58 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
23:07:58 collecting ... collected 953 items
23:07:58 
23:07:58 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
23:07:59 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
23:07:59 collecting ... collected 953 items
23:07:59 
23:07:59 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%]
23:07:59 collecting ... collected 953 items
23:07:59 
23:07:59 collecting ... collected 953 items
23:07:59 
23:08:00 ============================= test session starts ==============================
23:08:00 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
23:08:00 cachedir: .pytest_cache
23:08:00 rootdir: /src, inifile: pytest.ini
23:08:00 plugins: timeout-1.3.3, cov-2.6.1
23:08:00 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
23:08:00 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
23:08:00 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
23:08:00 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
23:08:00 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
23:08:00 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 18%]
23:08:01 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 18%]
23:08:01 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
23:08:01 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
23:08:01 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
23:08:02 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
23:08:02 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
23:08:02 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
23:08:02 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
23:08:02 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
23:08:02 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
23:08:02 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
23:08:02 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
23:08:02 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
23:08:02 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
23:08:02 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
23:08:02 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
23:08:02 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
23:08:02 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
23:08:02 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
23:08:02 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
23:08:02 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
23:08:02 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
23:08:03 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
23:08:03 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
23:08:03 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
23:08:03 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
23:08:03 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
23:08:03 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
23:08:03 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
23:08:03 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
23:08:03 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
23:08:03 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
23:08:04 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
23:08:04 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
23:08:04 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
23:08:04 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%]
23:08:04 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
23:08:04 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
23:08:04 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
23:08:04 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
23:08:04 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
23:08:04 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
23:08:04 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
23:08:04 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
23:08:04 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
23:08:04 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
23:08:05 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
23:08:05 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
23:08:05 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
23:08:05 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 19%]
23:08:05 collecting ... collected 953 items
23:08:05 
23:08:05 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
23:08:05 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
23:08:05 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
23:08:05 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
23:08:06 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
23:08:06 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
23:08:06 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
23:08:06 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
23:08:06 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
23:08:06 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
23:08:06 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
23:08:06 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
23:08:06 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
23:08:06 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
23:08:06 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
23:08:06 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
23:08:06 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
23:08:06 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
23:08:06 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
23:08:07 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
23:08:07 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
23:08:07 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
23:08:07 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
23:08:07 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
23:08:07 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
23:08:07 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
23:08:08 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
23:08:08 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
23:08:08 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
23:08:08 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
23:08:08 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
23:08:08 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
23:08:08 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
23:08:08 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
23:08:08 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  1%]
23:08:09 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
23:08:09 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
23:08:09 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
23:08:09 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
23:08:09 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
23:08:09 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
23:08:09 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
23:08:09 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
23:08:10 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  1%]
23:08:10 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
23:08:10 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
23:08:10 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
23:08:10 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
23:08:10 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
23:08:10 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
23:08:11 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  1%]
23:08:11 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
23:08:11 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 20%]
23:08:11 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 20%]
23:08:11 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
23:08:11 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  1%]
23:08:11 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
23:08:11 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
23:08:11 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
23:08:12 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
23:08:12 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
23:08:12 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
23:08:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
23:08:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
23:08:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
23:08:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
23:08:13 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
23:08:13 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
23:08:13 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
23:08:13 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
23:08:13 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
23:08:13 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
23:08:13 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
23:08:13 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
23:08:13 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
23:08:13 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
23:08:13 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
23:08:13 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
23:08:13 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 21%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 22%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 22%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%]
23:08:14 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
23:08:14 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
23:08:14 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
23:08:14 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
23:08:14 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 23%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
23:08:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
23:08:14 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
23:08:14 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
23:08:14 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
23:08:14 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
23:08:14 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
23:08:14 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
23:08:14 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
23:08:14 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
23:08:14 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
23:08:15 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
23:08:15 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
23:08:15 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
23:08:15 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
23:08:15 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  1%]
23:08:15 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
23:08:15 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
23:08:15 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
23:08:15 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
23:08:15 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
23:08:15 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
23:08:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
23:08:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
23:08:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
23:08:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
23:08:15 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
23:08:15 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
23:08:15 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
23:08:15 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
23:08:15 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
23:08:15 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
23:08:16 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
23:08:16 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
23:08:16 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
23:08:16 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
23:08:16 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
23:08:16 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
23:08:16 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
23:08:16 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
23:08:16 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
23:08:16 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
23:08:16 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
23:08:16 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
23:08:16 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
23:08:16 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
23:08:16 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
23:08:16 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%]
23:08:17 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
23:08:17 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  3%]
23:08:17 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
23:08:17 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
23:08:17 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
23:08:17 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
23:08:17 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
23:08:17 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
23:08:17 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
23:08:17 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
23:08:17 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
23:08:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
23:08:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
23:08:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
23:08:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  3%]
23:08:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
23:08:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
23:08:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
23:08:18 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
23:08:18 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 24%]
23:08:18 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 24%]
23:08:18 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
23:08:18 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
23:08:18 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
23:08:18 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
23:08:18 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
23:08:18 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
23:08:18 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
23:08:18 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 25%]
23:08:18 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 25%]
23:08:18 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
23:08:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
23:08:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
23:08:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
23:08:19 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
23:08:19 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
23:08:19 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  3%]
23:08:19 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
23:08:19 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
23:08:19 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
23:08:19 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
23:08:19 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
23:08:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
23:08:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
23:08:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
23:08:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
23:08:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
23:08:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%]
23:08:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 26%]
23:08:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 26%]
23:08:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
23:08:19 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
23:08:19 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
23:08:19 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
23:08:19 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
23:08:19 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
23:08:19 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
23:08:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
23:08:19 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
23:08:20 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
23:08:20 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
23:08:20 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
23:08:20 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
23:08:20 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
23:08:20 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
23:08:20 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
23:08:20 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  2%]
23:08:20 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
23:08:20 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
23:08:20 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
23:08:20 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  3%]
23:08:20 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
23:08:21 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
23:08:21 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
23:08:21 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
23:08:21 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
23:08:21 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
23:08:21 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
23:08:21 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
23:08:21 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
23:08:21 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
23:08:21 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
23:08:22 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
23:08:22 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
23:08:22 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
23:08:22 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
23:08:22 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
23:08:22 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
23:08:22 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
23:08:22 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
23:08:22 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
23:08:23 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
23:08:23 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
23:08:23 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
23:08:24 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
23:08:24 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
23:08:24 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  3%]
23:08:24 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
23:08:24 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
23:08:24 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
23:08:25 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
23:08:25 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
23:08:25 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
23:08:25 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
23:08:25 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
23:08:25 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
23:08:25 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
23:08:25 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
23:08:26 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
23:08:26 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
23:08:26 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
23:08:26 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
23:08:26 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
23:08:26 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
23:08:26 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
23:08:26 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
23:08:26 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
23:08:26 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
23:08:26 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
23:08:26 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
23:08:26 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
23:08:27 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
23:08:27 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
23:08:27 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
23:08:27 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
23:08:27 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
23:08:27 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
23:08:27 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
23:08:28 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
23:08:28 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
23:08:28 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  4%]
23:08:29 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
23:08:29 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
23:08:29 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
23:08:29 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
23:08:29 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
23:08:29 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
23:08:29 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
23:08:30 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
23:08:31 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
23:08:31 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
23:08:32 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
23:08:32 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
23:08:32 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
23:08:32 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
23:08:32 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
23:08:32 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
23:08:32 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
23:08:33 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
23:08:33 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
23:08:35 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 27%]
23:08:36 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 27%]
23:08:38 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
23:08:39 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
23:08:39 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
23:08:40 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
23:08:42 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
23:08:43 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  5%]
23:08:43 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
23:08:43 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
23:08:43 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  5%]
23:08:44 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
23:08:44 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
23:08:45 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
23:08:45 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
23:08:45 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  5%]
23:08:45 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
23:08:45 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
23:08:46 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
23:08:46 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
23:08:46 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  5%]
23:08:47 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
23:08:47 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
23:08:47 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
23:08:47 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
23:08:47 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
23:08:48 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
23:08:48 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
23:08:48 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  5%]
23:08:48 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
23:08:49 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
23:08:49 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
23:08:49 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
23:08:49 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
23:08:49 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
23:08:49 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
23:08:50 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  5%]
23:08:50 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
23:08:50 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
23:08:50 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
23:08:50 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
23:08:50 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  6%]
23:08:51 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
23:08:51 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
23:08:51 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
23:08:51 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
23:08:51 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
23:08:51 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
23:08:51 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
23:08:52 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
23:08:52 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  6%]
23:08:52 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
23:08:52 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
23:08:52 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
23:08:52 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
23:08:52 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
23:08:52 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
23:08:52 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
23:08:52 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  6%]
23:08:53 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
23:08:53 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
23:08:53 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
23:08:53 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
23:08:54 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  6%]
23:08:54 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
23:08:54 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
23:08:54 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
23:08:54 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
23:08:54 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
23:08:54 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
23:08:54 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%]
23:08:55 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
23:08:55 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
23:08:55 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
23:08:55 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
23:08:56 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 28%]
23:08:56 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
23:08:56 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
23:08:56 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
23:08:56 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
23:08:56 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  6%]
23:08:57 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
23:08:57 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 28%]
23:08:58 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
23:08:58 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
23:08:58 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
23:08:58 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
23:08:58 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
23:08:58 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
23:08:59 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
23:08:59 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
23:08:59 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
23:08:59 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
23:08:59 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
23:09:00 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
23:09:00 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
23:09:02 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
23:09:02 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
23:09:03 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
23:09:03 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
23:09:03 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
23:09:04 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
23:09:05 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
23:09:05 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
23:09:07 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
23:09:07 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
23:09:08 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
23:09:08 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
23:09:09 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
23:09:09 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  7%]
23:09:09 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
23:09:10 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
23:09:11 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
23:09:11 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  7%]
23:09:11 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
23:09:11 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
23:09:11 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
23:09:11 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
23:09:12 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
23:09:12 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
23:09:12 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
23:09:12 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
23:09:12 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
23:09:12 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  7%]
23:09:12 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  7%]
23:09:13 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
23:09:13 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
23:09:13 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
23:09:13 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
23:09:13 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
23:09:13 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
23:09:14 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
23:09:14 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
23:09:14 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
23:09:15 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
23:09:15 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
23:09:15 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  7%]
23:09:15 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
23:09:15 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
23:09:15 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
23:09:15 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  7%]
23:09:15 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
23:09:16 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
23:09:16 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
23:09:16 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
23:09:16 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
23:09:16 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
23:09:16 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
23:09:17 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
23:09:17 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
23:09:17 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
23:09:17 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
23:09:18 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  8%]
23:09:18 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
23:09:18 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
23:09:18 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
23:09:18 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
23:09:18 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
23:09:18 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
23:09:19 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
23:09:19 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  8%]
23:09:20 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
23:09:20 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
23:09:20 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
23:09:20 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  8%]
23:09:21 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
23:09:21 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
23:09:21 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  8%]
23:09:21 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  8%]
23:09:21 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
23:09:22 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
23:09:22 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
23:09:22 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
23:09:22 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
23:09:23 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
23:09:23 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
23:09:23 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
23:09:23 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
23:09:23 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
23:09:23 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
23:09:24 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
23:09:24 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  8%]
23:09:24 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
23:09:24 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
23:09:24 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
23:09:24 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
23:09:24 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
23:09:25 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
23:09:25 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
23:09:25 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
23:09:25 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
23:09:25 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
23:09:25 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
23:09:26 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
23:09:26 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
23:09:26 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
23:09:26 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
23:09:26 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
23:09:26 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
23:09:26 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
23:09:27 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
23:09:27 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%]
23:09:27 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 29%]
23:09:27 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 29%]
23:09:27 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
23:09:27 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
23:09:27 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
23:09:27 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
23:09:27 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
23:09:27 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
23:09:27 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
23:09:27 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 30%]
23:09:27 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
23:09:27 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
23:09:27 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
23:09:27 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
23:09:28 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
23:09:28 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [  9%]
23:09:28 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
23:09:28 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
23:09:28 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
23:09:29 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 30%]
23:09:29 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 30%]
23:09:29 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
23:09:29 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
23:09:29 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
23:09:29 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
23:09:29 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
23:09:30 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [  9%]
23:09:30 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
23:09:30 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [  9%]
23:09:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
23:09:31 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [  9%]
23:09:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
23:09:31 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [  9%]
23:09:31 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
23:09:31 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [  9%]
23:09:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
23:09:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 31%]
23:09:33 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
23:09:34 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [  9%]
23:09:34 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
23:09:34 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
23:09:34 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
23:09:35 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
23:09:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 31%]
23:09:35 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
23:09:36 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
23:09:36 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
23:09:37 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
23:09:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
23:09:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
23:09:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
23:09:37 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
23:09:37 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
23:09:38 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
23:09:38 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
23:09:38 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
23:09:38 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
23:09:38 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
23:09:38 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
23:09:39 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
23:09:39 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
23:09:39 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
23:09:39 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
23:09:39 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
23:09:39 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
23:09:40 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
23:09:40 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
23:09:40 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 32%]
23:09:40 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 32%]
23:09:40 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
23:09:41 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
23:09:41 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 32%]
23:09:41 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
23:09:42 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
23:09:42 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
23:09:42 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
23:09:42 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
23:09:42 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
23:09:43 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
23:09:43 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
23:09:43 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
23:09:43 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
23:09:43 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 10%]
23:09:43 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
23:09:43 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
23:09:44 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
23:09:44 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
23:09:44 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
23:09:44 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
23:09:44 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
23:09:44 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
23:09:44 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
23:09:45 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 33%]
23:09:45 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
23:09:45 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 33%]
23:09:45 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
23:09:45 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
23:09:45 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 33%]
23:09:46 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 10%]
23:09:46 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
23:09:46 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
23:09:46 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 33%]
23:09:46 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
23:09:46 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
23:09:47 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
23:09:47 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
23:09:47 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 10%]
23:09:47 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
23:09:47 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
23:09:47 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 10%]
23:09:47 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
23:09:47 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
23:09:47 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
23:09:48 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
23:09:48 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
23:09:48 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
23:09:48 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
23:09:48 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%]
23:09:48 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
23:09:48 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
23:09:48 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
23:09:49 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
23:09:49 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
23:09:49 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
23:09:49 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
23:09:50 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
23:09:50 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
23:09:50 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 10%]
23:09:50 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
23:09:50 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 11%]
23:09:50 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
23:09:50 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
23:09:51 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
23:09:51 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
23:09:51 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
23:09:51 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
23:09:51 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
23:09:51 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
23:09:52 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
23:09:52 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
23:09:52 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
23:09:52 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
23:09:52 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 11%]
23:09:52 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
23:09:53 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
23:09:53 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
23:09:53 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
23:09:53 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
23:09:53 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
23:09:54 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
23:09:54 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
23:09:54 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 11%]
23:09:54 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
23:09:54 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
23:09:54 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
23:09:54 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 11%]
23:09:55 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
23:09:55 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
23:09:55 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
23:09:55 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
23:09:55 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
23:09:55 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
23:09:55 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
23:09:56 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%]
23:09:56 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
23:09:56 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
23:09:56 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%]
23:09:56 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 11%]
23:09:56 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
23:09:56 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
23:09:56 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
23:09:57 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
23:09:57 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
23:09:57 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
23:09:58 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 12%]
23:09:58 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
23:09:58 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
23:09:58 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
23:09:58 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
23:09:58 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
23:09:58 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
23:09:59 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
23:09:59 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
23:09:59 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
23:09:59 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
23:09:59 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
23:09:59 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
23:10:00 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
23:10:00 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
23:10:00 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
23:10:00 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
23:10:00 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
23:10:00 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
23:10:00 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
23:10:00 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
23:10:00 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
23:10:00 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 34%]
23:10:01 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
23:10:01 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
23:10:01 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 12%]
23:10:01 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
23:10:01 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 34%]
23:10:01 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
23:10:01 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 12%]
23:10:01 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
23:10:01 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
23:10:02 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
23:10:02 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 34%]
23:10:02 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
23:10:02 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
23:10:02 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
23:10:02 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 12%]
23:10:02 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
23:10:02 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
23:10:02 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
23:10:03 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
23:10:03 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
23:10:03 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
23:10:03 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
23:10:03 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
23:10:03 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
23:10:03 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
23:10:04 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
23:10:04 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%]
23:10:04 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
23:10:04 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
23:10:04 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
23:10:04 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
23:10:04 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
23:10:04 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
23:10:05 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 12%]
23:10:05 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
23:10:05 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
23:10:05 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
23:10:05 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 35%]
23:10:05 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
23:10:05 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
23:10:06 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 35%]
23:10:06 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 35%]
23:10:06 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
23:10:06 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%]
23:10:06 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
23:10:06 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 35%]
23:10:06 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
23:10:06 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
23:10:06 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
23:10:07 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
23:10:07 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
23:10:07 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
23:10:07 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
23:10:07 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 13%]
23:10:07 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
23:10:07 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
23:10:07 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
23:10:07 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
23:10:07 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
23:10:07 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%]
23:10:08 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 36%]
23:10:08 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
23:10:08 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 36%]
23:10:08 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 36%]
23:10:08 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
23:10:08 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
23:10:08 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
23:10:08 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
23:10:08 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
23:10:09 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
23:10:09 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%]
23:10:09 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
23:10:09 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
23:10:09 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%]
23:10:10 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
23:10:10 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 13%]
23:10:11 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
23:10:11 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
23:10:11 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 13%]
23:10:11 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%]
23:10:12 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
23:10:12 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%]
23:10:12 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
23:10:13 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 13%]
23:10:13 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
23:10:13 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%]
23:10:13 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
23:10:13 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
23:10:14 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
23:10:14 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 13%]
23:10:14 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
23:10:14 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
23:10:14 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
23:10:14 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
23:10:15 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
23:10:15 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
23:10:15 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
23:10:15 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
23:10:16 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
23:10:16 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
23:10:16 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 37%]
23:10:16 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 37%]
23:10:16 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 37%]
23:10:16 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 37%]
23:10:16 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
23:10:16 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
23:10:16 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
23:10:16 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
23:10:16 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
23:10:16 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%]
23:10:16 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 38%]
23:10:16 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 38%]
23:10:16 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 38%]
23:10:16 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
23:10:16 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
23:10:16 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
23:10:17 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
23:10:18 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
23:10:18 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
23:10:18 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
23:10:18 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
23:10:18 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
23:10:18 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
23:10:19 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
23:10:19 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
23:10:19 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 14%]
23:10:19 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
23:10:19 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
23:10:19 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
23:10:20 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
23:10:20 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
23:10:20 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
23:10:20 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
23:10:21 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
23:10:21 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
23:10:21 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
23:10:22 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
23:10:22 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
23:10:22 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
23:10:22 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
23:10:22 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%]
23:10:22 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 15%]
23:10:22 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
23:10:22 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
23:10:22 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
23:10:22 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
23:10:22 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
23:10:22 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 14%]
23:10:23 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
23:10:23 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
23:10:23 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 14%]
23:10:23 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
23:10:23 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
23:10:23 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
23:10:23 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
23:10:23 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
23:10:23 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
23:10:23 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
23:10:23 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
23:10:23 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
23:10:23 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
23:10:24 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
23:10:24 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
23:10:24 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
23:10:24 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
23:10:24 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
23:10:24 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
23:10:24 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
23:10:24 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
23:10:24 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 14%]
23:10:24 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
23:10:24 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
23:10:24 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 39%]
23:10:24 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 39%]
23:10:24 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
23:10:25 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
23:10:25 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
23:10:25 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
23:10:25 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
23:10:25 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 16%]
23:10:25 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
23:10:26 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
23:10:26 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
23:10:26 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
23:10:26 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%]
23:10:26 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 16%]
23:10:26 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 15%]
23:10:26 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
23:10:26 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
23:10:26 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
23:10:26 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
23:10:26 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%]
23:10:26 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 14%]
23:10:26 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 14%]
23:10:26 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
23:10:26 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
23:10:26 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
23:10:26 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
23:10:26 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
23:10:26 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%]
23:10:26 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 15%]
23:10:26 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
23:10:26 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
23:10:26 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
23:10:26 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
23:10:26 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
23:10:27 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
23:10:27 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
23:10:27 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 39%]
23:10:27 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
23:10:27 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
23:10:27 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
23:10:27 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
23:10:27 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
23:10:27 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
23:10:27 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
23:10:27 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 39%]
23:10:28 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
23:10:28 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
23:10:28 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%]
23:10:28 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 15%]
23:10:28 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
23:10:28 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
23:10:28 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
23:10:28 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
23:10:28 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
23:10:28 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
23:10:28 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
23:10:28 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
23:10:28 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
23:10:28 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
23:10:28 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
23:10:28 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%]
23:10:28 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 40%]
23:10:28 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 40%]
23:10:28 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 40%]
23:10:28 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
23:10:28 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
23:10:28 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
23:10:28 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
23:10:28 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
23:10:28 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
23:10:29 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
23:10:29 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
23:10:29 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth FAILED [ 41%]
23:10:29 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 41%]
23:10:29 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 41%]
23:10:29 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 41%]
23:10:29 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
23:10:29 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
23:10:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
23:10:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
23:10:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
23:10:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%]
23:10:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 42%]
23:10:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 42%]
23:10:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 42%]
23:10:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
23:10:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
23:10:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
23:10:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
23:10:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
23:10:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%]
23:10:29 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
23:10:29 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
23:10:29 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
23:10:29 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
23:10:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container FAILED [ 43%]
23:10:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged FAILED [ 43%]
23:10:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities FAILED [ 43%]
23:10:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 43%]
23:10:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds FAILED [ 44%]
23:10:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list FAILED [ 44%]
23:10:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode FAILED [ 44%]
23:10:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
23:10:29 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
23:10:29 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%]
23:10:29 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%]
23:10:29 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
23:10:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro FAILED [ 44%]
23:10:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw FAILED [ 44%]
23:10:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 44%]
23:10:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 44%]
23:10:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices FAILED [ 44%]
23:10:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities FAILED [ 45%]
23:10:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint FAILED [ 45%]
23:10:29 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 15%]
23:10:29 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
23:10:29 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
23:10:29 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
23:10:29 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 16%]
23:10:29 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
23:10:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares FAILED [ 45%]
23:10:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus FAILED [ 45%]
23:10:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset FAILED [ 45%]
23:10:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems FAILED [ 45%]
23:10:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict FAILED [ 45%]
23:10:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list FAILED [ 45%]
23:10:30 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 16%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links FAILED [ 45%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples FAILED [ 45%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf FAILED [ 46%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat FAILED [ 46%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 46%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 46%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 46%]
23:10:30 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 16%]
23:10:30 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links FAILED [ 47%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume FAILED [ 47%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds FAILED [ 47%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports FAILED [ 47%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy FAILED [ 47%]
23:10:30 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
23:10:30 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
23:10:30 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open FAILED [ 47%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal FAILED [ 47%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl FAILED [ 47%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict FAILED [ 47%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list FAILED [ 47%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string FAILED [ 48%]
23:10:30 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 16%]
23:10:30 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
23:10:30 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
23:10:30 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir FAILED [ 48%]
23:10:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container FAILED [ 48%]
23:10:30 tests/unit/api_container_test.py::ContainerTest::test_container_stats FAILED [ 48%]
23:10:30 tests/unit/api_container_test.py::ContainerTest::test_container_top FAILED [ 48%]
23:10:31 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs FAILED [ 48%]
23:10:31 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 48%]
23:10:31 tests/unit/api_container_test.py::ContainerTest::test_diff FAILED        [ 48%]
23:10:31 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
23:10:31 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id FAILED [ 49%]
23:10:31 tests/unit/api_container_test.py::ContainerTest::test_export FAILED      [ 49%]
23:10:31 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id FAILED [ 49%]
23:10:31 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
23:10:31 tests/unit/api_container_test.py::ContainerTest::test_inspect_container FAILED [ 49%]
23:10:31 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
23:10:31 tests/unit/api_container_test.py::ContainerTest::test_kill_container FAILED [ 49%]
23:10:31 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id FAILED [ 49%]
23:10:31 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
23:10:31 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%]
23:10:31 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 16%]
23:10:31 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal FAILED [ 49%]
23:10:31 tests/unit/api_container_test.py::ContainerTest::test_list_containers FAILED [ 49%]
23:10:32 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
23:10:32 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
23:10:32 tests/unit/api_container_test.py::ContainerTest::test_log_following FAILED [ 49%]
23:10:32 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards FAILED [ 50%]
23:10:32 tests/unit/api_container_test.py::ContainerTest::test_log_since FAILED   [ 50%]
23:10:32 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 16%]
23:10:32 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime FAILED [ 50%]
23:10:32 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
23:10:32 tests/unit/api_container_test.py::ContainerTest::test_log_streaming FAILED [ 50%]
23:10:32 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following FAILED [ 50%]
23:10:32 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
23:10:32 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%]
23:10:32 tests/unit/api_container_test.py::ContainerTest::test_log_tail FAILED    [ 50%]
23:10:32 tests/unit/api_container_test.py::ContainerTest::test_log_tty FAILED     [ 50%]
23:10:32 tests/unit/api_container_test.py::ContainerTest::test_logs FAILED        [ 50%]
23:10:32 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
23:10:32 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id FAILED [ 50%]
23:10:32 tests/unit/api_container_test.py::ContainerTest::test_pause_container FAILED [ 51%]
23:10:33 tests/unit/api_container_test.py::ContainerTest::test_port FAILED        [ 51%]
23:10:33 tests/unit/api_container_test.py::ContainerTest::test_remove_container FAILED [ 51%]
23:10:33 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id FAILED [ 51%]
23:10:33 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 16%]
23:10:33 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
23:10:33 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 17%]
23:10:33 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 17%]
23:10:33 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
23:10:33 tests/unit/api_container_test.py::ContainerTest::test_rename_container FAILED [ 51%]
23:10:33 tests/unit/api_container_test.py::ContainerTest::test_resize_container FAILED [ 51%]
23:10:33 tests/unit/api_container_test.py::ContainerTest::test_restart_container FAILED [ 51%]
23:10:33 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
23:10:33 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
23:10:33 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
23:10:33 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
23:10:33 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id FAILED [ 51%]
23:10:33 tests/unit/api_container_test.py::ContainerTest::test_stop_container FAILED [ 51%]
23:10:33 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id FAILED [ 52%]
23:10:33 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
23:10:33 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 16%]
23:10:33 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
23:10:33 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
23:10:34 tests/unit/api_container_test.py::ContainerTest::test_unpause_container FAILED [ 52%]
23:10:34 tests/unit/api_container_test.py::ContainerTest::test_wait FAILED        [ 52%]
23:10:34 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id FAILED [ 52%]
23:10:34 tests/unit/api_exec_test.py::ExecTest::test_exec_create FAILED           [ 52%]
23:10:34 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 52%]
23:10:34 tests/unit/api_exec_test.py::ExecTest::test_exec_resize FAILED           [ 52%]
23:10:34 tests/unit/api_exec_test.py::ExecTest::test_exec_start FAILED            [ 52%]
23:10:34 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached FAILED   [ 52%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 52%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 53%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 53%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 53%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 53%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 53%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 54%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 54%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 54%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 54%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 54%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 55%]
23:10:34 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 55%]
23:10:34 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 55%]
23:10:34 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 55%]
23:10:34 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 55%]
23:10:34 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
23:10:34 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
23:10:34 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 56%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 56%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 56%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 56%]
23:10:34 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
23:10:34 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 56%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 57%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 57%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 57%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 58%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 58%]
23:10:34 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 58%]
23:10:34 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 58%]
23:10:34 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
23:10:34 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
23:10:34 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
23:10:34 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
23:10:34 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 58%]
23:10:34 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 58%]
23:10:35 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
23:10:35 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%]
23:10:35 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
23:10:35 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
23:10:35 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
23:10:35 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
23:10:35 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
23:10:35 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
23:10:35 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
23:10:35 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%]
23:10:35 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 18%]
23:10:35 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
23:10:36 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
23:10:36 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%]
23:10:36 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 59%]
23:10:36 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 59%]
23:10:36 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 59%]
23:10:36 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
23:10:36 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
23:10:36 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
23:10:36 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
23:10:36 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%]
23:10:36 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%]
23:10:36 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 60%]
23:10:36 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 60%]
23:10:36 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 60%]
23:10:36 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 60%]
23:10:36 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
23:10:36 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 18%]
23:10:36 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
23:10:36 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
23:10:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
23:10:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%]
23:10:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%]
23:10:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 61%]
23:10:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 61%]
23:10:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 61%]
23:10:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
23:10:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
23:10:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
23:10:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
23:10:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%]
23:10:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%]
23:10:36 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 62%]
23:10:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 62%]
23:10:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 62%]
23:10:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 62%]
23:10:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
23:10:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
23:10:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
23:10:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
23:10:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%]
23:10:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 63%]
23:10:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 63%]
23:10:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 63%]
23:10:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 63%]
23:10:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
23:10:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
23:10:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
23:10:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
23:10:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%]
23:10:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%]
23:10:36 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 64%]
23:10:36 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 64%]
23:10:36 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 64%]
23:10:36 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 64%]
23:10:36 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
23:10:36 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
23:10:36 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
23:10:36 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
23:10:36 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%]
23:10:36 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 65%]
23:10:36 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 65%]
23:10:36 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 65%]
23:10:36 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 65%]
23:10:36 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
23:10:36 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
23:10:36 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
23:10:36 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
23:10:36 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%]
23:10:36 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%]
23:10:36 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 66%]
23:10:36 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 66%]
23:10:36 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 66%]
23:10:36 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 66%]
23:10:36 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
23:10:36 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
23:10:36 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
23:10:36 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 67%]
23:10:36 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 67%]
23:10:36 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 67%]
23:10:36 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 67%]
23:10:36 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 67%]
23:10:36 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 67%]
23:10:36 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED        [ 67%]
23:10:36 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
23:10:36 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 68%]
23:10:36 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 68%]
23:10:36 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
23:10:36 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
23:10:36 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
23:10:36 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
23:10:36 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 68%]
23:10:36 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 68%]
23:10:36 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 69%]
23:10:36 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 69%]
23:10:36 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%]
23:10:36 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
23:10:36 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
23:10:36 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
23:10:36 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 70%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 71%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 71%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 72%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%]
23:10:36 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
23:10:36 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
23:10:36 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
23:10:36 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
23:10:36 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
23:10:36 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 73%]
23:10:36 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 73%]
23:10:36 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%]
23:10:36 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
23:10:36 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
23:10:36 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
23:10:36 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
23:10:36 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
23:10:36 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
23:10:36 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
23:10:36 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 74%]
23:10:36 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%]
23:10:36 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%]
23:10:36 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
23:10:36 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
23:10:36 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
23:10:36 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
23:10:36 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
23:10:36 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
23:10:36 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 75%]
23:10:36 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%]
23:10:36 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%]
23:10:36 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
23:10:36 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
23:10:36 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
23:10:36 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
23:10:36 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
23:10:36 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
23:10:36 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
23:10:36 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 76%]
23:10:36 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%]
23:10:36 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
23:10:36 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
23:10:36 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
23:10:36 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
23:10:36 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
23:10:36 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
23:10:36 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
23:10:36 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 77%]
23:10:36 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 77%]
23:10:36 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 77%]
23:10:36 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
23:10:36 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
23:10:36 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
23:10:36 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
23:10:36 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
23:10:36 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
23:10:36 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
23:10:36 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 78%]
23:10:36 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%]
23:10:36 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
23:10:36 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
23:10:36 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
23:10:36 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
23:10:36 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
23:10:36 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
23:10:36 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
23:10:36 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
23:10:37 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
23:10:37 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 79%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 79%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 79%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 80%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 80%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 81%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 81%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 81%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
23:10:37 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
23:10:37 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
23:10:37 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
23:10:37 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 82%]
23:10:37 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 17%]
23:10:37 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 17%]
23:10:37 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
23:10:37 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 82%]
23:10:37 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
23:10:37 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
23:10:37 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
23:10:37 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 82%]
23:10:37 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
23:10:37 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
23:10:37 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
23:10:37 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 83%]
23:10:37 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 83%]
23:10:37 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 83%]
23:10:37 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
23:10:37 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
23:10:37 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
23:10:37 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
23:10:37 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
23:10:37 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
23:10:37 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
23:10:37 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 84%]
23:10:37 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 84%]
23:10:37 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 84%]
23:10:37 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
23:10:37 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
23:10:37 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
23:10:37 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
23:10:37 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
23:10:37 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
23:10:37 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
23:10:37 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 85%]
23:10:37 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 85%]
23:10:37 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
23:10:37 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
23:10:37 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 86%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 87%]
23:10:37 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
23:10:37 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
23:10:37 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
23:10:37 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 17%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 88%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 89%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%]
23:10:37 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
23:10:37 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
23:10:37 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
23:10:37 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
23:10:37 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
23:10:37 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
23:10:37 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
23:10:37 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 90%]
23:10:37 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%]
23:10:37 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
23:10:37 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
23:10:37 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
23:10:37 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
23:10:37 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
23:10:37 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
23:10:37 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
23:10:37 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
23:10:37 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 91%]
23:10:37 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%]
23:10:37 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
23:10:37 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
23:10:37 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
23:10:37 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
23:10:37 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
23:10:37 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
23:10:37 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
23:10:37 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 92%]
23:10:37 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 92%]
23:10:37 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
23:10:37 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
23:10:37 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
23:10:37 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
23:10:37 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
23:10:37 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
23:10:37 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
23:10:37 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
23:10:37 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%]
23:10:37 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%]
23:10:37 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
23:10:37 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
23:10:37 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
23:10:37 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
23:10:37 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
23:10:37 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
23:10:37 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
23:10:37 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 94%]
23:10:37 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%]
23:10:37 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
23:10:37 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
23:10:37 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
23:10:37 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
23:10:37 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
23:10:37 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
23:10:37 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
23:10:37 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
23:10:37 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%]
23:10:37 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
23:10:37 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
23:10:37 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
23:10:37 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
23:10:37 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
23:10:37 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
23:10:37 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
23:10:37 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
23:10:37 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 96%]
23:10:37 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 96%]
23:10:37 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
23:10:37 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 17%]
23:10:37 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
23:10:37 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
23:10:37 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
23:10:37 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
23:10:37 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
23:10:37 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
23:10:37 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
23:10:37 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
23:10:37 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
23:10:37 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
23:10:37 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
23:10:37 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
23:10:37 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
23:10:37 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%]
23:10:37 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 98%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
23:10:37 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
23:10:37 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
23:10:38 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
23:10:38 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
23:10:38 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
23:10:38 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
23:10:38 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
23:10:38 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
23:10:38 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
23:10:38 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%]
23:10:38 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%]
23:10:38 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
23:10:38 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
23:10:38 
23:10:38 =================================== FAILURES ===================================
23:10:38 ________________ BuildTest.test_build_remote_with_registry_auth ________________
23:10:38 tests/unit/api_build_test.py:109: in test_build_remote_with_registry_auth
23:10:38     timeout=None
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/build', headers={'Accept': '*/*', 'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'X-Registry-Config': 'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJwYXNzd29yZCI6ICJleGFtcGxlIiwgInVzZXIiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, data=None, timeout=None, stream=True, params={'q': False, 'pull': False, 'remote': 'https://github.com/docker-library/mongo', 't': None, 'nocache': False, 'forcerm': False, 'rm': False, 'dockerfile': None})
23:10:38 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/build', params={'q': False, 'pull': False, 'remote': 'https://github.com/docker-library/mongo', 't': None, 'nocache': False, 'forcerm': False, 'rm': False, 'dockerfile': None}, data=None, timeout=None, stream=True, headers={'X-Registry-Config': 'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJwYXNzd29yZCI6ICJleGFtcGxlIiwgInVzZXIiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19'})
23:10:38 __________________ CreateContainerTest.test_create_container ___________________
23:10:38 tests/unit/api_container_test.py:148: in test_create_container
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 _____________ CreateContainerTest.test_create_container_privileged _____________
23:10:38 tests/unit/api_container_test.py:815: in test_create_container_privileged
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 ______ CreateContainerTest.test_create_container_with_added_capabilities _______
23:10:38 tests/unit/api_container_test.py:865: in test_create_container_with_added_capabilities
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 _____________ CreateContainerTest.test_create_container_with_binds _____________
23:10:38 tests/unit/api_container_test.py:172: in test_create_container_with_binds
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 __________ CreateContainerTest.test_create_container_with_binds_list ___________
23:10:38 tests/unit/api_container_test.py:652: in test_create_container_with_binds_list
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 __________ CreateContainerTest.test_create_container_with_binds_mode ___________
23:10:38 tests/unit/api_container_test.py:610: in test_create_container_with_binds_mode
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 ___________ CreateContainerTest.test_create_container_with_binds_ro ____________
23:10:38 tests/unit/api_container_test.py:554: in test_create_container_with_binds_ro
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 ___________ CreateContainerTest.test_create_container_with_binds_rw ____________
23:10:38 tests/unit/api_container_test.py:582: in test_create_container_with_binds_rw
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 ____________ CreateContainerTest.test_create_container_with_devices ____________
23:10:38 tests/unit/api_container_test.py:920: in test_create_container_with_devices
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 _____ CreateContainerTest.test_create_container_with_dropped_capabilities ______
23:10:38 tests/unit/api_container_test.py:886: in test_create_container_with_dropped_capabilities
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 __________ CreateContainerTest.test_create_container_with_entrypoint ___________
23:10:38 tests/unit/api_container_test.py:247: in test_create_container_with_entrypoint
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 ____ CreateContainerTest.test_create_container_with_host_config_cpu_shares _____
23:10:38 tests/unit/api_container_test.py:277: in test_create_container_with_host_config_cpu_shares
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 _______ CreateContainerTest.test_create_container_with_host_config_cpus ________
23:10:38 tests/unit/api_container_test.py:1265: in test_create_container_with_host_config_cpus
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 ______ CreateContainerTest.test_create_container_with_host_config_cpuset _______
23:10:38 tests/unit/api_container_test.py:307: in test_create_container_with_host_config_cpuset
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 ____ CreateContainerTest.test_create_container_with_host_config_cpuset_mems ____
23:10:38 tests/unit/api_container_test.py:337: in test_create_container_with_host_config_cpuset_mems
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 __________ CreateContainerTest.test_create_container_with_labels_dict __________
23:10:38 tests/unit/api_container_test.py:1010: in test_create_container_with_labels_dict
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 __________ CreateContainerTest.test_create_container_with_labels_list __________
23:10:38 tests/unit/api_container_test.py:1037: in test_create_container_with_labels_list
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 _____________ CreateContainerTest.test_create_container_with_links _____________
23:10:38 tests/unit/api_container_test.py:741: in test_create_container_with_links
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 ____ CreateContainerTest.test_create_container_with_links_as_list_of_tuples ____
23:10:38 tests/unit/api_container_test.py:795: in test_create_container_with_links_as_list_of_tuples
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 ___________ CreateContainerTest.test_create_container_with_lxc_conf ____________
23:10:38 tests/unit/api_container_test.py:502: in test_create_container_with_lxc_conf
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 ________ CreateContainerTest.test_create_container_with_lxc_conf_compat ________
23:10:38 tests/unit/api_container_test.py:526: in test_create_container_with_lxc_conf_compat
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 ________ CreateContainerTest.test_create_container_with_multiple_links _________
23:10:38 tests/unit/api_container_test.py:770: in test_create_container_with_multiple_links
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 _________ CreateContainerTest.test_create_container_with_named_volume __________
23:10:38 tests/unit/api_container_test.py:1067: in test_create_container_with_named_volume
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 __________ CreateContainerTest.test_create_container_with_port_binds ___________
23:10:38 tests/unit/api_container_test.py:701: in test_create_container_with_port_binds
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 _____________ CreateContainerTest.test_create_container_with_ports _____________
23:10:38 tests/unit/api_container_test.py:224: in test_create_container_with_ports
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 ________ CreateContainerTest.test_create_container_with_restart_policy _________
23:10:38 tests/unit/api_container_test.py:844: in test_create_container_with_restart_policy
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 __________ CreateContainerTest.test_create_container_with_stdin_open ___________
23:10:38 tests/unit/api_container_test.py:394: in test_create_container_with_stdin_open
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 __________ CreateContainerTest.test_create_container_with_stop_signal __________
23:10:38 tests/unit/api_container_test.py:1091: in test_create_container_with_stop_signal
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 ____________ CreateContainerTest.test_create_container_with_sysctl _____________
23:10:38 tests/unit/api_container_test.py:1211: in test_create_container_with_sysctl
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 __________ CreateContainerTest.test_create_container_with_tmpfs_dict ___________
23:10:38 tests/unit/api_container_test.py:1182: in test_create_container_with_tmpfs_dict
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 __________ CreateContainerTest.test_create_container_with_tmpfs_list ___________
23:10:38 tests/unit/api_container_test.py:1152: in test_create_container_with_tmpfs_list
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 _________ CreateContainerTest.test_create_container_with_volume_string _________
23:10:38 tests/unit/api_container_test.py:197: in test_create_container_with_volume_string
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 __________ CreateContainerTest.test_create_container_with_working_dir __________
23:10:38 tests/unit/api_container_test.py:374: in test_create_container_with_working_dir
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 _______________ CreateContainerTest.test_create_named_container ________________
23:10:38 tests/unit/api_container_test.py:415: in test_create_named_container
23:10:38     assert args[1]['headers'] == {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 ______________________ ContainerTest.test_container_stats ______________________
23:10:38 tests/unit/api_container_test.py:1721: in test_container_stats
23:10:38     stream=True
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60)
23:10:38 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', stream=True, timeout=60)
23:10:38 _______________________ ContainerTest.test_container_top _______________________
23:10:38 tests/unit/api_container_test.py:1732: in test_container_top
23:10:38     timeout=DEFAULT_TIMEOUT_SECONDS
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60)
23:10:38 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={}, timeout=60)
23:10:38 _________________ ContainerTest.test_container_top_with_psargs _________________
23:10:38 tests/unit/api_container_test.py:1743: in test_container_top_with_psargs
23:10:38     timeout=DEFAULT_TIMEOUT_SECONDS
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'ps_args': 'waux'}, timeout=60)
23:10:38 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={'ps_args': 'waux'}, timeout=60)
23:10:38 ___________________________ ContainerTest.test_diff ____________________________
23:10:38 tests/unit/api_container_test.py:1527: in test_diff
23:10:38     timeout=DEFAULT_TIMEOUT_SECONDS
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:10:38 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60)
23:10:38 _______________ ContainerTest.test_diff_with_dict_instead_of_id ________________
23:10:38 tests/unit/api_container_test.py:1537: in test_diff_with_dict_instead_of_id
23:10:38     timeout=DEFAULT_TIMEOUT_SECONDS
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:10:38 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60)
23:10:38 __________________________ ContainerTest.test_export ___________________________
23:10:38 tests/unit/api_container_test.py:1682: in test_export
23:10:38     timeout=DEFAULT_TIMEOUT_SECONDS
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60, stream=True)
23:10:38 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60)
23:10:38 ______________ ContainerTest.test_export_with_dict_instead_of_id _______________
23:10:38 tests/unit/api_container_test.py:1693: in test_export_with_dict_instead_of_id
23:10:38     timeout=DEFAULT_TIMEOUT_SECONDS
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60, stream=True)
23:10:38 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60)
23:10:38 _____________________ ContainerTest.test_inspect_container _____________________
23:10:38 tests/unit/api_container_test.py:1703: in test_inspect_container
23:10:38     timeout=DEFAULT_TIMEOUT_SECONDS
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:10:38 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60)
23:10:38 ______________________ ContainerTest.test_kill_container _______________________
23:10:38 tests/unit/api_container_test.py:1605: in test_kill_container
23:10:38     timeout=DEFAULT_TIMEOUT_SECONDS
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60)
23:10:38 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60)
23:10:38 __________ ContainerTest.test_kill_container_with_dict_instead_of_id ___________
23:10:38 tests/unit/api_container_test.py:1616: in test_kill_container_with_dict_instead_of_id
23:10:38     timeout=DEFAULT_TIMEOUT_SECONDS
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60)
23:10:38 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60)
23:10:38 ________________ ContainerTest.test_kill_container_with_signal _________________
23:10:38 tests/unit/api_container_test.py:1627: in test_kill_container_with_signal
23:10:38     timeout=DEFAULT_TIMEOUT_SECONDS
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'signal': 15}, timeout=60)
23:10:38 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={'signal': 15}, timeout=60)
23:10:38 ______________________ ContainerTest.test_list_containers ______________________
23:10:38 tests/unit/api_container_test.py:1290: in test_list_containers
23:10:38     timeout=DEFAULT_TIMEOUT_SECONDS
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/json', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'all': 1, 'since': None, 'limit': -1, 'trunc_cmd': 0, 'size': 0, 'before': None}, timeout=60)
23:10:38 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/json', params={'all': 1, 'since': None, 'limit': -1, 'trunc_cmd': 0, 'size': 0, 'before': None}, timeout=60)
23:10:38 _______________________ ContainerTest.test_log_following _______________________
23:10:38 tests/unit/api_container_test.py:1407: in test_log_following
23:10:38     stream=False
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=False, timeout=60)
23:10:38 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60)
23:10:38 __________________ ContainerTest.test_log_following_backwards __________________
23:10:38 tests/unit/api_container_test.py:1422: in test_log_following_backwards
23:10:38     stream=True
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=True, timeout=60)
23:10:38 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60)
23:10:38 _________________________ ContainerTest.test_log_since _________________________
23:10:38 tests/unit/api_container_test.py:1472: in test_log_since
23:10:38     stream=False
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60)
23:10:38 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60)
23:10:38 __________________ ContainerTest.test_log_since_with_datetime __________________
23:10:38 tests/unit/api_container_test.py:1490: in test_log_since_with_datetime
23:10:38     stream=False
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60)
23:10:38 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60)
23:10:38 _______________________ ContainerTest.test_log_streaming _______________________
23:10:38 tests/unit/api_container_test.py:1391: in test_log_streaming
23:10:38     stream=True
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=True, timeout=60)
23:10:38 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60)
23:10:38 ________________ ContainerTest.test_log_streaming_and_following ________________
23:10:38 tests/unit/api_container_test.py:1438: in test_log_streaming_and_following
23:10:38     stream=True
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=True, timeout=60)
23:10:38 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60)
23:10:38 _________________________ ContainerTest.test_log_tail __________________________
23:10:38 tests/unit/api_container_test.py:1455: in test_log_tail
23:10:38     stream=False
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 10, 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=False, timeout=60)
23:10:38 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 10, 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60)
23:10:38 __________________________ ContainerTest.test_log_tty __________________________
23:10:38 tests/unit/api_container_test.py:1517: in test_log_tty
23:10:38     stream=True
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=True, timeout=60)
23:10:38 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60)
23:10:38 ___________________________ ContainerTest.test_logs ____________________________
23:10:38 tests/unit/api_container_test.py:1356: in test_logs
23:10:38     stream=False
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=False, timeout=60)
23:10:38 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60)
23:10:38 _______________ ContainerTest.test_logs_with_dict_instead_of_id ________________
23:10:38 tests/unit/api_container_test.py:1373: in test_logs_with_dict_instead_of_id
23:10:38     stream=False
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=False, timeout=60)
23:10:38 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60)
23:10:38 ______________________ ContainerTest.test_pause_container ______________________
23:10:38 tests/unit/api_container_test.py:1584: in test_pause_container
23:10:38     timeout=(DEFAULT_TIMEOUT_SECONDS)
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:10:38 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', timeout=60)
23:10:38 ___________________________ ContainerTest.test_port ____________________________
23:10:38 tests/unit/api_container_test.py:1547: in test_port
23:10:38     timeout=DEFAULT_TIMEOUT_SECONDS
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:10:38 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60)
23:10:38 _____________________ ContainerTest.test_remove_container ______________________
23:10:38 tests/unit/api_container_test.py:1660: in test_remove_container
23:10:38     timeout=DEFAULT_TIMEOUT_SECONDS
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'force': False, 'link': False, 'v': False}, timeout=60)
23:10:38 E   Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'force': False, 'link': False, 'v': False}, timeout=60)
23:10:38 _________ ContainerTest.test_remove_container_with_dict_instead_of_id __________
23:10:38 tests/unit/api_container_test.py:1671: in test_remove_container_with_dict_instead_of_id
23:10:38     timeout=DEFAULT_TIMEOUT_SECONDS
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'force': False, 'link': False, 'v': False}, timeout=60)
23:10:38 E   Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'force': False, 'link': False, 'v': False}, timeout=60)
23:10:38 _____________________ ContainerTest.test_rename_container ______________________
23:10:38 tests/unit/api_container_test.py:1319: in test_rename_container
23:10:38     timeout=DEFAULT_TIMEOUT_SECONDS
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'name': 'foobar'}, timeout=60)
23:10:38 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', params={'name': 'foobar'}, timeout=60)
23:10:38 _____________________ ContainerTest.test_resize_container ______________________
23:10:38 tests/unit/api_container_test.py:1305: in test_resize_container
23:10:38     timeout=DEFAULT_TIMEOUT_SECONDS
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 15, 'w': 120}, timeout=60)
23:10:38 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', params={'h': 15, 'w': 120}, timeout=60)
23:10:38 _____________________ ContainerTest.test_restart_container _____________________
23:10:38 tests/unit/api_container_test.py:1638: in test_restart_container
23:10:38     timeout=(DEFAULT_TIMEOUT_SECONDS + 2)
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:10:38 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62)
23:10:38 _________ ContainerTest.test_restart_container_with_dict_instead_of_id _________
23:10:38 tests/unit/api_container_test.py:1649: in test_restart_container_with_dict_instead_of_id
23:10:38     timeout=(DEFAULT_TIMEOUT_SECONDS + 2)
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:10:38 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62)
23:10:38 ______________________ ContainerTest.test_stop_container _______________________
23:10:38 tests/unit/api_container_test.py:1560: in test_stop_container
23:10:38     timeout=(DEFAULT_TIMEOUT_SECONDS + timeout)
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:10:38 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62)
23:10:38 __________ ContainerTest.test_stop_container_with_dict_instead_of_id ___________
23:10:38 tests/unit/api_container_test.py:1574: in test_stop_container_with_dict_instead_of_id
23:10:38     timeout=(DEFAULT_TIMEOUT_SECONDS + timeout)
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:10:38 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62)
23:10:38 _____________________ ContainerTest.test_unpause_container _____________________
23:10:38 tests/unit/api_container_test.py:1594: in test_unpause_container
23:10:38     timeout=(DEFAULT_TIMEOUT_SECONDS)
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:10:38 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', timeout=60)
23:10:38 ___________________________ ContainerTest.test_wait ____________________________
23:10:38 tests/unit/api_container_test.py:1330: in test_wait
23:10:38     params={}
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None)
23:10:38 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None)
23:10:38 _______________ ContainerTest.test_wait_with_dict_instead_of_id ________________
23:10:38 tests/unit/api_container_test.py:1341: in test_wait_with_dict_instead_of_id
23:10:38     params={}
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None)
23:10:38 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None)
23:10:38 __________________________ ExecTest.test_exec_create ___________________________
23:10:38 tests/unit/api_exec_test.py:41: in test_exec_create
23:10:38     assert args[1]['headers'] == \
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 __________________________ ExecTest.test_exec_resize ___________________________
23:10:38 tests/unit/api_exec_test.py:97: in test_exec_resize
23:10:38     timeout=DEFAULT_TIMEOUT_SECONDS
23:10:38 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:10:38     raise AssertionError(msg)
23:10:38 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 20, 'w': 60}, timeout=60)
23:10:38 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', params={'h': 20, 'w': 60}, timeout=60)
23:10:38 ___________________________ ExecTest.test_exec_start ___________________________
23:10:38 tests/unit/api_exec_test.py:58: in test_exec_start
23:10:38     assert args[1]['headers'] == merge_dicts(DEFAULT_HEADERS, {
23:10:38 E   AssertionError: assert {'Connection'...grade': 'tcp'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 3 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:
23:10:38 E     - {'Connection': 'Upgrade', 'Content-Type': 'application/json', 'Upgrade': 'tcp'}...
23:10:38 E     
23:10:38 E     ...Full output truncated (7 lines hidden), use '-vv' to show
23:10:38 ______________________ ExecTest.test_exec_start_detached _______________________
23:10:38 tests/unit/api_exec_test.py:77: in test_exec_start_detached
23:10:38     assert args[1]['headers'] == merge_dicts(DEFAULT_HEADERS, {
23:10:38 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:10:38 E     Omitting 1 identical items, use -vv to show
23:10:38 E     Right contains more items:
23:10:38 E     {'Accept': '*/*',
23:10:38 E      'Accept-Encoding': 'gzip, deflate',
23:10:38 E      'Connection': 'keep-alive',
23:10:38 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:10:38 E     Full diff:...
23:10:38 E     
23:10:38 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:10:38 =============================== warnings summary ===============================
23:10:38 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12
23:10:38   /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
23:10:38     from cryptography import x509
23:10:38 
23:10:38 -- Docs: https://docs.pytest.org/en/latest/warnings.html
23:10:38 
23:10:38 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
23:10:38 Name                                  Stmts   Miss Branch BrPart  Cover
23:10:38 -----------------------------------------------------------------------
23:10:38 docker/__init__.py                        8      0      0      0   100%
23:10:38 docker/api/__init__.py                    1      0      0      0   100%
23:10:38 docker/api/build.py                     126     18     92     16    83%
23:10:38 docker/api/client.py                    263     45     96     12    82%
23:10:38 docker/api/config.py                     31      1      6      2    92%
23:10:38 docker/api/container.py                 266     17    102     19    90%
23:10:38 docker/api/daemon.py                     39      2     14      4    89%
23:10:38 docker/api/exec_api.py                   46      4     22      4    88%
23:10:38 docker/api/image.py                     157     21     56     12    84%
23:10:38 docker/api/network.py                    90     13     48     12    80%
23:10:38 docker/api/plugin.py                     90     13     12      4    81%
23:10:38 docker/api/secret.py                     36      4     10      3    80%
23:10:38 docker/api/service.py                   200     60    149     32    61%
23:10:38 docker/api/swarm.py                     106     14     38     10    82%
23:10:38 docker/api/volume.py                     38      3     14      3    88%
23:10:38 docker/auth.py                          198     17     74     18    87%
23:10:38 docker/client.py                         69      4      2      0    94%
23:10:38 docker/constants.py                      22      0      0      0   100%
23:10:38 docker/context/__init__.py                2      0      0      0   100%
23:10:38 docker/context/api.py                    78     16     38      8    76%
23:10:38 docker/context/config.py                 61     24     16      2    56%
23:10:38 docker/context/context.py               151     21     62     15    81%
23:10:38 docker/credentials/__init__.py            3      0      0      0   100%
23:10:38 docker/credentials/constants.py           4      0      0      0   100%
23:10:38 docker/credentials/errors.py             11      1      2      1    85%
23:10:38 docker/credentials/store.py              50      6     16      3    83%
23:10:38 docker/credentials/utils.py              23     13     12      1    31%
23:10:38 docker/errors.py                        110     12     18      6    86%
23:10:38 docker/models/__init__.py                 0      0      0      0   100%
23:10:38 docker/models/configs.py                 21      8      0      0    62%
23:10:38 docker/models/containers.py             183      6     60      5    95%
23:10:38 docker/models/images.py                 137     29     50      3    75%
23:10:38 docker/models/networks.py                37      1      8      0    98%
23:10:38 docker/models/nodes.py                   15      1      0      0    93%
23:10:38 docker/models/plugins.py                 49     30      8      0    33%
23:10:38 docker/models/resource.py                41      9      6      2    77%
23:10:38 docker/models/secrets.py                 21      8      0      0    62%
23:10:38 docker/models/services.py                87      3     34      3    95%
23:10:38 docker/models/swarm.py                   39      3      6      3    87%
23:10:38 docker/models/volumes.py                 23      1      2      0    96%
23:10:38 docker/tls.py                            37      6     14      6    76%
23:10:38 docker/transport/__init__.py             11      3      0      0    73%
23:10:38 docker/transport/basehttpadapter.py       6      0      2      1    88%
23:10:38 docker/transport/npipeconn.py            59     54     10      0     7%
23:10:38 docker/transport/npipesocket.py         137    132     22      0     3%
23:10:38 docker/transport/sshconn.py             149    110     50      1    20%
23:10:38 docker/transport/ssladapter.py           36      8     10      4    70%
23:10:38 docker/transport/unixconn.py             66      5     12      4    88%
23:10:38 docker/types/__init__.py                  6      0      0      0   100%
23:10:38 docker/types/base.py                      5      0      2      0   100%
23:10:38 docker/types/containers.py              420     66    324     43    84%
23:10:38 docker/types/daemon.py                   36      9     14      3    68%
23:10:38 docker/types/healthcheck.py              34     12      4      1    61%
23:10:38 docker/types/networks.py                 41      6     28      5    81%
23:10:38 docker/types/services.py                312     45    206     33    83%
23:10:38 docker/types/swarm.py                    51     24     40     10    52%
23:10:38 docker/utils/__init__.py                  3      0      0      0   100%
23:10:38 docker/utils/build.py                   155     14     74      7    89%
23:10:38 docker/utils/config.py                   36      2     10      2    91%
23:10:38 docker/utils/decorators.py               37      1     18      2    95%
23:10:38 docker/utils/fnmatch.py                  55     18     28      2    61%
23:10:38 docker/utils/json_stream.py              43      8     14      2    79%
23:10:38 docker/utils/ports.py                    50      3     28      2    91%
23:10:38 docker/utils/proxy.py                    32      1     12      0    98%
23:10:38 docker/utils/socket.py                   86      8     40      7    87%
23:10:38 docker/utils/utils.py                   285     17    164     12    93%
23:10:38 docker/version.py                         2      0      0      0   100%
23:10:38 -----------------------------------------------------------------------
23:10:38 TOTAL                                  5122    980   2199    350    78%
23:10:38 
23:10:38 =========================== short test summary info ============================
23:10:38 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
23:10:38   CONFIG_RT_GROUP_SCHED isn't enabled
23:10:38 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
23:10:38   Not supported on most drivers
23:10:38 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
23:10:38   Output of docker top depends on host distro, and is not formalized.
23:10:38 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
23:10:38   This doesn't seem to be taken into account by the engine
23:10:38 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
23:10:38 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
23:10:38 SKIPPED [1] tests/unit/api_build_test.py:188: Windows-specific syntax
23:10:38 SKIPPED [1] tests/unit/client_test.py:254: Npipe Connection Pool only on Windows
23:10:38 SKIPPED [1] tests/unit/client_test.py:217: Npipe Connection Pool only on Windows
23:10:38 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
23:10:38 SKIPPED [1] tests/unit/client_test.py:143: Npipe Connection Pool only on Windows
23:10:38 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
23:10:38 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
23:10:38 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
23:10:38 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
23:10:38 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
23:10:38 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
23:10:38 SKIPPED [1] tests/unit/client_test.py:104: Npipe Connection Pool only on Windows
23:10:38 = 74 failed, 855 passed, 15 skipped, 5 xfailed, 4 xpassed, 1 warnings in 298.96 seconds =
23:10:39 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
23:10:39 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
[Pipeline] sh
23:10:39 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
23:10:39 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%]
23:10:39 + docker stop dpy-dind-36-0-py2.7-19.03.12
23:10:39 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%]
23:10:39 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 17%]
23:10:39 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 17%]
23:10:39 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
23:10:39 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%]
23:10:39 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 18%]
23:10:39 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
23:10:39 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
23:10:39 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
23:10:39 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
23:10:40 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 19%]
23:10:40 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
23:10:40 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 18%]
23:10:40 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 18%]
23:10:40 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 18%]
23:10:40 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
23:10:41 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
23:10:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 17%]
23:10:41 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
23:10:41 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
23:10:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 17%]
23:10:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
23:10:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
23:10:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
23:10:41 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
23:10:41 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%]
23:10:41 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
23:10:41 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
23:10:41 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
23:10:41 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
23:10:41 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
23:10:41 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
23:10:41 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
23:10:41 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
23:10:41 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
23:10:42 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
23:10:42 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
23:10:42 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
23:10:42 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
23:10:42 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 18%]
23:10:42 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
23:10:42 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%]
23:10:43 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 18%]
23:10:43 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
23:10:43 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
23:10:43 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%]
23:10:43 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%]
23:10:43 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
23:10:43 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
23:10:43 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
23:10:43 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
23:10:43 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%]
23:10:43 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 18%]
23:10:43 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 19%]
23:10:44 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
23:10:44 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
23:10:44 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
23:10:44 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 19%]
23:10:44 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 18%]
23:10:44 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
23:10:44 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
23:10:44 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
23:10:45 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
23:10:45 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
23:10:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
23:10:45 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
23:10:45 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
23:10:45 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
23:10:45 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
23:10:45 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
23:10:45 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
23:10:45 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
23:10:46 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
23:10:46 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 20%]
23:10:46 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 20%]
23:10:46 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
23:10:46 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
23:10:46 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%]
23:10:46 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
23:10:46 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
23:10:46 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
23:10:46 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
23:10:46 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%]
23:10:46 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 19%]
23:10:47 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
23:10:47 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
23:10:47 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 19%]
23:10:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
23:10:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
23:10:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
23:10:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
23:10:47 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
23:10:47 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
23:10:47 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
23:10:47 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
23:10:47 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
23:10:47 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 19%]
23:10:48 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 21%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 22%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 22%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
23:10:48 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 23%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
23:10:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
23:10:48 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
23:10:49 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
23:10:49 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
23:10:49 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 20%]
23:10:49 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 20%]
23:10:49 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
23:10:49 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
23:10:49 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
23:10:50 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
23:10:50 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
23:10:50 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
23:10:50 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
23:10:50 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
23:10:50 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
23:10:50 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
23:10:50 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
23:10:50 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
23:10:50 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 20%]
23:10:50 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 20%]
23:10:50 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
23:10:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
23:10:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
23:10:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
23:10:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
23:10:51 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
23:10:51 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
23:10:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%]
23:10:51 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
23:10:51 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
23:10:51 dpy-dind-36-0-py2.7-19.03.12
23:10:51 + docker network rm dpy-testnet-36-0-py2.7-19.03.12
23:10:51 dpy-testnet-36-0-py2.7-19.03.12
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.12
23:10:51 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 24%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 24%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
23:10:52 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 21%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 22%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 22%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 25%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 25%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 23%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
23:10:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
23:10:52 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
23:10:52 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 20%]
23:10:52 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 20%]
23:10:52 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
23:10:53 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 26%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 26%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
23:10:53 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 21%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 22%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 22%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 23%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
23:10:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
23:10:54 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%]
23:10:54 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 20%]
23:10:54 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 20%]
23:10:54 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
23:10:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
23:10:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
23:10:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
23:10:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
23:10:54 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
23:10:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 21%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 22%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 22%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
23:10:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 23%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 24%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 24%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 25%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 25%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 21%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 21%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 22%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 22%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
23:10:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 23%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 23%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 26%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 26%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 24%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 24%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 25%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 25%]
23:10:57 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
23:10:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%]
23:10:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
23:10:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
23:10:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%]
23:10:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%]
23:10:58 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
23:10:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
23:10:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
23:10:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
23:10:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
23:10:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
23:10:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%]
23:10:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 26%]
23:10:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 26%]
23:10:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
23:10:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
23:10:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
23:10:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 24%]
23:10:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 24%]
23:10:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 24%]
23:10:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
23:10:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
23:10:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
23:10:59 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
23:10:59 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
23:10:59 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
23:10:59 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
23:10:59 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 25%]
23:10:59 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 25%]
23:10:59 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 24%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 24%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 26%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 26%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 25%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 25%]
23:11:00 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
23:11:01 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
23:11:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
23:11:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
23:11:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
23:11:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%]
23:11:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%]
23:11:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 26%]
23:11:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 26%]
23:11:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 26%]
23:11:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
23:11:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
23:11:01 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
23:11:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
23:11:05 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
23:11:06 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
23:11:08 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
23:11:08 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
23:11:09 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 27%]
23:11:09 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
23:11:09 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
23:11:10 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
23:11:10 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
23:11:10 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 27%]
23:11:11 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
23:11:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
23:11:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
23:11:12 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
23:11:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
23:11:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 27%]
23:11:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
23:11:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
23:11:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
23:11:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
23:11:13 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
23:11:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%]
23:11:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 27%]
23:11:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%]
23:11:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 27%]
23:11:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
23:11:15 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
23:11:15 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 27%]
23:11:16 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 27%]
23:11:16 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
23:11:16 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
23:11:16 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%]
23:11:17 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
23:11:17 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 27%]
23:11:17 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 27%]
23:11:17 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
23:11:17 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
23:11:18 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 27%]
23:11:18 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
23:11:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
23:11:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
23:11:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
23:11:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
23:11:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
23:11:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
23:11:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
23:11:21 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
23:11:21 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
23:11:21 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
23:11:22 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
23:11:22 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
23:11:23 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
23:11:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
23:11:26 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
23:11:28 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
23:11:28 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
23:11:29 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%]
23:11:29 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
23:11:30 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 28%]
23:11:30 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
23:11:31 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
23:11:31 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
23:11:32 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 28%]
23:11:32 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
23:11:32 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%]
23:11:33 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
23:11:34 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%]
23:11:34 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 28%]
23:11:34 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%]
23:11:34 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
23:11:35 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%]
23:11:35 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%]
23:11:35 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 28%]
23:11:35 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 28%]
23:11:36 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 28%]
23:11:36 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 28%]
23:11:37 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 28%]
23:11:37 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
23:11:38 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 28%]
23:11:38 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 28%]
23:11:38 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
23:11:38 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
23:11:39 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 28%]
23:11:39 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
23:11:40 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
23:11:40 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
23:11:45 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
23:11:45 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
23:11:45 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
23:11:46 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
23:11:46 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
23:11:46 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
23:11:47 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
23:11:50 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
23:11:50 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
23:11:50 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
23:11:51 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
23:11:51 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
23:11:51 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
23:11:52 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
23:11:52 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
23:11:52 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
23:11:53 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
23:11:53 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%]
23:12:01 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
23:12:01 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%]
23:12:01 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 29%]
23:12:01 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 29%]
23:12:01 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
23:12:01 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
23:12:01 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
23:12:01 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
23:12:01 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
23:12:01 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
23:12:01 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
23:12:01 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 30%]
23:12:03 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 30%]
23:12:03 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 30%]
23:12:03 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
23:12:03 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
23:12:03 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
23:12:04 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
23:12:05 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
23:12:05 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
23:12:05 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%]
23:12:05 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 29%]
23:12:05 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 29%]
23:12:05 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
23:12:05 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
23:12:05 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
23:12:05 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
23:12:05 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
23:12:05 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
23:12:05 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
23:12:05 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 30%]
23:12:05 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
23:12:06 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
23:12:06 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
23:12:06 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%]
23:12:06 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 29%]
23:12:06 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 29%]
23:12:06 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
23:12:06 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
23:12:06 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
23:12:06 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
23:12:06 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
23:12:06 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
23:12:06 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
23:12:06 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 30%]
23:12:06 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 31%]
23:12:06 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 30%]
23:12:06 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 30%]
23:12:06 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
23:12:06 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
23:12:07 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
23:12:07 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%]
23:12:07 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 29%]
23:12:07 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 29%]
23:12:07 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
23:12:07 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
23:12:07 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
23:12:07 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
23:12:07 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
23:12:07 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
23:12:07 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
23:12:07 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 30%]
23:12:07 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
23:12:08 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
23:12:08 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%]
23:12:08 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%]
23:12:08 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 29%]
23:12:08 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 29%]
23:12:08 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
23:12:08 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
23:12:08 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
23:12:08 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 30%]
23:12:08 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 30%]
23:12:08 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
23:12:08 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
23:12:08 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
23:12:08 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
23:12:08 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 30%]
23:12:08 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 30%]
23:12:08 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 30%]
23:12:08 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 30%]
23:12:09 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
23:12:09 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 31%]
23:12:09 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 30%]
23:12:09 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
23:12:09 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
23:12:09 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 30%]
23:12:09 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
23:12:09 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
23:12:09 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
23:12:10 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
23:12:10 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
23:12:10 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 31%]
23:12:10 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
23:12:10 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 30%]
23:12:10 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 30%]
23:12:10 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%]
23:12:10 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%]
23:12:11 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
23:12:11 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
23:12:11 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 31%]
23:12:11 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
23:12:11 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
23:12:11 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
23:12:11 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
23:12:11 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
23:12:11 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
23:12:12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
23:12:12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
23:12:12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
23:12:12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
23:12:12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 31%]
23:12:12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
23:12:12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
23:12:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 31%]
23:12:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
23:12:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
23:12:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 31%]
23:12:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 31%]
23:12:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
23:12:14 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 32%]
23:12:14 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 32%]
23:12:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 32%]
23:12:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
23:12:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
23:12:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
23:12:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 31%]
23:12:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
23:12:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
23:12:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 31%]
23:12:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
23:12:16 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
23:12:16 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
23:12:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
23:12:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
23:12:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
23:12:17 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
23:12:17 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
23:12:17 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
23:12:17 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
23:12:17 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
23:12:17 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
23:12:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
23:12:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 32%]
23:12:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
23:12:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
23:12:18 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 33%]
23:12:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 32%]
23:12:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
23:12:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
23:12:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
23:12:18 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 33%]
23:12:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
23:12:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
23:12:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 32%]
23:12:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
23:12:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
23:12:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 32%]
23:12:19 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 33%]
23:12:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
23:12:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
23:12:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 32%]
23:12:19 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 33%]
23:12:20 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
23:12:20 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 32%]
23:12:20 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
23:12:20 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
23:12:20 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
23:12:20 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
23:12:20 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
23:12:20 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
23:12:21 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
23:12:21 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
23:12:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
23:12:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
23:12:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 32%]
23:12:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 32%]
23:12:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
23:12:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 32%]
23:12:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 32%]
23:12:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
23:12:21 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
23:12:21 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
23:12:21 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
23:12:21 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
23:12:21 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
23:12:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 32%]
23:12:22 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
23:12:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 32%]
23:12:22 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 33%]
23:12:22 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
23:12:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
23:12:22 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 33%]
23:12:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
23:12:23 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
23:12:23 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 33%]
23:12:23 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 33%]
23:12:23 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 33%]
23:12:23 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
23:12:23 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
23:12:24 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
23:12:24 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
23:12:24 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 33%]
23:12:24 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
23:12:24 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
23:12:24 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 33%]
23:12:24 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
23:12:24 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
23:12:24 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
23:12:24 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
23:12:24 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 33%]
23:12:25 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
23:12:25 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
23:12:25 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
23:12:25 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
23:12:25 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 33%]
23:12:25 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 33%]
23:12:25 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
23:12:25 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
23:12:25 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 33%]
23:12:26 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 33%]
23:12:26 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
23:12:26 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 33%]
23:12:26 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 33%]
23:12:26 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
23:12:27 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 33%]
23:12:27 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 33%]
23:12:27 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
23:12:27 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
23:12:27 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
23:12:27 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
23:12:28 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
23:12:28 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
23:12:28 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
23:12:28 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
23:12:34 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
23:12:34 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
23:12:34 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 34%]
23:12:34 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 34%]
23:12:34 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 34%]
23:12:35 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
23:12:36 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
23:12:36 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
23:12:37 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
23:12:37 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
23:12:37 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
23:12:37 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
23:12:38 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
23:12:38 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 35%]
23:12:38 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 34%]
23:12:38 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 35%]
23:12:38 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 35%]
23:12:38 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 35%]
23:12:38 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
23:12:38 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
23:12:38 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 34%]
23:12:39 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 34%]
23:12:39 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 34%]
23:12:39 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
23:12:39 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 34%]
23:12:39 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
23:12:39 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
23:12:39 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
23:12:40 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
23:12:40 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
23:12:40 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%]
23:12:40 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 34%]
23:12:40 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
23:12:40 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 36%]
23:12:40 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 36%]
23:12:40 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 36%]
23:12:40 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
23:12:40 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
23:12:40 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
23:12:40 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
23:12:40 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
23:12:40 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
23:12:40 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
23:12:41 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
23:12:41 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
23:12:41 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 34%]
23:12:41 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 34%]
23:12:41 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
23:12:41 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
23:12:41 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 34%]
23:12:42 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 34%]
23:12:42 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
23:12:42 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 34%]
23:12:42 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
23:12:42 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 34%]
23:12:42 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 35%]
23:12:42 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
23:12:42 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
23:12:42 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 35%]
23:12:42 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 35%]
23:12:42 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
23:12:43 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 35%]
23:12:43 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
23:12:43 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
23:12:43 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
23:12:43 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
23:12:43 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
23:12:43 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 35%]
23:12:43 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
23:12:43 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 35%]
23:12:43 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 35%]
23:12:44 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
23:12:44 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
23:12:44 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 35%]
23:12:44 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
23:12:44 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
23:12:44 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%]
23:12:44 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
23:12:44 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
23:12:44 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 36%]
23:12:44 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 36%]
23:12:44 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
23:12:44 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
23:12:44 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 36%]
23:12:44 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
23:12:45 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
23:12:45 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
23:12:45 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
23:12:45 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
23:12:45 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 35%]
23:12:45 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
23:12:45 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
23:12:45 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
23:12:45 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 35%]
23:12:45 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
23:12:45 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 35%]
23:12:45 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 35%]
23:12:45 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
23:12:45 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%]
23:12:45 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 36%]
23:12:46 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 35%]
23:12:46 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 35%]
23:12:46 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 35%]
23:12:46 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 35%]
23:12:46 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 36%]
23:12:46 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 36%]
23:12:46 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
23:12:46 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
23:12:46 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
23:12:47 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
23:12:47 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
23:12:47 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
23:12:47 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
23:12:47 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
23:12:47 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
23:12:47 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
23:12:47 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
23:12:47 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%]
23:12:47 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
23:12:47 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%]
23:12:47 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 36%]
23:12:47 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 36%]
23:12:48 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
23:12:48 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
23:12:48 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 36%]
23:12:48 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 36%]
23:12:48 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 36%]
23:12:48 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 36%]
23:12:48 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
23:12:48 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
23:12:48 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
23:12:48 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
23:12:48 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 37%]
23:12:48 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 37%]
23:12:48 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 37%]
23:12:48 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 37%]
23:12:48 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
23:12:48 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
23:12:48 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
23:12:48 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
23:12:48 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
23:12:48 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%]
23:12:48 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 38%]
23:12:48 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 38%]
23:12:48 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 38%]
23:12:49 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
23:12:49 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
23:12:51 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
23:12:52 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
23:12:52 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
23:12:52 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
23:12:52 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 37%]
23:12:52 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 37%]
23:12:52 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 37%]
23:12:52 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 37%]
23:12:52 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
23:12:52 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
23:12:52 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
23:12:52 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
23:12:52 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
23:12:52 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%]
23:12:52 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 38%]
23:12:52 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 38%]
23:12:53 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XFAIL [ 38%]
23:12:53 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
23:12:53 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
23:12:54 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
23:12:54 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
23:12:54 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
23:12:54 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 37%]
23:12:54 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 37%]
23:12:54 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 37%]
23:12:54 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 37%]
23:12:54 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
23:12:54 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
23:12:54 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
23:12:54 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
23:12:54 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
23:12:54 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%]
23:12:54 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 38%]
23:12:54 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 38%]
23:12:54 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 38%]
23:12:54 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
23:12:55 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
23:12:55 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
23:12:55 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
23:12:55 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 37%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 37%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 37%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 37%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 37%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 37%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 37%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 37%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 38%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 38%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 38%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 38%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 38%]
23:12:56 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 38%]
23:12:56 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
23:12:56 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
23:12:56 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
23:12:56 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
23:12:56 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 39%]
23:12:56 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 39%]
23:12:58 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
23:12:59 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 39%]
23:12:59 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
23:12:59 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 39%]
23:13:00 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
23:13:00 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
23:13:00 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
23:13:00 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
23:13:00 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
23:13:00 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%]
23:13:00 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 40%]
23:13:00 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 40%]
23:13:00 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 40%]
23:13:00 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
23:13:00 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
23:13:00 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
23:13:00 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
23:13:00 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
23:13:00 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
23:13:00 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth FAILED [ 41%]
23:13:00 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 41%]
23:13:00 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 41%]
23:13:00 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 41%]
23:13:00 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
23:13:00 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
23:13:00 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
23:13:00 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
23:13:00 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
23:13:00 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%]
23:13:00 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 42%]
23:13:00 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 42%]
23:13:00 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 42%]
23:13:00 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
23:13:00 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
23:13:00 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
23:13:01 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
23:13:01 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
23:13:01 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
23:13:01 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container FAILED [ 43%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged FAILED [ 43%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities FAILED [ 43%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 43%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds FAILED [ 44%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list FAILED [ 44%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode FAILED [ 44%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro FAILED [ 44%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw FAILED [ 44%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 44%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 44%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices FAILED [ 44%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities FAILED [ 45%]
23:13:01 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
23:13:01 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint FAILED [ 45%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares FAILED [ 45%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus FAILED [ 45%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset FAILED [ 45%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems FAILED [ 45%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict FAILED [ 45%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list FAILED [ 45%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links FAILED [ 45%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples FAILED [ 45%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf FAILED [ 46%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat FAILED [ 46%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 46%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 46%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 46%]
23:13:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links FAILED [ 47%]
23:13:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume FAILED [ 47%]
23:13:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds FAILED [ 47%]
23:13:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports FAILED [ 47%]
23:13:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy FAILED [ 47%]
23:13:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open FAILED [ 47%]
23:13:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal FAILED [ 47%]
23:13:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl FAILED [ 47%]
23:13:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict FAILED [ 47%]
23:13:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list FAILED [ 47%]
23:13:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
23:13:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string FAILED [ 48%]
23:13:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir FAILED [ 48%]
23:13:02 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
23:13:02 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
23:13:02 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
23:13:02 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
23:13:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container FAILED [ 48%]
23:13:02 tests/unit/api_container_test.py::ContainerTest::test_container_stats FAILED [ 48%]
23:13:02 tests/unit/api_container_test.py::ContainerTest::test_container_top FAILED [ 48%]
23:13:02 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 39%]
23:13:02 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 39%]
23:13:02 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
23:13:02 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
23:13:02 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs FAILED [ 48%]
23:13:02 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 48%]
23:13:02 tests/unit/api_container_test.py::ContainerTest::test_diff FAILED        [ 48%]
23:13:02 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id FAILED [ 49%]
23:13:03 tests/unit/api_container_test.py::ContainerTest::test_export FAILED      [ 49%]
23:13:03 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id FAILED [ 49%]
23:13:03 tests/unit/api_container_test.py::ContainerTest::test_inspect_container FAILED [ 49%]
23:13:03 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
23:13:03 tests/unit/api_container_test.py::ContainerTest::test_kill_container FAILED [ 49%]
23:13:03 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id FAILED [ 49%]
23:13:03 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal FAILED [ 49%]
23:13:03 tests/unit/api_container_test.py::ContainerTest::test_list_containers FAILED [ 49%]
23:13:03 tests/unit/api_container_test.py::ContainerTest::test_log_following FAILED [ 49%]
23:13:03 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
23:13:04 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards FAILED [ 50%]
23:13:04 tests/unit/api_container_test.py::ContainerTest::test_log_since FAILED   [ 50%]
23:13:04 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime FAILED [ 50%]
23:13:04 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
23:13:04 tests/unit/api_container_test.py::ContainerTest::test_log_streaming FAILED [ 50%]
23:13:04 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following FAILED [ 50%]
23:13:04 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
23:13:04 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
23:13:04 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
23:13:04 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
23:13:04 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
23:13:04 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
23:13:04 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
23:13:04 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
23:13:04 tests/unit/api_container_test.py::ContainerTest::test_log_tail FAILED    [ 50%]
23:13:04 tests/unit/api_container_test.py::ContainerTest::test_log_tty FAILED     [ 50%]
23:13:04 tests/unit/api_container_test.py::ContainerTest::test_logs FAILED        [ 50%]
23:13:04 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 39%]
23:13:04 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 39%]
23:13:04 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 39%]
23:13:04 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 39%]
23:13:04 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id FAILED [ 50%]
23:13:04 tests/unit/api_container_test.py::ContainerTest::test_pause_container FAILED [ 51%]
23:13:04 tests/unit/api_container_test.py::ContainerTest::test_port FAILED        [ 51%]
23:13:05 tests/unit/api_container_test.py::ContainerTest::test_remove_container FAILED [ 51%]
23:13:05 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id FAILED [ 51%]
23:13:05 tests/unit/api_container_test.py::ContainerTest::test_rename_container FAILED [ 51%]
23:13:05 tests/unit/api_container_test.py::ContainerTest::test_resize_container FAILED [ 51%]
23:13:05 tests/unit/api_container_test.py::ContainerTest::test_restart_container FAILED [ 51%]
23:13:05 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 39%]
23:13:05 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
23:13:05 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
23:13:05 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
23:13:05 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%]
23:13:05 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id FAILED [ 51%]
23:13:05 tests/unit/api_container_test.py::ContainerTest::test_stop_container FAILED [ 51%]
23:13:05 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id FAILED [ 52%]
23:13:05 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 39%]
23:13:05 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 39%]
23:13:05 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 39%]
23:13:05 tests/unit/api_container_test.py::ContainerTest::test_unpause_container FAILED [ 52%]
23:13:05 tests/unit/api_container_test.py::ContainerTest::test_wait FAILED        [ 52%]
23:13:05 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id FAILED [ 52%]
23:13:05 tests/unit/api_exec_test.py::ExecTest::test_exec_create FAILED           [ 52%]
23:13:05 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 52%]
23:13:06 tests/unit/api_exec_test.py::ExecTest::test_exec_resize FAILED           [ 52%]
23:13:06 tests/unit/api_exec_test.py::ExecTest::test_exec_start FAILED            [ 52%]
23:13:06 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached FAILED   [ 52%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 52%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 53%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 53%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 53%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 53%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 53%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 54%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 54%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 54%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 54%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 54%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 55%]
23:13:06 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 55%]
23:13:06 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 55%]
23:13:06 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 55%]
23:13:06 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 55%]
23:13:06 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
23:13:06 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
23:13:06 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 56%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 56%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 56%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 56%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 56%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 57%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 57%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 57%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 58%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 58%]
23:13:06 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 58%]
23:13:06 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
23:13:06 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
23:13:06 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 58%]
23:13:06 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 58%]
23:13:06 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
23:13:06 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
23:13:06 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
23:13:06 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 58%]
23:13:06 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%]
23:13:06 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 40%]
23:13:06 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 40%]
23:13:06 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 40%]
23:13:06 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
23:13:06 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
23:13:06 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
23:13:06 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
23:13:06 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
23:13:06 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
23:13:06 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
23:13:06 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth FAILED [ 41%]
23:13:06 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 41%]
23:13:06 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 41%]
23:13:06 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 41%]
23:13:06 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
23:13:06 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
23:13:06 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
23:13:06 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
23:13:06 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
23:13:06 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%]
23:13:06 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 42%]
23:13:06 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 42%]
23:13:06 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 42%]
23:13:06 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
23:13:06 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
23:13:06 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
23:13:06 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
23:13:06 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
23:13:06 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%]
23:13:06 tests/unit/api_container_test.py::CreateContainerTest::test_create_container FAILED [ 43%]
23:13:07 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
23:13:07 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 39%]
23:13:07 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 39%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged FAILED [ 43%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities FAILED [ 43%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 43%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds FAILED [ 44%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list FAILED [ 44%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode FAILED [ 44%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro FAILED [ 44%]
23:13:07 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
23:13:07 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
23:13:07 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 39%]
23:13:07 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 39%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw FAILED [ 44%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 44%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 44%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices FAILED [ 44%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities FAILED [ 45%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint FAILED [ 45%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares FAILED [ 45%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus FAILED [ 45%]
23:13:07 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%]
23:13:07 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset FAILED [ 45%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems FAILED [ 45%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict FAILED [ 45%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list FAILED [ 45%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links FAILED [ 45%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples FAILED [ 45%]
23:13:07 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
23:13:07 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
23:13:07 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf FAILED [ 46%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat FAILED [ 46%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 46%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 46%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 46%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links FAILED [ 47%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume FAILED [ 47%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds FAILED [ 47%]
23:13:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports FAILED [ 47%]
23:13:08 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%]
23:13:08 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 59%]
23:13:08 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 59%]
23:13:08 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 59%]
23:13:08 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
23:13:08 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
23:13:08 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
23:13:08 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
23:13:08 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%]
23:13:08 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%]
23:13:08 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 60%]
23:13:08 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 60%]
23:13:08 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 60%]
23:13:08 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 60%]
23:13:08 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
23:13:08 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
23:13:08 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
23:13:08 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
23:13:08 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%]
23:13:08 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%]
23:13:08 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 61%]
23:13:08 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 61%]
23:13:08 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 61%]
23:13:08 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
23:13:08 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
23:13:08 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
23:13:08 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
23:13:08 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%]
23:13:08 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%]
23:13:08 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 62%]
23:13:08 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 62%]
23:13:08 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 62%]
23:13:08 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 62%]
23:13:08 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
23:13:08 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
23:13:08 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
23:13:08 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
23:13:08 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%]
23:13:08 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 63%]
23:13:08 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 63%]
23:13:08 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 63%]
23:13:08 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
23:13:08 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
23:13:08 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%]
23:13:08 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 40%]
23:13:08 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
23:13:08 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
23:13:08 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy FAILED [ 47%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open FAILED [ 47%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal FAILED [ 47%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl FAILED [ 47%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict FAILED [ 47%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list FAILED [ 47%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
23:13:08 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 39%]
23:13:08 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 63%]
23:13:08 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
23:13:08 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
23:13:08 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
23:13:08 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
23:13:08 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%]
23:13:08 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%]
23:13:08 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 64%]
23:13:08 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 64%]
23:13:08 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 64%]
23:13:08 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 64%]
23:13:08 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
23:13:08 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
23:13:08 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
23:13:08 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
23:13:08 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%]
23:13:08 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 65%]
23:13:08 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 65%]
23:13:08 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 65%]
23:13:08 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 65%]
23:13:08 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
23:13:08 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
23:13:08 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
23:13:08 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
23:13:08 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%]
23:13:08 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%]
23:13:08 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 66%]
23:13:08 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 66%]
23:13:08 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 66%]
23:13:08 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 66%]
23:13:08 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
23:13:08 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
23:13:08 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
23:13:08 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 67%]
23:13:08 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 67%]
23:13:08 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 67%]
23:13:08 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 67%]
23:13:08 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 67%]
23:13:08 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 67%]
23:13:08 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED        [ 67%]
23:13:08 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
23:13:08 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 68%]
23:13:08 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 68%]
23:13:08 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
23:13:08 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
23:13:08 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
23:13:08 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
23:13:08 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 68%]
23:13:08 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 68%]
23:13:08 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 69%]
23:13:08 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 69%]
23:13:08 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%]
23:13:08 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
23:13:08 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
23:13:08 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
23:13:08 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 70%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 71%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 71%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 72%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
23:13:08 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
23:13:08 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
23:13:08 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
23:13:08 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 73%]
23:13:08 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 73%]
23:13:08 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%]
23:13:08 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
23:13:08 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
23:13:08 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
23:13:08 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
23:13:08 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
23:13:08 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
23:13:08 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
23:13:08 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 74%]
23:13:08 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%]
23:13:08 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%]
23:13:08 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
23:13:08 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
23:13:08 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 40%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 40%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
23:13:08 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
23:13:08 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%]
23:13:08 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 40%]
23:13:08 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 40%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 40%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string FAILED [ 48%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir FAILED [ 48%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container FAILED [ 48%]
23:13:08 tests/unit/api_container_test.py::ContainerTest::test_container_stats FAILED [ 48%]
23:13:08 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 39%]
23:13:08 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
23:13:08 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
23:13:08 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
23:13:08 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
23:13:08 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 75%]
23:13:08 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%]
23:13:08 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%]
23:13:08 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
23:13:08 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
23:13:08 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
23:13:08 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
23:13:08 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
23:13:08 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
23:13:08 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
23:13:08 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 76%]
23:13:08 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%]
23:13:08 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
23:13:08 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
23:13:08 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
23:13:08 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
23:13:08 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
23:13:08 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
23:13:08 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
23:13:08 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 77%]
23:13:08 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 77%]
23:13:08 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 77%]
23:13:08 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
23:13:08 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
23:13:08 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
23:13:08 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
23:13:08 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
23:13:08 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
23:13:08 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
23:13:08 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 78%]
23:13:08 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%]
23:13:08 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
23:13:08 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
23:13:08 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
23:13:08 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
23:13:08 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
23:13:08 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
23:13:08 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
23:13:08 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 79%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 79%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 79%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth FAILED [ 41%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 41%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 41%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 41%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 42%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 42%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 42%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container FAILED [ 43%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged FAILED [ 43%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth FAILED [ 41%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 41%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 41%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 41%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
23:13:08 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 42%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 42%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 42%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
23:13:08 tests/unit/api_container_test.py::ContainerTest::test_container_top FAILED [ 48%]
23:13:08 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs FAILED [ 48%]
23:13:08 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 48%]
23:13:08 tests/unit/api_container_test.py::ContainerTest::test_diff FAILED        [ 48%]
23:13:08 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 80%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 80%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 81%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 81%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 81%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
23:13:08 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
23:13:08 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
23:13:08 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
23:13:08 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 82%]
23:13:08 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 82%]
23:13:08 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
23:13:08 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
23:13:08 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
23:13:08 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 82%]
23:13:08 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
23:13:08 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
23:13:08 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities FAILED [ 43%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 43%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds FAILED [ 44%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list FAILED [ 44%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode FAILED [ 44%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro FAILED [ 44%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw FAILED [ 44%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 44%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 44%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
23:13:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container FAILED [ 43%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged FAILED [ 43%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities FAILED [ 43%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 43%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds FAILED [ 44%]
23:13:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list FAILED [ 44%]
23:13:08 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id FAILED [ 49%]
23:13:08 tests/unit/api_container_test.py::ContainerTest::test_export FAILED      [ 49%]
23:13:09 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
23:13:09 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
23:13:09 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
23:13:09 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 83%]
23:13:09 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 83%]
23:13:09 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 83%]
23:13:09 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
23:13:09 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
23:13:09 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
23:13:09 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
23:13:09 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
23:13:09 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
23:13:09 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
23:13:09 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 84%]
23:13:09 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 84%]
23:13:09 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 84%]
23:13:09 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
23:13:09 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
23:13:09 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
23:13:09 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
23:13:09 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
23:13:09 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
23:13:09 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
23:13:09 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 85%]
23:13:09 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 85%]
23:13:09 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
23:13:09 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
23:13:09 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 86%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 87%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 88%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices FAILED [ 44%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities FAILED [ 45%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint FAILED [ 45%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares FAILED [ 45%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus FAILED [ 45%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset FAILED [ 45%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems FAILED [ 45%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode FAILED [ 44%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro FAILED [ 44%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw FAILED [ 44%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 44%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 44%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices FAILED [ 44%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities FAILED [ 45%]
23:13:09 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id FAILED [ 49%]
23:13:09 tests/unit/api_container_test.py::ContainerTest::test_inspect_container FAILED [ 49%]
23:13:09 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
23:13:09 tests/unit/api_container_test.py::ContainerTest::test_kill_container FAILED [ 49%]
23:13:09 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
23:13:09 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%]
23:13:09 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 40%]
23:13:09 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 40%]
23:13:09 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 40%]
23:13:09 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
23:13:09 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
23:13:09 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
23:13:09 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 89%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%]
23:13:09 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
23:13:09 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
23:13:09 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
23:13:09 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
23:13:09 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
23:13:09 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
23:13:09 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
23:13:09 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 90%]
23:13:09 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%]
23:13:09 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
23:13:09 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
23:13:09 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
23:13:09 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
23:13:09 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
23:13:09 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
23:13:09 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
23:13:09 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
23:13:09 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 91%]
23:13:09 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%]
23:13:09 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
23:13:09 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
23:13:09 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
23:13:09 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
23:13:09 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
23:13:09 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
23:13:09 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
23:13:09 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 92%]
23:13:09 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 92%]
23:13:09 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
23:13:09 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
23:13:09 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
23:13:09 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
23:13:09 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
23:13:09 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
23:13:09 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
23:13:09 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
23:13:09 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%]
23:13:09 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%]
23:13:09 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
23:13:09 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
23:13:09 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
23:13:09 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
23:13:09 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
23:13:09 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
23:13:09 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
23:13:09 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 94%]
23:13:09 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%]
23:13:09 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
23:13:09 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
23:13:09 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
23:13:09 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
23:13:09 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
23:13:09 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
23:13:09 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
23:13:09 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
23:13:09 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%]
23:13:09 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
23:13:09 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
23:13:09 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
23:13:09 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
23:13:09 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
23:13:09 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
23:13:09 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
23:13:09 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
23:13:09 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 96%]
23:13:09 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 96%]
23:13:09 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
23:13:09 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
23:13:09 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
23:13:09 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
23:13:09 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
23:13:09 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
23:13:09 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
23:13:09 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%]
23:13:09 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 98%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict FAILED [ 45%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list FAILED [ 45%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links FAILED [ 45%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples FAILED [ 45%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf FAILED [ 46%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat FAILED [ 46%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 46%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 46%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 46%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint FAILED [ 45%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares FAILED [ 45%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus FAILED [ 45%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset FAILED [ 45%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems FAILED [ 45%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict FAILED [ 45%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list FAILED [ 45%]
23:13:09 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id FAILED [ 49%]
23:13:09 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal FAILED [ 49%]
23:13:09 tests/unit/api_container_test.py::ContainerTest::test_list_containers FAILED [ 49%]
23:13:09 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
23:13:09 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%]
23:13:09 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
23:13:09 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links FAILED [ 47%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume FAILED [ 47%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds FAILED [ 47%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports FAILED [ 47%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy FAILED [ 47%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open FAILED [ 47%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links FAILED [ 45%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples FAILED [ 45%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf FAILED [ 46%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat FAILED [ 46%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 46%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 46%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 46%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links FAILED [ 47%]
23:13:09 tests/unit/api_container_test.py::ContainerTest::test_log_following FAILED [ 49%]
23:13:09 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards FAILED [ 50%]
23:13:09 tests/unit/api_container_test.py::ContainerTest::test_log_since FAILED   [ 50%]
23:13:09 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth FAILED [ 41%]
23:13:09 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 41%]
23:13:09 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 41%]
23:13:09 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 41%]
23:13:09 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
23:13:09 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
23:13:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
23:13:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
23:13:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%]
23:13:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 42%]
23:13:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 42%]
23:13:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 42%]
23:13:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 42%]
23:13:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
23:13:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
23:13:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
23:13:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
23:13:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
23:13:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container FAILED [ 43%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged FAILED [ 43%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities FAILED [ 43%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 43%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds FAILED [ 44%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal FAILED [ 47%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl FAILED [ 47%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict FAILED [ 47%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list FAILED [ 47%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string FAILED [ 48%]
23:13:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir FAILED [ 48%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume FAILED [ 47%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds FAILED [ 47%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports FAILED [ 47%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy FAILED [ 47%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open FAILED [ 47%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal FAILED [ 47%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime FAILED [ 50%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_log_streaming FAILED [ 50%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following FAILED [ 50%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list FAILED [ 44%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode FAILED [ 44%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro FAILED [ 44%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw FAILED [ 44%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 44%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 44%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices FAILED [ 44%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities FAILED [ 45%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container FAILED [ 48%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_container_stats FAILED [ 48%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_container_top FAILED [ 48%]
23:13:10 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
23:13:10 
23:13:10 =================================== FAILURES ===================================
23:13:10 ________________ BuildTest.test_build_remote_with_registry_auth ________________
23:13:10 tests/unit/api_build_test.py:109: in test_build_remote_with_registry_auth
23:13:10     timeout=None
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/build', headers={'Accept': '*/*', 'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'X-Registry-Config': 'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJwYXNzd29yZCI6ICJleGFtcGxlIiwgInVzZXIiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, data=None, timeout=None, stream=True, params={'q': False, 'pull': False, 'remote': 'https://github.com/docker-library/mongo', 't': None, 'nocache': False, 'forcerm': False, 'rm': False, 'dockerfile': None})
23:13:10 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/build', params={'q': False, 'pull': False, 'remote': 'https://github.com/docker-library/mongo', 't': None, 'nocache': False, 'forcerm': False, 'rm': False, 'dockerfile': None}, data=None, timeout=None, stream=True, headers={'X-Registry-Config': 'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJwYXNzd29yZCI6ICJleGFtcGxlIiwgInVzZXIiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19'})
23:13:10 __________________ CreateContainerTest.test_create_container ___________________
23:13:10 tests/unit/api_container_test.py:148: in test_create_container
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 _____________ CreateContainerTest.test_create_container_privileged _____________
23:13:10 tests/unit/api_container_test.py:815: in test_create_container_privileged
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 ______ CreateContainerTest.test_create_container_with_added_capabilities _______
23:13:10 tests/unit/api_container_test.py:865: in test_create_container_with_added_capabilities
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 _____________ CreateContainerTest.test_create_container_with_binds _____________
23:13:10 tests/unit/api_container_test.py:172: in test_create_container_with_binds
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 __________ CreateContainerTest.test_create_container_with_binds_list ___________
23:13:10 tests/unit/api_container_test.py:652: in test_create_container_with_binds_list
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 __________ CreateContainerTest.test_create_container_with_binds_mode ___________
23:13:10 tests/unit/api_container_test.py:610: in test_create_container_with_binds_mode
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 ___________ CreateContainerTest.test_create_container_with_binds_ro ____________
23:13:10 tests/unit/api_container_test.py:554: in test_create_container_with_binds_ro
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 ___________ CreateContainerTest.test_create_container_with_binds_rw ____________
23:13:10 tests/unit/api_container_test.py:582: in test_create_container_with_binds_rw
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 ____________ CreateContainerTest.test_create_container_with_devices ____________
23:13:10 tests/unit/api_container_test.py:920: in test_create_container_with_devices
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 _____ CreateContainerTest.test_create_container_with_dropped_capabilities ______
23:13:10 tests/unit/api_container_test.py:886: in test_create_container_with_dropped_capabilities
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 __________ CreateContainerTest.test_create_container_with_entrypoint ___________
23:13:10 tests/unit/api_container_test.py:247: in test_create_container_with_entrypoint
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 ____ CreateContainerTest.test_create_container_with_host_config_cpu_shares _____
23:13:10 tests/unit/api_container_test.py:277: in test_create_container_with_host_config_cpu_shares
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 _______ CreateContainerTest.test_create_container_with_host_config_cpus ________
23:13:10 tests/unit/api_container_test.py:1265: in test_create_container_with_host_config_cpus
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 ______ CreateContainerTest.test_create_container_with_host_config_cpuset _______
23:13:10 tests/unit/api_container_test.py:307: in test_create_container_with_host_config_cpuset
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 ____ CreateContainerTest.test_create_container_with_host_config_cpuset_mems ____
23:13:10 tests/unit/api_container_test.py:337: in test_create_container_with_host_config_cpuset_mems
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 __________ CreateContainerTest.test_create_container_with_labels_dict __________
23:13:10 tests/unit/api_container_test.py:1010: in test_create_container_with_labels_dict
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 __________ CreateContainerTest.test_create_container_with_labels_list __________
23:13:10 tests/unit/api_container_test.py:1037: in test_create_container_with_labels_list
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 _____________ CreateContainerTest.test_create_container_with_links _____________
23:13:10 tests/unit/api_container_test.py:741: in test_create_container_with_links
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 ____ CreateContainerTest.test_create_container_with_links_as_list_of_tuples ____
23:13:10 tests/unit/api_container_test.py:795: in test_create_container_with_links_as_list_of_tuples
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 ___________ CreateContainerTest.test_create_container_with_lxc_conf ____________
23:13:10 tests/unit/api_container_test.py:502: in test_create_container_with_lxc_conf
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 ________ CreateContainerTest.test_create_container_with_lxc_conf_compat ________
23:13:10 tests/unit/api_container_test.py:526: in test_create_container_with_lxc_conf_compat
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 ________ CreateContainerTest.test_create_container_with_multiple_links _________
23:13:10 tests/unit/api_container_test.py:770: in test_create_container_with_multiple_links
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 _________ CreateContainerTest.test_create_container_with_named_volume __________
23:13:10 tests/unit/api_container_test.py:1067: in test_create_container_with_named_volume
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 __________ CreateContainerTest.test_create_container_with_port_binds ___________
23:13:10 tests/unit/api_container_test.py:701: in test_create_container_with_port_binds
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 _____________ CreateContainerTest.test_create_container_with_ports _____________
23:13:10 tests/unit/api_container_test.py:224: in test_create_container_with_ports
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl FAILED [ 47%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict FAILED [ 47%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list FAILED [ 47%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string FAILED [ 48%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir FAILED [ 48%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_log_tail FAILED    [ 50%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_log_tty FAILED     [ 50%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_logs FAILED        [ 50%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint FAILED [ 45%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares FAILED [ 45%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus FAILED [ 45%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset FAILED [ 45%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems FAILED [ 45%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict FAILED [ 45%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs FAILED [ 48%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 48%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_diff FAILED        [ 48%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id FAILED [ 49%]
23:13:10 ________ CreateContainerTest.test_create_container_with_restart_policy _________
23:13:10 tests/unit/api_container_test.py:844: in test_create_container_with_restart_policy
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 __________ CreateContainerTest.test_create_container_with_stdin_open ___________
23:13:10 tests/unit/api_container_test.py:394: in test_create_container_with_stdin_open
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 __________ CreateContainerTest.test_create_container_with_stop_signal __________
23:13:10 tests/unit/api_container_test.py:1091: in test_create_container_with_stop_signal
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 ____________ CreateContainerTest.test_create_container_with_sysctl _____________
23:13:10 tests/unit/api_container_test.py:1211: in test_create_container_with_sysctl
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 __________ CreateContainerTest.test_create_container_with_tmpfs_dict ___________
23:13:10 tests/unit/api_container_test.py:1182: in test_create_container_with_tmpfs_dict
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 __________ CreateContainerTest.test_create_container_with_tmpfs_list ___________
23:13:10 tests/unit/api_container_test.py:1152: in test_create_container_with_tmpfs_list
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 _________ CreateContainerTest.test_create_container_with_volume_string _________
23:13:10 tests/unit/api_container_test.py:197: in test_create_container_with_volume_string
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 __________ CreateContainerTest.test_create_container_with_working_dir __________
23:13:10 tests/unit/api_container_test.py:374: in test_create_container_with_working_dir
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 _______________ CreateContainerTest.test_create_named_container ________________
23:13:10 tests/unit/api_container_test.py:415: in test_create_named_container
23:13:10     assert args[1]['headers'] == {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 ______________________ ContainerTest.test_container_stats ______________________
23:13:10 tests/unit/api_container_test.py:1721: in test_container_stats
23:13:10     stream=True
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60)
23:13:10 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', stream=True, timeout=60)
23:13:10 _______________________ ContainerTest.test_container_top _______________________
23:13:10 tests/unit/api_container_test.py:1732: in test_container_top
23:13:10     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60)
23:13:10 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={}, timeout=60)
23:13:10 _________________ ContainerTest.test_container_top_with_psargs _________________
23:13:10 tests/unit/api_container_test.py:1743: in test_container_top_with_psargs
23:13:10     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'ps_args': 'waux'}, timeout=60)
23:13:10 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={'ps_args': 'waux'}, timeout=60)
23:13:10 ___________________________ ContainerTest.test_diff ____________________________
23:13:10 tests/unit/api_container_test.py:1527: in test_diff
23:13:10     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:10 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60)
23:13:10 _______________ ContainerTest.test_diff_with_dict_instead_of_id ________________
23:13:10 tests/unit/api_container_test.py:1537: in test_diff_with_dict_instead_of_id
23:13:10     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:10 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60)
23:13:10 __________________________ ContainerTest.test_export ___________________________
23:13:10 tests/unit/api_container_test.py:1682: in test_export
23:13:10     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60, stream=True)
23:13:10 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60)
23:13:10 ______________ ContainerTest.test_export_with_dict_instead_of_id _______________
23:13:10 tests/unit/api_container_test.py:1693: in test_export_with_dict_instead_of_id
23:13:10     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60, stream=True)
23:13:10 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60)
23:13:10 _____________________ ContainerTest.test_inspect_container _____________________
23:13:10 tests/unit/api_container_test.py:1703: in test_inspect_container
23:13:10     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:10 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60)
23:13:10 ______________________ ContainerTest.test_kill_container _______________________
23:13:10 tests/unit/api_container_test.py:1605: in test_kill_container
23:13:10     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60)
23:13:10 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60)
23:13:10 __________ ContainerTest.test_kill_container_with_dict_instead_of_id ___________
23:13:10 tests/unit/api_container_test.py:1616: in test_kill_container_with_dict_instead_of_id
23:13:10     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60)
23:13:10 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60)
23:13:10 ________________ ContainerTest.test_kill_container_with_signal _________________
23:13:10 tests/unit/api_container_test.py:1627: in test_kill_container_with_signal
23:13:10     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'signal': 15}, timeout=60)
23:13:10 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={'signal': 15}, timeout=60)
23:13:10 ______________________ ContainerTest.test_list_containers ______________________
23:13:10 tests/unit/api_container_test.py:1290: in test_list_containers
23:13:10     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/json', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'all': 1, 'since': None, 'limit': -1, 'trunc_cmd': 0, 'size': 0, 'before': None}, timeout=60)
23:13:10 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/json', params={'all': 1, 'since': None, 'limit': -1, 'trunc_cmd': 0, 'size': 0, 'before': None}, timeout=60)
23:13:10 _______________________ ContainerTest.test_log_following _______________________
23:13:10 tests/unit/api_container_test.py:1407: in test_log_following
23:13:10     stream=False
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=False, timeout=60)
23:13:10 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60)
23:13:10 __________________ ContainerTest.test_log_following_backwards __________________
23:13:10 tests/unit/api_container_test.py:1422: in test_log_following_backwards
23:13:10     stream=True
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=True, timeout=60)
23:13:10 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60)
23:13:10 _________________________ ContainerTest.test_log_since _________________________
23:13:10 tests/unit/api_container_test.py:1472: in test_log_since
23:13:10     stream=False
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60)
23:13:10 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60)
23:13:10 __________________ ContainerTest.test_log_since_with_datetime __________________
23:13:10 tests/unit/api_container_test.py:1490: in test_log_since_with_datetime
23:13:10     stream=False
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60)
23:13:10 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60)
23:13:10 _______________________ ContainerTest.test_log_streaming _______________________
23:13:10 tests/unit/api_container_test.py:1391: in test_log_streaming
23:13:10     stream=True
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=True, timeout=60)
23:13:10 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60)
23:13:10 ________________ ContainerTest.test_log_streaming_and_following ________________
23:13:10 tests/unit/api_container_test.py:1438: in test_log_streaming_and_following
23:13:10     stream=True
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=True, timeout=60)
23:13:10 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60)
23:13:10 _________________________ ContainerTest.test_log_tail __________________________
23:13:10 tests/unit/api_container_test.py:1455: in test_log_tail
23:13:10     stream=False
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 10, 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=False, timeout=60)
23:13:10 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 10, 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60)
23:13:10 __________________________ ContainerTest.test_log_tty __________________________
23:13:10 tests/unit/api_container_test.py:1517: in test_log_tty
23:13:10     stream=True
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=True, timeout=60)
23:13:10 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60)
23:13:10 ___________________________ ContainerTest.test_logs ____________________________
23:13:10 tests/unit/api_container_test.py:1356: in test_logs
23:13:10     stream=False
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=False, timeout=60)
23:13:10 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60)
23:13:10 _______________ ContainerTest.test_logs_with_dict_instead_of_id ________________
23:13:10 tests/unit/api_container_test.py:1373: in test_logs_with_dict_instead_of_id
23:13:10     stream=False
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=False, timeout=60)
23:13:10 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60)
23:13:10 ______________________ ContainerTest.test_pause_container ______________________
23:13:10 tests/unit/api_container_test.py:1584: in test_pause_container
23:13:10     timeout=(DEFAULT_TIMEOUT_SECONDS)
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:10 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', timeout=60)
23:13:10 ___________________________ ContainerTest.test_port ____________________________
23:13:10 tests/unit/api_container_test.py:1547: in test_port
23:13:10     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:10 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60)
23:13:10 _____________________ ContainerTest.test_remove_container ______________________
23:13:10 tests/unit/api_container_test.py:1660: in test_remove_container
23:13:10     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'force': False, 'link': False, 'v': False}, timeout=60)
23:13:10 E   Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'force': False, 'link': False, 'v': False}, timeout=60)
23:13:10 _________ ContainerTest.test_remove_container_with_dict_instead_of_id __________
23:13:10 tests/unit/api_container_test.py:1671: in test_remove_container_with_dict_instead_of_id
23:13:10     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'force': False, 'link': False, 'v': False}, timeout=60)
23:13:10 E   Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'force': False, 'link': False, 'v': False}, timeout=60)
23:13:10 _____________________ ContainerTest.test_rename_container ______________________
23:13:10 tests/unit/api_container_test.py:1319: in test_rename_container
23:13:10     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'name': 'foobar'}, timeout=60)
23:13:10 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', params={'name': 'foobar'}, timeout=60)
23:13:10 _____________________ ContainerTest.test_resize_container ______________________
23:13:10 tests/unit/api_container_test.py:1305: in test_resize_container
23:13:10     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 15, 'w': 120}, timeout=60)
23:13:10 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', params={'h': 15, 'w': 120}, timeout=60)
23:13:10 _____________________ ContainerTest.test_restart_container _____________________
23:13:10 tests/unit/api_container_test.py:1638: in test_restart_container
23:13:10     timeout=(DEFAULT_TIMEOUT_SECONDS + 2)
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:13:10 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62)
23:13:10 _________ ContainerTest.test_restart_container_with_dict_instead_of_id _________
23:13:10 tests/unit/api_container_test.py:1649: in test_restart_container_with_dict_instead_of_id
23:13:10     timeout=(DEFAULT_TIMEOUT_SECONDS + 2)
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:13:10 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62)
23:13:10 ______________________ ContainerTest.test_stop_container _______________________
23:13:10 tests/unit/api_container_test.py:1560: in test_stop_container
23:13:10     timeout=(DEFAULT_TIMEOUT_SECONDS + timeout)
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:13:10 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62)
23:13:10 __________ ContainerTest.test_stop_container_with_dict_instead_of_id ___________
23:13:10 tests/unit/api_container_test.py:1574: in test_stop_container_with_dict_instead_of_id
23:13:10     timeout=(DEFAULT_TIMEOUT_SECONDS + timeout)
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:13:10 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62)
23:13:10 _____________________ ContainerTest.test_unpause_container _____________________
23:13:10 tests/unit/api_container_test.py:1594: in test_unpause_container
23:13:10     timeout=(DEFAULT_TIMEOUT_SECONDS)
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:10 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', timeout=60)
23:13:10 ___________________________ ContainerTest.test_wait ____________________________
23:13:10 tests/unit/api_container_test.py:1330: in test_wait
23:13:10     params={}
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None)
23:13:10 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None)
23:13:10 _______________ ContainerTest.test_wait_with_dict_instead_of_id ________________
23:13:10 tests/unit/api_container_test.py:1341: in test_wait_with_dict_instead_of_id
23:13:10     params={}
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None)
23:13:10 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None)
23:13:10 __________________________ ExecTest.test_exec_create ___________________________
23:13:10 tests/unit/api_exec_test.py:41: in test_exec_create
23:13:10     assert args[1]['headers'] == \
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 __________________________ ExecTest.test_exec_resize ___________________________
23:13:10 tests/unit/api_exec_test.py:97: in test_exec_resize
23:13:10     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:10 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:10     raise AssertionError(msg)
23:13:10 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 20, 'w': 60}, timeout=60)
23:13:10 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', params={'h': 20, 'w': 60}, timeout=60)
23:13:10 ___________________________ ExecTest.test_exec_start ___________________________
23:13:10 tests/unit/api_exec_test.py:58: in test_exec_start
23:13:10     assert args[1]['headers'] == merge_dicts(DEFAULT_HEADERS, {
23:13:10 E   AssertionError: assert {'Connection'...grade': 'tcp'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 3 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:
23:13:10 E     - {'Connection': 'Upgrade', 'Content-Type': 'application/json', 'Upgrade': 'tcp'}...
23:13:10 E     
23:13:10 E     ...Full output truncated (7 lines hidden), use '-vv' to show
23:13:10 ______________________ ExecTest.test_exec_start_detached _______________________
23:13:10 tests/unit/api_exec_test.py:77: in test_exec_start_detached
23:13:10     assert args[1]['headers'] == merge_dicts(DEFAULT_HEADERS, {
23:13:10 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:10 E     Omitting 1 identical items, use -vv to show
23:13:10 E     Right contains more items:
23:13:10 E     {'Accept': '*/*',
23:13:10 E      'Accept-Encoding': 'gzip, deflate',
23:13:10 E      'Connection': 'keep-alive',
23:13:10 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:10 E     Full diff:...
23:13:10 E     
23:13:10 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:10 =============================== warnings summary ===============================
23:13:10 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12
23:13:10   /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
23:13:10     from cryptography import x509
23:13:10 
23:13:10 -- Docs: https://docs.pytest.org/en/latest/warnings.html
23:13:10 
23:13:10 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
23:13:10 Name                                  Stmts   Miss Branch BrPart  Cover
23:13:10 -----------------------------------------------------------------------
23:13:10 docker/__init__.py                        8      0      0      0   100%
23:13:10 docker/api/__init__.py                    1      0      0      0   100%
23:13:10 docker/api/build.py                     126     18     92     16    83%
23:13:10 docker/api/client.py                    263     45     96     12    82%
23:13:10 docker/api/config.py                     31      1      6      2    92%
23:13:10 docker/api/container.py                 266     17    102     19    90%
23:13:10 docker/api/daemon.py                     39      2     14      4    89%
23:13:10 docker/api/exec_api.py                   46      4     22      4    88%
23:13:10 docker/api/image.py                     157     21     56     12    84%
23:13:10 docker/api/network.py                    90     13     48     12    80%
23:13:10 docker/api/plugin.py                     90     13     12      4    81%
23:13:10 docker/api/secret.py                     36      4     10      3    80%
23:13:10 docker/api/service.py                   200     60    149     32    61%
23:13:10 docker/api/swarm.py                     106     14     38     10    82%
23:13:10 docker/api/volume.py                     38      3     14      3    88%
23:13:10 docker/auth.py                          198     17     74     18    87%
23:13:10 docker/client.py                         69      4      2      0    94%
23:13:10 docker/constants.py                      22      0      0      0   100%
23:13:10 docker/context/__init__.py                2      0      0      0   100%
23:13:10 docker/context/api.py                    78     16     38      8    76%
23:13:10 docker/context/config.py                 61     24     16      2    56%
23:13:10 docker/context/context.py               151     21     62     15    81%
23:13:10 docker/credentials/__init__.py            3      0      0      0   100%
23:13:10 docker/credentials/constants.py           4      0      0      0   100%
23:13:10 docker/credentials/errors.py             11      1      2      1    85%
23:13:10 docker/credentials/store.py              50      6     16      3    83%
23:13:10 docker/credentials/utils.py              23     13     12      1    31%
23:13:10 docker/errors.py                        110     12     18      6    86%
23:13:10 docker/models/__init__.py                 0      0      0      0   100%
23:13:10 docker/models/configs.py                 21      8      0      0    62%
23:13:10 docker/models/containers.py             183      6     60      5    95%
23:13:10 docker/models/images.py                 137     29     50      3    75%
23:13:10 docker/models/networks.py                37      1      8      0    98%
23:13:10 docker/models/nodes.py                   15      1      0      0    93%
23:13:10 docker/models/plugins.py                 49     30      8      0    33%
23:13:10 docker/models/resource.py                41      9      6      2    77%
23:13:10 docker/models/secrets.py                 21      8      0      0    62%
23:13:10 docker/models/services.py                87      3     34      3    95%
23:13:10 docker/models/swarm.py                   39      3      6      3    87%
23:13:10 docker/models/volumes.py                 23      1      2      0    96%
23:13:10 docker/tls.py                            37      6     14      6    76%
23:13:10 docker/transport/__init__.py             11      3      0      0    73%
23:13:10 docker/transport/basehttpadapter.py       6      0      2      1    88%
23:13:10 docker/transport/npipeconn.py            59     54     10      0     7%
23:13:10 docker/transport/npipesocket.py         137    132     22      0     3%
23:13:10 docker/transport/sshconn.py             149    110     50      1    20%
23:13:10 docker/transport/ssladapter.py           36      8     10      4    70%
23:13:10 docker/transport/unixconn.py             66      5     12      4    88%
23:13:10 docker/types/__init__.py                  6      0      0      0   100%
23:13:10 docker/types/base.py                      5      0      2      0   100%
23:13:10 docker/types/containers.py              420     66    324     43    84%
23:13:10 docker/types/daemon.py                   36      9     14      3    68%
23:13:10 docker/types/healthcheck.py              34     12      4      1    61%
23:13:10 docker/types/networks.py                 41      6     28      5    81%
23:13:10 docker/types/services.py                312     45    206     33    83%
23:13:10 docker/types/swarm.py                    51     24     40     10    52%
23:13:10 docker/utils/__init__.py                  3      0      0      0   100%
23:13:10 docker/utils/build.py                   155     14     74      7    89%
23:13:10 docker/utils/config.py                   36      2     10      2    91%
23:13:10 docker/utils/decorators.py               37      1     18      2    95%
23:13:10 docker/utils/fnmatch.py                  55     18     28      2    61%
23:13:10 docker/utils/json_stream.py              43      8     14      2    79%
23:13:10 docker/utils/ports.py                    50      3     28      2    91%
23:13:10 docker/utils/proxy.py                    32      1     12      0    98%
23:13:10 docker/utils/socket.py                   86      8     40      7    87%
23:13:10 docker/utils/utils.py                   285     17    164     12    93%
23:13:10 docker/version.py                         2      0      0      0   100%
23:13:10 -----------------------------------------------------------------------
23:13:10 TOTAL                                  5122    980   2199    350    78%
23:13:10 
23:13:10 =========================== short test summary info ============================
23:13:10 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
23:13:10   CONFIG_RT_GROUP_SCHED isn't enabled
23:13:10 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
23:13:10   Not supported on most drivers
23:13:10 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
23:13:10   Output of docker top depends on host distro, and is not formalized.
23:13:10 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
23:13:10   This doesn't seem to be taken into account by the engine
23:13:10 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
23:13:10 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
23:13:10 SKIPPED [1] tests/unit/api_build_test.py:188: Windows-specific syntax
23:13:10 SKIPPED [1] tests/unit/client_test.py:254: Npipe Connection Pool only on Windows
23:13:10 SKIPPED [1] tests/unit/client_test.py:217: Npipe Connection Pool only on Windows
23:13:10 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
23:13:10 SKIPPED [1] tests/unit/client_test.py:143: Npipe Connection Pool only on Windows
23:13:10 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
23:13:10 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
23:13:10 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
23:13:10 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
23:13:10 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
23:13:10 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
23:13:10 SKIPPED [1] tests/unit/client_test.py:104: Npipe Connection Pool only on Windows
23:13:10 = 74 failed, 855 passed, 15 skipped, 5 xfailed, 4 xpassed, 1 warnings in 316.26 seconds =
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container FAILED [ 48%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_container_stats FAILED [ 48%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_container_top FAILED [ 48%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id FAILED [ 50%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_pause_container FAILED [ 51%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_port FAILED        [ 51%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list FAILED [ 45%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links FAILED [ 45%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples FAILED [ 45%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf FAILED [ 46%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat FAILED [ 46%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 46%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 46%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 46%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 46%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links FAILED [ 47%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume FAILED [ 47%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_export FAILED      [ 49%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id FAILED [ 49%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_inspect_container FAILED [ 49%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
[Pipeline] sh
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs FAILED [ 48%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 48%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_diff FAILED        [ 48%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id FAILED [ 49%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_remove_container FAILED [ 51%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id FAILED [ 51%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_rename_container FAILED [ 51%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds FAILED [ 47%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports FAILED [ 47%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy FAILED [ 47%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open FAILED [ 47%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal FAILED [ 47%]
23:13:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl FAILED [ 47%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_kill_container FAILED [ 49%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id FAILED [ 49%]
23:13:10 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal FAILED [ 49%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_export FAILED      [ 49%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id FAILED [ 49%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_inspect_container FAILED [ 49%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_resize_container FAILED [ 51%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_restart_container FAILED [ 51%]
23:13:11 + docker stop dpy-dind-36-0-py2.7-20.10.0
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_list_containers FAILED [ 49%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_log_following FAILED [ 49%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards FAILED [ 50%]
23:13:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict FAILED [ 47%]
23:13:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list FAILED [ 47%]
23:13:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
23:13:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string FAILED [ 48%]
23:13:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir FAILED [ 48%]
23:13:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container FAILED [ 48%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_container_stats FAILED [ 48%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_kill_container FAILED [ 49%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id FAILED [ 49%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal FAILED [ 49%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id FAILED [ 51%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_stop_container FAILED [ 51%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id FAILED [ 52%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_log_since FAILED   [ 50%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime FAILED [ 50%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_container_top FAILED [ 48%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs FAILED [ 48%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 48%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_list_containers FAILED [ 49%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_log_following FAILED [ 49%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_unpause_container FAILED [ 52%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_wait FAILED        [ 52%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id FAILED [ 52%]
23:13:11 tests/unit/api_exec_test.py::ExecTest::test_exec_create FAILED           [ 52%]
23:13:11 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 52%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_log_streaming FAILED [ 50%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following FAILED [ 50%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_log_tail FAILED    [ 50%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_diff FAILED        [ 48%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id FAILED [ 49%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_export FAILED      [ 49%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id FAILED [ 49%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards FAILED [ 50%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_log_since FAILED   [ 50%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime FAILED [ 50%]
23:13:11 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
23:13:11 tests/unit/api_exec_test.py::ExecTest::test_exec_resize FAILED           [ 52%]
23:13:11 tests/unit/api_exec_test.py::ExecTest::test_exec_start FAILED            [ 52%]
23:13:11 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached FAILED   [ 52%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 52%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 53%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 53%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 53%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 53%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 53%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 54%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 54%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 54%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 54%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 54%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 55%]
23:13:11 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 55%]
23:13:11 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 55%]
23:13:11 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 55%]
23:13:11 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 55%]
23:13:11 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
23:13:11 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
23:13:11 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 56%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 56%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 56%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 56%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 56%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 57%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 57%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 57%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 58%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 58%]
23:13:11 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 58%]
23:13:11 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 58%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_log_tty FAILED     [ 50%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_logs FAILED        [ 50%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id FAILED [ 50%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_log_streaming FAILED [ 50%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following FAILED [ 50%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_log_tail FAILED    [ 50%]
23:13:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 58%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_inspect_container FAILED [ 49%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_kill_container FAILED [ 49%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id FAILED [ 49%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_pause_container FAILED [ 51%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_port FAILED        [ 51%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_remove_container FAILED [ 51%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_log_tty FAILED     [ 50%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_logs FAILED        [ 50%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id FAILED [ 50%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal FAILED [ 49%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_list_containers FAILED [ 49%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_log_following FAILED [ 49%]
23:13:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 58%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id FAILED [ 51%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_rename_container FAILED [ 51%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_resize_container FAILED [ 51%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards FAILED [ 50%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_log_since FAILED   [ 50%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime FAILED [ 50%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_pause_container FAILED [ 51%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_port FAILED        [ 51%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_remove_container FAILED [ 51%]
23:13:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
23:13:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_restart_container FAILED [ 51%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id FAILED [ 51%]
23:13:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id FAILED [ 51%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_rename_container FAILED [ 51%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_log_streaming FAILED [ 50%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following FAILED [ 50%]
23:13:12 tests/unit/api_container_test.py::ContainerTest::test_log_tail FAILED    [ 50%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_stop_container FAILED [ 51%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id FAILED [ 52%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_unpause_container FAILED [ 52%]
23:13:13 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_resize_container FAILED [ 51%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_restart_container FAILED [ 51%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id FAILED [ 51%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_log_tty FAILED     [ 50%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_logs FAILED        [ 50%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id FAILED [ 50%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_wait FAILED        [ 52%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id FAILED [ 52%]
23:13:13 tests/unit/api_exec_test.py::ExecTest::test_exec_create FAILED           [ 52%]
23:13:13 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 52%]
23:13:13 tests/unit/api_exec_test.py::ExecTest::test_exec_resize FAILED           [ 52%]
23:13:13 tests/unit/api_exec_test.py::ExecTest::test_exec_start FAILED            [ 52%]
23:13:13 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached FAILED   [ 52%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 52%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 53%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 53%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 53%]
23:13:13 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_stop_container FAILED [ 51%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id FAILED [ 52%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_unpause_container FAILED [ 52%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_pause_container FAILED [ 51%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_port FAILED        [ 51%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_remove_container FAILED [ 51%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 53%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 53%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 54%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 54%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 54%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 54%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 54%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 55%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 55%]
23:13:13 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 55%]
23:13:13 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 55%]
23:13:13 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 55%]
23:13:13 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
23:13:13 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
23:13:13 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 56%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 56%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 56%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 56%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 56%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 57%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 57%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 57%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 58%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 58%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 58%]
23:13:13 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 58%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_wait FAILED        [ 52%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id FAILED [ 52%]
23:13:13 tests/unit/api_exec_test.py::ExecTest::test_exec_create FAILED           [ 52%]
23:13:13 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 52%]
23:13:13 tests/unit/api_exec_test.py::ExecTest::test_exec_resize FAILED           [ 52%]
23:13:13 tests/unit/api_exec_test.py::ExecTest::test_exec_start FAILED            [ 52%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id FAILED [ 51%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_rename_container FAILED [ 51%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_resize_container FAILED [ 51%]
23:13:13 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 58%]
23:13:13 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%]
23:13:13 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 59%]
23:13:13 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 59%]
23:13:13 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 59%]
23:13:13 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
23:13:13 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
23:13:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
23:13:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
23:13:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%]
23:13:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%]
23:13:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 60%]
23:13:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 60%]
23:13:13 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 60%]
23:13:13 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 60%]
23:13:13 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
23:13:13 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
23:13:13 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
23:13:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
23:13:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%]
23:13:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%]
23:13:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 61%]
23:13:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 61%]
23:13:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 61%]
23:13:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
23:13:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
23:13:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
23:13:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
23:13:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%]
23:13:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%]
23:13:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 62%]
23:13:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 62%]
23:13:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 62%]
23:13:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 62%]
23:13:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
23:13:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
23:13:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
23:13:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
23:13:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%]
23:13:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 63%]
23:13:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 63%]
23:13:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 63%]
23:13:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 63%]
23:13:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
23:13:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
23:13:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
23:13:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
23:13:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%]
23:13:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%]
23:13:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 64%]
23:13:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 64%]
23:13:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 64%]
23:13:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 64%]
23:13:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
23:13:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
23:13:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
23:13:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
23:13:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%]
23:13:13 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 65%]
23:13:13 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 65%]
23:13:13 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 65%]
23:13:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 65%]
23:13:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
23:13:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
23:13:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
23:13:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
23:13:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%]
23:13:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%]
23:13:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 66%]
23:13:13 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 66%]
23:13:13 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 66%]
23:13:13 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 66%]
23:13:13 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
23:13:13 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
23:13:13 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
23:13:13 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 67%]
23:13:13 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 67%]
23:13:13 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 67%]
23:13:13 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 67%]
23:13:13 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 67%]
23:13:13 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 67%]
23:13:13 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED        [ 67%]
23:13:13 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
23:13:13 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 68%]
23:13:13 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 68%]
23:13:13 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
23:13:13 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
23:13:13 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
23:13:13 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
23:13:13 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached FAILED   [ 52%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 52%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 53%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 53%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 53%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 53%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 53%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 54%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 54%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 54%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 54%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 54%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 55%]
23:13:13 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 55%]
23:13:13 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 55%]
23:13:13 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 55%]
23:13:13 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 55%]
23:13:13 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
23:13:13 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
23:13:13 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 56%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 56%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 56%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 56%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 56%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 57%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 57%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 57%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 58%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 58%]
23:13:13 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 58%]
23:13:13 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 58%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_restart_container FAILED [ 51%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id FAILED [ 51%]
23:13:13 tests/unit/api_container_test.py::ContainerTest::test_stop_container FAILED [ 51%]
23:13:14 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 58%]
23:13:14 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
23:13:14 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 68%]
23:13:14 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 68%]
23:13:14 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 69%]
23:13:14 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 69%]
23:13:14 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%]
23:13:14 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
23:13:14 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
23:13:14 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
23:13:14 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 70%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 71%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 71%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 72%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
23:13:14 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
23:13:14 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
23:13:14 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
23:13:14 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 73%]
23:13:14 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 73%]
23:13:14 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%]
23:13:14 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
23:13:14 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
23:13:14 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
23:13:14 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
23:13:14 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
23:13:14 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
23:13:14 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
23:13:14 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 74%]
23:13:14 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%]
23:13:14 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%]
23:13:14 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
23:13:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
23:13:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
23:13:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
23:13:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
23:13:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
23:13:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 75%]
23:13:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%]
23:13:14 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%]
23:13:14 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
23:13:14 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
23:13:14 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
23:13:14 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
23:13:14 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
23:13:14 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
23:13:14 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
23:13:14 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 76%]
23:13:14 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%]
23:13:14 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
23:13:14 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
23:13:14 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
23:13:14 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
23:13:14 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
23:13:14 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
23:13:14 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
23:13:14 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 77%]
23:13:14 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 77%]
23:13:14 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 77%]
23:13:14 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
23:13:14 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
23:13:14 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
23:13:14 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
23:13:14 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
23:13:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
23:13:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
23:13:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 78%]
23:13:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%]
23:13:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
23:13:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
23:13:14 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 58%]
23:13:14 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id FAILED [ 52%]
23:13:14 tests/unit/api_container_test.py::ContainerTest::test_unpause_container FAILED [ 52%]
23:13:14 tests/unit/api_container_test.py::ContainerTest::test_wait FAILED        [ 52%]
23:13:14 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
23:13:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
23:13:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
23:13:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
23:13:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
23:13:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
23:13:14 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 79%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 79%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 79%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 80%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 80%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 81%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 81%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 81%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
23:13:14 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
23:13:14 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 58%]
23:13:14 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id FAILED [ 52%]
23:13:14 tests/unit/api_exec_test.py::ExecTest::test_exec_create FAILED           [ 52%]
23:13:14 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 52%]
23:13:14 tests/unit/api_exec_test.py::ExecTest::test_exec_resize FAILED           [ 52%]
23:13:14 tests/unit/api_exec_test.py::ExecTest::test_exec_start FAILED            [ 52%]
23:13:14 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached FAILED   [ 52%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 52%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 53%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 53%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 53%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED         [ 53%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 53%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 53%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 54%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 54%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 54%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 54%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 54%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 54%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 55%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 55%]
23:13:14 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 55%]
23:13:14 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 55%]
23:13:14 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 55%]
23:13:14 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 55%]
23:13:14 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
23:13:14 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
23:13:14 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 56%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 56%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 56%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 56%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 56%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 57%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 57%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 57%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 57%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 57%]
23:13:14 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
23:13:14 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
23:13:14 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
23:13:14 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 82%]
23:13:14 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 82%]
23:13:14 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
23:13:14 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
23:13:14 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
23:13:14 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 82%]
23:13:14 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
23:13:14 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
23:13:14 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
23:13:14 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 83%]
23:13:14 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 83%]
23:13:14 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 83%]
23:13:14 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
23:13:14 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
23:13:14 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
23:13:14 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
23:13:14 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
23:13:14 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
23:13:14 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
23:13:14 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 84%]
23:13:14 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 84%]
23:13:14 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 84%]
23:13:14 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
23:13:14 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
23:13:14 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
23:13:14 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
23:13:14 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
23:13:14 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
23:13:14 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
23:13:14 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 85%]
23:13:14 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 85%]
23:13:14 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
23:13:14 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
23:13:14 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 86%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%]
23:13:14 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
23:13:14 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 58%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 58%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 58%]
23:13:14 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 58%]
23:13:14 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 58%]
23:13:14 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 58%]
23:13:14 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 87%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 88%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 89%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%]
23:13:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
23:13:14 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
23:13:14 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
23:13:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
23:13:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
23:13:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
23:13:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
23:13:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 90%]
23:13:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%]
23:13:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
23:13:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
23:13:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
23:13:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
23:13:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
23:13:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
23:13:14 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
23:13:14 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
23:13:14 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 91%]
23:13:14 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%]
23:13:14 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
23:13:14 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
23:13:14 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
23:13:14 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
23:13:14 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
23:13:14 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
23:13:14 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
23:13:14 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 92%]
23:13:14 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 92%]
23:13:14 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
23:13:14 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
23:13:14 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
23:13:14 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
23:13:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
23:13:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
23:13:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
23:13:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
23:13:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%]
23:13:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%]
23:13:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
23:13:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
23:13:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
23:13:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
23:13:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
23:13:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
23:13:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
23:13:14 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 94%]
23:13:14 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
23:13:15 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 58%]
23:13:15 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%]
23:13:15 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%]
23:13:15 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
23:13:15 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
23:13:15 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
23:13:15 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
23:13:15 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
23:13:15 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
23:13:15 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
23:13:15 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
23:13:15 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%]
23:13:15 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
23:13:15 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
23:13:15 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
23:13:15 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
23:13:15 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
23:13:15 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
23:13:15 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
23:13:15 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
23:13:15 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 96%]
23:13:15 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 96%]
23:13:15 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
23:13:15 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
23:13:15 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
23:13:15 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
23:13:15 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
23:13:15 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
23:13:15 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
23:13:15 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%]
23:13:15 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 98%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
23:13:15 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
23:13:15 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
23:13:15 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
23:13:15 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
23:13:15 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%]
23:13:15 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
23:13:15 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
23:13:15 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%]
23:13:15 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 59%]
23:13:15 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 59%]
23:13:15 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 59%]
23:13:15 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
23:13:15 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
23:13:15 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
23:13:15 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
23:13:15 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%]
23:13:15 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%]
23:13:15 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 60%]
23:13:15 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 60%]
23:13:15 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 60%]
23:13:15 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 60%]
23:13:15 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
23:13:15 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
23:13:15 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
23:13:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
23:13:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%]
23:13:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%]
23:13:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 61%]
23:13:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 61%]
23:13:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 61%]
23:13:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
23:13:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
23:13:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
23:13:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
23:13:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%]
23:13:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%]
23:13:15 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 62%]
23:13:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 62%]
23:13:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 62%]
23:13:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 62%]
23:13:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
23:13:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
23:13:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
23:13:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
23:13:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%]
23:13:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 63%]
23:13:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 63%]
23:13:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 63%]
23:13:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 63%]
23:13:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
23:13:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
23:13:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
23:13:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
23:13:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%]
23:13:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%]
23:13:15 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 64%]
23:13:15 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 64%]
23:13:15 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 64%]
23:13:15 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 64%]
23:13:15 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
23:13:15 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
23:13:15 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
23:13:15 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
23:13:15 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%]
23:13:15 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 65%]
23:13:15 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 65%]
23:13:15 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 65%]
23:13:15 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 65%]
23:13:15 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
23:13:15 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
23:13:15 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
23:13:15 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
23:13:15 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%]
23:13:15 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%]
23:13:15 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 66%]
23:13:15 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 66%]
23:13:15 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 66%]
23:13:15 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 66%]
23:13:15 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
23:13:15 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
23:13:15 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
23:13:15 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 67%]
23:13:15 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 67%]
23:13:15 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 67%]
23:13:15 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 67%]
23:13:15 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 67%]
23:13:15 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 67%]
23:13:15 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED        [ 67%]
23:13:15 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
23:13:15 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 68%]
23:13:15 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 68%]
23:13:15 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
23:13:15 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
23:13:15 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
23:13:15 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
23:13:15 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 68%]
23:13:15 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 68%]
23:13:15 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 69%]
23:13:15 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 69%]
23:13:15 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%]
23:13:15 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
23:13:15 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
23:13:15 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
23:13:15 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 70%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 71%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 71%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
23:13:15 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 72%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
23:13:15 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
23:13:15 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
23:13:15 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
23:13:15 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 73%]
23:13:15 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 73%]
23:13:15 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%]
23:13:15 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
23:13:15 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
23:13:15 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
23:13:15 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
23:13:15 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
23:13:15 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
23:13:15 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
23:13:15 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 74%]
23:13:15 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%]
23:13:15 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%]
23:13:15 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
23:13:15 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
23:13:15 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
23:13:15 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
23:13:15 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
23:13:15 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
23:13:15 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 75%]
23:13:15 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%]
23:13:15 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%]
23:13:15 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
23:13:15 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
23:13:15 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
23:13:15 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
23:13:15 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
23:13:15 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
23:13:15 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
23:13:15 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 76%]
23:13:15 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%]
23:13:15 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
23:13:15 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
23:13:15 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
23:13:15 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
23:13:15 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
23:13:15 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
23:13:15 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
23:13:15 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 77%]
23:13:15 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 77%]
23:13:15 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 77%]
23:13:15 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
23:13:15 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
23:13:15 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
23:13:15 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
23:13:15 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
23:13:15 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
23:13:15 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
23:13:15 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 78%]
23:13:15 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%]
23:13:15 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
23:13:15 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
23:13:15 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
23:13:15 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
23:13:15 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
23:13:15 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
23:13:16 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%]
23:13:16 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 59%]
23:13:16 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 59%]
23:13:16 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 59%]
23:13:16 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
23:13:16 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
23:13:16 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
23:13:16 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
23:13:16 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%]
23:13:16 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%]
23:13:16 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 60%]
23:13:16 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 60%]
23:13:16 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 60%]
23:13:16 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 60%]
23:13:16 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
23:13:16 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
23:13:16 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 61%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 61%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 61%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 62%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 62%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 62%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 62%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 63%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 63%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 63%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 63%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 64%]
23:13:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 64%]
23:13:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 64%]
23:13:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 64%]
23:13:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
23:13:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
23:13:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
23:13:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
23:13:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%]
23:13:16 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 65%]
23:13:16 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 65%]
23:13:16 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 65%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 65%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 66%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 66%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 66%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 66%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
23:13:16 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
23:13:16 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
23:13:16 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 67%]
23:13:16 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 67%]
23:13:16 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 67%]
23:13:16 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 67%]
23:13:16 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 67%]
23:13:16 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 67%]
23:13:16 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED        [ 67%]
23:13:16 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%]
23:13:16 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
23:13:16 
23:13:16 =================================== FAILURES ===================================
23:13:16 ________________ BuildTest.test_build_remote_with_registry_auth ________________
23:13:16 tests/unit/api_build_test.py:109: in test_build_remote_with_registry_auth
23:13:16     timeout=None
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/build', data=None, headers={'X-Registry-Config': b'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJ1c2VyIjogImV4YW1wbGUiLCAicGFzc3dvcmQiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19', 'User-Agent': 'docker-sdk-python/4.4.0-dev', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive'}, params={'t': None, 'q': False, 'dockerfile': None, 'rm': False, 'nocache': False, 'pull': False, 'forcerm': False, 'remote': 'https://github.com/docker-library/mongo'}, stream=True, timeout=None)
23:13:16 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/build', data=None, headers={'X-Registry-Config': b'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJ1c2VyIjogImV4YW1wbGUiLCAicGFzc3dvcmQiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19'}, params={'t': None, 'remote': 'https://github.com/docker-library/mongo', 'q': False, 'nocache': False, 'rm': False, 'forcerm': False, 'pull': False, 'dockerfile': None}, stream=True, timeout=None)
23:13:16 __________________ CreateContainerTest.test_create_container ___________________
23:13:16 tests/unit/api_container_test.py:148: in test_create_container
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 _____________ CreateContainerTest.test_create_container_privileged _____________
23:13:16 tests/unit/api_container_test.py:815: in test_create_container_privileged
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 ______ CreateContainerTest.test_create_container_with_added_capabilities _______
23:13:16 tests/unit/api_container_test.py:865: in test_create_container_with_added_capabilities
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 _____________ CreateContainerTest.test_create_container_with_binds _____________
23:13:16 tests/unit/api_container_test.py:172: in test_create_container_with_binds
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 __________ CreateContainerTest.test_create_container_with_binds_list ___________
23:13:16 tests/unit/api_container_test.py:652: in test_create_container_with_binds_list
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 __________ CreateContainerTest.test_create_container_with_binds_mode ___________
23:13:16 tests/unit/api_container_test.py:610: in test_create_container_with_binds_mode
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 ___________ CreateContainerTest.test_create_container_with_binds_ro ____________
23:13:16 tests/unit/api_container_test.py:554: in test_create_container_with_binds_ro
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 ___________ CreateContainerTest.test_create_container_with_binds_rw ____________
23:13:16 tests/unit/api_container_test.py:582: in test_create_container_with_binds_rw
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 ____________ CreateContainerTest.test_create_container_with_devices ____________
23:13:16 tests/unit/api_container_test.py:920: in test_create_container_with_devices
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 _____ CreateContainerTest.test_create_container_with_dropped_capabilities ______
23:13:16 tests/unit/api_container_test.py:886: in test_create_container_with_dropped_capabilities
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 __________ CreateContainerTest.test_create_container_with_entrypoint ___________
23:13:16 tests/unit/api_container_test.py:247: in test_create_container_with_entrypoint
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 ____ CreateContainerTest.test_create_container_with_host_config_cpu_shares _____
23:13:16 tests/unit/api_container_test.py:277: in test_create_container_with_host_config_cpu_shares
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 _______ CreateContainerTest.test_create_container_with_host_config_cpus ________
23:13:16 tests/unit/api_container_test.py:1265: in test_create_container_with_host_config_cpus
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 ______ CreateContainerTest.test_create_container_with_host_config_cpuset _______
23:13:16 tests/unit/api_container_test.py:307: in test_create_container_with_host_config_cpuset
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 ____ CreateContainerTest.test_create_container_with_host_config_cpuset_mems ____
23:13:16 tests/unit/api_container_test.py:337: in test_create_container_with_host_config_cpuset_mems
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 __________ CreateContainerTest.test_create_container_with_labels_dict __________
23:13:16 tests/unit/api_container_test.py:1010: in test_create_container_with_labels_dict
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 __________ CreateContainerTest.test_create_container_with_labels_list __________
23:13:16 tests/unit/api_container_test.py:1037: in test_create_container_with_labels_list
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 _____________ CreateContainerTest.test_create_container_with_links _____________
23:13:16 tests/unit/api_container_test.py:741: in test_create_container_with_links
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 ____ CreateContainerTest.test_create_container_with_links_as_list_of_tuples ____
23:13:16 tests/unit/api_container_test.py:795: in test_create_container_with_links_as_list_of_tuples
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 ___________ CreateContainerTest.test_create_container_with_lxc_conf ____________
23:13:16 tests/unit/api_container_test.py:502: in test_create_container_with_lxc_conf
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 ________ CreateContainerTest.test_create_container_with_lxc_conf_compat ________
23:13:16 tests/unit/api_container_test.py:526: in test_create_container_with_lxc_conf_compat
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 ________ CreateContainerTest.test_create_container_with_multiple_links _________
23:13:16 tests/unit/api_container_test.py:770: in test_create_container_with_multiple_links
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 _________ CreateContainerTest.test_create_container_with_named_volume __________
23:13:16 tests/unit/api_container_test.py:1067: in test_create_container_with_named_volume
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 __________ CreateContainerTest.test_create_container_with_port_binds ___________
23:13:16 tests/unit/api_container_test.py:701: in test_create_container_with_port_binds
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 _____________ CreateContainerTest.test_create_container_with_ports _____________
23:13:16 tests/unit/api_container_test.py:224: in test_create_container_with_ports
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 ________ CreateContainerTest.test_create_container_with_restart_policy _________
23:13:16 tests/unit/api_container_test.py:844: in test_create_container_with_restart_policy
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 __________ CreateContainerTest.test_create_container_with_stdin_open ___________
23:13:16 tests/unit/api_container_test.py:394: in test_create_container_with_stdin_open
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 __________ CreateContainerTest.test_create_container_with_stop_signal __________
23:13:16 tests/unit/api_container_test.py:1091: in test_create_container_with_stop_signal
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 ____________ CreateContainerTest.test_create_container_with_sysctl _____________
23:13:16 tests/unit/api_container_test.py:1211: in test_create_container_with_sysctl
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 __________ CreateContainerTest.test_create_container_with_tmpfs_dict ___________
23:13:16 tests/unit/api_container_test.py:1182: in test_create_container_with_tmpfs_dict
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 __________ CreateContainerTest.test_create_container_with_tmpfs_list ___________
23:13:16 tests/unit/api_container_test.py:1152: in test_create_container_with_tmpfs_list
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 _________ CreateContainerTest.test_create_container_with_volume_string _________
23:13:16 tests/unit/api_container_test.py:197: in test_create_container_with_volume_string
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 __________ CreateContainerTest.test_create_container_with_working_dir __________
23:13:16 tests/unit/api_container_test.py:374: in test_create_container_with_working_dir
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 _______________ CreateContainerTest.test_create_named_container ________________
23:13:16 tests/unit/api_container_test.py:415: in test_create_named_container
23:13:16     assert args[1]['headers'] == {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 ______________________ ContainerTest.test_container_stats ______________________
23:13:16 tests/unit/api_container_test.py:1721: in test_container_stats
23:13:16     stream=True
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60)
23:13:16 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', stream=True, timeout=60)
23:13:16 _______________________ ContainerTest.test_container_top _______________________
23:13:16 tests/unit/api_container_test.py:1732: in test_container_top
23:13:16     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60)
23:13:16 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={}, timeout=60)
23:13:16 _________________ ContainerTest.test_container_top_with_psargs _________________
23:13:16 tests/unit/api_container_test.py:1743: in test_container_top_with_psargs
23:13:16     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'ps_args': 'waux'}, timeout=60)
23:13:16 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={'ps_args': 'waux'}, timeout=60)
23:13:16 ___________________________ ContainerTest.test_diff ____________________________
23:13:16 tests/unit/api_container_test.py:1527: in test_diff
23:13:16     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:16 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60)
23:13:16 _______________ ContainerTest.test_diff_with_dict_instead_of_id ________________
23:13:16 tests/unit/api_container_test.py:1537: in test_diff_with_dict_instead_of_id
23:13:16     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:16 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60)
23:13:16 __________________________ ContainerTest.test_export ___________________________
23:13:16 tests/unit/api_container_test.py:1682: in test_export
23:13:16     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60)
23:13:16 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60)
23:13:16 ______________ ContainerTest.test_export_with_dict_instead_of_id _______________
23:13:16 tests/unit/api_container_test.py:1693: in test_export_with_dict_instead_of_id
23:13:16     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60)
23:13:16 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60)
23:13:16 _____________________ ContainerTest.test_inspect_container _____________________
23:13:16 tests/unit/api_container_test.py:1703: in test_inspect_container
23:13:16     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:16 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60)
23:13:16 ______________________ ContainerTest.test_kill_container _______________________
23:13:16 tests/unit/api_container_test.py:1605: in test_kill_container
23:13:16     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60)
23:13:16 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60)
23:13:16 __________ ContainerTest.test_kill_container_with_dict_instead_of_id ___________
23:13:16 tests/unit/api_container_test.py:1616: in test_kill_container_with_dict_instead_of_id
23:13:16     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60)
23:13:16 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60)
23:13:16 ________________ ContainerTest.test_kill_container_with_signal _________________
23:13:16 tests/unit/api_container_test.py:1627: in test_kill_container_with_signal
23:13:16     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'signal': <Signals.SIGTERM: 15>}, timeout=60)
23:13:16 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={'signal': 15}, timeout=60)
23:13:16 ______________________ ContainerTest.test_list_containers ______________________
23:13:16 tests/unit/api_container_test.py:1290: in test_list_containers
23:13:16     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/json', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'all': 1, 'since': None, 'size': 0, 'limit': -1, 'trunc_cmd': 0, 'before': None}, timeout=60)
23:13:16 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/json', params={'limit': -1, 'all': 1, 'size': 0, 'trunc_cmd': 0, 'since': None, 'before': None}, timeout=60)
23:13:16 _______________________ ContainerTest.test_log_following _______________________
23:13:16 tests/unit/api_container_test.py:1407: in test_log_following
23:13:16     stream=False
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=False, timeout=60)
23:13:16 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=False, timeout=60)
23:13:16 __________________ ContainerTest.test_log_following_backwards __________________
23:13:16 tests/unit/api_container_test.py:1422: in test_log_following_backwards
23:13:16     stream=True
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60)
23:13:16 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=True, timeout=60)
23:13:16 _________________________ ContainerTest.test_log_since _________________________
23:13:16 tests/unit/api_container_test.py:1472: in test_log_since
23:13:16     stream=False
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60)
23:13:16 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60)
23:13:16 __________________ ContainerTest.test_log_since_with_datetime __________________
23:13:16 tests/unit/api_container_test.py:1490: in test_log_since_with_datetime
23:13:16     stream=False
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60)
23:13:16 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60)
23:13:16 _______________________ ContainerTest.test_log_streaming _______________________
23:13:16 tests/unit/api_container_test.py:1391: in test_log_streaming
23:13:16     stream=True
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60)
23:13:16 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all'}, stream=True, timeout=60)
23:13:16 ________________ ContainerTest.test_log_streaming_and_following ________________
23:13:16 tests/unit/api_container_test.py:1438: in test_log_streaming_and_following
23:13:16     stream=True
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60)
23:13:16 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=True, timeout=60)
23:13:16 _________________________ ContainerTest.test_log_tail __________________________
23:13:16 tests/unit/api_container_test.py:1455: in test_log_tail
23:13:16     stream=False
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 10}, stream=False, timeout=60)
23:13:16 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 10}, stream=False, timeout=60)
23:13:16 __________________________ ContainerTest.test_log_tty __________________________
23:13:16 tests/unit/api_container_test.py:1517: in test_log_tty
23:13:16     stream=True
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60)
23:13:16 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=True, timeout=60)
23:13:16 ___________________________ ContainerTest.test_logs ____________________________
23:13:16 tests/unit/api_container_test.py:1356: in test_logs
23:13:16     stream=False
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=False, timeout=60)
23:13:16 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all'}, stream=False, timeout=60)
23:13:16 _______________ ContainerTest.test_logs_with_dict_instead_of_id ________________
23:13:16 tests/unit/api_container_test.py:1373: in test_logs_with_dict_instead_of_id
23:13:16     stream=False
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=False, timeout=60)
23:13:16 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all'}, stream=False, timeout=60)
23:13:16 ______________________ ContainerTest.test_pause_container ______________________
23:13:16 tests/unit/api_container_test.py:1584: in test_pause_container
23:13:16     timeout=(DEFAULT_TIMEOUT_SECONDS)
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:16 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', timeout=60)
23:13:16 ___________________________ ContainerTest.test_port ____________________________
23:13:16 tests/unit/api_container_test.py:1547: in test_port
23:13:16     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:16 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60)
23:13:16 _____________________ ContainerTest.test_remove_container ______________________
23:13:16 tests/unit/api_container_test.py:1660: in test_remove_container
23:13:16     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'v': False, 'link': False, 'force': False}, timeout=60)
23:13:16 E   Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'v': False, 'link': False, 'force': False}, timeout=60)
23:13:16 _________ ContainerTest.test_remove_container_with_dict_instead_of_id __________
23:13:16 tests/unit/api_container_test.py:1671: in test_remove_container_with_dict_instead_of_id
23:13:16     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'v': False, 'link': False, 'force': False}, timeout=60)
23:13:16 E   Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'v': False, 'link': False, 'force': False}, timeout=60)
23:13:16 _____________________ ContainerTest.test_rename_container ______________________
23:13:16 tests/unit/api_container_test.py:1319: in test_rename_container
23:13:16     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'name': 'foobar'}, timeout=60)
23:13:16 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', params={'name': 'foobar'}, timeout=60)
23:13:16 _____________________ ContainerTest.test_resize_container ______________________
23:13:16 tests/unit/api_container_test.py:1305: in test_resize_container
23:13:16     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 15, 'w': 120}, timeout=60)
23:13:16 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', params={'h': 15, 'w': 120}, timeout=60)
23:13:16 _____________________ ContainerTest.test_restart_container _____________________
23:13:16 tests/unit/api_container_test.py:1638: in test_restart_container
23:13:16     timeout=(DEFAULT_TIMEOUT_SECONDS + 2)
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:13:16 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62)
23:13:16 _________ ContainerTest.test_restart_container_with_dict_instead_of_id _________
23:13:16 tests/unit/api_container_test.py:1649: in test_restart_container_with_dict_instead_of_id
23:13:16     timeout=(DEFAULT_TIMEOUT_SECONDS + 2)
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:13:16 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62)
23:13:16 ______________________ ContainerTest.test_stop_container _______________________
23:13:16 tests/unit/api_container_test.py:1560: in test_stop_container
23:13:16     timeout=(DEFAULT_TIMEOUT_SECONDS + timeout)
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:13:16 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62)
23:13:16 __________ ContainerTest.test_stop_container_with_dict_instead_of_id ___________
23:13:16 tests/unit/api_container_test.py:1574: in test_stop_container_with_dict_instead_of_id
23:13:16     timeout=(DEFAULT_TIMEOUT_SECONDS + timeout)
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:13:16 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62)
23:13:16 _____________________ ContainerTest.test_unpause_container _____________________
23:13:16 tests/unit/api_container_test.py:1594: in test_unpause_container
23:13:16     timeout=(DEFAULT_TIMEOUT_SECONDS)
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:16 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', timeout=60)
23:13:16 ___________________________ ContainerTest.test_wait ____________________________
23:13:16 tests/unit/api_container_test.py:1330: in test_wait
23:13:16     params={}
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None)
23:13:16 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None)
23:13:16 _______________ ContainerTest.test_wait_with_dict_instead_of_id ________________
23:13:16 tests/unit/api_container_test.py:1341: in test_wait_with_dict_instead_of_id
23:13:16     params={}
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None)
23:13:16 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None)
23:13:16 __________________________ ExecTest.test_exec_create ___________________________
23:13:16 tests/unit/api_exec_test.py:41: in test_exec_create
23:13:16     assert args[1]['headers'] == \
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 __________________________ ExecTest.test_exec_resize ___________________________
23:13:16 tests/unit/api_exec_test.py:97: in test_exec_resize
23:13:16     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:16 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:16     raise AssertionError(_error_message()) from cause
23:13:16 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 20, 'w': 60}, timeout=60)
23:13:16 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', params={'h': 20, 'w': 60}, timeout=60)
23:13:16 ___________________________ ExecTest.test_exec_start ___________________________
23:13:16 tests/unit/api_exec_test.py:58: in test_exec_start
23:13:16     assert args[1]['headers'] == merge_dicts(DEFAULT_HEADERS, {
23:13:16 E   AssertionError: assert {'Connection'...grade': 'tcp'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 3 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:
23:13:16 E     - {'Connection': 'Upgrade', 'Content-Type': 'application/json', 'Upgrade': 'tcp'}...
23:13:16 E     
23:13:16 E     ...Full output truncated (7 lines hidden), use '-vv' to show
23:13:16 ______________________ ExecTest.test_exec_start_detached _______________________
23:13:16 tests/unit/api_exec_test.py:77: in test_exec_start_detached
23:13:16     assert args[1]['headers'] == merge_dicts(DEFAULT_HEADERS, {
23:13:16 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:16 E     Omitting 1 identical items, use -vv to show
23:13:16 E     Right contains more items:
23:13:16 E     {'Accept': '*/*',
23:13:16 E      'Accept-Encoding': 'gzip, deflate',
23:13:16 E      'Connection': 'keep-alive',
23:13:16 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:16 E     Full diff:...
23:13:16 E     
23:13:16 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:16 =============================== warnings summary ===============================
23:13:16 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
23:13:16   /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
23:13:16     from collections import MutableMapping
23:13:16 
23:13:16 -- Docs: https://docs.pytest.org/en/latest/warnings.html
23:13:16 
23:13:16 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
23:13:16 Name                                  Stmts   Miss Branch BrPart  Cover
23:13:16 -----------------------------------------------------------------------
23:13:16 docker/__init__.py                        8      0      0      0   100%
23:13:16 docker/api/__init__.py                    1      0      0      0   100%
23:13:16 docker/api/build.py                     126     18     93     16    83%
23:13:16 docker/api/client.py                    263     46     98     13    82%
23:13:16 docker/api/config.py                     31      0      6      2    95%
23:13:16 docker/api/container.py                 266     17    104     19    90%
23:13:16 docker/api/daemon.py                     39      2     14      4    89%
23:13:16 docker/api/exec_api.py                   46      4     22      4    88%
23:13:16 docker/api/image.py                     157     21     58     12    84%
23:13:16 docker/api/network.py                    90     13     48     12    80%
23:13:16 docker/api/plugin.py                     90     13     14      4    82%
23:13:16 docker/api/secret.py                     36      3     10      3    83%
23:13:16 docker/api/service.py                   200     60    149     32    61%
23:13:16 docker/api/swarm.py                     106     14     38     10    82%
23:13:16 docker/api/volume.py                     38      3     14      3    88%
23:13:16 docker/auth.py                          198     17     74     17    88%
23:13:16 docker/client.py                         69      4      2      0    94%
23:13:16 docker/constants.py                      22      0      0      0   100%
23:13:16 docker/context/__init__.py                2      0      0      0   100%
23:13:16 docker/context/api.py                    78     16     38      8    76%
23:13:16 docker/context/config.py                 61     24     16      2    56%
23:13:16 docker/context/context.py               151     21     62     15    81%
23:13:16 docker/credentials/__init__.py            3      0      0      0   100%
23:13:16 docker/credentials/constants.py           4      0      0      0   100%
23:13:16 docker/credentials/errors.py             11      1      2      1    85%
23:13:16 docker/credentials/store.py              50      9     16      5    73%
23:13:16 docker/credentials/utils.py              23     13     12      1    31%
23:13:16 docker/errors.py                        110     12     20      6    86%
23:13:16 docker/models/__init__.py                 0      0      0      0   100%
23:13:16 docker/models/configs.py                 21      8      2      0    57%
23:13:16 docker/models/containers.py             183      6     70      5    95%
23:13:16 docker/models/images.py                 137     29     56      3    76%
23:13:16 docker/models/networks.py                37      1     12      0    98%
23:13:16 docker/models/nodes.py                   15      1      2      0    94%
23:13:16 docker/models/plugins.py                 49     30     10      0    32%
23:13:16 docker/models/resource.py                41      9      6      2    77%
23:13:16 docker/models/secrets.py                 21      8      2      0    57%
23:13:16 docker/models/services.py                87      3     36      3    95%
23:13:16 docker/models/swarm.py                   39      3      6      3    87%
23:13:16 docker/models/volumes.py                 23      1      4      0    96%
23:13:16 docker/tls.py                            37      6     14      6    76%
23:13:16 docker/transport/__init__.py             11      3      0      0    73%
23:13:16 docker/transport/basehttpadapter.py       6      0      2      1    88%
23:13:16 docker/transport/npipeconn.py            59     54     10      0     7%
23:13:16 docker/transport/npipesocket.py         137    132     22      0     3%
23:13:16 docker/transport/sshconn.py             149    110     50      1    20%
23:13:16 docker/transport/ssladapter.py           36     10     10      4    65%
23:13:16 docker/transport/unixconn.py             66      6     12      4    87%
23:13:16 docker/types/__init__.py                  6      0      0      0   100%
23:13:16 docker/types/base.py                      5      0      2      0   100%
23:13:16 docker/types/containers.py              420     66    326     43    84%
23:13:16 docker/types/daemon.py                   36      8     14      4    72%
23:13:16 docker/types/healthcheck.py              34     12      4      1    61%
23:13:16 docker/types/networks.py                 41      6     28      5    81%
23:13:16 docker/types/services.py                312     45    206     33    83%
23:13:16 docker/types/swarm.py                    51     24     40     10    52%
23:13:16 docker/utils/__init__.py                  3      0      0      0   100%
23:13:16 docker/utils/build.py                   155     18     76      7    87%
23:13:16 docker/utils/config.py                   36      2     10      2    91%
23:13:16 docker/utils/decorators.py               37      1     18      2    95%
23:13:16 docker/utils/fnmatch.py                  55     18     28      2    61%
23:13:16 docker/utils/json_stream.py              43      8     14      2    79%
23:13:16 docker/utils/ports.py                    50      3     32      2    91%
23:13:16 docker/utils/proxy.py                    32      1     12      0    98%
23:13:16 docker/utils/socket.py                   86      9     40      7    86%
23:13:16 docker/utils/utils.py                   285     19    177     13    92%
23:13:16 docker/version.py                         2      0      2      0   100%
23:13:16 -----------------------------------------------------------------------
23:13:16 TOTAL                                  5122    991   2265    354    78%
23:13:16 
23:13:16 =========================== short test summary info ============================
23:13:16 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
23:13:16   CONFIG_RT_GROUP_SCHED isn't enabled
23:13:16 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
23:13:16   Not supported on most drivers
23:13:16 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
23:13:16   Output of docker top depends on host distro, and is not formalized.
23:13:16 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
23:13:16   This doesn't seem to be taken into account by the engine
23:13:16 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
23:13:16 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
23:13:16 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
23:13:16 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
23:13:16 SKIPPED [1] tests/unit/api_build_test.py:188: Windows-specific syntax
23:13:16 SKIPPED [1] tests/unit/client_test.py:103: Npipe Connection Pool only on Windows
23:13:16 SKIPPED [1] tests/unit/client_test.py:142: Npipe Connection Pool only on Windows
23:13:16 SKIPPED [1] tests/unit/client_test.py:216: Npipe Connection Pool only on Windows
23:13:16 SKIPPED [1] tests/unit/client_test.py:253: Npipe Connection Pool only on Windows
23:13:16 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
23:13:16 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
23:13:16 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
23:13:16 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
23:13:16 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
23:13:16 SKIPPED [1] tests/unit/utils_test.py:487: shlex doesn't support bytes in py3
23:13:16 = 74 failed, 854 passed, 16 skipped, 5 xfailed, 4 xpassed, 1 warnings in 322.71 seconds =
23:13:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
23:13:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 79%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 79%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 79%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 80%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 80%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 81%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 81%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 81%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 82%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 82%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 82%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
23:13:16 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
23:13:16 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 68%]
23:13:16 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 68%]
23:13:16 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
23:13:16 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
23:13:16 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
23:13:16 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
23:13:16 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 68%]
23:13:16 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 68%]
23:13:16 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 69%]
23:13:16 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 69%]
23:13:16 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%]
23:13:16 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
23:13:16 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
23:13:16 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
23:13:16 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 70%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 71%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 71%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 72%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
23:13:16 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
23:13:16 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
23:13:16 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 73%]
23:13:16 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 73%]
23:13:16 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%]
23:13:16 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
23:13:16 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
23:13:16 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
23:13:16 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
23:13:16 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
23:13:16 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
23:13:16 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
23:13:16 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 74%]
23:13:16 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%]
23:13:16 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%]
23:13:16 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
23:13:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
23:13:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
23:13:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
23:13:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
23:13:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
23:13:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 75%]
23:13:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%]
23:13:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%]
23:13:16 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
23:13:16 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
23:13:16 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
23:13:16 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
23:13:16 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
23:13:16 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 76%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 77%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 77%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 77%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
23:13:16 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
23:13:16 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
23:13:16 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
23:13:16 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
23:13:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
23:13:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
23:13:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 78%]
23:13:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%]
[Pipeline] sh
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 83%]
23:13:16 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 83%]
23:13:16 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 83%]
23:13:16 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
23:13:16 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
23:13:16 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
23:13:16 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
23:13:16 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
23:13:16 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
23:13:16 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
23:13:16 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 84%]
23:13:16 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 84%]
23:13:16 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 84%]
23:13:16 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
23:13:16 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
23:13:16 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
23:13:16 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
23:13:16 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
23:13:16 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
23:13:16 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
23:13:16 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 85%]
23:13:16 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 85%]
23:13:16 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
23:13:16 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
23:13:16 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 86%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 87%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
23:13:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
23:13:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
23:13:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
23:13:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
23:13:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
23:13:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
23:13:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
23:13:16 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 79%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 79%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 79%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 80%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 80%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 81%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 81%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 81%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
23:13:16 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 59%]
23:13:16 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 59%]
23:13:16 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 59%]
23:13:16 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 59%]
23:13:16 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
23:13:16 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
23:13:16 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
23:13:16 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%]
23:13:16 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%]
23:13:16 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 60%]
23:13:16 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 60%]
23:13:16 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 60%]
23:13:16 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 60%]
23:13:16 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 60%]
23:13:16 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
23:13:16 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
23:13:16 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 61%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 61%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 61%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 61%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 61%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 62%]
23:13:16 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 62%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 62%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 62%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 62%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 63%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 63%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 63%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 63%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 64%]
23:13:16 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 64%]
23:13:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 64%]
23:13:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 64%]
23:13:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 64%]
23:13:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
23:13:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
23:13:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%]
23:13:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%]
23:13:16 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%]
23:13:16 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 65%]
23:13:16 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 65%]
23:13:16 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 65%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 65%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 66%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 66%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 66%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 66%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 66%]
23:13:16 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
23:13:16 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%]
23:13:16 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 67%]
23:13:16 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 67%]
23:13:16 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 67%]
23:13:16 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 67%]
23:13:16 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 67%]
23:13:16 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 67%]
23:13:16 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED        [ 67%]
23:13:16 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED        [ 67%]
23:13:16 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
23:13:16 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 68%]
23:13:16 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 68%]
23:13:16 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
23:13:16 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
23:13:16 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
23:13:16 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
23:13:16 + docker stop dpy-dind-36-0-py3.7-19.03.12
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 88%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 89%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
23:13:16 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
23:13:16 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
23:13:16 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
23:13:16 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
23:13:16 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
23:13:16 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
23:13:16 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 90%]
23:13:16 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%]
23:13:16 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
23:13:16 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
23:13:16 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
23:13:16 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
23:13:16 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
23:13:16 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
23:13:16 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
23:13:16 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
23:13:16 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 91%]
23:13:16 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%]
23:13:16 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
23:13:16 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
23:13:16 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
23:13:16 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
23:13:16 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
23:13:16 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
23:13:16 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
23:13:16 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 92%]
23:13:16 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 92%]
23:13:16 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
23:13:16 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
23:13:16 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
23:13:16 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
23:13:16 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
23:13:16 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
23:13:16 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
23:13:16 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
23:13:16 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%]
23:13:16 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%]
23:13:16 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
23:13:16 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
23:13:16 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
23:13:16 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
23:13:16 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
23:13:16 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
23:13:16 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
23:13:16 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 94%]
23:13:16 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%]
23:13:16 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
23:13:16 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
23:13:16 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
23:13:16 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
23:13:16 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
23:13:16 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
23:13:16 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
23:13:16 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
23:13:16 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%]
23:13:16 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
23:13:16 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
23:13:16 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
23:13:16 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
23:13:16 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
23:13:16 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
23:13:16 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
23:13:16 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
23:13:16 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 96%]
23:13:16 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 96%]
23:13:16 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
23:13:16 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
23:13:16 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
23:13:16 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
23:13:16 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
23:13:16 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
23:13:16 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
23:13:16 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 82%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 82%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 82%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
23:13:16 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 83%]
23:13:16 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 83%]
23:13:16 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 83%]
23:13:16 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
23:13:16 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
23:13:16 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
23:13:16 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
23:13:16 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
23:13:16 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
23:13:16 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
23:13:16 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 84%]
23:13:16 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 84%]
23:13:16 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 84%]
23:13:16 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
23:13:16 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
23:13:16 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
23:13:16 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
23:13:16 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
23:13:16 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
23:13:16 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
23:13:16 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 85%]
23:13:16 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 85%]
23:13:16 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
23:13:16 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
23:13:16 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
23:13:16 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
23:13:16 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 68%]
23:13:16 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 68%]
23:13:16 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 69%]
23:13:16 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 69%]
23:13:16 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 69%]
23:13:16 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%]
23:13:16 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED      [ 69%]
23:13:16 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%]
23:13:16 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 70%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 70%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 71%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 71%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 71%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 72%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 72%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%]
23:13:16 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
23:13:16 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
23:13:16 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
23:13:16 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 73%]
23:13:16 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 73%]
23:13:16 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 73%]
23:13:16 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%]
23:13:16 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%]
23:13:16 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%]
23:13:16 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
23:13:16 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
23:13:16 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
23:13:16 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
23:13:16 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 74%]
23:13:16 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 74%]
23:13:16 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%]
23:13:16 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%]
23:13:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 74%]
23:13:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
23:13:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
23:13:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
23:13:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
23:13:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 75%]
23:13:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 75%]
23:13:16 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%]
23:13:16 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%]
23:13:16 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%]
23:13:16 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
23:13:16 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
23:13:16 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
23:13:16 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 76%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 76%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 76%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 76%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 77%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 77%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 77%]
23:13:16 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 77%]
23:13:16 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%]
23:13:16 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
23:13:16 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
23:13:17 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%]
23:13:17 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
23:13:17 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 86%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 87%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 88%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 89%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
23:13:17 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
23:13:17 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
23:13:17 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
23:13:17 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
23:13:17 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
23:13:17 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
23:13:17 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 90%]
23:13:17 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%]
23:13:17 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
23:13:17 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
23:13:17 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
23:13:17 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
23:13:17 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
23:13:17 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
23:13:17 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
23:13:17 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
23:13:17 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 91%]
23:13:17 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%]
23:13:17 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
23:13:17 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
23:13:17 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
23:13:17 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
23:13:17 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
23:13:17 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
23:13:17 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
23:13:17 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 92%]
23:13:17 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 92%]
23:13:17 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
23:13:17 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
23:13:17 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
23:13:17 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
23:13:17 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
23:13:17 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
23:13:17 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
23:13:17 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
23:13:17 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%]
23:13:17 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%]
23:13:17 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
23:13:17 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
23:13:17 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
23:13:17 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
23:13:17 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
23:13:17 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
23:13:17 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 78%]
23:13:17 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 78%]
23:13:17 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%]
23:13:17 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%]
23:13:17 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
23:13:17 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
23:13:17 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
23:13:17 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
23:13:17 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
23:13:17 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 79%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 79%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 79%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 79%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 80%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 80%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 80%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 80%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
23:13:17 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
23:13:17 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
23:13:17 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
23:13:17 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
23:13:17 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 94%]
23:13:17 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%]
23:13:17 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
23:13:17 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
23:13:17 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
23:13:17 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
23:13:17 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
23:13:17 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
23:13:17 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
23:13:17 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
23:13:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%]
23:13:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
23:13:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
23:13:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
23:13:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
23:13:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
23:13:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
23:13:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
23:13:17 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
23:13:17 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 96%]
23:13:17 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 96%]
23:13:17 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
23:13:17 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
23:13:17 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
23:13:17 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
23:13:17 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
23:13:17 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
23:13:17 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
23:13:17 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%]
23:13:17 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
23:13:17 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 81%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 81%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 81%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 81%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
23:13:17 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
23:13:17 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
23:13:17 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
23:13:17 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 82%]
23:13:17 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 82%]
23:13:17 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 82%]
23:13:17 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 82%]
23:13:17 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
23:13:17 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 82%]
23:13:17 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
23:13:17 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
23:13:17 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
23:13:17 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 83%]
23:13:17 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 83%]
23:13:17 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 83%]
23:13:17 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 83%]
23:13:17 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 83%]
23:13:17 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
23:13:17 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
23:13:17 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
23:13:17 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
23:13:17 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
23:13:17 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 84%]
23:13:17 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 84%]
23:13:17 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
23:13:17 
23:13:17 =================================== FAILURES ===================================
23:13:17 ________________ BuildTest.test_build_remote_with_registry_auth ________________
23:13:17 tests/unit/api_build_test.py:109: in test_build_remote_with_registry_auth
23:13:17     timeout=None
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/build', data=None, headers={'X-Registry-Config': b'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJ1c2VyIjogImV4YW1wbGUiLCAicGFzc3dvcmQiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19', 'User-Agent': 'docker-sdk-python/4.4.0-dev', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive'}, params={'t': None, 'q': False, 'dockerfile': None, 'rm': False, 'nocache': False, 'pull': False, 'forcerm': False, 'remote': 'https://github.com/docker-library/mongo'}, stream=True, timeout=None)
23:13:17 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/build', data=None, headers={'X-Registry-Config': b'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJ1c2VyIjogImV4YW1wbGUiLCAicGFzc3dvcmQiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19'}, params={'t': None, 'remote': 'https://github.com/docker-library/mongo', 'q': False, 'nocache': False, 'rm': False, 'forcerm': False, 'pull': False, 'dockerfile': None}, stream=True, timeout=None)
23:13:17 __________________ CreateContainerTest.test_create_container ___________________
23:13:17 tests/unit/api_container_test.py:148: in test_create_container
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 _____________ CreateContainerTest.test_create_container_privileged _____________
23:13:17 tests/unit/api_container_test.py:815: in test_create_container_privileged
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 ______ CreateContainerTest.test_create_container_with_added_capabilities _______
23:13:17 tests/unit/api_container_test.py:865: in test_create_container_with_added_capabilities
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 _____________ CreateContainerTest.test_create_container_with_binds _____________
23:13:17 tests/unit/api_container_test.py:172: in test_create_container_with_binds
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 __________ CreateContainerTest.test_create_container_with_binds_list ___________
23:13:17 tests/unit/api_container_test.py:652: in test_create_container_with_binds_list
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 __________ CreateContainerTest.test_create_container_with_binds_mode ___________
23:13:17 tests/unit/api_container_test.py:610: in test_create_container_with_binds_mode
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 ___________ CreateContainerTest.test_create_container_with_binds_ro ____________
23:13:17 tests/unit/api_container_test.py:554: in test_create_container_with_binds_ro
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 ___________ CreateContainerTest.test_create_container_with_binds_rw ____________
23:13:17 tests/unit/api_container_test.py:582: in test_create_container_with_binds_rw
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 ____________ CreateContainerTest.test_create_container_with_devices ____________
23:13:17 tests/unit/api_container_test.py:920: in test_create_container_with_devices
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 _____ CreateContainerTest.test_create_container_with_dropped_capabilities ______
23:13:17 tests/unit/api_container_test.py:886: in test_create_container_with_dropped_capabilities
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 __________ CreateContainerTest.test_create_container_with_entrypoint ___________
23:13:17 tests/unit/api_container_test.py:247: in test_create_container_with_entrypoint
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 ____ CreateContainerTest.test_create_container_with_host_config_cpu_shares _____
23:13:17 tests/unit/api_container_test.py:277: in test_create_container_with_host_config_cpu_shares
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 _______ CreateContainerTest.test_create_container_with_host_config_cpus ________
23:13:17 tests/unit/api_container_test.py:1265: in test_create_container_with_host_config_cpus
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 ______ CreateContainerTest.test_create_container_with_host_config_cpuset _______
23:13:17 tests/unit/api_container_test.py:307: in test_create_container_with_host_config_cpuset
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 ____ CreateContainerTest.test_create_container_with_host_config_cpuset_mems ____
23:13:17 tests/unit/api_container_test.py:337: in test_create_container_with_host_config_cpuset_mems
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 __________ CreateContainerTest.test_create_container_with_labels_dict __________
23:13:17 tests/unit/api_container_test.py:1010: in test_create_container_with_labels_dict
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 __________ CreateContainerTest.test_create_container_with_labels_list __________
23:13:17 tests/unit/api_container_test.py:1037: in test_create_container_with_labels_list
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 _____________ CreateContainerTest.test_create_container_with_links _____________
23:13:17 tests/unit/api_container_test.py:741: in test_create_container_with_links
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 ____ CreateContainerTest.test_create_container_with_links_as_list_of_tuples ____
23:13:17 tests/unit/api_container_test.py:795: in test_create_container_with_links_as_list_of_tuples
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 ___________ CreateContainerTest.test_create_container_with_lxc_conf ____________
23:13:17 tests/unit/api_container_test.py:502: in test_create_container_with_lxc_conf
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 ________ CreateContainerTest.test_create_container_with_lxc_conf_compat ________
23:13:17 tests/unit/api_container_test.py:526: in test_create_container_with_lxc_conf_compat
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 ________ CreateContainerTest.test_create_container_with_multiple_links _________
23:13:17 tests/unit/api_container_test.py:770: in test_create_container_with_multiple_links
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 _________ CreateContainerTest.test_create_container_with_named_volume __________
23:13:17 tests/unit/api_container_test.py:1067: in test_create_container_with_named_volume
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 __________ CreateContainerTest.test_create_container_with_port_binds ___________
23:13:17 tests/unit/api_container_test.py:701: in test_create_container_with_port_binds
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 _____________ CreateContainerTest.test_create_container_with_ports _____________
23:13:17 tests/unit/api_container_test.py:224: in test_create_container_with_ports
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 ________ CreateContainerTest.test_create_container_with_restart_policy _________
23:13:17 tests/unit/api_container_test.py:844: in test_create_container_with_restart_policy
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 __________ CreateContainerTest.test_create_container_with_stdin_open ___________
23:13:17 tests/unit/api_container_test.py:394: in test_create_container_with_stdin_open
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 __________ CreateContainerTest.test_create_container_with_stop_signal __________
23:13:17 tests/unit/api_container_test.py:1091: in test_create_container_with_stop_signal
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 ____________ CreateContainerTest.test_create_container_with_sysctl _____________
23:13:17 tests/unit/api_container_test.py:1211: in test_create_container_with_sysctl
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 __________ CreateContainerTest.test_create_container_with_tmpfs_dict ___________
23:13:17 tests/unit/api_container_test.py:1182: in test_create_container_with_tmpfs_dict
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 __________ CreateContainerTest.test_create_container_with_tmpfs_list ___________
23:13:17 tests/unit/api_container_test.py:1152: in test_create_container_with_tmpfs_list
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 _________ CreateContainerTest.test_create_container_with_volume_string _________
23:13:17 tests/unit/api_container_test.py:197: in test_create_container_with_volume_string
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 __________ CreateContainerTest.test_create_container_with_working_dir __________
23:13:17 tests/unit/api_container_test.py:374: in test_create_container_with_working_dir
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 84%]
23:13:17 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 84%]
23:13:17 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
23:13:17 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
23:13:17 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
23:13:17 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
23:13:17 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
23:13:17 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
23:13:17 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 85%]
23:13:17 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 85%]
23:13:17 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%]
23:13:17 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 85%]
23:13:17 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 86%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 86%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 87%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 87%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 88%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 88%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 89%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 89%]
23:13:17 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%]
23:13:17 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 _______________ CreateContainerTest.test_create_named_container ________________
23:13:17 tests/unit/api_container_test.py:415: in test_create_named_container
23:13:17     assert args[1]['headers'] == {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 ______________________ ContainerTest.test_container_stats ______________________
23:13:17 tests/unit/api_container_test.py:1721: in test_container_stats
23:13:17     stream=True
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60)
23:13:17 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', stream=True, timeout=60)
23:13:17 _______________________ ContainerTest.test_container_top _______________________
23:13:17 tests/unit/api_container_test.py:1732: in test_container_top
23:13:17     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60)
23:13:17 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={}, timeout=60)
23:13:17 _________________ ContainerTest.test_container_top_with_psargs _________________
23:13:17 tests/unit/api_container_test.py:1743: in test_container_top_with_psargs
23:13:17     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'ps_args': 'waux'}, timeout=60)
23:13:17 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={'ps_args': 'waux'}, timeout=60)
23:13:17 ___________________________ ContainerTest.test_diff ____________________________
23:13:17 tests/unit/api_container_test.py:1527: in test_diff
23:13:17     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:17 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60)
23:13:17 _______________ ContainerTest.test_diff_with_dict_instead_of_id ________________
23:13:17 tests/unit/api_container_test.py:1537: in test_diff_with_dict_instead_of_id
23:13:17     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:17 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60)
23:13:17 __________________________ ContainerTest.test_export ___________________________
23:13:17 tests/unit/api_container_test.py:1682: in test_export
23:13:17     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60)
23:13:17 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60)
23:13:17 ______________ ContainerTest.test_export_with_dict_instead_of_id _______________
23:13:17 tests/unit/api_container_test.py:1693: in test_export_with_dict_instead_of_id
23:13:17     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60)
23:13:17 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60)
23:13:17 _____________________ ContainerTest.test_inspect_container _____________________
23:13:17 tests/unit/api_container_test.py:1703: in test_inspect_container
23:13:17     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:17 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60)
23:13:17 ______________________ ContainerTest.test_kill_container _______________________
23:13:17 tests/unit/api_container_test.py:1605: in test_kill_container
23:13:17     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60)
23:13:17 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60)
23:13:17 __________ ContainerTest.test_kill_container_with_dict_instead_of_id ___________
23:13:17 tests/unit/api_container_test.py:1616: in test_kill_container_with_dict_instead_of_id
23:13:17     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60)
23:13:17 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60)
23:13:17 ________________ ContainerTest.test_kill_container_with_signal _________________
23:13:17 tests/unit/api_container_test.py:1627: in test_kill_container_with_signal
23:13:17     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'signal': <Signals.SIGTERM: 15>}, timeout=60)
23:13:17 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={'signal': 15}, timeout=60)
23:13:17 ______________________ ContainerTest.test_list_containers ______________________
23:13:17 tests/unit/api_container_test.py:1290: in test_list_containers
23:13:17     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/json', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'all': 1, 'since': None, 'size': 0, 'limit': -1, 'trunc_cmd': 0, 'before': None}, timeout=60)
23:13:17 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/json', params={'limit': -1, 'all': 1, 'size': 0, 'trunc_cmd': 0, 'since': None, 'before': None}, timeout=60)
23:13:17 _______________________ ContainerTest.test_log_following _______________________
23:13:17 tests/unit/api_container_test.py:1407: in test_log_following
23:13:17     stream=False
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=False, timeout=60)
23:13:17 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=False, timeout=60)
23:13:17 __________________ ContainerTest.test_log_following_backwards __________________
23:13:17 tests/unit/api_container_test.py:1422: in test_log_following_backwards
23:13:17     stream=True
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60)
23:13:17 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=True, timeout=60)
23:13:17 _________________________ ContainerTest.test_log_since _________________________
23:13:17 tests/unit/api_container_test.py:1472: in test_log_since
23:13:17     stream=False
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60)
23:13:17 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60)
23:13:17 __________________ ContainerTest.test_log_since_with_datetime __________________
23:13:17 tests/unit/api_container_test.py:1490: in test_log_since_with_datetime
23:13:17     stream=False
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60)
23:13:17 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60)
23:13:17 _______________________ ContainerTest.test_log_streaming _______________________
23:13:17 tests/unit/api_container_test.py:1391: in test_log_streaming
23:13:17     stream=True
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60)
23:13:17 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all'}, stream=True, timeout=60)
23:13:17 ________________ ContainerTest.test_log_streaming_and_following ________________
23:13:17 tests/unit/api_container_test.py:1438: in test_log_streaming_and_following
23:13:17     stream=True
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60)
23:13:17 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=True, timeout=60)
23:13:17 _________________________ ContainerTest.test_log_tail __________________________
23:13:17 tests/unit/api_container_test.py:1455: in test_log_tail
23:13:17     stream=False
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 10}, stream=False, timeout=60)
23:13:17 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 10}, stream=False, timeout=60)
23:13:17 __________________________ ContainerTest.test_log_tty __________________________
23:13:17 tests/unit/api_container_test.py:1517: in test_log_tty
23:13:17     stream=True
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60)
23:13:17 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=True, timeout=60)
23:13:17 ___________________________ ContainerTest.test_logs ____________________________
23:13:17 tests/unit/api_container_test.py:1356: in test_logs
23:13:17     stream=False
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=False, timeout=60)
23:13:17 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all'}, stream=False, timeout=60)
23:13:17 _______________ ContainerTest.test_logs_with_dict_instead_of_id ________________
23:13:17 tests/unit/api_container_test.py:1373: in test_logs_with_dict_instead_of_id
23:13:17     stream=False
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=False, timeout=60)
23:13:17 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all'}, stream=False, timeout=60)
23:13:17 ______________________ ContainerTest.test_pause_container ______________________
23:13:17 tests/unit/api_container_test.py:1584: in test_pause_container
23:13:17     timeout=(DEFAULT_TIMEOUT_SECONDS)
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:17 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', timeout=60)
23:13:17 ___________________________ ContainerTest.test_port ____________________________
23:13:17 tests/unit/api_container_test.py:1547: in test_port
23:13:17     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:17 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60)
23:13:17 _____________________ ContainerTest.test_remove_container ______________________
23:13:17 tests/unit/api_container_test.py:1660: in test_remove_container
23:13:17     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'v': False, 'link': False, 'force': False}, timeout=60)
23:13:17 E   Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'v': False, 'link': False, 'force': False}, timeout=60)
23:13:17 _________ ContainerTest.test_remove_container_with_dict_instead_of_id __________
23:13:17 tests/unit/api_container_test.py:1671: in test_remove_container_with_dict_instead_of_id
23:13:17     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'v': False, 'link': False, 'force': False}, timeout=60)
23:13:17 E   Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'v': False, 'link': False, 'force': False}, timeout=60)
23:13:17 _____________________ ContainerTest.test_rename_container ______________________
23:13:17 tests/unit/api_container_test.py:1319: in test_rename_container
23:13:17     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'name': 'foobar'}, timeout=60)
23:13:17 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', params={'name': 'foobar'}, timeout=60)
23:13:17 _____________________ ContainerTest.test_resize_container ______________________
23:13:17 tests/unit/api_container_test.py:1305: in test_resize_container
23:13:17     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 15, 'w': 120}, timeout=60)
23:13:17 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', params={'h': 15, 'w': 120}, timeout=60)
23:13:17 _____________________ ContainerTest.test_restart_container _____________________
23:13:17 tests/unit/api_container_test.py:1638: in test_restart_container
23:13:17     timeout=(DEFAULT_TIMEOUT_SECONDS + 2)
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:13:17 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62)
23:13:17 _________ ContainerTest.test_restart_container_with_dict_instead_of_id _________
23:13:17 tests/unit/api_container_test.py:1649: in test_restart_container_with_dict_instead_of_id
23:13:17     timeout=(DEFAULT_TIMEOUT_SECONDS + 2)
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:13:17 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62)
23:13:17 ______________________ ContainerTest.test_stop_container _______________________
23:13:17 tests/unit/api_container_test.py:1560: in test_stop_container
23:13:17     timeout=(DEFAULT_TIMEOUT_SECONDS + timeout)
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:13:17 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62)
23:13:17 __________ ContainerTest.test_stop_container_with_dict_instead_of_id ___________
23:13:17 tests/unit/api_container_test.py:1574: in test_stop_container_with_dict_instead_of_id
23:13:17     timeout=(DEFAULT_TIMEOUT_SECONDS + timeout)
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:13:17 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62)
23:13:17 _____________________ ContainerTest.test_unpause_container _____________________
23:13:17 tests/unit/api_container_test.py:1594: in test_unpause_container
23:13:17     timeout=(DEFAULT_TIMEOUT_SECONDS)
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:17 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', timeout=60)
23:13:17 ___________________________ ContainerTest.test_wait ____________________________
23:13:17 tests/unit/api_container_test.py:1330: in test_wait
23:13:17     params={}
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None)
23:13:17 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None)
23:13:17 _______________ ContainerTest.test_wait_with_dict_instead_of_id ________________
23:13:17 tests/unit/api_container_test.py:1341: in test_wait_with_dict_instead_of_id
23:13:17     params={}
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None)
23:13:17 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None)
23:13:17 __________________________ ExecTest.test_exec_create ___________________________
23:13:17 tests/unit/api_exec_test.py:41: in test_exec_create
23:13:17     assert args[1]['headers'] == \
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 __________________________ ExecTest.test_exec_resize ___________________________
23:13:17 tests/unit/api_exec_test.py:97: in test_exec_resize
23:13:17     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:17 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:17     raise AssertionError(_error_message()) from cause
23:13:17 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 20, 'w': 60}, timeout=60)
23:13:17 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', params={'h': 20, 'w': 60}, timeout=60)
23:13:17 ___________________________ ExecTest.test_exec_start ___________________________
23:13:17 tests/unit/api_exec_test.py:58: in test_exec_start
23:13:17     assert args[1]['headers'] == merge_dicts(DEFAULT_HEADERS, {
23:13:17 E   AssertionError: assert {'Connection'...grade': 'tcp'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 3 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:
23:13:17 E     - {'Connection': 'Upgrade', 'Content-Type': 'application/json', 'Upgrade': 'tcp'}...
23:13:17 E     
23:13:17 E     ...Full output truncated (7 lines hidden), use '-vv' to show
23:13:17 ______________________ ExecTest.test_exec_start_detached _______________________
23:13:17 tests/unit/api_exec_test.py:77: in test_exec_start_detached
23:13:17     assert args[1]['headers'] == merge_dicts(DEFAULT_HEADERS, {
23:13:17 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:17 E     Omitting 1 identical items, use -vv to show
23:13:17 E     Right contains more items:
23:13:17 E     {'Accept': '*/*',
23:13:17 E      'Accept-Encoding': 'gzip, deflate',
23:13:17 E      'Connection': 'keep-alive',
23:13:17 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:17 E     Full diff:...
23:13:17 E     
23:13:17 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:17 =============================== warnings summary ===============================
23:13:17 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
23:13:17   /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
23:13:17     from collections import MutableMapping
23:13:17 
23:13:17 -- Docs: https://docs.pytest.org/en/latest/warnings.html
23:13:17 
23:13:17 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
23:13:17 Name                                  Stmts   Miss Branch BrPart  Cover
23:13:17 -----------------------------------------------------------------------
23:13:17 docker/__init__.py                        8      0      0      0   100%
23:13:17 docker/api/__init__.py                    1      0      0      0   100%
23:13:17 docker/api/build.py                     126     18     93     16    83%
23:13:17 docker/api/client.py                    263     46     98     13    82%
23:13:17 docker/api/config.py                     31      0      6      2    95%
23:13:17 docker/api/container.py                 266     17    104     19    90%
23:13:17 docker/api/daemon.py                     39      2     14      4    89%
23:13:17 docker/api/exec_api.py                   46      4     22      4    88%
23:13:17 docker/api/image.py                     157     21     58     12    84%
23:13:17 docker/api/network.py                    90     13     48     12    80%
23:13:17 docker/api/plugin.py                     90     13     14      4    82%
23:13:17 docker/api/secret.py                     36      3     10      3    83%
23:13:17 docker/api/service.py                   200     60    149     32    61%
23:13:17 docker/api/swarm.py                     106     14     38     10    82%
23:13:17 docker/api/volume.py                     38      3     14      3    88%
23:13:17 docker/auth.py                          198     17     74     17    88%
23:13:17 docker/client.py                         69      4      2      0    94%
23:13:17 docker/constants.py                      22      0      0      0   100%
23:13:17 docker/context/__init__.py                2      0      0      0   100%
23:13:17 docker/context/api.py                    78     16     38      8    76%
23:13:17 docker/context/config.py                 61     24     16      2    56%
23:13:17 docker/context/context.py               151     21     62     15    81%
23:13:17 docker/credentials/__init__.py            3      0      0      0   100%
23:13:17 docker/credentials/constants.py           4      0      0      0   100%
23:13:17 docker/credentials/errors.py             11      1      2      1    85%
23:13:17 docker/credentials/store.py              50      9     16      5    73%
23:13:17 docker/credentials/utils.py              23     13     12      1    31%
23:13:17 docker/errors.py                        110     12     20      6    86%
23:13:17 docker/models/__init__.py                 0      0      0      0   100%
23:13:17 docker/models/configs.py                 21      8      2      0    57%
23:13:17 docker/models/containers.py             183      6     70      5    95%
23:13:17 docker/models/images.py                 137     29     56      3    76%
23:13:17 docker/models/networks.py                37      1     12      0    98%
23:13:17 docker/models/nodes.py                   15      1      2      0    94%
23:13:17 docker/models/plugins.py                 49     30     10      0    32%
23:13:17 docker/models/resource.py                41      9      6      2    77%
23:13:17 docker/models/secrets.py                 21      8      2      0    57%
23:13:17 docker/models/services.py                87      3     36      3    95%
23:13:17 docker/models/swarm.py                   39      3      6      3    87%
23:13:17 docker/models/volumes.py                 23      1      4      0    96%
23:13:17 docker/tls.py                            37      6     14      6    76%
23:13:17 docker/transport/__init__.py             11      3      0      0    73%
23:13:17 docker/transport/basehttpadapter.py       6      0      2      1    88%
23:13:17 docker/transport/npipeconn.py            59     54     10      0     7%
23:13:17 docker/transport/npipesocket.py         137    132     22      0     3%
23:13:17 docker/transport/sshconn.py             149    110     50      1    20%
23:13:17 docker/transport/ssladapter.py           36     10     10      4    65%
23:13:17 docker/transport/unixconn.py             66      6     12      4    87%
23:13:17 docker/types/__init__.py                  6      0      0      0   100%
23:13:17 docker/types/base.py                      5      0      2      0   100%
23:13:17 docker/types/containers.py              420     66    326     43    84%
23:13:17 docker/types/daemon.py                   36      8     14      4    72%
23:13:17 docker/types/healthcheck.py              34     12      4      1    61%
23:13:17 docker/types/networks.py                 41      6     28      5    81%
23:13:17 docker/types/services.py                312     45    206     33    83%
23:13:17 docker/types/swarm.py                    51     24     40     10    52%
23:13:17 docker/utils/__init__.py                  3      0      0      0   100%
23:13:17 docker/utils/build.py                   155     18     76      7    87%
23:13:17 docker/utils/config.py                   36      2     10      2    91%
23:13:17 docker/utils/decorators.py               37      1     18      2    95%
23:13:17 docker/utils/fnmatch.py                  55     18     28      2    61%
23:13:17 docker/utils/json_stream.py              43      8     14      2    79%
23:13:17 docker/utils/ports.py                    50      3     32      2    91%
23:13:17 docker/utils/proxy.py                    32      1     12      0    98%
23:13:17 docker/utils/socket.py                   86      9     40      7    86%
23:13:17 docker/utils/utils.py                   285     19    177     13    92%
23:13:17 docker/version.py                         2      0      2      0   100%
23:13:17 -----------------------------------------------------------------------
23:13:17 TOTAL                                  5122    991   2265    354    78%
23:13:17 
23:13:17 =========================== short test summary info ============================
23:13:17 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
23:13:17   CONFIG_RT_GROUP_SCHED isn't enabled
23:13:17 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
23:13:17   Not supported on most drivers
23:13:17 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
23:13:17   Output of docker top depends on host distro, and is not formalized.
23:13:17 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
23:13:17   This doesn't seem to be taken into account by the engine
23:13:17 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
23:13:17 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
23:13:17 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
23:13:17 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
23:13:17 SKIPPED [1] tests/unit/api_build_test.py:188: Windows-specific syntax
23:13:17 SKIPPED [1] tests/unit/client_test.py:103: Npipe Connection Pool only on Windows
23:13:17 SKIPPED [1] tests/unit/client_test.py:142: Npipe Connection Pool only on Windows
23:13:17 SKIPPED [1] tests/unit/client_test.py:216: Npipe Connection Pool only on Windows
23:13:17 SKIPPED [1] tests/unit/client_test.py:253: Npipe Connection Pool only on Windows
23:13:17 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
23:13:17 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
23:13:17 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
23:13:17 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
23:13:17 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
23:13:17 SKIPPED [1] tests/unit/utils_test.py:487: shlex doesn't support bytes in py3
23:13:17 = 74 failed, 854 passed, 16 skipped, 5 xfailed, 4 xpassed, 1 warnings in 317.77 seconds =
23:13:17 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
23:13:17 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
23:13:17 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
23:13:17 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
23:13:17 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
23:13:17 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 90%]
23:13:17 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 90%]
23:13:17 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%]
23:13:17 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
23:13:17 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
23:13:17 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
23:13:17 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
23:13:17 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
23:13:17 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
23:13:17 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
23:13:17 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 91%]
23:13:17 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 91%]
23:13:17 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%]
23:13:17 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
23:13:17 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
23:13:17 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
23:13:17 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
23:13:17 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
23:13:17 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
23:13:17 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 92%]
23:13:17 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 92%]
23:13:17 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%]
23:13:17 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
23:13:17 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
23:13:17 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
23:13:17 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
23:13:17 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
23:13:17 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
23:13:17 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
23:13:17 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 93%]
23:13:17 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%]
23:13:17 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
23:13:17 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
23:13:17 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
23:13:17 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
23:13:17 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
23:13:17 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
23:13:17 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
23:13:17 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 94%]
23:13:17 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 94%]
23:13:17 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%]
23:13:17 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
23:13:17 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
23:13:17 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
23:13:17 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
23:13:17 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
23:13:17 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
23:13:17 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
23:13:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 95%]
23:13:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%]
23:13:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
23:13:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
23:13:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
23:13:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
23:13:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
23:13:17 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
23:13:17 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
23:13:17 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 96%]
23:13:17 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 96%]
23:13:17 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
23:13:17 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
23:13:17 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
23:13:17 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
23:13:17 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
23:13:17 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
23:13:17 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
23:13:17 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%]
23:13:17 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
23:13:17 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
23:13:17 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
[Pipeline] sh
23:13:18 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
23:13:18 
23:13:18 =================================== FAILURES ===================================
23:13:18 ________________ BuildTest.test_build_remote_with_registry_auth ________________
23:13:18 tests/unit/api_build_test.py:109: in test_build_remote_with_registry_auth
23:13:18     timeout=None
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/build', headers={'Accept': '*/*', 'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'X-Registry-Config': 'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJwYXNzd29yZCI6ICJleGFtcGxlIiwgInVzZXIiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, data=None, timeout=None, stream=True, params={'q': False, 'pull': False, 'remote': 'https://github.com/docker-library/mongo', 't': None, 'nocache': False, 'forcerm': False, 'rm': False, 'dockerfile': None})
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/build', params={'q': False, 'pull': False, 'remote': 'https://github.com/docker-library/mongo', 't': None, 'nocache': False, 'forcerm': False, 'rm': False, 'dockerfile': None}, data=None, timeout=None, stream=True, headers={'X-Registry-Config': 'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJwYXNzd29yZCI6ICJleGFtcGxlIiwgInVzZXIiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19'})
23:13:18 __________________ CreateContainerTest.test_create_container ___________________
23:13:18 tests/unit/api_container_test.py:148: in test_create_container
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 _____________ CreateContainerTest.test_create_container_privileged _____________
23:13:18 tests/unit/api_container_test.py:815: in test_create_container_privileged
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ______ CreateContainerTest.test_create_container_with_added_capabilities _______
23:13:18 tests/unit/api_container_test.py:865: in test_create_container_with_added_capabilities
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 _____________ CreateContainerTest.test_create_container_with_binds _____________
23:13:18 tests/unit/api_container_test.py:172: in test_create_container_with_binds
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________ CreateContainerTest.test_create_container_with_binds_list ___________
23:13:18 tests/unit/api_container_test.py:652: in test_create_container_with_binds_list
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________ CreateContainerTest.test_create_container_with_binds_mode ___________
23:13:18 tests/unit/api_container_test.py:610: in test_create_container_with_binds_mode
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ___________ CreateContainerTest.test_create_container_with_binds_ro ____________
23:13:18 tests/unit/api_container_test.py:554: in test_create_container_with_binds_ro
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ___________ CreateContainerTest.test_create_container_with_binds_rw ____________
23:13:18 tests/unit/api_container_test.py:582: in test_create_container_with_binds_rw
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ____________ CreateContainerTest.test_create_container_with_devices ____________
23:13:18 tests/unit/api_container_test.py:920: in test_create_container_with_devices
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 _____ CreateContainerTest.test_create_container_with_dropped_capabilities ______
23:13:18 tests/unit/api_container_test.py:886: in test_create_container_with_dropped_capabilities
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________ CreateContainerTest.test_create_container_with_entrypoint ___________
23:13:18 tests/unit/api_container_test.py:247: in test_create_container_with_entrypoint
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ____ CreateContainerTest.test_create_container_with_host_config_cpu_shares _____
23:13:18 tests/unit/api_container_test.py:277: in test_create_container_with_host_config_cpu_shares
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 _______ CreateContainerTest.test_create_container_with_host_config_cpus ________
23:13:18 tests/unit/api_container_test.py:1265: in test_create_container_with_host_config_cpus
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ______ CreateContainerTest.test_create_container_with_host_config_cpuset _______
23:13:18 tests/unit/api_container_test.py:307: in test_create_container_with_host_config_cpuset
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ____ CreateContainerTest.test_create_container_with_host_config_cpuset_mems ____
23:13:18 tests/unit/api_container_test.py:337: in test_create_container_with_host_config_cpuset_mems
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________ CreateContainerTest.test_create_container_with_labels_dict __________
23:13:18 tests/unit/api_container_test.py:1010: in test_create_container_with_labels_dict
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________ CreateContainerTest.test_create_container_with_labels_list __________
23:13:18 tests/unit/api_container_test.py:1037: in test_create_container_with_labels_list
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 _____________ CreateContainerTest.test_create_container_with_links _____________
23:13:18 tests/unit/api_container_test.py:741: in test_create_container_with_links
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ____ CreateContainerTest.test_create_container_with_links_as_list_of_tuples ____
23:13:18 tests/unit/api_container_test.py:795: in test_create_container_with_links_as_list_of_tuples
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ___________ CreateContainerTest.test_create_container_with_lxc_conf ____________
23:13:18 tests/unit/api_container_test.py:502: in test_create_container_with_lxc_conf
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ________ CreateContainerTest.test_create_container_with_lxc_conf_compat ________
23:13:18 tests/unit/api_container_test.py:526: in test_create_container_with_lxc_conf_compat
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ________ CreateContainerTest.test_create_container_with_multiple_links _________
23:13:18 tests/unit/api_container_test.py:770: in test_create_container_with_multiple_links
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 _________ CreateContainerTest.test_create_container_with_named_volume __________
23:13:18 tests/unit/api_container_test.py:1067: in test_create_container_with_named_volume
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________ CreateContainerTest.test_create_container_with_port_binds ___________
23:13:18 tests/unit/api_container_test.py:701: in test_create_container_with_port_binds
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 _____________ CreateContainerTest.test_create_container_with_ports _____________
23:13:18 tests/unit/api_container_test.py:224: in test_create_container_with_ports
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ________ CreateContainerTest.test_create_container_with_restart_policy _________
23:13:18 tests/unit/api_container_test.py:844: in test_create_container_with_restart_policy
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________ CreateContainerTest.test_create_container_with_stdin_open ___________
23:13:18 tests/unit/api_container_test.py:394: in test_create_container_with_stdin_open
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________ CreateContainerTest.test_create_container_with_stop_signal __________
23:13:18 tests/unit/api_container_test.py:1091: in test_create_container_with_stop_signal
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ____________ CreateContainerTest.test_create_container_with_sysctl _____________
23:13:18 tests/unit/api_container_test.py:1211: in test_create_container_with_sysctl
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________ CreateContainerTest.test_create_container_with_tmpfs_dict ___________
23:13:18 tests/unit/api_container_test.py:1182: in test_create_container_with_tmpfs_dict
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________ CreateContainerTest.test_create_container_with_tmpfs_list ___________
23:13:18 tests/unit/api_container_test.py:1152: in test_create_container_with_tmpfs_list
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 _________ CreateContainerTest.test_create_container_with_volume_string _________
23:13:18 tests/unit/api_container_test.py:197: in test_create_container_with_volume_string
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________ CreateContainerTest.test_create_container_with_working_dir __________
23:13:18 tests/unit/api_container_test.py:374: in test_create_container_with_working_dir
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 _______________ CreateContainerTest.test_create_named_container ________________
23:13:18 tests/unit/api_container_test.py:415: in test_create_named_container
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ______________________ ContainerTest.test_container_stats ______________________
23:13:18 tests/unit/api_container_test.py:1721: in test_container_stats
23:13:18     stream=True
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', stream=True, timeout=60)
23:13:18 _______________________ ContainerTest.test_container_top _______________________
23:13:18 tests/unit/api_container_test.py:1732: in test_container_top
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={}, timeout=60)
23:13:18 _________________ ContainerTest.test_container_top_with_psargs _________________
23:13:18 tests/unit/api_container_test.py:1743: in test_container_top_with_psargs
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'ps_args': 'waux'}, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={'ps_args': 'waux'}, timeout=60)
23:13:18 ___________________________ ContainerTest.test_diff ____________________________
23:13:18 tests/unit/api_container_test.py:1527: in test_diff
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60)
23:13:18 _______________ ContainerTest.test_diff_with_dict_instead_of_id ________________
23:13:18 tests/unit/api_container_test.py:1537: in test_diff_with_dict_instead_of_id
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60)
23:13:18 __________________________ ContainerTest.test_export ___________________________
23:13:18 tests/unit/api_container_test.py:1682: in test_export
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60, stream=True)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60)
23:13:18 ______________ ContainerTest.test_export_with_dict_instead_of_id _______________
23:13:18 tests/unit/api_container_test.py:1693: in test_export_with_dict_instead_of_id
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60, stream=True)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60)
23:13:18 _____________________ ContainerTest.test_inspect_container _____________________
23:13:18 tests/unit/api_container_test.py:1703: in test_inspect_container
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60)
23:13:18 ______________________ ContainerTest.test_kill_container _______________________
23:13:18 tests/unit/api_container_test.py:1605: in test_kill_container
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60)
23:13:18 __________ ContainerTest.test_kill_container_with_dict_instead_of_id ___________
23:13:18 tests/unit/api_container_test.py:1616: in test_kill_container_with_dict_instead_of_id
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60)
23:13:18 ________________ ContainerTest.test_kill_container_with_signal _________________
23:13:18 tests/unit/api_container_test.py:1627: in test_kill_container_with_signal
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'signal': 15}, timeout=60)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={'signal': 15}, timeout=60)
23:13:18 ______________________ ContainerTest.test_list_containers ______________________
23:13:18 tests/unit/api_container_test.py:1290: in test_list_containers
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/json', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'all': 1, 'since': None, 'limit': -1, 'trunc_cmd': 0, 'size': 0, 'before': None}, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/json', params={'all': 1, 'since': None, 'limit': -1, 'trunc_cmd': 0, 'size': 0, 'before': None}, timeout=60)
23:13:18 _______________________ ContainerTest.test_log_following _______________________
23:13:18 tests/unit/api_container_test.py:1407: in test_log_following
23:13:18     stream=False
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=False, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60)
23:13:18 __________________ ContainerTest.test_log_following_backwards __________________
23:13:18 tests/unit/api_container_test.py:1422: in test_log_following_backwards
23:13:18     stream=True
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=True, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60)
23:13:18 _________________________ ContainerTest.test_log_since _________________________
23:13:18 tests/unit/api_container_test.py:1472: in test_log_since
23:13:18     stream=False
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60)
23:13:18 __________________ ContainerTest.test_log_since_with_datetime __________________
23:13:18 tests/unit/api_container_test.py:1490: in test_log_since_with_datetime
23:13:18     stream=False
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stdout': 1, 'since': 809222400, 'tail': 'all', 'stderr': 1, 'follow': 0, 'timestamps': 0}, stream=False, timeout=60)
23:13:18 _______________________ ContainerTest.test_log_streaming _______________________
23:13:18 tests/unit/api_container_test.py:1391: in test_log_streaming
23:13:18     stream=True
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=True, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60)
23:13:18 ________________ ContainerTest.test_log_streaming_and_following ________________
23:13:18 tests/unit/api_container_test.py:1438: in test_log_streaming_and_following
23:13:18     stream=True
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=True, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60)
23:13:18 _________________________ ContainerTest.test_log_tail __________________________
23:13:18 tests/unit/api_container_test.py:1455: in test_log_tail
23:13:18     stream=False
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 10, 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=False, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 10, 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60)
23:13:18 __________________________ ContainerTest.test_log_tty __________________________
23:13:18 tests/unit/api_container_test.py:1517: in test_log_tty
23:13:18     stream=True
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 1}, stream=True, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 1, 'stderr': 1, 'stdout': 1}, stream=True, timeout=60)
23:13:18 ___________________________ ContainerTest.test_logs ____________________________
23:13:18 tests/unit/api_container_test.py:1356: in test_logs
23:13:18     stream=False
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=False, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60)
23:13:18 _______________ ContainerTest.test_logs_with_dict_instead_of_id ________________
23:13:18 tests/unit/api_container_test.py:1373: in test_logs_with_dict_instead_of_id
23:13:18     stream=False
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'tail': 'all', 'stdout': 1, 'stderr': 1, 'follow': 0}, stream=False, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'timestamps': 0, 'tail': 'all', 'follow': 0, 'stderr': 1, 'stdout': 1}, stream=False, timeout=60)
23:13:18 ______________________ ContainerTest.test_pause_container ______________________
23:13:18 tests/unit/api_container_test.py:1584: in test_pause_container
23:13:18     timeout=(DEFAULT_TIMEOUT_SECONDS)
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', timeout=60)
23:13:18 ___________________________ ContainerTest.test_port ____________________________
23:13:18 tests/unit/api_container_test.py:1547: in test_port
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60)
23:13:18 _____________________ ContainerTest.test_remove_container ______________________
23:13:18 tests/unit/api_container_test.py:1660: in test_remove_container
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'force': False, 'link': False, 'v': False}, timeout=60)
23:13:18 E   Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'force': False, 'link': False, 'v': False}, timeout=60)
23:13:18 _________ ContainerTest.test_remove_container_with_dict_instead_of_id __________
23:13:18 tests/unit/api_container_test.py:1671: in test_remove_container_with_dict_instead_of_id
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'force': False, 'link': False, 'v': False}, timeout=60)
23:13:18 E   Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'force': False, 'link': False, 'v': False}, timeout=60)
23:13:18 _____________________ ContainerTest.test_rename_container ______________________
23:13:18 tests/unit/api_container_test.py:1319: in test_rename_container
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'name': 'foobar'}, timeout=60)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', params={'name': 'foobar'}, timeout=60)
23:13:18 _____________________ ContainerTest.test_resize_container ______________________
23:13:18 tests/unit/api_container_test.py:1305: in test_resize_container
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 15, 'w': 120}, timeout=60)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', params={'h': 15, 'w': 120}, timeout=60)
23:13:18 _____________________ ContainerTest.test_restart_container _____________________
23:13:18 tests/unit/api_container_test.py:1638: in test_restart_container
23:13:18     timeout=(DEFAULT_TIMEOUT_SECONDS + 2)
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62)
23:13:18 _________ ContainerTest.test_restart_container_with_dict_instead_of_id _________
23:13:18 tests/unit/api_container_test.py:1649: in test_restart_container_with_dict_instead_of_id
23:13:18     timeout=(DEFAULT_TIMEOUT_SECONDS + 2)
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62)
23:13:18 ______________________ ContainerTest.test_stop_container _______________________
23:13:18 tests/unit/api_container_test.py:1560: in test_stop_container
23:13:18     timeout=(DEFAULT_TIMEOUT_SECONDS + timeout)
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62)
23:13:18 __________ ContainerTest.test_stop_container_with_dict_instead_of_id ___________
23:13:18 tests/unit/api_container_test.py:1574: in test_stop_container_with_dict_instead_of_id
23:13:18     timeout=(DEFAULT_TIMEOUT_SECONDS + timeout)
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62)
23:13:18 _____________________ ContainerTest.test_unpause_container _____________________
23:13:18 tests/unit/api_container_test.py:1594: in test_unpause_container
23:13:18     timeout=(DEFAULT_TIMEOUT_SECONDS)
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', timeout=60)
23:13:18 ___________________________ ContainerTest.test_wait ____________________________
23:13:18 tests/unit/api_container_test.py:1330: in test_wait
23:13:18     params={}
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None)
23:13:18 _______________ ContainerTest.test_wait_with_dict_instead_of_id ________________
23:13:18 tests/unit/api_container_test.py:1341: in test_wait_with_dict_instead_of_id
23:13:18     params={}
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None)
23:13:18 __________________________ ExecTest.test_exec_create ___________________________
23:13:18 tests/unit/api_exec_test.py:41: in test_exec_create
23:13:18     assert args[1]['headers'] == \
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________________________ ExecTest.test_exec_resize ___________________________
23:13:18 tests/unit/api_exec_test.py:97: in test_exec_resize
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python2.7/site-packages/mock.py:835: in assert_called_with
23:13:18     raise AssertionError(msg)
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', headers={'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 20, 'w': 60}, timeout=60)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', params={'h': 20, 'w': 60}, timeout=60)
23:13:18 ___________________________ ExecTest.test_exec_start ___________________________
23:13:18 tests/unit/api_exec_test.py:58: in test_exec_start
23:13:18     assert args[1]['headers'] == merge_dicts(DEFAULT_HEADERS, {
23:13:18 E   AssertionError: assert {'Connection'...grade': 'tcp'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 3 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:
23:13:18 E     - {'Connection': 'Upgrade', 'Content-Type': 'application/json', 'Upgrade': 'tcp'}...
23:13:18 E     
23:13:18 E     ...Full output truncated (7 lines hidden), use '-vv' to show
23:13:18 ______________________ ExecTest.test_exec_start_detached _______________________
23:13:18 tests/unit/api_exec_test.py:77: in test_exec_start_detached
23:13:18     assert args[1]['headers'] == merge_dicts(DEFAULT_HEADERS, {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 =============================== warnings summary ===============================
23:13:18 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12
23:13:18   /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
23:13:18     from cryptography import x509
23:13:18 
23:13:18 -- Docs: https://docs.pytest.org/en/latest/warnings.html
23:13:18 
23:13:18 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
23:13:18 Name                                  Stmts   Miss Branch BrPart  Cover
23:13:18 -----------------------------------------------------------------------
23:13:18 docker/__init__.py                        8      0      0      0   100%
23:13:18 docker/api/__init__.py                    1      0      0      0   100%
23:13:18 docker/api/build.py                     126     18     92     16    83%
23:13:18 docker/api/client.py                    263     45     96     12    82%
23:13:18 docker/api/config.py                     31      1      6      2    92%
23:13:18 docker/api/container.py                 266     17    102     19    90%
23:13:18 docker/api/daemon.py                     39      2     14      4    89%
23:13:18 docker/api/exec_api.py                   46      4     22      4    88%
23:13:18 docker/api/image.py                     157     21     56     12    84%
23:13:18 docker/api/network.py                    90     13     48     12    80%
23:13:18 docker/api/plugin.py                     90     13     12      4    81%
23:13:18 docker/api/secret.py                     36      4     10      3    80%
23:13:18 docker/api/service.py                   200     60    149     32    61%
23:13:18 docker/api/swarm.py                     106     14     38     10    82%
23:13:18 docker/api/volume.py                     38      3     14      3    88%
23:13:18 docker/auth.py                          198     17     74     18    87%
23:13:18 docker/client.py                         69      4      2      0    94%
23:13:18 docker/constants.py                      22      0      0      0   100%
23:13:18 docker/context/__init__.py                2      0      0      0   100%
23:13:18 docker/context/api.py                    78     16     38      8    76%
23:13:18 docker/context/config.py                 61     24     16      2    56%
23:13:18 docker/context/context.py               151     21     62     15    81%
23:13:18 docker/credentials/__init__.py            3      0      0      0   100%
23:13:18 docker/credentials/constants.py           4      0      0      0   100%
23:13:18 docker/credentials/errors.py             11      1      2      1    85%
23:13:18 docker/credentials/store.py              50      6     16      3    83%
23:13:18 docker/credentials/utils.py              23     13     12      1    31%
23:13:18 docker/errors.py                        110     12     18      6    86%
23:13:18 docker/models/__init__.py                 0      0      0      0   100%
23:13:18 docker/models/configs.py                 21      8      0      0    62%
23:13:18 docker/models/containers.py             183      6     60      5    95%
23:13:18 docker/models/images.py                 137     29     50      3    75%
23:13:18 docker/models/networks.py                37      1      8      0    98%
23:13:18 docker/models/nodes.py                   15      1      0      0    93%
23:13:18 docker/models/plugins.py                 49     30      8      0    33%
23:13:18 docker/models/resource.py                41      9      6      2    77%
23:13:18 docker/models/secrets.py                 21      8      0      0    62%
23:13:18 docker/models/services.py                87      3     34      3    95%
23:13:18 docker/models/swarm.py                   39      3      6      3    87%
23:13:18 docker/models/volumes.py                 23      1      2      0    96%
23:13:18 docker/tls.py                            37      6     14      6    76%
23:13:18 docker/transport/__init__.py             11      3      0      0    73%
23:13:18 docker/transport/basehttpadapter.py       6      0      2      1    88%
23:13:18 docker/transport/npipeconn.py            59     54     10      0     7%
23:13:18 docker/transport/npipesocket.py         137    132     22      0     3%
23:13:18 docker/transport/sshconn.py             149    110     50      1    20%
23:13:18 docker/transport/ssladapter.py           36      8     10      4    70%
23:13:18 docker/transport/unixconn.py             66      5     12      4    88%
23:13:18 docker/types/__init__.py                  6      0      0      0   100%
23:13:18 docker/types/base.py                      5      0      2      0   100%
23:13:18 docker/types/containers.py              420     66    324     43    84%
23:13:18 docker/types/daemon.py                   36      9     14      3    68%
23:13:18 docker/types/healthcheck.py              34     12      4      1    61%
23:13:18 docker/types/networks.py                 41      6     28      5    81%
23:13:18 docker/types/services.py                312     45    206     33    83%
23:13:18 docker/types/swarm.py                    51     24     40     10    52%
23:13:18 docker/utils/__init__.py                  3      0      0      0   100%
23:13:18 docker/utils/build.py                   155     14     74      7    89%
23:13:18 docker/utils/config.py                   36      2     10      2    91%
23:13:18 docker/utils/decorators.py               37      1     18      2    95%
23:13:18 docker/utils/fnmatch.py                  55     18     28      2    61%
23:13:18 docker/utils/json_stream.py              43      8     14      2    79%
23:13:18 docker/utils/ports.py                    50      3     28      2    91%
23:13:18 docker/utils/proxy.py                    32      1     12      0    98%
23:13:18 docker/utils/socket.py                   86      8     40      7    87%
23:13:18 docker/utils/utils.py                   285     17    164     12    93%
23:13:18 docker/version.py                         2      0      0      0   100%
23:13:18 -----------------------------------------------------------------------
23:13:18 TOTAL                                  5122    980   2199    350    78%
23:13:18 
23:13:18 =========================== short test summary info ============================
23:13:18 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
23:13:18   CONFIG_RT_GROUP_SCHED isn't enabled
23:13:18 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
23:13:18   Not supported on most drivers
23:13:18 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
23:13:18   Output of docker top depends on host distro, and is not formalized.
23:13:18 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
23:13:18   This doesn't seem to be taken into account by the engine
23:13:18 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
23:13:18 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
23:13:18 SKIPPED [1] tests/unit/api_build_test.py:188: Windows-specific syntax
23:13:18 SKIPPED [1] tests/unit/client_test.py:254: Npipe Connection Pool only on Windows
23:13:18 SKIPPED [1] tests/unit/client_test.py:217: Npipe Connection Pool only on Windows
23:13:18 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
23:13:18 SKIPPED [1] tests/unit/client_test.py:143: Npipe Connection Pool only on Windows
23:13:18 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
23:13:18 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
23:13:18 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
23:13:18 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
23:13:18 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
23:13:18 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
23:13:18 SKIPPED [1] tests/unit/client_test.py:104: Npipe Connection Pool only on Windows
23:13:18 = 74 failed, 855 passed, 15 skipped, 5 xfailed, 4 xpassed, 1 warnings in 324.29 seconds =
23:13:18 + docker stop dpy-dind-36-0-py3.7-19.03.13
[Pipeline] sh
23:13:18 + docker stop dpy-dind-36-0-py2.7-19.03.13
23:13:18 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
23:13:18 
23:13:18 =================================== FAILURES ===================================
23:13:18 ________________ BuildTest.test_build_remote_with_registry_auth ________________
23:13:18 tests/unit/api_build_test.py:109: in test_build_remote_with_registry_auth
23:13:18     timeout=None
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/build', data=None, headers={'X-Registry-Config': b'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJ1c2VyIjogImV4YW1wbGUiLCAicGFzc3dvcmQiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19', 'User-Agent': 'docker-sdk-python/4.4.0-dev', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive'}, params={'t': None, 'q': False, 'dockerfile': None, 'rm': False, 'nocache': False, 'pull': False, 'forcerm': False, 'remote': 'https://github.com/docker-library/mongo'}, stream=True, timeout=None)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/build', data=None, headers={'X-Registry-Config': b'eyJodHRwczovL2V4YW1wbGUuY29tIjogeyJ1c2VyIjogImV4YW1wbGUiLCAicGFzc3dvcmQiOiAiZXhhbXBsZSIsICJlbWFpbCI6ICJleGFtcGxlQGV4YW1wbGUuY29tIn19'}, params={'t': None, 'remote': 'https://github.com/docker-library/mongo', 'q': False, 'nocache': False, 'rm': False, 'forcerm': False, 'pull': False, 'dockerfile': None}, stream=True, timeout=None)
23:13:18 __________________ CreateContainerTest.test_create_container ___________________
23:13:18 tests/unit/api_container_test.py:148: in test_create_container
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 _____________ CreateContainerTest.test_create_container_privileged _____________
23:13:18 tests/unit/api_container_test.py:815: in test_create_container_privileged
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ______ CreateContainerTest.test_create_container_with_added_capabilities _______
23:13:18 tests/unit/api_container_test.py:865: in test_create_container_with_added_capabilities
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 _____________ CreateContainerTest.test_create_container_with_binds _____________
23:13:18 tests/unit/api_container_test.py:172: in test_create_container_with_binds
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________ CreateContainerTest.test_create_container_with_binds_list ___________
23:13:18 tests/unit/api_container_test.py:652: in test_create_container_with_binds_list
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________ CreateContainerTest.test_create_container_with_binds_mode ___________
23:13:18 tests/unit/api_container_test.py:610: in test_create_container_with_binds_mode
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ___________ CreateContainerTest.test_create_container_with_binds_ro ____________
23:13:18 tests/unit/api_container_test.py:554: in test_create_container_with_binds_ro
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ___________ CreateContainerTest.test_create_container_with_binds_rw ____________
23:13:18 tests/unit/api_container_test.py:582: in test_create_container_with_binds_rw
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ____________ CreateContainerTest.test_create_container_with_devices ____________
23:13:18 tests/unit/api_container_test.py:920: in test_create_container_with_devices
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 _____ CreateContainerTest.test_create_container_with_dropped_capabilities ______
23:13:18 tests/unit/api_container_test.py:886: in test_create_container_with_dropped_capabilities
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________ CreateContainerTest.test_create_container_with_entrypoint ___________
23:13:18 tests/unit/api_container_test.py:247: in test_create_container_with_entrypoint
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ____ CreateContainerTest.test_create_container_with_host_config_cpu_shares _____
23:13:18 tests/unit/api_container_test.py:277: in test_create_container_with_host_config_cpu_shares
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 _______ CreateContainerTest.test_create_container_with_host_config_cpus ________
23:13:18 tests/unit/api_container_test.py:1265: in test_create_container_with_host_config_cpus
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ______ CreateContainerTest.test_create_container_with_host_config_cpuset _______
23:13:18 tests/unit/api_container_test.py:307: in test_create_container_with_host_config_cpuset
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ____ CreateContainerTest.test_create_container_with_host_config_cpuset_mems ____
23:13:18 tests/unit/api_container_test.py:337: in test_create_container_with_host_config_cpuset_mems
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________ CreateContainerTest.test_create_container_with_labels_dict __________
23:13:18 tests/unit/api_container_test.py:1010: in test_create_container_with_labels_dict
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________ CreateContainerTest.test_create_container_with_labels_list __________
23:13:18 tests/unit/api_container_test.py:1037: in test_create_container_with_labels_list
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 _____________ CreateContainerTest.test_create_container_with_links _____________
23:13:18 tests/unit/api_container_test.py:741: in test_create_container_with_links
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ____ CreateContainerTest.test_create_container_with_links_as_list_of_tuples ____
23:13:18 tests/unit/api_container_test.py:795: in test_create_container_with_links_as_list_of_tuples
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ___________ CreateContainerTest.test_create_container_with_lxc_conf ____________
23:13:18 tests/unit/api_container_test.py:502: in test_create_container_with_lxc_conf
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ________ CreateContainerTest.test_create_container_with_lxc_conf_compat ________
23:13:18 tests/unit/api_container_test.py:526: in test_create_container_with_lxc_conf_compat
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ________ CreateContainerTest.test_create_container_with_multiple_links _________
23:13:18 tests/unit/api_container_test.py:770: in test_create_container_with_multiple_links
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 _________ CreateContainerTest.test_create_container_with_named_volume __________
23:13:18 tests/unit/api_container_test.py:1067: in test_create_container_with_named_volume
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________ CreateContainerTest.test_create_container_with_port_binds ___________
23:13:18 tests/unit/api_container_test.py:701: in test_create_container_with_port_binds
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 _____________ CreateContainerTest.test_create_container_with_ports _____________
23:13:18 tests/unit/api_container_test.py:224: in test_create_container_with_ports
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ________ CreateContainerTest.test_create_container_with_restart_policy _________
23:13:18 tests/unit/api_container_test.py:844: in test_create_container_with_restart_policy
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________ CreateContainerTest.test_create_container_with_stdin_open ___________
23:13:18 tests/unit/api_container_test.py:394: in test_create_container_with_stdin_open
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________ CreateContainerTest.test_create_container_with_stop_signal __________
23:13:18 tests/unit/api_container_test.py:1091: in test_create_container_with_stop_signal
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ____________ CreateContainerTest.test_create_container_with_sysctl _____________
23:13:18 tests/unit/api_container_test.py:1211: in test_create_container_with_sysctl
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________ CreateContainerTest.test_create_container_with_tmpfs_dict ___________
23:13:18 tests/unit/api_container_test.py:1182: in test_create_container_with_tmpfs_dict
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________ CreateContainerTest.test_create_container_with_tmpfs_list ___________
23:13:18 tests/unit/api_container_test.py:1152: in test_create_container_with_tmpfs_list
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 _________ CreateContainerTest.test_create_container_with_volume_string _________
23:13:18 tests/unit/api_container_test.py:197: in test_create_container_with_volume_string
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________ CreateContainerTest.test_create_container_with_working_dir __________
23:13:18 tests/unit/api_container_test.py:374: in test_create_container_with_working_dir
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 _______________ CreateContainerTest.test_create_named_container ________________
23:13:18 tests/unit/api_container_test.py:415: in test_create_named_container
23:13:18     assert args[1]['headers'] == {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 ______________________ ContainerTest.test_container_stats ______________________
23:13:18 tests/unit/api_container_test.py:1721: in test_container_stats
23:13:18     stream=True
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stats', stream=True, timeout=60)
23:13:18 _______________________ ContainerTest.test_container_top _______________________
23:13:18 tests/unit/api_container_test.py:1732: in test_container_top
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={}, timeout=60)
23:13:18 _________________ ContainerTest.test_container_top_with_psargs _________________
23:13:18 tests/unit/api_container_test.py:1743: in test_container_top_with_psargs
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'ps_args': 'waux'}, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/top', params={'ps_args': 'waux'}, timeout=60)
23:13:18 ___________________________ ContainerTest.test_diff ____________________________
23:13:18 tests/unit/api_container_test.py:1527: in test_diff
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60)
23:13:18 _______________ ContainerTest.test_diff_with_dict_instead_of_id ________________
23:13:18 tests/unit/api_container_test.py:1537: in test_diff_with_dict_instead_of_id
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/changes', timeout=60)
23:13:18 __________________________ ContainerTest.test_export ___________________________
23:13:18 tests/unit/api_container_test.py:1682: in test_export
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60)
23:13:18 ______________ ContainerTest.test_export_with_dict_instead_of_id _______________
23:13:18 tests/unit/api_container_test.py:1693: in test_export_with_dict_instead_of_id
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, stream=True, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/export', stream=True, timeout=60)
23:13:18 _____________________ ContainerTest.test_inspect_container _____________________
23:13:18 tests/unit/api_container_test.py:1703: in test_inspect_container
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60)
23:13:18 ______________________ ContainerTest.test_kill_container _______________________
23:13:18 tests/unit/api_container_test.py:1605: in test_kill_container
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60)
23:13:18 __________ ContainerTest.test_kill_container_with_dict_instead_of_id ___________
23:13:18 tests/unit/api_container_test.py:1616: in test_kill_container_with_dict_instead_of_id
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=60)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={}, timeout=60)
23:13:18 ________________ ContainerTest.test_kill_container_with_signal _________________
23:13:18 tests/unit/api_container_test.py:1627: in test_kill_container_with_signal
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'signal': <Signals.SIGTERM: 15>}, timeout=60)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/kill', params={'signal': 15}, timeout=60)
23:13:18 ______________________ ContainerTest.test_list_containers ______________________
23:13:18 tests/unit/api_container_test.py:1290: in test_list_containers
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/json', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'all': 1, 'since': None, 'size': 0, 'limit': -1, 'trunc_cmd': 0, 'before': None}, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/json', params={'limit': -1, 'all': 1, 'size': 0, 'trunc_cmd': 0, 'since': None, 'before': None}, timeout=60)
23:13:18 _______________________ ContainerTest.test_log_following _______________________
23:13:18 tests/unit/api_container_test.py:1407: in test_log_following
23:13:18     stream=False
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=False, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=False, timeout=60)
23:13:18 __________________ ContainerTest.test_log_following_backwards __________________
23:13:18 tests/unit/api_container_test.py:1422: in test_log_following_backwards
23:13:18     stream=True
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=True, timeout=60)
23:13:18 _________________________ ContainerTest.test_log_since _________________________
23:13:18 tests/unit/api_container_test.py:1472: in test_log_since
23:13:18     stream=False
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60)
23:13:18 __________________ ContainerTest.test_log_since_with_datetime __________________
23:13:18 tests/unit/api_container_test.py:1490: in test_log_since_with_datetime
23:13:18     stream=False
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all', 'since': 809222400}, stream=False, timeout=60)
23:13:18 _______________________ ContainerTest.test_log_streaming _______________________
23:13:18 tests/unit/api_container_test.py:1391: in test_log_streaming
23:13:18     stream=True
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all'}, stream=True, timeout=60)
23:13:18 ________________ ContainerTest.test_log_streaming_and_following ________________
23:13:18 tests/unit/api_container_test.py:1438: in test_log_streaming_and_following
23:13:18     stream=True
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=True, timeout=60)
23:13:18 _________________________ ContainerTest.test_log_tail __________________________
23:13:18 tests/unit/api_container_test.py:1455: in test_log_tail
23:13:18     stream=False
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 10}, stream=False, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 10}, stream=False, timeout=60)
23:13:18 __________________________ ContainerTest.test_log_tty __________________________
23:13:18 tests/unit/api_container_test.py:1517: in test_log_tty
23:13:18     stream=True
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 1, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=True, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 1, 'tail': 'all'}, stream=True, timeout=60)
23:13:18 ___________________________ ContainerTest.test_logs ____________________________
23:13:18 tests/unit/api_container_test.py:1356: in test_logs
23:13:18     stream=False
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=False, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all'}, stream=False, timeout=60)
23:13:18 _______________ ContainerTest.test_logs_with_dict_instead_of_id ________________
23:13:18 tests/unit/api_container_test.py:1373: in test_logs_with_dict_instead_of_id
23:13:18     stream=False
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'timestamps': 0, 'follow': 0, 'stderr': 1, 'stdout': 1, 'tail': 'all'}, stream=False, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/logs', params={'stderr': 1, 'stdout': 1, 'timestamps': 0, 'follow': 0, 'tail': 'all'}, stream=False, timeout=60)
23:13:18 ______________________ ContainerTest.test_pause_container ______________________
23:13:18 tests/unit/api_container_test.py:1584: in test_pause_container
23:13:18     timeout=(DEFAULT_TIMEOUT_SECONDS)
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/pause', timeout=60)
23:13:18 ___________________________ ContainerTest.test_port ____________________________
23:13:18 tests/unit/api_container_test.py:1547: in test_port
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:18 E   Actual call: mock('GET', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/json', timeout=60)
23:13:18 _____________________ ContainerTest.test_remove_container ______________________
23:13:18 tests/unit/api_container_test.py:1660: in test_remove_container
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'v': False, 'link': False, 'force': False}, timeout=60)
23:13:18 E   Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'v': False, 'link': False, 'force': False}, timeout=60)
23:13:18 _________ ContainerTest.test_remove_container_with_dict_instead_of_id __________
23:13:18 tests/unit/api_container_test.py:1671: in test_remove_container_with_dict_instead_of_id
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'v': False, 'link': False, 'force': False}, timeout=60)
23:13:18 E   Actual call: mock('DELETE', 'http+docker://localhost/v1.39/containers/3cc2351ab11b', params={'v': False, 'link': False, 'force': False}, timeout=60)
23:13:18 _____________________ ContainerTest.test_rename_container ______________________
23:13:18 tests/unit/api_container_test.py:1319: in test_rename_container
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'name': 'foobar'}, timeout=60)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/rename', params={'name': 'foobar'}, timeout=60)
23:13:18 _____________________ ContainerTest.test_resize_container ______________________
23:13:18 tests/unit/api_container_test.py:1305: in test_resize_container
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 15, 'w': 120}, timeout=60)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/resize', params={'h': 15, 'w': 120}, timeout=60)
23:13:18 _____________________ ContainerTest.test_restart_container _____________________
23:13:18 tests/unit/api_container_test.py:1638: in test_restart_container
23:13:18     timeout=(DEFAULT_TIMEOUT_SECONDS + 2)
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62)
23:13:18 _________ ContainerTest.test_restart_container_with_dict_instead_of_id _________
23:13:18 tests/unit/api_container_test.py:1649: in test_restart_container_with_dict_instead_of_id
23:13:18     timeout=(DEFAULT_TIMEOUT_SECONDS + 2)
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/restart', params={'t': 2}, timeout=62)
23:13:18 ______________________ ContainerTest.test_stop_container _______________________
23:13:18 tests/unit/api_container_test.py:1560: in test_stop_container
23:13:18     timeout=(DEFAULT_TIMEOUT_SECONDS + timeout)
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62)
23:13:18 __________ ContainerTest.test_stop_container_with_dict_instead_of_id ___________
23:13:18 tests/unit/api_container_test.py:1574: in test_stop_container_with_dict_instead_of_id
23:13:18     timeout=(DEFAULT_TIMEOUT_SECONDS + timeout)
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'t': 2}, timeout=62)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/stop', params={'t': 2}, timeout=62)
23:13:18 _____________________ ContainerTest.test_unpause_container _____________________
23:13:18 tests/unit/api_container_test.py:1594: in test_unpause_container
23:13:18     timeout=(DEFAULT_TIMEOUT_SECONDS)
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, timeout=60)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/unpause', timeout=60)
23:13:18 ___________________________ ContainerTest.test_wait ____________________________
23:13:18 tests/unit/api_container_test.py:1330: in test_wait
23:13:18     params={}
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None)
23:13:18 _______________ ContainerTest.test_wait_with_dict_instead_of_id ________________
23:13:18 tests/unit/api_container_test.py:1341: in test_wait_with_dict_instead_of_id
23:13:18     params={}
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={}, timeout=None)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/containers/3cc2351ab11b/wait', params={}, timeout=None)
23:13:18 __________________________ ExecTest.test_exec_create ___________________________
23:13:18 tests/unit/api_exec_test.py:41: in test_exec_create
23:13:18     assert args[1]['headers'] == \
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 __________________________ ExecTest.test_exec_resize ___________________________
23:13:18 tests/unit/api_exec_test.py:97: in test_exec_resize
23:13:18     timeout=DEFAULT_TIMEOUT_SECONDS
23:13:18 /usr/local/lib/python3.7/unittest/mock.py:878: in assert_called_with
23:13:18     raise AssertionError(_error_message()) from cause
23:13:18 E   AssertionError: Expected call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', headers={'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'User-Agent': 'docker-sdk-python/4.4.0-dev'}, params={'h': 20, 'w': 60}, timeout=60)
23:13:18 E   Actual call: mock('POST', 'http+docker://localhost/v1.39/exec/d5d177f121dc/resize', params={'h': 20, 'w': 60}, timeout=60)
23:13:18 ___________________________ ExecTest.test_exec_start ___________________________
23:13:18 tests/unit/api_exec_test.py:58: in test_exec_start
23:13:18     assert args[1]['headers'] == merge_dicts(DEFAULT_HEADERS, {
23:13:18 E   AssertionError: assert {'Connection'...grade': 'tcp'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 3 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:
23:13:18 E     - {'Connection': 'Upgrade', 'Content-Type': 'application/json', 'Upgrade': 'tcp'}...
23:13:18 E     
23:13:18 E     ...Full output truncated (7 lines hidden), use '-vv' to show
23:13:18 ______________________ ExecTest.test_exec_start_detached _______________________
23:13:18 tests/unit/api_exec_test.py:77: in test_exec_start_detached
23:13:18     assert args[1]['headers'] == merge_dicts(DEFAULT_HEADERS, {
23:13:18 E   AssertionError: assert {'Content-Typ...ication/json'} == {'Accept': '*/...on/json', ...}
23:13:18 E     Omitting 1 identical items, use -vv to show
23:13:18 E     Right contains more items:
23:13:18 E     {'Accept': '*/*',
23:13:18 E      'Accept-Encoding': 'gzip, deflate',
23:13:18 E      'Connection': 'keep-alive',
23:13:18 E      'User-Agent': 'docker-sdk-python/4.4.0-dev'}
23:13:18 E     Full diff:...
23:13:18 E     
23:13:18 E     ...Full output truncated (9 lines hidden), use '-vv' to show
23:13:18 =============================== warnings summary ===============================
23:13:18 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
23:13:18   /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
23:13:18     from collections import MutableMapping
23:13:18 
23:13:18 -- Docs: https://docs.pytest.org/en/latest/warnings.html
23:13:18 
23:13:18 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
23:13:18 Name                                  Stmts   Miss Branch BrPart  Cover
23:13:18 -----------------------------------------------------------------------
23:13:18 docker/__init__.py                        8      0      0      0   100%
23:13:18 docker/api/__init__.py                    1      0      0      0   100%
23:13:18 docker/api/build.py                     126     18     93     16    83%
23:13:18 docker/api/client.py                    263     46     98     13    82%
23:13:18 docker/api/config.py                     31      0      6      2    95%
23:13:18 docker/api/container.py                 266     17    104     19    90%
23:13:18 docker/api/daemon.py                     39      2     14      4    89%
23:13:18 docker/api/exec_api.py                   46      4     22      4    88%
23:13:18 docker/api/image.py                     157     21     58     12    84%
23:13:18 docker/api/network.py                    90     13     48     12    80%
23:13:18 docker/api/plugin.py                     90     13     14      4    82%
23:13:18 docker/api/secret.py                     36      3     10      3    83%
23:13:18 docker/api/service.py                   200     60    149     32    61%
23:13:18 docker/api/swarm.py                     106     14     38     10    82%
23:13:18 docker/api/volume.py                     38      3     14      3    88%
23:13:18 docker/auth.py                          198     17     74     17    88%
23:13:18 docker/client.py                         69      4      2      0    94%
23:13:18 docker/constants.py                      22      0      0      0   100%
23:13:18 docker/context/__init__.py                2      0      0      0   100%
23:13:18 docker/context/api.py                    78     16     38      8    76%
23:13:18 docker/context/config.py                 61     24     16      2    56%
23:13:18 docker/context/context.py               151     21     62     15    81%
23:13:18 docker/credentials/__init__.py            3      0      0      0   100%
23:13:18 docker/credentials/constants.py           4      0      0      0   100%
23:13:18 docker/credentials/errors.py             11      1      2      1    85%
23:13:18 docker/credentials/store.py              50      9     16      5    73%
23:13:18 docker/credentials/utils.py              23     13     12      1    31%
23:13:18 docker/errors.py                        110     12     20      6    86%
23:13:18 docker/models/__init__.py                 0      0      0      0   100%
23:13:18 docker/models/configs.py                 21      8      2      0    57%
23:13:18 docker/models/containers.py             183      6     70      5    95%
23:13:18 docker/models/images.py                 137     29     56      3    76%
23:13:18 docker/models/networks.py                37      1     12      0    98%
23:13:18 docker/models/nodes.py                   15      1      2      0    94%
23:13:18 docker/models/plugins.py                 49     30     10      0    32%
23:13:18 docker/models/resource.py                41      9      6      2    77%
23:13:18 docker/models/secrets.py                 21      8      2      0    57%
23:13:18 docker/models/services.py                87      3     36      3    95%
23:13:18 docker/models/swarm.py                   39      3      6      3    87%
23:13:18 docker/models/volumes.py                 23      1      4      0    96%
23:13:18 docker/tls.py                            37      6     14      6    76%
23:13:18 docker/transport/__init__.py             11      3      0      0    73%
23:13:18 docker/transport/basehttpadapter.py       6      0      2      1    88%
23:13:18 docker/transport/npipeconn.py            59     54     10      0     7%
23:13:18 docker/transport/npipesocket.py         137    132     22      0     3%
23:13:18 docker/transport/sshconn.py             149    110     50      1    20%
23:13:18 docker/transport/ssladapter.py           36     10     10      4    65%
23:13:18 docker/transport/unixconn.py             66      6     12      4    87%
23:13:18 docker/types/__init__.py                  6      0      0      0   100%
23:13:18 docker/types/base.py                      5      0      2      0   100%
23:13:18 docker/types/containers.py              420     66    326     43    84%
23:13:18 docker/types/daemon.py                   36      8     14      4    72%
23:13:18 docker/types/healthcheck.py              34     12      4      1    61%
23:13:18 docker/types/networks.py                 41      6     28      5    81%
23:13:18 docker/types/services.py                312     45    206     33    83%
23:13:18 docker/types/swarm.py                    51     24     40     10    52%
23:13:18 docker/utils/__init__.py                  3      0      0      0   100%
23:13:18 docker/utils/build.py                   155     18     76      7    87%
23:13:18 docker/utils/config.py                   36      2     10      2    91%
23:13:18 docker/utils/decorators.py               37      1     18      2    95%
23:13:18 docker/utils/fnmatch.py                  55     18     28      2    61%
23:13:18 docker/utils/json_stream.py              43      8     14      2    79%
23:13:18 docker/utils/ports.py                    50      3     32      2    91%
23:13:18 docker/utils/proxy.py                    32      1     12      0    98%
23:13:18 docker/utils/socket.py                   86      9     40      7    86%
23:13:18 docker/utils/utils.py                   285     19    177     13    92%
23:13:18 docker/version.py                         2      0      2      0   100%
23:13:18 -----------------------------------------------------------------------
23:13:18 TOTAL                                  5122    991   2265    354    78%
23:13:18 
23:13:18 =========================== short test summary info ============================
23:13:18 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
23:13:18   CONFIG_RT_GROUP_SCHED isn't enabled
23:13:18 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
23:13:18   Not supported on most drivers
23:13:18 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
23:13:18   Output of docker top depends on host distro, and is not formalized.
23:13:18 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
23:13:18   This doesn't seem to be taken into account by the engine
23:13:18 XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks
23:13:18   Flaky test
23:13:18 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
23:13:18 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
23:13:18 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
23:13:18 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
23:13:18 SKIPPED [1] tests/unit/api_build_test.py:188: Windows-specific syntax
23:13:18 SKIPPED [1] tests/unit/client_test.py:103: Npipe Connection Pool only on Windows
23:13:18 SKIPPED [1] tests/unit/client_test.py:142: Npipe Connection Pool only on Windows
23:13:18 SKIPPED [1] tests/unit/client_test.py:216: Npipe Connection Pool only on Windows
23:13:18 SKIPPED [1] tests/unit/client_test.py:253: Npipe Connection Pool only on Windows
23:13:18 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check
23:13:18 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
23:13:18 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
23:13:18 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
23:13:18 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
23:13:18 SKIPPED [1] tests/unit/utils_test.py:487: shlex doesn't support bytes in py3
23:13:18 = 74 failed, 854 passed, 16 skipped, 6 xfailed, 3 xpassed, 1 warnings in 323.79 seconds =
[Pipeline] sh
23:13:19 + docker stop dpy-dind-36-0-py3.7-20.10.0
23:13:23 dpy-dind-36-0-py2.7-20.10.0
23:13:23 + docker network rm dpy-testnet-36-0-py2.7-20.10.0
23:13:23 dpy-testnet-36-0-py2.7-20.10.0
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_20.10.0
23:13:28 dpy-dind-36-0-py3.7-19.03.12
23:13:28 + docker network rm dpy-testnet-36-0-py3.7-19.03.12
23:13:28 dpy-testnet-36-0-py3.7-19.03.12
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.12
23:13:29 dpy-dind-36-0-py3.7-20.10.0
23:13:29 + docker network rm dpy-testnet-36-0-py3.7-20.10.0
23:13:29 dpy-testnet-36-0-py3.7-20.10.0
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_20.10.0
23:13:30 dpy-dind-36-0-py3.7-19.03.13
23:13:30 + docker network rm dpy-testnet-36-0-py3.7-19.03.13
23:13:30 dpy-testnet-36-0-py3.7-19.03.13
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.13
23:13:31 dpy-dind-36-0-py2.7-19.03.13
23:13:31 + docker network rm dpy-testnet-36-0-py2.7-19.03.13
23:13:31 dpy-testnet-36-0-py2.7-19.03.13
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.13
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE