Skip to content
Failed

Console Output

Pull request #2424 updated
09:22:15 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 8acd2c3d084805df0bbeda4697c8ad7215ff7247 rather than 501bf707627914ba6d7b8ae918f02c79ee49082c
Obtained Jenkinsfile from 8acd2c3d084805df0bbeda4697c8ad7215ff7247
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 ead69454b4062f17d1f8389642089a002b037213
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
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision ead69454b4062f17d1f8389642089a002b037213 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ead69454b4062f17d1f8389642089a002b037213
Commit message: "Merge pull request #10 from russellcardullo/sonar-scan"
 > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0c2b609b92b260dda) in /home/ubuntu/workspace/docker-py_PR-2424
[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-2424@tmp/337dbaf6-b8da-4fc1-9724-716d9a482b54/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
09:22:19 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:22:19 chowning workspace
[Pipeline] sh
09:22:19 + uname -m
[Pipeline] sh
09:22:19 + pwd
09:22:19 + id -u
09:22:19 + id -g
09:22:19 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2424:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
09:22:21 Removing all docker containers
[Pipeline] sh
09:22:21 + docker container ls -aq
[Pipeline] echo
09:22:21 Docker containers have been removed
[Pipeline] echo
09:22:21 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:22:21 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
09:22:21 using credential docker-jenkins-github-credentials
09:22:21 Cloning the remote Git repository
09:22:21 Cloning with configured refspecs honoured and without tags
09:22:22 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2424 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/docker-py.git +refs/pull/2424/head:refs/remotes/origin/PR-2424 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2424/head:refs/remotes/origin/PR-2424 # 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/2424/head:refs/remotes/origin/PR-2424 +refs/heads/master:refs/remotes/origin/master
09:22:22 Merging remotes/origin/master commit 8acd2c3d084805df0bbeda4697c8ad7215ff7247 into PR head commit 501bf707627914ba6d7b8ae918f02c79ee49082c
09:22:22 Merge succeeded, producing 501bf707627914ba6d7b8ae918f02c79ee49082c
09:22:22 Checking out Revision 501bf707627914ba6d7b8ae918f02c79ee49082c (PR-2424)
09:22:22 Commit message: "Fix for Python 4: don't monkeypatch 4.0-4.4"
09:22:22 First time build. Skipping changelog.
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 501bf707627914ba6d7b8ae918f02c79ee49082c
 > git merge 8acd2c3d084805df0bbeda4697c8ad7215ff7247 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 501bf707627914ba6d7b8ae918f02c79ee49082c
 > git rev-list --no-walk 4a0560901541dd3a4133b797f79638b42aa03f6f # timeout=10
09:22:23 + git rev-parse HEAD
[Pipeline] sh
09:22:24 + docker pull dockerbuildbot/docker-py:py2-501bf707627914ba6d7b8ae918f02c79ee49082c
09:22:24 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-501bf707627914ba6d7b8ae918f02c79ee49082c not found: manifest unknown: manifest unknown
[Pipeline] sh
09:22:24 + docker build -t dockerbuildbot/docker-py:py2-501bf707627914ba6d7b8ae918f02c79ee49082c -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
09:22:24 Sending build context to Docker daemon  1.273MB

09:22:24 Step 1/19 : ARG PYTHON_VERSION=3.7
09:22:24 Step 2/19 : FROM python:${PYTHON_VERSION}
09:22:24 2.7: Pulling from library/python
09:22:24 4a56a430b2ba: Pulling fs layer
09:22:24 4b5cacb629f5: Pulling fs layer
09:22:24 14408c8d4f9a: Pulling fs layer
09:22:24 ea67eaa7dd42: Pulling fs layer
09:22:24 4d134ac3fe4b: Pulling fs layer
09:22:24 2e009887a409: Pulling fs layer
09:22:24 adb876b6ea0f: Pulling fs layer
09:22:24 19f9812823bb: Pulling fs layer
09:22:24 aabbe3b30f01: Pulling fs layer
09:22:24 2e009887a409: Waiting
09:22:24 adb876b6ea0f: Waiting
09:22:24 19f9812823bb: Waiting
09:22:24 aabbe3b30f01: Waiting
09:22:24 ea67eaa7dd42: Waiting
09:22:24 4d134ac3fe4b: Waiting
09:22:24 14408c8d4f9a: Verifying Checksum
09:22:24 14408c8d4f9a: Download complete
09:22:24 4b5cacb629f5: Verifying Checksum
09:22:24 4b5cacb629f5: Download complete
09:22:25 4a56a430b2ba: Verifying Checksum
09:22:25 4a56a430b2ba: Download complete
09:22:25 ea67eaa7dd42: Verifying Checksum
09:22:25 ea67eaa7dd42: Download complete
09:22:25 2e009887a409: Verifying Checksum
09:22:25 2e009887a409: Download complete
09:22:26 19f9812823bb: Verifying Checksum
09:22:26 19f9812823bb: Download complete
09:22:26 adb876b6ea0f: Verifying Checksum
09:22:26 adb876b6ea0f: Download complete
09:22:26 aabbe3b30f01: Verifying Checksum
09:22:26 aabbe3b30f01: Download complete
09:22:27 4d134ac3fe4b: Verifying Checksum
09:22:27 4d134ac3fe4b: Download complete
09:22:28 4a56a430b2ba: Pull complete
09:22:29 4b5cacb629f5: Pull complete
09:22:29 14408c8d4f9a: Pull complete
09:22:31 ea67eaa7dd42: Pull complete
09:22:38 4d134ac3fe4b: Pull complete
09:22:38 2e009887a409: Pull complete
09:22:39 adb876b6ea0f: Pull complete
09:22:39 19f9812823bb: Pull complete
09:22:40 aabbe3b30f01: Pull complete
09:22:40 Digest: sha256:c19a5bbb640596885fc972b8e5d9b37e2a94b12d580c634ecee224d618d03354
09:22:40 Status: Downloaded newer image for python:2.7
09:22:40  ---> b707c2244b7d
09:22:40 Step 3/19 : ARG APT_MIRROR
09:22:44  ---> Running in eb6dd7451a87
09:22:44 Removing intermediate container eb6dd7451a87
09:22:44  ---> 8e39a06a18e8
09:22:44 Step 4/19 : 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
09:22:44  ---> Running in 45a712bed3ef
09:22:45 Removing intermediate container 45a712bed3ef
09:22:45  ---> 7a4a278f02ab
09:22:45 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
09:22:45  ---> Running in 620f3ef22af9
09:22:46 Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
09:22:46 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
09:22:46 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
09:22:46 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [91.7 kB]
09:22:46 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
09:22:46 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
09:22:48 Fetched 8206 kB in 2s (4743 kB/s)
09:22:48 Reading package lists...
09:22:48 Reading package lists...
09:22:49 Building dependency tree...
09:22:49 Reading state information...
09:22:49 curl is already the newest version (7.64.0-4).
09:22:49 The following additional packages will be installed:
09:22:49   libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip
09:22:49 Suggested packages:
09:22:49   libxml-simple-perl ruby
09:22:49 The following NEW packages will be installed:
09:22:49   gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip
09:22:49 0 upgraded, 9 newly installed, 0 to remove and 3 not upgraded.
09:22:49 Need to get 708 kB of archives.
09:22:49 After this operation, 1197 kB of additional disk space will be used.
09:22:49 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
09:22:49 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB]
09:22:49 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
09:22:49 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
09:22:49 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
09:22:49 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
09:22:49 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB]
09:22:49 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
09:22:49 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB]
09:22:49 debconf: delaying package configuration, since apt-utils is not installed
09:22:49 Fetched 708 kB in 0s (2586 kB/s)
09:22:49 Selecting previously unselected package gnupg2.
09:22:49 (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 ... 24525 files and directories currently installed.)
09:22:49 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ...
09:22:49 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
09:22:49 Selecting previously unselected package libqrencode4:amd64.
09:22:49 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ...
09:22:49 Unpacking libqrencode4:amd64 (4.0.2-1) ...
09:22:49 Selecting previously unselected package libxmu6:amd64.
09:22:49 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
09:22:49 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
09:22:49 Selecting previously unselected package libxmuu1:amd64.
09:22:49 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
09:22:49 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
09:22:49 Selecting previously unselected package tree.
09:22:49 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ...
09:22:49 Unpacking tree (1.8.0-1) ...
09:22:49 Selecting previously unselected package pass.
09:22:49 Preparing to unpack .../5-pass_1.7.3-2_all.deb ...
09:22:49 Unpacking pass (1.7.3-2) ...
09:22:50 Selecting previously unselected package qrencode.
09:22:50 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ...
09:22:50 Unpacking qrencode (4.0.2-1) ...
09:22:50 Selecting previously unselected package xauth.
09:22:50 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ...
09:22:50 Unpacking xauth (1:1.0.10-1) ...
09:22:50 Selecting previously unselected package xclip.
09:22:50 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ...
09:22:50 Unpacking xclip (0.13-1) ...
09:22:50 Setting up gnupg2 (2.2.12-1+deb10u1) ...
09:22:50 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
09:22:50 Setting up libqrencode4:amd64 (4.0.2-1) ...
09:22:50 Setting up qrencode (4.0.2-1) ...
09:22:50 Setting up tree (1.8.0-1) ...
09:22:50 Setting up xclip (0.13-1) ...
09:22:50 Setting up pass (1.7.3-2) ...
09:22:50 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
09:22:50 Setting up xauth (1:1.0.10-1) ...
09:22:50 Processing triggers for libc-bin (2.28-10) ...
09:22:51 Removing intermediate container 620f3ef22af9
09:22:51  ---> 95e3aae8594b
09:22:51 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
09:22:51  ---> fe7550473a1c
09:22:51 Step 7/19 : RUN gpg2 --import gpg-keys/secret
09:22:51  ---> Running in 3c568c5b4577
09:22:52 gpg: directory '/root/.gnupg' created
09:22:52 gpg: keybox '/root/.gnupg/pubring.kbx' created
09:22:52 gpg: /root/.gnupg/trustdb.gpg: trustdb created
09:22:52 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
09:22:52 gpg: key 464ED987A7B21401: secret key imported
09:22:52 gpg: Total number processed: 1
09:22:52 gpg:               imported: 1
09:22:52 gpg:       secret keys read: 1
09:22:52 gpg:   secret keys imported: 1
09:22:52 Removing intermediate container 3c568c5b4577
09:22:52  ---> 6212b52678f5
09:22:52 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
09:22:53  ---> Running in 41025d5b0829
09:22:53 gpg: inserting ownertrust of 6
09:22:54 Removing intermediate container 41025d5b0829
09:22:54  ---> fb1f92cf267a
09:22:54 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
09:22:54  ---> Running in 2a5747b29c18
09:22:55 gpg: please do a --check-trustdb
09:22:55 mkdir: created directory '/root/.password-store/'
09:22:55 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
09:22:55 Removing intermediate container 2a5747b29c18
09:22:55  ---> e2463c96ef50
09:22:55 Step 10/19 : RUN gpg2 --check-trustdb
09:22:55  ---> Running in 1b1f27fb59fb
09:22:56 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
09:22:56 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
09:22:56 Removing intermediate container 1b1f27fb59fb
09:22:56  ---> d57c905defd7
09:22:56 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
09:22:56  ---> Running in 56a6bf2290a2
09:22:57 Removing intermediate container 56a6bf2290a2
09:22:57  ---> fb2d45217366
09:22:57 Step 12/19 : 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
09:22:57  ---> Running in e370f914e0db
09:22:59 Removing intermediate container e370f914e0db
09:22:59  ---> 736deeed2a61
09:22:59 Step 13/19 : WORKDIR /src
09:22:59  ---> Running in e626df5d5b20
09:22:59 Removing intermediate container e626df5d5b20
09:22:59  ---> 7e81e7447707
09:22:59 Step 14/19 : COPY requirements.txt /src/requirements.txt
09:22:59  ---> 43c24a26be55
09:22:59 Step 15/19 : RUN pip install -r requirements.txt
09:22:59  ---> Running in b9673d2e9190
09:23:00 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. 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
09:23:00 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version < "3.6"' don't match your environment
09:23:00 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version >= "3.6"' don't match your environment
09:23:00 Collecting appdirs==1.4.3 (from -r requirements.txt (line 1))
09:23:06   Downloading https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl
09:23:06 Collecting asn1crypto==0.22.0 (from -r requirements.txt (line 2))
09:23:06   Downloading https://files.pythonhosted.org/packages/97/ba/7e8117d8efcee589f4d96dd2b2eb1d997f96d27d214cf2b7134ad8acf6ab/asn1crypto-0.22.0-py2.py3-none-any.whl (97kB)
09:23:06 Collecting backports.ssl-match-hostname==3.5.0.1 (from -r requirements.txt (line 3))
09:23:06   Downloading https://files.pythonhosted.org/packages/76/21/2dc61178a2038a5cb35d14b61467c6ac632791ed05131dda72c20e7b9e23/backports.ssl_match_hostname-3.5.0.1.tar.gz
09:23:06 Collecting cffi==1.10.0 (from -r requirements.txt (line 4))
09:23:06   Downloading https://files.pythonhosted.org/packages/50/85/d74d06ac09fc2deb3d9bd6d6aca4ca13d82b8118c04494cd0e84fcd81624/cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392kB)
09:23:06 Collecting cryptography==2.3 (from -r requirements.txt (line 5))
09:23:06   Downloading https://files.pythonhosted.org/packages/67/21/e79987f1f9abae42d666b1f89b4e78aa096acc00bbf97ad40d19b07b4a83/cryptography-2.3-cp27-cp27mu-manylinux1_x86_64.whl (2.1MB)
09:23:06 Collecting enum34==1.1.6 (from -r requirements.txt (line 6))
09:23:06   Downloading https://files.pythonhosted.org/packages/c5/db/e56e6b4bbac7c4a06de1c50de6fe1ef3810018ae11732a50f15f62c7d050/enum34-1.1.6-py2-none-any.whl
09:23:06 Collecting idna==2.5 (from -r requirements.txt (line 7))
09:23:06   Downloading https://files.pythonhosted.org/packages/11/7d/9bbbd7bb35f34b0169542487d2a8859e44306bb2e6a4455d491800a5621f/idna-2.5-py2.py3-none-any.whl (55kB)
09:23:06 Collecting ipaddress==1.0.18 (from -r requirements.txt (line 8))
09:23:06   Downloading https://files.pythonhosted.org/packages/17/93/28f4dd560780dd70fe75ce7e2662869770dfac181f6bbb472179ea8da516/ipaddress-1.0.18-py2-none-any.whl
09:23:06 Collecting packaging==16.8 (from -r requirements.txt (line 9))
09:23:06   Downloading https://files.pythonhosted.org/packages/87/1b/c39b7c65b5612812b83d6cab7ef2885eac9f6beb0b7b8a7071a186aea3b1/packaging-16.8-py2.py3-none-any.whl
09:23:06 Collecting paramiko==2.4.2 (from -r requirements.txt (line 10))
09:23:07   Downloading https://files.pythonhosted.org/packages/cf/ae/94e70d49044ccc234bfdba20114fa947d7ba6eb68a2e452d89b920e62227/paramiko-2.4.2-py2.py3-none-any.whl (193kB)
09:23:07 Collecting pycparser==2.17 (from -r requirements.txt (line 11))
09:23:07   Downloading https://files.pythonhosted.org/packages/be/64/1bb257ffb17d01f4a38d7ce686809a736837ad4371bcc5c42ba7a715c3ac/pycparser-2.17.tar.gz (231kB)
09:23:07 Collecting pyOpenSSL==18.0.0 (from -r requirements.txt (line 12))
09:23:07   Downloading https://files.pythonhosted.org/packages/96/af/9d29e6bd40823061aea2e0574ccb2fcf72bfd6130ce53d32773ec375458c/pyOpenSSL-18.0.0-py2.py3-none-any.whl (53kB)
09:23:07 Collecting pyparsing==2.2.0 (from -r requirements.txt (line 13))
09:23:07   Downloading https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl (56kB)
09:23:07 Collecting requests==2.20.0 (from -r requirements.txt (line 16))
09:23:07   Downloading https://files.pythonhosted.org/packages/f1/ca/10332a30cb25b627192b4ea272c351bce3ca1091e541245cccbace6051d8/requests-2.20.0-py2.py3-none-any.whl (60kB)
09:23:07 Collecting six==1.10.0 (from -r requirements.txt (line 17))
09:23:07   Downloading https://files.pythonhosted.org/packages/c8/0a/b6723e1bc4c516cb687841499455a8505b44607ab535be01091c0f24f079/six-1.10.0-py2.py3-none-any.whl
09:23:07 Collecting urllib3==1.24.3 (from -r requirements.txt (line 18))
09:23:07   Downloading https://files.pythonhosted.org/packages/01/11/525b02e4acc0c747de8b6ccdab376331597c569c42ea66ab0a1dbd36eca2/urllib3-1.24.3-py2.py3-none-any.whl (118kB)
09:23:07 Collecting websocket-client==0.56.0 (from -r requirements.txt (line 19))
09:23:07   Downloading https://files.pythonhosted.org/packages/29/19/44753eab1fdb50770ac69605527e8859468f3c0fd7dc5a76dd9c4dbd7906/websocket_client-0.56.0-py2.py3-none-any.whl (200kB)
09:23:07 Collecting pynacl>=1.0.1 (from paramiko==2.4.2->-r requirements.txt (line 10))
09:23:07   Downloading https://files.pythonhosted.org/packages/b3/25/e605574f24948a8a53b497744e93f061eb1dbe7c44b6465fc1c172d591aa/PyNaCl-1.3.0-cp27-cp27mu-manylinux1_x86_64.whl (762kB)
09:23:07 Collecting pyasn1>=0.1.7 (from paramiko==2.4.2->-r requirements.txt (line 10))
09:23:07   Downloading https://files.pythonhosted.org/packages/a1/71/8f0d444e3a74e5640a3d5d967c1c6b015da9c655f35b2d308a55d907a517/pyasn1-0.4.7-py2.py3-none-any.whl (76kB)
09:23:07 Collecting bcrypt>=3.1.3 (from paramiko==2.4.2->-r requirements.txt (line 10))
09:23:07   Downloading https://files.pythonhosted.org/packages/ad/36/9a0227d048e98409f012570f7bef8a8c2373b9c9c5dfbf82963cbae05ede/bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59kB)
09:23:07 Collecting certifi>=2017.4.17 (from requests==2.20.0->-r requirements.txt (line 16))
09:23:07   Downloading https://files.pythonhosted.org/packages/18/b0/8146a4f8dd402f60744fa380bc73ca47303cccf8b9190fd16a827281eac2/certifi-2019.9.11-py2.py3-none-any.whl (154kB)
09:23:07 Collecting chardet<3.1.0,>=3.0.2 (from requests==2.20.0->-r requirements.txt (line 16))
09:23:07   Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
09:23:07 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
09:23:07   Building wheel for backports.ssl-match-hostname (setup.py): started
09:23:08   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
09:23:08   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-cp27-none-any.whl size=5211 sha256=e6b7835785c333f50d6d7d7ccddda2198963462c195c6c40fb3b0773d8f8d125
09:23:08   Stored in directory: /root/.cache/pip/wheels/99/7e/f7/a88a9bcf7a3bd6b12cf6a74eee8c89746aaa02f71ab7b33939
09:23:08   Building wheel for pycparser (setup.py): started
09:23:08   Building wheel for pycparser (setup.py): finished with status 'done'
09:23:08   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193885 sha256=1088e6b7926be34fbb5f87a80f746cecbc18a6bb04a0bec1a8afe010ca5a5b3b
09:23:08   Stored in directory: /root/.cache/pip/wheels/3f/a9/a7/44a27bb67d962845df8df4ac988e1f369184e307392ce37c5b
09:23:08 Successfully built backports.ssl-match-hostname pycparser
09:23:08 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, enum34, six, idna, ipaddress, cryptography, pyparsing, packaging, pynacl, pyasn1, bcrypt, paramiko, pyOpenSSL, urllib3, certifi, chardet, requests, websocket-client
09:23:09 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2019.9.11 cffi-1.10.0 chardet-3.0.4 cryptography-2.3 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.7 pycparser-2.17 pynacl-1.3.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
09:23:15 Removing intermediate container b9673d2e9190
09:23:15  ---> 533f0981a240
09:23:15 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
09:23:15  ---> 82320625b4f1
09:23:15 Step 17/19 : RUN pip install -r test-requirements.txt
09:23:15  ---> Running in 30b246159ddf
09:23:16 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. 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
09:23:16 Collecting coverage==4.5.2 (from -r test-requirements.txt (line 1))
09:23:22   Downloading https://files.pythonhosted.org/packages/af/cf/e240715a50d64b0538a08a2be1ae4060fb25791e911cbe8fd2367b5deeaa/coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201kB)
09:23:22 Collecting flake8==3.6.0 (from -r test-requirements.txt (line 2))
09:23:22   Downloading https://files.pythonhosted.org/packages/34/a6/49e2849a0e5464e1b5d621f63bc8453066f0f367bb3b744a33fca0bc1ddd/flake8-3.6.0-py2.py3-none-any.whl (68kB)
09:23:22 Collecting mock==1.0.1 (from -r test-requirements.txt (line 3))
09:23:22   Downloading https://files.pythonhosted.org/packages/a2/52/7edcd94f0afb721a2d559a5b9aae8af4f8f2c79bc63fdbe8a8a6c9b23bbe/mock-1.0.1.tar.gz (818kB)
09:23:22 Collecting pytest==4.2.1 (from -r test-requirements.txt (line 4))
09:23:22   Downloading https://files.pythonhosted.org/packages/11/e9/dc9a7269a7e1fed46de7d5864da6a86370256c791bf263dd0c7d7e8f1ff1/pytest-4.2.1-py2.py3-none-any.whl (218kB)
09:23:22 Collecting pytest-cov==2.6.1 (from -r test-requirements.txt (line 5))
09:23:22   Downloading https://files.pythonhosted.org/packages/7d/b5/92f32674ab954f80499ac73347bfeb815545ea295439c12b0ef3ac8f0975/pytest_cov-2.6.1-py2.py3-none-any.whl
09:23:22 Collecting pytest-timeout==1.3.3 (from -r test-requirements.txt (line 6))
09:23:22   Downloading https://files.pythonhosted.org/packages/58/92/f60ea2e27074d6f97c8aaf21e34d1f838eb623e4b8070680846c65318a10/pytest_timeout-1.3.3-py2.py3-none-any.whl
09:23:22 Collecting configparser; python_version < "3.2" (from flake8==3.6.0->-r test-requirements.txt (line 2))
09:23:22   Downloading https://files.pythonhosted.org/packages/7a/2a/95ed0501cf5d8709490b1d3a3f9b5cf340da6c433f896bbe9ce08dbe6785/configparser-4.0.2-py2.py3-none-any.whl
09:23:22 Requirement already satisfied: enum34; python_version < "3.4" in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 2)) (1.1.6)
09:23:22 Collecting pycodestyle<2.5.0,>=2.4.0 (from flake8==3.6.0->-r test-requirements.txt (line 2))
09:23:22   Downloading https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl (62kB)
09:23:22 Collecting mccabe<0.7.0,>=0.6.0 (from flake8==3.6.0->-r test-requirements.txt (line 2))
09:23:22   Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
09:23:22 Collecting pyflakes<2.1.0,>=2.0.0 (from flake8==3.6.0->-r test-requirements.txt (line 2))
09:23:22   Downloading https://files.pythonhosted.org/packages/44/98/af7a72c9a543b1487d92813c648cb9b9adfbc96faef5455d60f4439aa99b/pyflakes-2.0.0-py2.py3-none-any.whl (53kB)
09:23:22 Requirement already satisfied: setuptools>=30 in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 2)) (41.2.0)
09:23:22 Collecting py>=1.5.0 (from pytest==4.2.1->-r test-requirements.txt (line 4))
09:23:22   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
09:23:22 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python2.7/site-packages (from pytest==4.2.1->-r test-requirements.txt (line 4)) (1.10.0)
09:23:22 Collecting pathlib2>=2.2.0; python_version < "3.6" (from pytest==4.2.1->-r test-requirements.txt (line 4))
09:23:22   Downloading https://files.pythonhosted.org/packages/67/c6/4dbf5dfdbe1140cadf765c3896acc098578626c35721bc7d3eb35f6a8fc1/pathlib2-2.3.4-py2.py3-none-any.whl
09:23:22 Collecting funcsigs; python_version < "3.0" (from pytest==4.2.1->-r test-requirements.txt (line 4))
09:23:22   Downloading https://files.pythonhosted.org/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl
09:23:22 Collecting atomicwrites>=1.0 (from pytest==4.2.1->-r test-requirements.txt (line 4))
09:23:22   Downloading https://files.pythonhosted.org/packages/52/90/6155aa926f43f2b2a22b01be7241be3bfd1ceaf7d0b3267213e8127d41f4/atomicwrites-1.3.0-py2.py3-none-any.whl
09:23:22 Collecting pluggy>=0.7 (from pytest==4.2.1->-r test-requirements.txt (line 4))
09:23:22   Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl
09:23:22 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7" (from pytest==4.2.1->-r test-requirements.txt (line 4))
09:23:22   Downloading https://files.pythonhosted.org/packages/2f/9d/dcfe59e213093695f108508af1214cf9cd95cc5489e46877ec5cb56369e5/more_itertools-5.0.0-py2-none-any.whl (52kB)
09:23:22 Collecting attrs>=17.4.0 (from pytest==4.2.1->-r test-requirements.txt (line 4))
09:23:22   Downloading https://files.pythonhosted.org/packages/23/96/d828354fa2dbdf216eaa7b7de0db692f12c234f7ef888cc14980ef40d1d2/attrs-19.1.0-py2.py3-none-any.whl
09:23:22 Collecting scandir; python_version < "3.5" (from pathlib2>=2.2.0; python_version < "3.6"->pytest==4.2.1->-r test-requirements.txt (line 4))
09:23:22   Downloading https://files.pythonhosted.org/packages/df/f5/9c052db7bd54d0cbf1bc0bb6554362bba1012d03e5888950a4f5c5dadc4e/scandir-1.10.0.tar.gz
09:23:22 Collecting importlib-metadata>=0.12; python_version < "3.8" (from pluggy>=0.7->pytest==4.2.1->-r test-requirements.txt (line 4))
09:23:23   Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl
09:23:23 Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.2.1->-r test-requirements.txt (line 4))
09:23:23   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
09:23:23 Collecting contextlib2; python_version < "3" (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.2.1->-r test-requirements.txt (line 4))
09:23:23   Downloading https://files.pythonhosted.org/packages/cf/e5/989798d38831a8505d62687c94b0f2954ff0a40782e25f9add8ed675dc1f/contextlib2-0.6.0-py2.py3-none-any.whl
09:23:23 Building wheels for collected packages: mock, scandir
09:23:23   Building wheel for mock (setup.py): started
09:23:23   Building wheel for mock (setup.py): finished with status 'done'
09:23:23   Created wheel for mock: filename=mock-1.0.1-cp27-none-any.whl size=23755 sha256=8b8e3e105c0d73e997073652fe8ec643584894f9999c2a22e52fde89f6bae0db
09:23:23   Stored in directory: /root/.cache/pip/wheels/7e/72/92/744b532c779242b57aab4bcba80c312b30c069bbd60025e7e6
09:23:23   Building wheel for scandir (setup.py): started
09:23:23   Building wheel for scandir (setup.py): finished with status 'done'
09:23:23   Created wheel for scandir: filename=scandir-1.10.0-cp27-cp27mu-linux_x86_64.whl size=42774 sha256=b7d4737f07c74fc8104f301d30f1fc6136b6f40353479865785a63aff1802390
09:23:23   Stored in directory: /root/.cache/pip/wheels/91/95/75/19c98a91239878abbc7c59970abd3b4e0438a7dd5b61778335
09:23:23 Successfully built mock scandir
09:23:23 Installing collected packages: coverage, configparser, pycodestyle, mccabe, pyflakes, flake8, mock, py, scandir, pathlib2, funcsigs, atomicwrites, more-itertools, zipp, contextlib2, importlib-metadata, pluggy, attrs, pytest, pytest-cov, pytest-timeout
09:23:24 Successfully installed atomicwrites-1.3.0 attrs-19.1.0 configparser-4.0.2 contextlib2-0.6.0 coverage-4.5.2 flake8-3.6.0 funcsigs-1.0.2 importlib-metadata-0.23 mccabe-0.6.1 mock-1.0.1 more-itertools-5.0.0 pathlib2-2.3.4 pluggy-0.13.0 py-1.8.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.2.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 scandir-1.10.0 zipp-0.6.0
09:23:25 Removing intermediate container 30b246159ddf
09:23:25  ---> f1ba37caef48
09:23:25 Step 18/19 : COPY . /src
09:23:25  ---> cfa5b91fd4e0
09:23:25 Step 19/19 : RUN pip install .
09:23:25  ---> Running in fe9c1d948465
09:23:26 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. 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
09:23:26 Processing /src
09:23:26 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (1.10.0)
09:23:26 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (0.56.0)
09:23:26 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (2.20.0)
09:23:26 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (3.5.0.1)
09:23:26 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (1.0.18)
09:23:26 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.1.0.dev0) (2.5)
09:23:26 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.1.0.dev0) (1.24.3)
09:23:26 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.1.0.dev0) (2019.9.11)
09:23:26 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.1.0.dev0) (3.0.4)
09:23:26 Building wheels for collected packages: docker
09:23:26   Building wheel for docker (setup.py): started
09:23:27   Building wheel for docker (setup.py): finished with status 'done'
09:23:27   Created wheel for docker: filename=docker-4.1.0.dev0-py2.py3-none-any.whl size=139108 sha256=198799ff75449d0dc1e81ae311921fc8e5a0f21dcabb41b24c6d89f4acab158a
09:23:27   Stored in directory: /tmp/pip-ephem-wheel-cache-lQEeO6/wheels/ee/4d/f0/2a86c10b571f6f2e614d6de70cb18e96cf856ba00408408b23
09:23:27 Successfully built docker
09:23:27 Installing collected packages: docker
09:23:27 Successfully installed docker-4.1.0.dev0
09:23:28 Removing intermediate container fe9c1d948465
09:23:28  ---> 66b5bfe1bda0
09:23:28 Successfully built 66b5bfe1bda0
09:23:28 Successfully tagged dockerbuildbot/docker-py:py2-501bf707627914ba6d7b8ae918f02c79ee49082c
[Pipeline] dockerFingerprintFrom
[Pipeline] sh
09:23:28 + docker tag dockerbuildbot/docker-py:py2-501bf707627914ba6d7b8ae918f02c79ee49082c dockerbuildbot/docker-py:py2-501bf707627914ba6d7b8ae918f02c79ee49082c
[Pipeline] sh
09:23:28 + docker push dockerbuildbot/docker-py:py2-501bf707627914ba6d7b8ae918f02c79ee49082c
09:23:28 The push refers to repository [docker.io/dockerbuildbot/docker-py]
09:23:28 62f4cc5551b5: Preparing
09:23:28 04701bca5b63: Preparing
09:23:28 5385d36ffb60: Preparing
09:23:28 76876a88aab4: Preparing
09:23:28 2b4a1a2ee268: Preparing
09:23:28 3674415c0eab: Preparing
09:23:28 c81f928e6b66: Preparing
09:23:28 87c6790d899e: Preparing
09:23:28 1724c26aa67a: Preparing
09:23:28 86583d62e71b: Preparing
09:23:28 39038ba23aa0: Preparing
09:23:28 a560d7ff3a36: Preparing
09:23:28 c7b68629a4e4: Preparing
09:23:28 1d9c7d18a497: Preparing
09:23:28 69d7e6ad8e42: Preparing
09:23:28 d885ef11f284: Preparing
09:23:28 6f5053808cc8: Preparing
09:23:28 5324f50b5603: Preparing
09:23:28 38a5d7f018e6: Preparing
09:23:28 3bfeb766f97b: Preparing
09:23:28 ea1227feeccb: Preparing
09:23:28 9cae1895156d: Preparing
09:23:28 52dba9daa22c: Preparing
09:23:28 78c1b9419976: Preparing
09:23:28 3674415c0eab: Waiting
09:23:28 c81f928e6b66: Waiting
09:23:28 87c6790d899e: Waiting
09:23:28 1724c26aa67a: Waiting
09:23:28 86583d62e71b: Waiting
09:23:28 39038ba23aa0: Waiting
09:23:28 a560d7ff3a36: Waiting
09:23:28 c7b68629a4e4: Waiting
09:23:28 69d7e6ad8e42: Waiting
09:23:28 d885ef11f284: Waiting
09:23:28 6f5053808cc8: Waiting
09:23:28 5324f50b5603: Waiting
09:23:28 38a5d7f018e6: Waiting
09:23:28 3bfeb766f97b: Waiting
09:23:28 ea1227feeccb: Waiting
09:23:28 9cae1895156d: Waiting
09:23:28 52dba9daa22c: Waiting
09:23:28 78c1b9419976: Waiting
09:23:28 1d9c7d18a497: Waiting
09:23:30 04701bca5b63: Pushed
09:23:30 76876a88aab4: Pushed
09:23:30 62f4cc5551b5: Pushed
09:23:30 5385d36ffb60: Pushed
09:23:30 3674415c0eab: Pushed
09:23:31 c81f928e6b66: Pushed
09:23:31 1724c26aa67a: Pushed
09:23:31 2b4a1a2ee268: Pushed
09:23:32 86583d62e71b: Pushed
09:23:32 87c6790d899e: Pushed
09:23:32 a560d7ff3a36: Pushed
09:23:32 d885ef11f284: Layer already exists
09:23:32 6f5053808cc8: Layer already exists
09:23:32 c7b68629a4e4: Pushed
09:23:32 5324f50b5603: Layer already exists
09:23:33 3bfeb766f97b: Layer already exists
09:23:33 38a5d7f018e6: Layer already exists
09:23:33 ea1227feeccb: Layer already exists
09:23:33 9cae1895156d: Layer already exists
09:23:33 78c1b9419976: Layer already exists
09:23:33 52dba9daa22c: Layer already exists
09:23:33 39038ba23aa0: Pushed
09:23:34 1d9c7d18a497: Pushed
09:23:34 69d7e6ad8e42: Pushed
09:23:35 py2-501bf707627914ba6d7b8ae918f02c79ee49082c: digest: sha256:199adc56d257691eaa8d40def126e14896f48cf343fb98e31b65a9c5211ea0d8 size: 5353
[Pipeline] sh
09:23:36 + docker pull dockerbuildbot/docker-py:py3-501bf707627914ba6d7b8ae918f02c79ee49082c
09:23:36 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-501bf707627914ba6d7b8ae918f02c79ee49082c not found: manifest unknown: manifest unknown
[Pipeline] sh
09:23:36 + docker build -t dockerbuildbot/docker-py:py3-501bf707627914ba6d7b8ae918f02c79ee49082c -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
09:23:36 Sending build context to Docker daemon  1.273MB

09:23:36 Step 1/19 : ARG PYTHON_VERSION=3.7
09:23:36 Step 2/19 : FROM python:${PYTHON_VERSION}
09:23:36 3.7: Pulling from library/python
09:23:36 4a56a430b2ba: Already exists
09:23:36 4b5cacb629f5: Already exists
09:23:36 14408c8d4f9a: Already exists
09:23:36 ea67eaa7dd42: Already exists
09:23:36 4d134ac3fe4b: Already exists
09:23:36 4c55f6f5d7f0: Pulling fs layer
09:23:36 6ae475e50652: Pulling fs layer
09:23:36 6f4152644229: Pulling fs layer
09:23:36 6933d3d46042: Pulling fs layer
09:23:36 6933d3d46042: Waiting
09:23:37 6f4152644229: Verifying Checksum
09:23:37 6f4152644229: Download complete
09:23:37 4c55f6f5d7f0: Verifying Checksum
09:23:37 4c55f6f5d7f0: Download complete
09:23:37 6933d3d46042: Verifying Checksum
09:23:37 6933d3d46042: Download complete
09:23:37 6ae475e50652: Verifying Checksum
09:23:37 6ae475e50652: Download complete
09:23:37 4c55f6f5d7f0: Pull complete
09:23:38 6ae475e50652: Pull complete
09:23:38 6f4152644229: Pull complete
09:23:38 6933d3d46042: Pull complete
09:23:38 Digest: sha256:0f0e991a97426db345ca7ec59fa911c8ed27ced27c88ae9966b452bcc6438c2f
09:23:38 Status: Downloaded newer image for python:3.7
09:23:38  ---> 02d2bb146b3b
09:23:38 Step 3/19 : ARG APT_MIRROR
09:23:39  ---> Running in e7c987b8c269
09:23:39 Removing intermediate container e7c987b8c269
09:23:39  ---> 676305c8e19c
09:23:39 Step 4/19 : 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
09:23:39  ---> Running in ce60f544c628
09:23:41 Removing intermediate container ce60f544c628
09:23:41  ---> 652a8fbf5035
09:23:41 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
09:23:41  ---> Running in 353e6aba1752
09:23:42 Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
09:23:42 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
09:23:42 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
09:23:42 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [91.7 kB]
09:23:42 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
09:23:42 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
09:23:44 Fetched 8206 kB in 2s (4879 kB/s)
09:23:44 Reading package lists...
09:23:45 Reading package lists...
09:23:45 Building dependency tree...
09:23:45 Reading state information...
09:23:45 curl is already the newest version (7.64.0-4).
09:23:45 The following additional packages will be installed:
09:23:45   libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip
09:23:45 Suggested packages:
09:23:45   libxml-simple-perl ruby
09:23:45 The following NEW packages will be installed:
09:23:45   gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip
09:23:45 0 upgraded, 9 newly installed, 0 to remove and 3 not upgraded.
09:23:45 Need to get 708 kB of archives.
09:23:45 After this operation, 1197 kB of additional disk space will be used.
09:23:45 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
09:23:45 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB]
09:23:45 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
09:23:45 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
09:23:45 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
09:23:45 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
09:23:45 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB]
09:23:45 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
09:23:45 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB]
09:23:45 debconf: delaying package configuration, since apt-utils is not installed
09:23:45 Fetched 708 kB in 0s (2576 kB/s)
09:23:45 Selecting previously unselected package gnupg2.
09:23:45 (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 ... 24525 files and directories currently installed.)
09:23:45 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ...
09:23:45 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
09:23:45 Selecting previously unselected package libqrencode4:amd64.
09:23:45 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ...
09:23:45 Unpacking libqrencode4:amd64 (4.0.2-1) ...
09:23:46 Selecting previously unselected package libxmu6:amd64.
09:23:46 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
09:23:46 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
09:23:46 Selecting previously unselected package libxmuu1:amd64.
09:23:46 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
09:23:46 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
09:23:46 Selecting previously unselected package tree.
09:23:46 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ...
09:23:46 Unpacking tree (1.8.0-1) ...
09:23:46 Selecting previously unselected package pass.
09:23:46 Preparing to unpack .../5-pass_1.7.3-2_all.deb ...
09:23:46 Unpacking pass (1.7.3-2) ...
09:23:46 Selecting previously unselected package qrencode.
09:23:46 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ...
09:23:46 Unpacking qrencode (4.0.2-1) ...
09:23:46 Selecting previously unselected package xauth.
09:23:46 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ...
09:23:46 Unpacking xauth (1:1.0.10-1) ...
09:23:46 Selecting previously unselected package xclip.
09:23:46 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ...
09:23:46 Unpacking xclip (0.13-1) ...
09:23:46 Setting up gnupg2 (2.2.12-1+deb10u1) ...
09:23:46 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
09:23:46 Setting up libqrencode4:amd64 (4.0.2-1) ...
09:23:46 Setting up qrencode (4.0.2-1) ...
09:23:46 Setting up tree (1.8.0-1) ...
09:23:46 Setting up xclip (0.13-1) ...
09:23:46 Setting up pass (1.7.3-2) ...
09:23:46 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
09:23:46 Setting up xauth (1:1.0.10-1) ...
09:23:46 Processing triggers for libc-bin (2.28-10) ...
09:23:47 Removing intermediate container 353e6aba1752
09:23:47  ---> bb7addc1e8b4
09:23:47 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
09:23:48  ---> d6fb0d67655f
09:23:48 Step 7/19 : RUN gpg2 --import gpg-keys/secret
09:23:48  ---> Running in 21eb8edcb24e
09:23:49 gpg: directory '/root/.gnupg' created
09:23:49 gpg: keybox '/root/.gnupg/pubring.kbx' created
09:23:49 gpg: /root/.gnupg/trustdb.gpg: trustdb created
09:23:49 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
09:23:49 gpg: key 464ED987A7B21401: secret key imported
09:23:49 gpg: Total number processed: 1
09:23:49 gpg:               imported: 1
09:23:49 gpg:       secret keys read: 1
09:23:49 gpg:   secret keys imported: 1
09:23:49 Removing intermediate container 21eb8edcb24e
09:23:49  ---> fee0863c7767
09:23:49 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
09:23:49  ---> Running in 5a2a67efa309
09:23:50 gpg: inserting ownertrust of 6
09:23:51 Removing intermediate container 5a2a67efa309
09:23:51  ---> 993cd5deebdd
09:23:51 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
09:23:51  ---> Running in b29951e53bba
09:23:52 gpg: please do a --check-trustdb
09:23:52 mkdir: created directory '/root/.password-store/'
09:23:52 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
09:23:52 Removing intermediate container b29951e53bba
09:23:52  ---> a2ffe9b74671
09:23:52 Step 10/19 : RUN gpg2 --check-trustdb
09:23:52  ---> Running in c0fbbacd6694
09:23:53 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
09:23:53 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
09:23:54 Removing intermediate container c0fbbacd6694
09:23:54  ---> a4c151766a39
09:23:54 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
09:23:54  ---> Running in 980c2432f0f6
09:23:54 Removing intermediate container 980c2432f0f6
09:23:54  ---> 6365c1a9355a
09:23:54 Step 12/19 : 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
09:23:54  ---> Running in baac60652d33
09:23:56 Removing intermediate container baac60652d33
09:23:56  ---> 6fbff4001af8
09:23:56 Step 13/19 : WORKDIR /src
09:23:56  ---> Running in 6dbf9e5a28c3
09:23:56 Removing intermediate container 6dbf9e5a28c3
09:23:56  ---> 14555fa0e09b
09:23:56 Step 14/19 : COPY requirements.txt /src/requirements.txt
09:23:56  ---> 670ff03712ea
09:23:56 Step 15/19 : RUN pip install -r requirements.txt
09:23:56  ---> Running in a2df61cb96e8
09:23:58 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version < "3.6"' don't match your environment
09:23:58 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version >= "3.6"' don't match your environment
09:23:58 Collecting appdirs==1.4.3 (from -r requirements.txt (line 1))
09:24:03   Downloading https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl
09:24:03 Collecting asn1crypto==0.22.0 (from -r requirements.txt (line 2))
09:24:03   Downloading https://files.pythonhosted.org/packages/97/ba/7e8117d8efcee589f4d96dd2b2eb1d997f96d27d214cf2b7134ad8acf6ab/asn1crypto-0.22.0-py2.py3-none-any.whl (97kB)
09:24:03 Collecting backports.ssl-match-hostname==3.5.0.1 (from -r requirements.txt (line 3))
09:24:03   Downloading https://files.pythonhosted.org/packages/76/21/2dc61178a2038a5cb35d14b61467c6ac632791ed05131dda72c20e7b9e23/backports.ssl_match_hostname-3.5.0.1.tar.gz
09:24:03 Collecting cffi==1.10.0 (from -r requirements.txt (line 4))
09:24:03   Downloading https://files.pythonhosted.org/packages/5b/b9/790f8eafcdab455bcd3bd908161f802c9ce5adbf702a83aa7712fcc345b7/cffi-1.10.0.tar.gz (418kB)
09:24:04 Collecting cryptography==2.3 (from -r requirements.txt (line 5))
09:24:04   Downloading https://files.pythonhosted.org/packages/c2/fa/fa9a8933c285895935d1392922fe721e9cb1b2c1881d14f149213a227ee3/cryptography-2.3-cp34-abi3-manylinux1_x86_64.whl (2.1MB)
09:24:04 Collecting enum34==1.1.6 (from -r requirements.txt (line 6))
09:24:04   Downloading https://files.pythonhosted.org/packages/af/42/cb9355df32c69b553e72a2e28daee25d1611d2c0d9c272aa1d34204205b2/enum34-1.1.6-py3-none-any.whl
09:24:04 Collecting idna==2.5 (from -r requirements.txt (line 7))
09:24:04   Downloading https://files.pythonhosted.org/packages/11/7d/9bbbd7bb35f34b0169542487d2a8859e44306bb2e6a4455d491800a5621f/idna-2.5-py2.py3-none-any.whl (55kB)
09:24:04 Collecting ipaddress==1.0.18 (from -r requirements.txt (line 8))
09:24:04   Downloading https://files.pythonhosted.org/packages/4e/13/774faf38b445d0b3a844b65747175b2e0500164b7c28d78e34987a5bfe06/ipaddress-1.0.18.tar.gz
09:24:04 Collecting packaging==16.8 (from -r requirements.txt (line 9))
09:24:04   Downloading https://files.pythonhosted.org/packages/87/1b/c39b7c65b5612812b83d6cab7ef2885eac9f6beb0b7b8a7071a186aea3b1/packaging-16.8-py2.py3-none-any.whl
09:24:04 Collecting paramiko==2.4.2 (from -r requirements.txt (line 10))
09:24:04   Downloading https://files.pythonhosted.org/packages/cf/ae/94e70d49044ccc234bfdba20114fa947d7ba6eb68a2e452d89b920e62227/paramiko-2.4.2-py2.py3-none-any.whl (193kB)
09:24:04 Collecting pycparser==2.17 (from -r requirements.txt (line 11))
09:24:04   Downloading https://files.pythonhosted.org/packages/be/64/1bb257ffb17d01f4a38d7ce686809a736837ad4371bcc5c42ba7a715c3ac/pycparser-2.17.tar.gz (231kB)
09:24:05 Collecting pyOpenSSL==18.0.0 (from -r requirements.txt (line 12))
09:24:05   Downloading https://files.pythonhosted.org/packages/96/af/9d29e6bd40823061aea2e0574ccb2fcf72bfd6130ce53d32773ec375458c/pyOpenSSL-18.0.0-py2.py3-none-any.whl (53kB)
09:24:05 Collecting pyparsing==2.2.0 (from -r requirements.txt (line 13))
09:24:05   Downloading https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl (56kB)
09:24:05 Collecting requests==2.20.0 (from -r requirements.txt (line 16))
09:24:05   Downloading https://files.pythonhosted.org/packages/f1/ca/10332a30cb25b627192b4ea272c351bce3ca1091e541245cccbace6051d8/requests-2.20.0-py2.py3-none-any.whl (60kB)
09:24:05 Collecting six==1.10.0 (from -r requirements.txt (line 17))
09:24:05   Downloading https://files.pythonhosted.org/packages/c8/0a/b6723e1bc4c516cb687841499455a8505b44607ab535be01091c0f24f079/six-1.10.0-py2.py3-none-any.whl
09:24:05 Collecting urllib3==1.24.3 (from -r requirements.txt (line 18))
09:24:05   Downloading https://files.pythonhosted.org/packages/01/11/525b02e4acc0c747de8b6ccdab376331597c569c42ea66ab0a1dbd36eca2/urllib3-1.24.3-py2.py3-none-any.whl (118kB)
09:24:05 Collecting websocket-client==0.56.0 (from -r requirements.txt (line 19))
09:24:05   Downloading https://files.pythonhosted.org/packages/29/19/44753eab1fdb50770ac69605527e8859468f3c0fd7dc5a76dd9c4dbd7906/websocket_client-0.56.0-py2.py3-none-any.whl (200kB)
09:24:05 Collecting bcrypt>=3.1.3 (from paramiko==2.4.2->-r requirements.txt (line 10))
09:24:05   Downloading https://files.pythonhosted.org/packages/8b/1d/82826443777dd4a624e38a08957b975e75df859b381ae302cfd7a30783ed/bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl (56kB)
09:24:05 Collecting pyasn1>=0.1.7 (from paramiko==2.4.2->-r requirements.txt (line 10))
09:24:05   Downloading https://files.pythonhosted.org/packages/a1/71/8f0d444e3a74e5640a3d5d967c1c6b015da9c655f35b2d308a55d907a517/pyasn1-0.4.7-py2.py3-none-any.whl (76kB)
09:24:05 Collecting pynacl>=1.0.1 (from paramiko==2.4.2->-r requirements.txt (line 10))
09:24:05   Downloading https://files.pythonhosted.org/packages/27/15/2cd0a203f318c2240b42cd9dd13c931ddd61067809fee3479f44f086103e/PyNaCl-1.3.0-cp34-abi3-manylinux1_x86_64.whl (759kB)
09:24:05 Collecting chardet<3.1.0,>=3.0.2 (from requests==2.20.0->-r requirements.txt (line 16))
09:24:05   Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
09:24:05 Collecting certifi>=2017.4.17 (from requests==2.20.0->-r requirements.txt (line 16))
09:24:05   Downloading https://files.pythonhosted.org/packages/18/b0/8146a4f8dd402f60744fa380bc73ca47303cccf8b9190fd16a827281eac2/certifi-2019.9.11-py2.py3-none-any.whl (154kB)
09:24:05 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
09:24:05   Building wheel for backports.ssl-match-hostname (setup.py): started
09:24:06   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
09:24:06   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-cp37-none-any.whl size=5206 sha256=fedd68953b145ad2efd4974903438b6fe726ddfc21872af5f636e923ac730d59
09:24:06   Stored in directory: /root/.cache/pip/wheels/99/7e/f7/a88a9bcf7a3bd6b12cf6a74eee8c89746aaa02f71ab7b33939
09:24:06   Building wheel for cffi (setup.py): started
09:24:10   Building wheel for cffi (setup.py): finished with status 'done'
09:24:10   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371215 sha256=2a614382541d96d3ffc024d3070c7ddb10570fd0b9c6759a845c149775510e82
09:24:10   Stored in directory: /root/.cache/pip/wheels/f7/15/ae/fb38663a1329fd6043160c18a6c5e3a60aec7f7a727a631875
09:24:10   Building wheel for ipaddress (setup.py): started
09:24:10   Building wheel for ipaddress (setup.py): finished with status 'done'
09:24:10   Created wheel for ipaddress: filename=ipaddress-1.0.18-cp37-none-any.whl size=18105 sha256=bbe4f3df4d7db18e6abaa75673b95ebeec0bb799aa4cf7bedfad60b669d12d03
09:24:10   Stored in directory: /root/.cache/pip/wheels/b4/e1/56/07b2633e42e05445161d0748b02fc47c0fe24ba56ff4920f98
09:24:10   Building wheel for pycparser (setup.py): started
09:24:10   Building wheel for pycparser (setup.py): finished with status 'done'
09:24:10   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192843 sha256=b835065c332694bc76fb0aaacc343cf53f588048c357f7ab05e216932666ce4d
09:24:10   Stored in directory: /root/.cache/pip/wheels/3f/a9/a7/44a27bb67d962845df8df4ac988e1f369184e307392ce37c5b
09:24:10 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
09:24:10 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, idna, six, cryptography, enum34, ipaddress, pyparsing, packaging, bcrypt, pyasn1, pynacl, paramiko, pyOpenSSL, urllib3, chardet, certifi, requests, websocket-client
09:24:11 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2019.9.11 cffi-1.10.0 chardet-3.0.4 cryptography-2.3 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.7 pycparser-2.17 pynacl-1.3.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
09:24:17 Removing intermediate container a2df61cb96e8
09:24:17  ---> 0836bd1f5ac6
09:24:17 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
09:24:17  ---> b1043728651d
09:24:17 Step 17/19 : RUN pip install -r test-requirements.txt
09:24:17  ---> Running in babae0172ec2
09:24:18 Collecting coverage==4.5.2 (from -r test-requirements.txt (line 1))
09:24:23   Downloading https://files.pythonhosted.org/packages/d0/a1/ea743f1facd8d287c2088d47fc80b06e042833041ba906fdd5c8f5d291bb/coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205kB)
09:24:23 Collecting flake8==3.6.0 (from -r test-requirements.txt (line 2))
09:24:23   Downloading https://files.pythonhosted.org/packages/34/a6/49e2849a0e5464e1b5d621f63bc8453066f0f367bb3b744a33fca0bc1ddd/flake8-3.6.0-py2.py3-none-any.whl (68kB)
09:24:23 Collecting mock==1.0.1 (from -r test-requirements.txt (line 3))
09:24:23   Downloading https://files.pythonhosted.org/packages/a2/52/7edcd94f0afb721a2d559a5b9aae8af4f8f2c79bc63fdbe8a8a6c9b23bbe/mock-1.0.1.tar.gz (818kB)
09:24:24 Collecting pytest==4.2.1 (from -r test-requirements.txt (line 4))
09:24:24   Downloading https://files.pythonhosted.org/packages/11/e9/dc9a7269a7e1fed46de7d5864da6a86370256c791bf263dd0c7d7e8f1ff1/pytest-4.2.1-py2.py3-none-any.whl (218kB)
09:24:24 Collecting pytest-cov==2.6.1 (from -r test-requirements.txt (line 5))
09:24:24   Downloading https://files.pythonhosted.org/packages/7d/b5/92f32674ab954f80499ac73347bfeb815545ea295439c12b0ef3ac8f0975/pytest_cov-2.6.1-py2.py3-none-any.whl
09:24:24 Collecting pytest-timeout==1.3.3 (from -r test-requirements.txt (line 6))
09:24:24   Downloading https://files.pythonhosted.org/packages/58/92/f60ea2e27074d6f97c8aaf21e34d1f838eb623e4b8070680846c65318a10/pytest_timeout-1.3.3-py2.py3-none-any.whl
09:24:24 Collecting pyflakes<2.1.0,>=2.0.0 (from flake8==3.6.0->-r test-requirements.txt (line 2))
09:24:24   Downloading https://files.pythonhosted.org/packages/44/98/af7a72c9a543b1487d92813c648cb9b9adfbc96faef5455d60f4439aa99b/pyflakes-2.0.0-py2.py3-none-any.whl (53kB)
09:24:24 Collecting mccabe<0.7.0,>=0.6.0 (from flake8==3.6.0->-r test-requirements.txt (line 2))
09:24:24   Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
09:24:24 Collecting pycodestyle<2.5.0,>=2.4.0 (from flake8==3.6.0->-r test-requirements.txt (line 2))
09:24:24   Downloading https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl (62kB)
09:24:24 Requirement already satisfied: setuptools>=30 in /usr/local/lib/python3.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 2)) (41.2.0)
09:24:24 Collecting pluggy>=0.7 (from pytest==4.2.1->-r test-requirements.txt (line 4))
09:24:24   Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl
09:24:24 Collecting py>=1.5.0 (from pytest==4.2.1->-r test-requirements.txt (line 4))
09:24:24   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
09:24:24 Collecting attrs>=17.4.0 (from pytest==4.2.1->-r test-requirements.txt (line 4))
09:24:24   Downloading https://files.pythonhosted.org/packages/23/96/d828354fa2dbdf216eaa7b7de0db692f12c234f7ef888cc14980ef40d1d2/attrs-19.1.0-py2.py3-none-any.whl
09:24:24 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.7/site-packages (from pytest==4.2.1->-r test-requirements.txt (line 4)) (1.10.0)
09:24:24 Collecting atomicwrites>=1.0 (from pytest==4.2.1->-r test-requirements.txt (line 4))
09:24:24   Downloading https://files.pythonhosted.org/packages/52/90/6155aa926f43f2b2a22b01be7241be3bfd1ceaf7d0b3267213e8127d41f4/atomicwrites-1.3.0-py2.py3-none-any.whl
09:24:24 Collecting more-itertools>=4.0.0; python_version > "2.7" (from pytest==4.2.1->-r test-requirements.txt (line 4))
09:24:24   Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
09:24:24 Collecting importlib-metadata>=0.12; python_version < "3.8" (from pluggy>=0.7->pytest==4.2.1->-r test-requirements.txt (line 4))
09:24:24   Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl
09:24:24 Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.2.1->-r test-requirements.txt (line 4))
09:24:24   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
09:24:24 Building wheels for collected packages: mock
09:24:24   Building wheel for mock (setup.py): started
09:24:24   Building wheel for mock (setup.py): finished with status 'done'
09:24:24   Created wheel for mock: filename=mock-1.0.1-cp37-none-any.whl size=23754 sha256=e4825e1ff0a154d169f2954b8be7b8b35c0830007d09e5ef1cb8585b1a6a1d6a
09:24:24   Stored in directory: /root/.cache/pip/wheels/7e/72/92/744b532c779242b57aab4bcba80c312b30c069bbd60025e7e6
09:24:24 Successfully built mock
09:24:24 Installing collected packages: coverage, pyflakes, mccabe, pycodestyle, flake8, mock, more-itertools, zipp, importlib-metadata, pluggy, py, attrs, atomicwrites, pytest, pytest-cov, pytest-timeout
09:24:25 Successfully installed atomicwrites-1.3.0 attrs-19.1.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-0.23 mccabe-0.6.1 mock-1.0.1 more-itertools-7.2.0 pluggy-0.13.0 py-1.8.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.2.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 zipp-0.6.0
09:24:26 Removing intermediate container babae0172ec2
09:24:26  ---> e6d22947c34b
09:24:26 Step 18/19 : COPY . /src
09:24:26  ---> 9469118f9b4d
09:24:26 Step 19/19 : RUN pip install .
09:24:26  ---> Running in 76770e1f85e4
09:24:28 Processing /src
09:24:28 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.1.0.dev0) (1.10.0)
09:24:28 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.1.0.dev0) (0.56.0)
09:24:28 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.1.0.dev0) (2.20.0)
09:24:28 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.1.0.dev0) (2.5)
09:24:28 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.1.0.dev0) (3.0.4)
09:24:28 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.1.0.dev0) (2019.9.11)
09:24:28 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.1.0.dev0) (1.24.3)
09:24:28 Building wheels for collected packages: docker
09:24:28   Building wheel for docker (setup.py): started
09:24:28   Building wheel for docker (setup.py): finished with status 'done'
09:24:28   Created wheel for docker: filename=docker-4.1.0.dev0-py2.py3-none-any.whl size=139109 sha256=464908cb6f4125bcc5e04e9a1a01115ffd59fa0e73e714ea7a8338d3f0d82e2e
09:24:28   Stored in directory: /tmp/pip-ephem-wheel-cache-vtarxyp4/wheels/ee/4d/f0/2a86c10b571f6f2e614d6de70cb18e96cf856ba00408408b23
09:24:28 Successfully built docker
09:24:28 Installing collected packages: docker
09:24:28 Successfully installed docker-4.1.0.dev0
09:24:29 Removing intermediate container 76770e1f85e4
09:24:29  ---> d3a1cc8210fe
09:24:29 Successfully built d3a1cc8210fe
09:24:29 Successfully tagged dockerbuildbot/docker-py:py3-501bf707627914ba6d7b8ae918f02c79ee49082c
[Pipeline] dockerFingerprintFrom
[Pipeline] sh
09:24:30 + docker tag dockerbuildbot/docker-py:py3-501bf707627914ba6d7b8ae918f02c79ee49082c dockerbuildbot/docker-py:py3-501bf707627914ba6d7b8ae918f02c79ee49082c
[Pipeline] sh
09:24:30 + docker push dockerbuildbot/docker-py:py3-501bf707627914ba6d7b8ae918f02c79ee49082c
09:24:30 The push refers to repository [docker.io/dockerbuildbot/docker-py]
09:24:30 754650dd9925: Preparing
09:24:30 77bebf58f426: Preparing
09:24:30 53418de01132: Preparing
09:24:30 5c788fea0e61: Preparing
09:24:30 97962358f27b: Preparing
09:24:30 a58fdf05bc3f: Preparing
09:24:30 f77b04cb72cd: Preparing
09:24:30 e217b48bd289: Preparing
09:24:30 2fa8cceebeac: Preparing
09:24:30 cd0345ac29f1: Preparing
09:24:30 2476678af4b1: Preparing
09:24:30 21e4cea9db95: Preparing
09:24:30 7ee54de7a7ed: Preparing
09:24:30 c7868c8dbdf5: Preparing
09:24:30 a22ecf20baa2: Preparing
09:24:30 46ed3d879948: Preparing
09:24:30 fbeeb71995b3: Preparing
09:24:30 bb9e1c111e49: Preparing
09:24:30 ac3ac7a153b5: Preparing
09:24:30 3bfeb766f97b: Preparing
09:24:30 ea1227feeccb: Preparing
09:24:30 9cae1895156d: Preparing
09:24:30 52dba9daa22c: Preparing
09:24:30 78c1b9419976: Preparing
09:24:30 7ee54de7a7ed: Waiting
09:24:30 c7868c8dbdf5: Waiting
09:24:30 a22ecf20baa2: Waiting
09:24:30 46ed3d879948: Waiting
09:24:30 fbeeb71995b3: Waiting
09:24:30 bb9e1c111e49: Waiting
09:24:30 ac3ac7a153b5: Waiting
09:24:30 3bfeb766f97b: Waiting
09:24:30 ea1227feeccb: Waiting
09:24:30 9cae1895156d: Waiting
09:24:30 a58fdf05bc3f: Waiting
09:24:30 52dba9daa22c: Waiting
09:24:30 f77b04cb72cd: Waiting
09:24:30 78c1b9419976: Waiting
09:24:30 e217b48bd289: Waiting
09:24:30 2476678af4b1: Waiting
09:24:30 2fa8cceebeac: Waiting
09:24:30 21e4cea9db95: Waiting
09:24:30 cd0345ac29f1: Waiting
09:24:31 5c788fea0e61: Pushed
09:24:31 77bebf58f426: Pushed
09:24:32 754650dd9925: Pushed
09:24:32 53418de01132: Pushed
09:24:32 a58fdf05bc3f: Pushed
09:24:33 f77b04cb72cd: Pushed
09:24:33 e217b48bd289: Pushed
09:24:33 2fa8cceebeac: Pushed
09:24:33 cd0345ac29f1: Pushed
09:24:33 97962358f27b: Pushed
09:24:33 2476678af4b1: Pushed
09:24:33 46ed3d879948: Layer already exists
09:24:34 fbeeb71995b3: Layer already exists
09:24:34 bb9e1c111e49: Layer already exists
09:24:34 ac3ac7a153b5: Layer already exists
09:24:34 3bfeb766f97b: Layer already exists
09:24:34 ea1227feeccb: Layer already exists
09:24:34 9cae1895156d: Layer already exists
09:24:34 52dba9daa22c: Layer already exists
09:24:34 78c1b9419976: Layer already exists
09:24:34 7ee54de7a7ed: Pushed
09:24:34 21e4cea9db95: Pushed
09:24:35 a22ecf20baa2: Pushed
09:24:36 c7868c8dbdf5: Pushed
09:24:38 py3-501bf707627914ba6d7b8ae918f02c79ee49082c: digest: sha256:f8ea4f14c91a13655ad16bb96936ce7fa59393acff225f2e84b5a42b4709f715 size: 5349
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0c2b609b92b260dda) in /home/ubuntu/workspace/docker-py_PR-2424
[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-2424@tmp/96c4692e-2d9e-4927-8406-778d5f7a0da2/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
09:24:38 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-501bf707627914ba6d7b8ae918f02c79ee49082c /src/scripts/versions.py
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py2.7_17.06.2-ce)
[Pipeline] { (Branch: py2.7_19.03.2)
[Pipeline] { (Branch: py2.7_19.03.3-beta1)
[Pipeline] { (Branch: py3.7_17.06.2-ce)
[Pipeline] { (Branch: py3.7_19.03.2)
[Pipeline] { (Branch: py3.7_19.03.3-beta1)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0c2b609b92b260dda) in /home/ubuntu/workspace/docker-py_PR-2424
[Pipeline] node
[Pipeline] node
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Running on ubuntu-1804-overlay2 (i-05b8b5941c795ce85) in /home/ubuntu/workspace/docker-py_PR-2424
Running on ubuntu-1804-overlay2 (i-03a04250ec4d99b0b) in /home/ubuntu/workspace/docker-py_PR-2424
Running on ubuntu-1804-overlay2 (i-014ea6f0501eae85b) in /home/ubuntu/workspace/docker-py_PR-2424
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-2424@tmp/327083c3-c3f9-4b3f-ae3a-3c687b81a3c7/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] withDockerRegistry
Running on ubuntu-1804-overlay2 (i-0e5285874edc6e23f) in /home/ubuntu/workspace/docker-py_PR-2424
Running on ubuntu-1804-overlay2 (i-0b6243bafd6257f31) in /home/ubuntu/workspace/docker-py_PR-2424
$ 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-2424@tmp/69e04795-568a-4f75-b1c2-47642dd1e208/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] 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-2424@tmp/5b73f449-69ad-4347-b419-682301788343/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] 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-2424@tmp/2bf9c914-e03f-44d1-a40a-9930d29f2327/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] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[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-2424@tmp/91e785f2-ad35-45d2-b0f6-55f4d997add6/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] 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-2424@tmp/7b9f140a-c7eb-47f8-8f22-9e8f222f6a8e/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] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] echo
09:25:29 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:25:29 chowning workspace
[Pipeline] sh
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
09:25:29 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:25:29 chowning workspace
[Pipeline] sh
[Pipeline] echo
09:25:30 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:25:30 chowning workspace
[Pipeline] sh
09:25:30 + uname -m
[Pipeline] {
[Pipeline] {
[Pipeline] echo
09:25:30 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:25:30 chowning workspace
[Pipeline] sh
[Pipeline] echo
09:25:30 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:25:30 chowning workspace
[Pipeline] sh
09:25:30 + uname -m
[Pipeline] echo
09:25:30 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:25:30 chowning workspace
[Pipeline] sh
09:25:30 + uname -m
[Pipeline] sh
[Pipeline] sh
09:25:30 + uname -m
[Pipeline] sh
[Pipeline] sh
09:25:30 + uname -m
[Pipeline] sh
09:25:30 + pwd
09:25:30 + id -u
09:25:30 + id -g
09:25:30 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2424:/workspace busybox chown -R 1000:1000 /workspace
09:25:30 + uname -m
09:25:30 + pwd
09:25:30 + id -u
09:25:30 + id -g
09:25:30 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2424:/workspace busybox chown -R 1000:1000 /workspace
09:25:30 Unable to find image 'busybox:latest' locally
09:25:30 latest: Pulling from library/busybox
09:25:30 + pwd
09:25:30 + id -u
09:25:30 + id -g
09:25:30 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2424:/workspace busybox chown -R 1000:1000 /workspace
09:25:30 Unable to find image 'busybox:latest' locally
09:25:30 latest: Pulling from library/busybox
[Pipeline] sh
09:25:30 + pwd
09:25:30 + id -u
09:25:30 + id -g
09:25:30 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2424:/workspace busybox chown -R 1000:1000 /workspace
09:25:30 Unable to find image 'busybox:latest' locally
09:25:31 + pwd
09:25:31 + id -u
09:25:31 + id -g
09:25:31 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2424:/workspace busybox chown -R 1000:1000 /workspace
09:25:31 Unable to find image 'busybox:latest' locally
09:25:31 latest: Pulling from library/busybox
09:25:31 7c9d20b9b6cd: Pulling fs layer
09:25:31 7c9d20b9b6cd: Download complete
09:25:31 7c9d20b9b6cd: Pulling fs layer
09:25:31 7c9d20b9b6cd: Download complete
09:25:31 7c9d20b9b6cd: Pull complete
09:25:31 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
09:25:31 Status: Downloaded newer image for busybox:latest
09:25:31 latest: Pulling from library/busybox
09:25:31 7c9d20b9b6cd: Pulling fs layer
09:25:31 7c9d20b9b6cd: Download complete
09:25:31 + pwd
09:25:31 + id -u
09:25:31 + id -g
09:25:31 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2424:/workspace busybox chown -R 1000:1000 /workspace
09:25:31 Unable to find image 'busybox:latest' locally
09:25:31 latest: Pulling from library/busybox
09:25:31 7c9d20b9b6cd: Pulling fs layer
09:25:31 7c9d20b9b6cd: Verifying Checksum
09:25:31 7c9d20b9b6cd: Download complete
09:25:31 7c9d20b9b6cd: Pull complete
09:25:31 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
09:25:31 Status: Downloaded newer image for busybox:latest
09:25:31 7c9d20b9b6cd: Pull complete
09:25:31 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
09:25:31 Status: Downloaded newer image for busybox:latest
09:25:31 7c9d20b9b6cd: Pulling fs layer
09:25:31 7c9d20b9b6cd: Verifying Checksum
09:25:31 7c9d20b9b6cd: Download complete
09:25:31 7c9d20b9b6cd: Pull complete
09:25:31 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
09:25:31 Status: Downloaded newer image for busybox:latest
09:25:31 7c9d20b9b6cd: Pull complete
09:25:31 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
09:25:31 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
09:25:32 Removing all docker containers
[Pipeline] sh
09:25:32 + docker container ls -aq
[Pipeline] echo
09:25:32 Docker containers have been removed
[Pipeline] echo
09:25:32 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:25:32 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=17.06.2-ce)
[Pipeline] checkout
09:25:32 using credential docker-jenkins-github-credentials
09:25:32 Cloning the remote Git repository
09:25:32 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
09:25:33 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
09:25:33 Removing all docker containers
[Pipeline] sh
09:25:33 Fetching without tags
09:25:33 + docker container ls -aq
[Pipeline] echo
09:25:33 Docker containers have been removed
[Pipeline] echo
09:25:33 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:25:33 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.2)
[Pipeline] echo
09:25:33 Removing all docker containers
[Pipeline] sh
09:25:33 Merging remotes/origin/master commit 8acd2c3d084805df0bbeda4697c8ad7215ff7247 into PR head commit 501bf707627914ba6d7b8ae918f02c79ee49082c
[Pipeline] checkout
[Pipeline] echo
09:25:33 Removing all docker containers
[Pipeline] sh
09:25:33 Merge succeeded, producing 501bf707627914ba6d7b8ae918f02c79ee49082c
09:25:33 Checking out Revision 501bf707627914ba6d7b8ae918f02c79ee49082c (PR-2424)
09:25:33 Commit message: "Fix for Python 4: don't monkeypatch 4.0-4.4"
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2424 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/docker-py.git +refs/pull/2424/head:refs/remotes/origin/PR-2424 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2424/head:refs/remotes/origin/PR-2424 # 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/2424/head:refs/remotes/origin/PR-2424 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 501bf707627914ba6d7b8ae918f02c79ee49082c
 > git merge 8acd2c3d084805df0bbeda4697c8ad7215ff7247 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 501bf707627914ba6d7b8ae918f02c79ee49082c
09:25:33 + docker container ls -aq
[Pipeline] echo
09:25:33 Docker containers have been removed
[Pipeline] echo
09:25:33 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:25:33 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.3-beta1)
[Pipeline] checkout
[Pipeline] echo
09:25:33 Removing all docker containers
[Pipeline] sh
09:25:33 + docker container ls -aq
[Pipeline] echo
09:25:33 Docker containers have been removed
[Pipeline] echo
09:25:33 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:25:33 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.2)
[Pipeline] checkout
09:25:33 + docker container ls -aq
[Pipeline] echo
09:25:33 Docker containers have been removed
[Pipeline] echo
09:25:33 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:25:33 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.3-beta1)
[Pipeline] checkout
09:25:33 + docker container ls -aq
[Pipeline] echo
09:25:33 Docker containers have been removed
[Pipeline] echo
09:25:33 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:25:33 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=17.06.2-ce)
[Pipeline] checkout
[Pipeline] sh
09:25:34 + docker network create dpy-testnet-2-0-py2.7-17.06.2-ce
09:25:34 165485278e1ebb331eafaa6481eb6d815d440dc65bf8cc98192331f07cd3bd2a
[Pipeline] sh
09:25:34 + docker run -d --name dpy-dind-2-0-py2.7-17.06.2-ce -v /tmp --privileged --network dpy-testnet-2-0-py2.7-17.06.2-ce dockerswarm/dind:17.06.2-ce dockerd -H tcp://0.0.0.0:2375
09:25:34 Unable to find image 'dockerswarm/dind:17.06.2-ce' locally
09:25:35 17.06.2-ce: Pulling from dockerswarm/dind
09:25:35 ad74af05f5a2: Pulling fs layer
09:25:35 1ffbfac097ec: Pulling fs layer
09:25:35 a3bb79d38cfe: Pulling fs layer
09:25:35 f7994ad08717: Pulling fs layer
09:25:35 1458381c1f53: Pulling fs layer
09:25:35 f7994ad08717: Waiting
09:25:35 1458381c1f53: Waiting
09:25:35 using credential docker-jenkins-github-credentials
09:25:35 Cloning the remote Git repository
09:25:35 Cloning with configured refspecs honoured and without tags
09:25:35 a3bb79d38cfe: Verifying Checksum
09:25:35 a3bb79d38cfe: Download complete
09:25:35 using credential docker-jenkins-github-credentials
09:25:35 Cloning the remote Git repository
09:25:35 Cloning with configured refspecs honoured and without tags
09:25:35 using credential docker-jenkins-github-credentials
09:25:35 Cloning the remote Git repository
09:25:35 Cloning with configured refspecs honoured and without tags
09:25:35 using credential docker-jenkins-github-credentials
09:25:35 Cloning the remote Git repository
09:25:35 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-2424 # timeout=10
09:25:35 ad74af05f5a2: Verifying Checksum
09:25:35 ad74af05f5a2: Download complete
09:25:35 1ffbfac097ec: Verifying Checksum
09:25:35 1ffbfac097ec: Download complete
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2424 # timeout=10
09:25:35 using credential docker-jenkins-github-credentials
09:25:35 Cloning the remote Git repository
09:25:35 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-2424 # timeout=10
09:25:35 1458381c1f53: Verifying Checksum
09:25:35 1458381c1f53: Download complete
09:25:35 f7994ad08717: Verifying Checksum
09:25:35 f7994ad08717: Download complete
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2424 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/docker-py.git +refs/pull/2424/head:refs/remotes/origin/PR-2424 +refs/heads/master:refs/remotes/origin/master
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2424 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/docker-py.git +refs/pull/2424/head:refs/remotes/origin/PR-2424 +refs/heads/master:refs/remotes/origin/master
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/docker-py.git +refs/pull/2424/head:refs/remotes/origin/PR-2424 +refs/heads/master:refs/remotes/origin/master
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/docker-py.git +refs/pull/2424/head:refs/remotes/origin/PR-2424 +refs/heads/master:refs/remotes/origin/master
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/docker-py.git +refs/pull/2424/head:refs/remotes/origin/PR-2424 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2424/head:refs/remotes/origin/PR-2424 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:25:37 Fetching without tags
09:25:37 Fetching without tags
09:25:37 Fetching without tags
09:25:37 Fetching without tags
09:25:37 Merging remotes/origin/master commit 8acd2c3d084805df0bbeda4697c8ad7215ff7247 into PR head commit 501bf707627914ba6d7b8ae918f02c79ee49082c
09:25:37 Merging remotes/origin/master commit 8acd2c3d084805df0bbeda4697c8ad7215ff7247 into PR head commit 501bf707627914ba6d7b8ae918f02c79ee49082c
09:25:37 Merging remotes/origin/master commit 8acd2c3d084805df0bbeda4697c8ad7215ff7247 into PR head commit 501bf707627914ba6d7b8ae918f02c79ee49082c
09:25:37 Merging remotes/origin/master commit 8acd2c3d084805df0bbeda4697c8ad7215ff7247 into PR head commit 501bf707627914ba6d7b8ae918f02c79ee49082c
09:25:37 Fetching without tags
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2424/head:refs/remotes/origin/PR-2424 # 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
09:25:37 Merge succeeded, producing 501bf707627914ba6d7b8ae918f02c79ee49082c
09:25:37 Checking out Revision 501bf707627914ba6d7b8ae918f02c79ee49082c (PR-2424)
09:25:37 Merge succeeded, producing 501bf707627914ba6d7b8ae918f02c79ee49082c
09:25:37 Checking out Revision 501bf707627914ba6d7b8ae918f02c79ee49082c (PR-2424)
09:25:37 Merge succeeded, producing 501bf707627914ba6d7b8ae918f02c79ee49082c
09:25:37 Checking out Revision 501bf707627914ba6d7b8ae918f02c79ee49082c (PR-2424)
09:25:37 Merge succeeded, producing 501bf707627914ba6d7b8ae918f02c79ee49082c
09:25:37 Checking out Revision 501bf707627914ba6d7b8ae918f02c79ee49082c (PR-2424)
09:25:37 Merging remotes/origin/master commit 8acd2c3d084805df0bbeda4697c8ad7215ff7247 into PR head commit 501bf707627914ba6d7b8ae918f02c79ee49082c
09:25:37 Merge succeeded, producing 501bf707627914ba6d7b8ae918f02c79ee49082c
09:25:37 Checking out Revision 501bf707627914ba6d7b8ae918f02c79ee49082c (PR-2424)
09:25:37 ad74af05f5a2: Pull complete
09:25:37 Commit message: "Fix for Python 4: don't monkeypatch 4.0-4.4"
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2424/head:refs/remotes/origin/PR-2424 # 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/2424/head:refs/remotes/origin/PR-2424 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 501bf707627914ba6d7b8ae918f02c79ee49082c
 > git merge 8acd2c3d084805df0bbeda4697c8ad7215ff7247 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 501bf707627914ba6d7b8ae918f02c79ee49082c
09:25:37 Commit message: "Fix for Python 4: don't monkeypatch 4.0-4.4"
09:25:37 Commit message: "Fix for Python 4: don't monkeypatch 4.0-4.4"
09:25:37 Commit message: "Fix for Python 4: don't monkeypatch 4.0-4.4"
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2424/head:refs/remotes/origin/PR-2424 # 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/2424/head:refs/remotes/origin/PR-2424 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 501bf707627914ba6d7b8ae918f02c79ee49082c
 > git merge 8acd2c3d084805df0bbeda4697c8ad7215ff7247 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 501bf707627914ba6d7b8ae918f02c79ee49082c
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2424/head:refs/remotes/origin/PR-2424 # 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/2424/head:refs/remotes/origin/PR-2424 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 501bf707627914ba6d7b8ae918f02c79ee49082c
 > git merge 8acd2c3d084805df0bbeda4697c8ad7215ff7247 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 501bf707627914ba6d7b8ae918f02c79ee49082c
09:25:38 Commit message: "Fix for Python 4: don't monkeypatch 4.0-4.4"
 > 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/2424/head:refs/remotes/origin/PR-2424 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 501bf707627914ba6d7b8ae918f02c79ee49082c
 > git merge 8acd2c3d084805df0bbeda4697c8ad7215ff7247 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 501bf707627914ba6d7b8ae918f02c79ee49082c
[Pipeline] sh
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/2424/head:refs/remotes/origin/PR-2424 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 501bf707627914ba6d7b8ae918f02c79ee49082c
 > git merge 8acd2c3d084805df0bbeda4697c8ad7215ff7247 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 501bf707627914ba6d7b8ae918f02c79ee49082c
[Pipeline] sh
[Pipeline] sh
09:25:38 + docker network create dpy-testnet-2-0-py3.7-19.03.2
09:25:38 2e56360430423e2a896633ccf6ddde5b797f6e330640f71434526e89fcf317f7
[Pipeline] sh
09:25:38 + docker network create dpy-testnet-2-0-py2.7-19.03.2
09:25:38 b9ff6abbc6b3deb75f32ee041dc43e00974b747773edbd61d9c98bcc833a2eda
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
09:25:38 + docker network create dpy-testnet-2-0-py3.7-19.03.3-beta1
09:25:38 4980f35fdf1f483b8a2ec556b48d199b9153480964f31b4325e724b5c0fbec1d
[Pipeline] sh
09:25:38 + docker run -d --name dpy-dind-2-0-py3.7-19.03.2 -v /tmp --privileged --network dpy-testnet-2-0-py3.7-19.03.2 dockerswarm/dind:19.03.2 dockerd -H tcp://0.0.0.0:2375
09:25:38 Unable to find image 'dockerswarm/dind:19.03.2' locally
09:25:39 + docker run -d --name dpy-dind-2-0-py2.7-19.03.2 -v /tmp --privileged --network dpy-testnet-2-0-py2.7-19.03.2 dockerswarm/dind:19.03.2 dockerd -H tcp://0.0.0.0:2375
09:25:39 Unable to find image 'dockerswarm/dind:19.03.2' locally
09:25:39 19.03.2: Pulling from dockerswarm/dind
09:25:39 b0b8081c21b9: Pulling fs layer
09:25:39 ba9cff046749: Pulling fs layer
09:25:39 dad4b1f930b9: Pulling fs layer
09:25:39 4e57b2d52db1: Pulling fs layer
09:25:39 005548a7ad09: Pulling fs layer
09:25:39 4e57b2d52db1: Waiting
09:25:39 005548a7ad09: Waiting
09:25:39 + docker network create dpy-testnet-2-0-py2.7-19.03.3-beta1
09:25:39 f1cf1e1c793ab56d84cc84d7d91a5401f8ae2ccc9bf3510b44e98e199cd34b18
[Pipeline] sh
09:25:39 + docker network create dpy-testnet-2-0-py3.7-17.06.2-ce
09:25:39 8b30300e96831c6d7160a2084d7b4a7181f30473df81a5a2cf9ae8a2e67f4446
09:25:39 1ffbfac097ec: Pull complete
09:25:39 a3bb79d38cfe: Pull complete
[Pipeline] sh
09:25:39 + docker run -d --name dpy-dind-2-0-py3.7-19.03.3-beta1 -v /tmp --privileged --network dpy-testnet-2-0-py3.7-19.03.3-beta1 dockerswarm/dind:19.03.3-beta1 dockerd -H tcp://0.0.0.0:2375
09:25:39 Unable to find image 'dockerswarm/dind:19.03.3-beta1' locally
09:25:39 docker: Error response from daemon: manifest for dockerswarm/dind:19.03.3-beta1 not found: manifest unknown: manifest unknown.
09:25:39 See 'docker run --help'.
09:25:39 19.03.2: Pulling from dockerswarm/dind
09:25:39 b0b8081c21b9: Pulling fs layer
09:25:39 ba9cff046749: Pulling fs layer
09:25:39 dad4b1f930b9: Pulling fs layer
09:25:39 4e57b2d52db1: Pulling fs layer
09:25:39 005548a7ad09: Pulling fs layer
09:25:39 4e57b2d52db1: Waiting
09:25:39 005548a7ad09: Waiting
09:25:39 dad4b1f930b9: Verifying Checksum
09:25:39 dad4b1f930b9: Download complete
[Pipeline] sh
09:25:39 dad4b1f930b9: Verifying Checksum
09:25:39 dad4b1f930b9: Download complete
09:25:39 + docker run -d --name dpy-dind-2-0-py2.7-19.03.3-beta1 -v /tmp --privileged --network dpy-testnet-2-0-py2.7-19.03.3-beta1 dockerswarm/dind:19.03.3-beta1 dockerd -H tcp://0.0.0.0:2375
09:25:39 Unable to find image 'dockerswarm/dind:19.03.3-beta1' locally
09:25:39 ba9cff046749: Verifying Checksum
09:25:39 ba9cff046749: Download complete
09:25:39 + docker run -d --name dpy-dind-2-0-py3.7-17.06.2-ce -v /tmp --privileged --network dpy-testnet-2-0-py3.7-17.06.2-ce dockerswarm/dind:17.06.2-ce dockerd -H tcp://0.0.0.0:2375
09:25:39 Unable to find image 'dockerswarm/dind:17.06.2-ce' locally
09:25:39 17.06.2-ce: Pulling from dockerswarm/dind
09:25:39 ad74af05f5a2: Pulling fs layer
09:25:39 1ffbfac097ec: Pulling fs layer
09:25:39 a3bb79d38cfe: Pulling fs layer
09:25:39 f7994ad08717: Pulling fs layer
09:25:39 1458381c1f53: Pulling fs layer
09:25:39 f7994ad08717: Waiting
09:25:39 1458381c1f53: Waiting
09:25:39 + docker stop dpy-dind-2-0-py3.7-19.03.3-beta1 dpy-tests-2-0-py3.7-19.03.3-beta1
09:25:39 Error response from daemon: No such container: dpy-dind-2-0-py3.7-19.03.3-beta1
09:25:39 Error response from daemon: No such container: dpy-tests-2-0-py3.7-19.03.3-beta1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.3-beta1
09:25:39 ba9cff046749: Verifying Checksum
09:25:39 ba9cff046749: Download complete
09:25:39 a3bb79d38cfe: Verifying Checksum
09:25:39 a3bb79d38cfe: Download complete
09:25:39 b0b8081c21b9: Verifying Checksum
09:25:39 b0b8081c21b9: Download complete
09:25:39 005548a7ad09: Verifying Checksum
09:25:39 005548a7ad09: Download complete
09:25:39 docker: Error response from daemon: manifest for dockerswarm/dind:19.03.3-beta1 not found: manifest unknown: manifest unknown.
09:25:39 See 'docker run --help'.
[Pipeline] sh
09:25:39 005548a7ad09: Verifying Checksum
09:25:39 005548a7ad09: Download complete
09:25:39 b0b8081c21b9: Verifying Checksum
09:25:39 b0b8081c21b9: Download complete
09:25:39 4e57b2d52db1: Verifying Checksum
09:25:39 4e57b2d52db1: Download complete
09:25:40 f7994ad08717: Pull complete
09:25:40 + docker stop dpy-dind-2-0-py2.7-19.03.3-beta1 dpy-tests-2-0-py2.7-19.03.3-beta1
09:25:40 Error response from daemon: No such container: dpy-dind-2-0-py2.7-19.03.3-beta1
09:25:40 Error response from daemon: No such container: dpy-tests-2-0-py2.7-19.03.3-beta1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
09:25:40 1ffbfac097ec: Verifying Checksum
09:25:40 1ffbfac097ec: Download complete
09:25:40 1458381c1f53: Verifying Checksum
09:25:40 1458381c1f53: Download complete
09:25:40 f7994ad08717: Verifying Checksum
09:25:40 f7994ad08717: Download complete
[Pipeline] }
Failed in branch py2.7_19.03.3-beta1
09:25:40 1458381c1f53: Pull complete
09:25:40 Digest: sha256:86e795fcfd3f3b98b3b47a21c8b37592b5c0a34a7938446564265f6e861ff766
09:25:40 Status: Downloaded newer image for dockerswarm/dind:17.06.2-ce
09:25:40 4e57b2d52db1: Verifying Checksum
09:25:40 4e57b2d52db1: Download complete
09:25:40 ad74af05f5a2: Download complete
09:25:42 13d6239c1b46e70a8abac176035a897a42ac04a2813dc544e821022e6be6f481
09:25:42 b0b8081c21b9: Pull complete
09:25:42 ad74af05f5a2: Pull complete
09:25:42 b0b8081c21b9: Pull complete
[Pipeline] sh
09:25:43 ba9cff046749: Pull complete
09:25:43 + docker run --name dpy-tests-2-0-py2.7-17.06.2-ce -e DOCKER_HOST=tcp://dpy-dind-2-0-py2.7-17.06.2-ce:2375 -e DOCKER_TEST_API_VERSION=1.30 --network dpy-testnet-2-0-py2.7-17.06.2-ce --volumes-from dpy-dind-2-0-py2.7-17.06.2-ce dockerbuildbot/docker-py:py2-501bf707627914ba6d7b8ae918f02c79ee49082c py.test -v -rxs --cov=docker tests/
09:25:43 ba9cff046749: Pull complete
09:25:43 dad4b1f930b9: Pull complete
09:25:43 dad4b1f930b9: Pull complete
09:25:43 1ffbfac097ec: Pull complete
09:25:43 a3bb79d38cfe: Pull complete
09:25:44 f7994ad08717: Pull complete
09:25:44 1458381c1f53: Pull complete
09:25:44 Digest: sha256:86e795fcfd3f3b98b3b47a21c8b37592b5c0a34a7938446564265f6e861ff766
09:25:44 Status: Downloaded newer image for dockerswarm/dind:17.06.2-ce
09:25:44 ============================= test session starts ==============================
09:25:44 platform linux2 -- Python 2.7.16, pytest-4.2.1, py-1.8.0, pluggy-0.13.0 -- /usr/local/bin/python
09:25:44 cachedir: .pytest_cache
09:25:44 rootdir: /src, inifile: pytest.ini
09:25:44 plugins: timeout-1.3.3, cov-2.6.1
09:25:45 4e57b2d52db1: Pull complete
09:25:45 005548a7ad09: Pull complete
09:25:45 Digest: sha256:7e0543b2f958d6f5bbc0b88127d4dc6a83b4e5f4e7a1f881b78d2abb97094362
09:25:45 Status: Downloaded newer image for dockerswarm/dind:19.03.2
09:25:45 4e57b2d52db1: Pull complete
09:25:45 005548a7ad09: Pull complete
09:25:45 Digest: sha256:7e0543b2f958d6f5bbc0b88127d4dc6a83b4e5f4e7a1f881b78d2abb97094362
09:25:45 Status: Downloaded newer image for dockerswarm/dind:19.03.2
09:25:47 2535e800be8faec1e9b7bb76659b19e3986eb8b1ab6366bec41c53c271ad7a45
09:25:47 4765324519b707a05bd5b94054fb97aec50415a5ac83bc324d01d2a41b40fb44
09:25:47 7ab81c98c79e493d22136d84f00d4f117a40ec8609cdebf80d1b25e92c3ee825
[Pipeline] sh
[Pipeline] sh
09:25:47 + docker run --name dpy-tests-2-0-py3.7-17.06.2-ce -e DOCKER_HOST=tcp://dpy-dind-2-0-py3.7-17.06.2-ce:2375 -e DOCKER_TEST_API_VERSION=1.30 --network dpy-testnet-2-0-py3.7-17.06.2-ce --volumes-from dpy-dind-2-0-py3.7-17.06.2-ce dockerbuildbot/docker-py:py3-501bf707627914ba6d7b8ae918f02c79ee49082c py.test -v -rxs --cov=docker tests/
09:25:47 Unable to find image 'dockerbuildbot/docker-py:py3-501bf707627914ba6d7b8ae918f02c79ee49082c' locally
09:25:47 py3-501bf707627914ba6d7b8ae918f02c79ee49082c: Pulling from dockerbuildbot/docker-py
09:25:47 4a56a430b2ba: Pulling fs layer
09:25:47 4b5cacb629f5: Pulling fs layer
09:25:47 14408c8d4f9a: Pulling fs layer
09:25:47 ea67eaa7dd42: Pulling fs layer
09:25:47 4d134ac3fe4b: Pulling fs layer
09:25:47 4c55f6f5d7f0: Pulling fs layer
09:25:47 6ae475e50652: Pulling fs layer
09:25:47 6f4152644229: Pulling fs layer
09:25:47 6933d3d46042: Pulling fs layer
09:25:47 0ba1d6f28c38: Pulling fs layer
09:25:47 e50611b195fd: Pulling fs layer
09:25:47 83a556da0900: Pulling fs layer
09:25:47 8c0b9ca5e738: Pulling fs layer
09:25:47 37d486fb2d9c: Pulling fs layer
09:25:47 c689acfb138a: Pulling fs layer
09:25:47 aa24688362ba: Pulling fs layer
09:25:47 51faccd34923: Pulling fs layer
09:25:47 5ee0efa50283: Pulling fs layer
09:25:47 20fb21fdf421: Pulling fs layer
09:25:47 9c571952747b: Pulling fs layer
09:25:47 6102a1f6424e: Pulling fs layer
09:25:47 86cfda17585f: Pulling fs layer
09:25:47 62f020a61243: Pulling fs layer
09:25:47 cfddd62b4511: Pulling fs layer
09:25:47 8c0b9ca5e738: Waiting
09:25:47 37d486fb2d9c: Waiting
09:25:47 c689acfb138a: Waiting
09:25:47 aa24688362ba: Waiting
09:25:47 51faccd34923: Waiting
09:25:47 5ee0efa50283: Waiting
09:25:47 20fb21fdf421: Waiting
09:25:47 9c571952747b: Waiting
09:25:47 6102a1f6424e: Waiting
09:25:47 86cfda17585f: Waiting
09:25:47 62f020a61243: Waiting
09:25:47 cfddd62b4511: Waiting
09:25:47 6933d3d46042: Waiting
09:25:47 ea67eaa7dd42: Waiting
09:25:47 4d134ac3fe4b: Waiting
09:25:47 0ba1d6f28c38: Waiting
09:25:47 e50611b195fd: Waiting
09:25:47 4c55f6f5d7f0: Waiting
09:25:47 83a556da0900: Waiting
09:25:47 6f4152644229: Waiting
09:25:47 6ae475e50652: Waiting
09:25:47 + docker run --name dpy-tests-2-0-py2.7-19.03.2 -e DOCKER_HOST=tcp://dpy-dind-2-0-py2.7-19.03.2:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-2-0-py2.7-19.03.2 --volumes-from dpy-dind-2-0-py2.7-19.03.2 dockerbuildbot/docker-py:py2-501bf707627914ba6d7b8ae918f02c79ee49082c py.test -v -rxs --cov=docker tests/
09:25:47 Unable to find image 'dockerbuildbot/docker-py:py2-501bf707627914ba6d7b8ae918f02c79ee49082c' locally
09:25:47 py2-501bf707627914ba6d7b8ae918f02c79ee49082c: Pulling from dockerbuildbot/docker-py
09:25:47 4a56a430b2ba: Pulling fs layer
09:25:47 4b5cacb629f5: Pulling fs layer
09:25:47 14408c8d4f9a: Pulling fs layer
09:25:47 ea67eaa7dd42: Pulling fs layer
09:25:47 4d134ac3fe4b: Pulling fs layer
09:25:47 2e009887a409: Pulling fs layer
09:25:47 adb876b6ea0f: Pulling fs layer
09:25:47 19f9812823bb: Pulling fs layer
09:25:47 aabbe3b30f01: Pulling fs layer
09:25:47 899d1b83352b: Pulling fs layer
09:25:47 07786b044c63: Pulling fs layer
09:25:47 e70bfa82424a: Pulling fs layer
09:25:47 b5d53c7440de: Pulling fs layer
09:25:47 dd3e7f0e49d7: Pulling fs layer
09:25:47 79a5ec6f09c0: Pulling fs layer
09:25:47 04e1b702e6e6: Pulling fs layer
09:25:47 0b9fd00b0ee2: Pulling fs layer
09:25:47 35abc83fb2d1: Pulling fs layer
09:25:47 8dac193df084: Pulling fs layer
09:25:47 e8c5e0613f4a: Pulling fs layer
09:25:47 46498e92e03d: Pulling fs layer
09:25:47 ac0dda6b6c03: Pulling fs layer
09:25:47 a880b4ca70ca: Pulling fs layer
09:25:47 c40ae9f8face: Pulling fs layer
09:25:47 b5d53c7440de: Waiting
09:25:47 dd3e7f0e49d7: Waiting
09:25:47 79a5ec6f09c0: Waiting
09:25:47 04e1b702e6e6: Waiting
09:25:47 0b9fd00b0ee2: Waiting
09:25:47 35abc83fb2d1: Waiting
09:25:47 8dac193df084: Waiting
09:25:47 e8c5e0613f4a: Waiting
09:25:47 46498e92e03d: Waiting
09:25:47 ac0dda6b6c03: Waiting
09:25:47 ea67eaa7dd42: Waiting
09:25:47 4d134ac3fe4b: Waiting
09:25:47 2e009887a409: Waiting
09:25:47 a880b4ca70ca: Waiting
09:25:47 adb876b6ea0f: Waiting
09:25:47 19f9812823bb: Waiting
09:25:47 aabbe3b30f01: Waiting
09:25:47 899d1b83352b: Waiting
09:25:47 c40ae9f8face: Waiting
09:25:47 07786b044c63: Waiting
09:25:47 e70bfa82424a: Waiting
09:25:48 collecting ... collected 932 items
09:25:48 
09:25:48 4b5cacb629f5: Verifying Checksum
09:25:48 4b5cacb629f5: Download complete
09:25:48 14408c8d4f9a: Verifying Checksum
09:25:48 14408c8d4f9a: Download complete
09:25:48 14408c8d4f9a: Verifying Checksum
09:25:48 14408c8d4f9a: Download complete
09:25:48 4b5cacb629f5: Verifying Checksum
09:25:48 4b5cacb629f5: Download complete
[Pipeline] sh
09:25:48 + docker run --name dpy-tests-2-0-py3.7-19.03.2 -e DOCKER_HOST=tcp://dpy-dind-2-0-py3.7-19.03.2:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-2-0-py3.7-19.03.2 --volumes-from dpy-dind-2-0-py3.7-19.03.2 dockerbuildbot/docker-py:py3-501bf707627914ba6d7b8ae918f02c79ee49082c py.test -v -rxs --cov=docker tests/
09:25:48 Unable to find image 'dockerbuildbot/docker-py:py3-501bf707627914ba6d7b8ae918f02c79ee49082c' locally
09:25:48 py3-501bf707627914ba6d7b8ae918f02c79ee49082c: Pulling from dockerbuildbot/docker-py
09:25:48 4a56a430b2ba: Pulling fs layer
09:25:48 4b5cacb629f5: Pulling fs layer
09:25:48 14408c8d4f9a: Pulling fs layer
09:25:48 ea67eaa7dd42: Pulling fs layer
09:25:48 4d134ac3fe4b: Pulling fs layer
09:25:48 4c55f6f5d7f0: Pulling fs layer
09:25:48 6ae475e50652: Pulling fs layer
09:25:48 6f4152644229: Pulling fs layer
09:25:48 6933d3d46042: Pulling fs layer
09:25:48 0ba1d6f28c38: Pulling fs layer
09:25:48 e50611b195fd: Pulling fs layer
09:25:48 83a556da0900: Pulling fs layer
09:25:48 8c0b9ca5e738: Pulling fs layer
09:25:48 37d486fb2d9c: Pulling fs layer
09:25:48 c689acfb138a: Pulling fs layer
09:25:48 aa24688362ba: Pulling fs layer
09:25:48 51faccd34923: Pulling fs layer
09:25:48 5ee0efa50283: Pulling fs layer
09:25:48 20fb21fdf421: Pulling fs layer
09:25:48 9c571952747b: Pulling fs layer
09:25:48 6102a1f6424e: Pulling fs layer
09:25:48 86cfda17585f: Pulling fs layer
09:25:48 62f020a61243: Pulling fs layer
09:25:48 cfddd62b4511: Pulling fs layer
09:25:48 6f4152644229: Waiting
09:25:48 6933d3d46042: Waiting
09:25:48 0ba1d6f28c38: Waiting
09:25:48 e50611b195fd: Waiting
09:25:48 83a556da0900: Waiting
09:25:48 8c0b9ca5e738: Waiting
09:25:48 37d486fb2d9c: Waiting
09:25:48 c689acfb138a: Waiting
09:25:48 aa24688362ba: Waiting
09:25:48 51faccd34923: Waiting
09:25:48 5ee0efa50283: Waiting
09:25:48 20fb21fdf421: Waiting
09:25:48 9c571952747b: Waiting
09:25:48 6102a1f6424e: Waiting
09:25:48 86cfda17585f: Waiting
09:25:48 62f020a61243: Waiting
09:25:48 cfddd62b4511: Waiting
09:25:48 ea67eaa7dd42: Waiting
09:25:48 4d134ac3fe4b: Waiting
09:25:48 4c55f6f5d7f0: Waiting
09:25:48 6ae475e50652: Waiting
09:25:48 4b5cacb629f5: Verifying Checksum
09:25:48 4b5cacb629f5: Download complete
09:25:48 14408c8d4f9a: Verifying Checksum
09:25:48 14408c8d4f9a: Download complete
09:25:49 4a56a430b2ba: Verifying Checksum
09:25:49 4a56a430b2ba: Download complete
09:25:49 ea67eaa7dd42: Verifying Checksum
09:25:49 ea67eaa7dd42: Download complete
09:25:49 4c55f6f5d7f0: Verifying Checksum
09:25:49 4c55f6f5d7f0: Download complete
09:25:49 4a56a430b2ba: Verifying Checksum
09:25:49 4a56a430b2ba: Download complete
09:25:49 2e009887a409: Verifying Checksum
09:25:49 2e009887a409: Download complete
09:25:49 ea67eaa7dd42: Verifying Checksum
09:25:49 ea67eaa7dd42: Download complete
09:25:49 4a56a430b2ba: Verifying Checksum
09:25:49 4a56a430b2ba: Download complete
09:25:49 6f4152644229: Verifying Checksum
09:25:49 6f4152644229: Download complete
09:25:49 ea67eaa7dd42: Verifying Checksum
09:25:49 ea67eaa7dd42: Download complete
09:25:49 19f9812823bb: Verifying Checksum
09:25:49 19f9812823bb: Download complete
09:25:49 4c55f6f5d7f0: Verifying Checksum
09:25:49 4c55f6f5d7f0: Download complete
09:25:49 6933d3d46042: Verifying Checksum
09:25:49 6933d3d46042: Download complete
09:25:49 6ae475e50652: Verifying Checksum
09:25:49 6ae475e50652: Download complete
09:25:49 0ba1d6f28c38: Verifying Checksum
09:25:49 0ba1d6f28c38: Download complete
09:25:49 adb876b6ea0f: Verifying Checksum
09:25:49 adb876b6ea0f: Download complete
09:25:49 aabbe3b30f01: Verifying Checksum
09:25:49 aabbe3b30f01: Download complete
09:25:49 6f4152644229: Verifying Checksum
09:25:49 6f4152644229: Download complete
09:25:49 6ae475e50652: Verifying Checksum
09:25:49 6ae475e50652: Download complete
09:25:49 0ba1d6f28c38: Verifying Checksum
09:25:49 0ba1d6f28c38: Download complete
09:25:49 6933d3d46042: Verifying Checksum
09:25:49 6933d3d46042: Download complete
09:25:49 83a556da0900: Verifying Checksum
09:25:49 83a556da0900: Download complete
09:25:49 8c0b9ca5e738: Verifying Checksum
09:25:49 8c0b9ca5e738: Download complete
09:25:49 37d486fb2d9c: Verifying Checksum
09:25:49 37d486fb2d9c: Download complete
09:25:49 899d1b83352b: Verifying Checksum
09:25:49 899d1b83352b: Download complete
09:25:49 e70bfa82424a: Verifying Checksum
09:25:49 e70bfa82424a: Download complete
09:25:50 83a556da0900: Verifying Checksum
09:25:50 83a556da0900: Download complete
09:25:50 8c0b9ca5e738: Verifying Checksum
09:25:50 8c0b9ca5e738: Download complete
09:25:50 c689acfb138a: Verifying Checksum
09:25:50 c689acfb138a: Download complete
09:25:50 e50611b195fd: Verifying Checksum
09:25:50 e50611b195fd: Download complete
09:25:50 aa24688362ba: Verifying Checksum
09:25:50 aa24688362ba: Download complete
09:25:50 07786b044c63: Verifying Checksum
09:25:50 07786b044c63: Download complete
09:25:50 b5d53c7440de: Verifying Checksum
09:25:50 b5d53c7440de: Download complete
09:25:50 dd3e7f0e49d7: Verifying Checksum
09:25:50 dd3e7f0e49d7: Download complete
09:25:50 79a5ec6f09c0: Verifying Checksum
09:25:50 79a5ec6f09c0: Download complete
09:25:50 04e1b702e6e6: Verifying Checksum
09:25:50 04e1b702e6e6: Download complete
09:25:50 e50611b195fd: Verifying Checksum
09:25:50 e50611b195fd: Download complete
09:25:50 37d486fb2d9c: Verifying Checksum
09:25:50 37d486fb2d9c: Download complete
09:25:50 c689acfb138a: Verifying Checksum
09:25:50 c689acfb138a: Download complete
09:25:50 aa24688362ba: Verifying Checksum
09:25:50 aa24688362ba: Download complete
09:25:50 51faccd34923: Verifying Checksum
09:25:50 51faccd34923: Download complete
09:25:50 5ee0efa50283: Verifying Checksum
09:25:50 5ee0efa50283: Download complete
09:25:50 51faccd34923: Verifying Checksum
09:25:50 51faccd34923: Download complete
09:25:50 20fb21fdf421: Verifying Checksum
09:25:50 20fb21fdf421: Download complete
09:25:50 35abc83fb2d1: Verifying Checksum
09:25:50 35abc83fb2d1: Download complete
09:25:50 0b9fd00b0ee2: Verifying Checksum
09:25:50 0b9fd00b0ee2: Download complete
09:25:50 5ee0efa50283: Verifying Checksum
09:25:50 5ee0efa50283: Download complete
09:25:50 20fb21fdf421: Verifying Checksum
09:25:50 20fb21fdf421: Download complete
09:25:50 6102a1f6424e: Verifying Checksum
09:25:50 6102a1f6424e: Download complete
09:25:50 6102a1f6424e: Verifying Checksum
09:25:50 6102a1f6424e: Download complete
09:25:50 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
09:25:50 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
09:25:50 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
09:25:50 8dac193df084: Verifying Checksum
09:25:50 8dac193df084: Download complete
09:25:50 e8c5e0613f4a: Verifying Checksum
09:25:50 e8c5e0613f4a: Download complete
09:25:50 9c571952747b: Verifying Checksum
09:25:50 9c571952747b: Download complete
09:25:50 86cfda17585f: Verifying Checksum
09:25:50 86cfda17585f: Download complete
09:25:50 62f020a61243: Verifying Checksum
09:25:50 62f020a61243: Download complete
09:25:50 9c571952747b: Verifying Checksum
09:25:50 9c571952747b: Download complete
09:25:50 62f020a61243: Verifying Checksum
09:25:50 62f020a61243: Download complete
09:25:50 86cfda17585f: Verifying Checksum
09:25:50 86cfda17585f: Download complete
09:25:50 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
09:25:50 46498e92e03d: Verifying Checksum
09:25:50 46498e92e03d: Download complete
09:25:50 ac0dda6b6c03: Verifying Checksum
09:25:50 ac0dda6b6c03: Download complete
09:25:50 a880b4ca70ca: Verifying Checksum
09:25:50 a880b4ca70ca: Download complete
09:25:51 cfddd62b4511: Verifying Checksum
09:25:51 cfddd62b4511: Download complete
09:25:51 cfddd62b4511: Verifying Checksum
09:25:51 cfddd62b4511: Download complete
09:25:51 4d134ac3fe4b: Verifying Checksum
09:25:51 4d134ac3fe4b: Download complete
09:25:51 4d134ac3fe4b: Verifying Checksum
09:25:51 4d134ac3fe4b: Download complete
09:25:51 c40ae9f8face: Verifying Checksum
09:25:51 c40ae9f8face: Download complete
09:25:51 4d134ac3fe4b: Verifying Checksum
09:25:51 4d134ac3fe4b: Download complete
09:25:52 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
09:25:52 4a56a430b2ba: Pull complete
09:25:52 4a56a430b2ba: Pull complete
09:25:52 4b5cacb629f5: Pull complete
09:25:52 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
09:25:53 4a56a430b2ba: Pull complete
09:25:53 4b5cacb629f5: Pull complete
09:25:53 14408c8d4f9a: Pull complete
09:25:53 4b5cacb629f5: Pull complete
09:25:53 14408c8d4f9a: Pull complete
09:25:53 14408c8d4f9a: Pull complete
09:25:54 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
09:25:54 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
09:25:54 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
09:25:54 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
09:25:55 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
09:25:55 ea67eaa7dd42: Pull complete
09:25:55 ea67eaa7dd42: Pull complete
09:25:55 ea67eaa7dd42: Pull complete
09:25:55 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
09:25:55 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
09:25:56 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
09:25:56 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
09:25:56 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
09:26:00 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
09:26:00 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
09:26:01 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  2%]
09:26:02 4d134ac3fe4b: Pull complete
09:26:02 2e009887a409: Pull complete
09:26:02 4d134ac3fe4b: Pull complete
09:26:02 4c55f6f5d7f0: Pull complete
09:26:02 adb876b6ea0f: Pull complete
09:26:02 19f9812823bb: Pull complete
09:26:03 6ae475e50652: Pull complete
09:26:03 6f4152644229: Pull complete
09:26:03 aabbe3b30f01: Pull complete
09:26:03 899d1b83352b: Pull complete
09:26:03 6933d3d46042: Pull complete
09:26:03 4d134ac3fe4b: Pull complete
09:26:03 4c55f6f5d7f0: Pull complete
09:26:03 0ba1d6f28c38: Pull complete
09:26:03 07786b044c63: Pull complete
09:26:03 e70bfa82424a: Pull complete
09:26:03 b5d53c7440de: Pull complete
09:26:03 6ae475e50652: Pull complete
09:26:03 6f4152644229: Pull complete
09:26:03 e50611b195fd: Pull complete
09:26:03 83a556da0900: Pull complete
09:26:04 dd3e7f0e49d7: Pull complete
09:26:04 79a5ec6f09c0: Pull complete
09:26:04 6933d3d46042: Pull complete
09:26:04 8c0b9ca5e738: Pull complete
09:26:04 37d486fb2d9c: Pull complete
09:26:04 04e1b702e6e6: Pull complete
09:26:04 0b9fd00b0ee2: Pull complete
09:26:04 0ba1d6f28c38: Pull complete
09:26:04 c689acfb138a: Pull complete
09:26:04 aa24688362ba: Pull complete
09:26:04 51faccd34923: Pull complete
09:26:04 35abc83fb2d1: Pull complete
09:26:04 8dac193df084: Pull complete
09:26:04 e50611b195fd: Pull complete
09:26:04 83a556da0900: Pull complete
09:26:04 5ee0efa50283: Pull complete
09:26:04 20fb21fdf421: Pull complete
09:26:04 8c0b9ca5e738: Pull complete
09:26:04 37d486fb2d9c: Pull complete
09:26:04 c689acfb138a: Pull complete
09:26:05 aa24688362ba: Pull complete
09:26:05 51faccd34923: Pull complete
09:26:05 e8c5e0613f4a: Pull complete
09:26:05 46498e92e03d: Pull complete
09:26:05 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
09:26:05 5ee0efa50283: Pull complete
09:26:05 20fb21fdf421: Pull complete
09:26:05 ac0dda6b6c03: Pull complete
09:26:05 9c571952747b: Pull complete
09:26:05 6102a1f6424e: Pull complete
09:26:05 a880b4ca70ca: Pull complete
09:26:05 c40ae9f8face: Pull complete
09:26:05 Digest: sha256:199adc56d257691eaa8d40def126e14896f48cf343fb98e31b65a9c5211ea0d8
09:26:05 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-501bf707627914ba6d7b8ae918f02c79ee49082c
09:26:05 86cfda17585f: Pull complete
09:26:05 62f020a61243: Pull complete
09:26:06 cfddd62b4511: Pull complete
09:26:06 Digest: sha256:f8ea4f14c91a13655ad16bb96936ce7fa59393acff225f2e84b5a42b4709f715
09:26:06 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-501bf707627914ba6d7b8ae918f02c79ee49082c
09:26:06 9c571952747b: Pull complete
09:26:06 6102a1f6424e: Pull complete
09:26:06 86cfda17585f: Pull complete
09:26:06 62f020a61243: Pull complete
09:26:06 cfddd62b4511: Pull complete
09:26:06 Digest: sha256:f8ea4f14c91a13655ad16bb96936ce7fa59393acff225f2e84b5a42b4709f715
09:26:06 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-501bf707627914ba6d7b8ae918f02c79ee49082c
09:26:07 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
09:26:07 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
09:26:07 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
09:26:07 tests/integration/api_build_test.py::BuildTest::test_prune_builds SKIPPED [  2%]
09:26:07 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
09:26:07 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
09:26:07 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
09:26:08 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  3%]
09:26:08 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
09:26:08 ============================= test session starts ==============================
09:26:08 platform linux2 -- Python 2.7.16, pytest-4.2.1, py-1.8.0, pluggy-0.13.0 -- /usr/local/bin/python
09:26:08 cachedir: .pytest_cache
09:26:08 rootdir: /src, inifile: pytest.ini
09:26:08 plugins: timeout-1.3.3, cov-2.6.1
09:26:09 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
09:26:09 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
09:26:09 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
09:26:09 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
09:26:10 ============================= test session starts ==============================
09:26:10 platform linux -- Python 3.7.4, pytest-4.2.1, py-1.8.0, pluggy-0.13.0 -- /usr/local/bin/python
09:26:10 cachedir: .pytest_cache
09:26:10 rootdir: /src, inifile: pytest.ini
09:26:10 plugins: timeout-1.3.3, cov-2.6.1
09:26:10 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
09:26:10 ============================= test session starts ==============================
09:26:10 platform linux -- Python 3.7.4, pytest-4.2.1, py-1.8.0, pluggy-0.13.0 -- /usr/local/bin/python
09:26:10 cachedir: .pytest_cache
09:26:10 rootdir: /src, inifile: pytest.ini
09:26:10 plugins: timeout-1.3.3, cov-2.6.1
09:26:11 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
09:26:11 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
09:26:12 collecting ... collected 932 items
09:26:12 
09:26:12 collecting ... collected 932 items
09:26:12 
09:26:13 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
09:26:13 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  4%]
09:26:13 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
09:26:13 collecting ... collected 932 items
09:26:13 
09:26:13 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
09:26:13 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
09:26:14 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
09:26:14 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
09:26:14 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
09:26:14 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
09:26:14 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
09:26:14 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
09:26:14 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
09:26:14 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
09:26:14 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
09:26:14 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
09:26:14 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
09:26:15 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
09:26:15 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
09:26:15 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
09:26:15 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
09:26:15 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
09:26:16 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
09:26:16 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
09:26:16 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
09:26:17 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
09:26:17 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
09:26:17 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
09:26:17 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
09:26:17 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
09:26:17 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
09:26:17 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
09:26:17 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
09:26:17 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
09:26:17 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
09:26:17 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
09:26:18 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
09:26:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  5%]
09:26:18 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
09:26:18 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
09:26:18 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
09:26:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
09:26:18 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
09:26:18 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
09:26:18 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
09:26:19 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
09:26:19 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
09:26:19 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
09:26:19 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
09:26:19 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
09:26:19 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
09:26:19 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
09:26:20 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
09:26:20 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
09:26:20 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
09:26:20 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
09:26:20 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
09:26:20 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
09:26:21 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
09:26:21 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
09:26:21 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
09:26:21 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
09:26:21 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
09:26:21 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
09:26:21 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
09:26:21 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
09:26:22 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
09:26:22 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
09:26:22 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
09:26:22 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
09:26:23 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  2%]
09:26:23 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
09:26:23 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
09:26:24 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  2%]
09:26:25 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
09:26:25 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
09:26:25 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
09:26:26 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  2%]
09:26:27 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
09:26:27 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
09:26:27 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
09:26:27 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
09:26:27 tests/integration/api_build_test.py::BuildTest::test_prune_builds SKIPPED [  2%]
09:26:27 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
09:26:27 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
09:26:27 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
09:26:28 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  3%]
09:26:28 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
09:26:28 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
09:26:28 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
09:26:28 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
09:26:28 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
09:26:28 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
09:26:29 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
09:26:29 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
09:26:29 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
09:26:29 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
09:26:29 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
09:26:29 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
09:26:29 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
09:26:30 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
09:26:30 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  3%]
09:26:30 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
09:26:30 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
09:26:30 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
09:26:31 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
09:26:31 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
09:26:31 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
09:26:31 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
09:26:31 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
09:26:31 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  4%]
09:26:31 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
09:26:31 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
09:26:31 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
09:26:31 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
09:26:31 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
09:26:31 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
09:26:31 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
09:26:31 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
09:26:32 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  3%]
09:26:32 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
09:26:32 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
09:26:32 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
09:26:32 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
09:26:32 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
09:26:32 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
09:26:32 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
09:26:32 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
09:26:32 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
09:26:33 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
09:26:33 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
09:26:33 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
09:26:33 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
09:26:34 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
09:26:34 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
09:26:34 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
09:26:34 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  4%]
09:26:34 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
09:26:34 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
09:26:34 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
09:26:34 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
09:26:34 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
09:26:34 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
09:26:35 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  5%]
09:26:35 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
09:26:35 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
09:26:35 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
09:26:35 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
09:26:36 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
09:26:36 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  4%]
09:26:36 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
09:26:37 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
09:26:37 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
09:26:37 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
09:26:37 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
09:26:37 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
09:26:37 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
09:26:38 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
09:26:38 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
09:26:38 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
09:26:38 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
09:26:38 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
09:26:38 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  5%]
09:26:38 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
09:26:39 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
09:26:39 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
09:26:39 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
09:26:39 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
09:26:40 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
09:26:40 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  5%]
09:26:40 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  6%]
09:26:40 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  6%]
09:26:40 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
09:26:40 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
09:26:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
09:26:41 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
09:26:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
09:26:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
09:26:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
09:26:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
09:26:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
09:26:42 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
09:26:42 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
09:26:43 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
09:26:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
09:26:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
09:26:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
09:26:43 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
09:26:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
09:26:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
09:26:44 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
09:26:45 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
09:26:45 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
09:26:45 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
09:26:46 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
09:26:47 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  7%]
09:26:48 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
09:26:48 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
09:26:49 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
09:26:54 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
09:26:54 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
09:26:54 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  6%]
09:26:54 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
09:26:55 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  6%]
09:26:55 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
09:26:56 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
09:26:57 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
09:26:57 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  6%]
09:26:58 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
09:26:58 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  6%]
09:26:58 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
09:26:59 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
09:26:59 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
09:26:59 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
09:26:59 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
09:27:00 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  6%]
09:27:00 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
09:27:00 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
09:27:00 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
09:27:01 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  6%]
09:27:01 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  7%]
09:27:01 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
09:27:01 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
09:27:01 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
09:27:02 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
09:27:02 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
09:27:02 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
09:27:02 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
09:27:03 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
09:27:03 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
09:27:03 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
09:27:04 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
09:27:04 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
09:27:04 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
09:27:05 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
09:27:05 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  7%]
09:27:06 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
09:27:06 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
09:27:06 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
09:27:06 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
09:27:06 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
09:27:06 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
09:27:06 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
09:27:07 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
09:27:07 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  8%]
09:27:07 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  8%]
09:27:07 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
09:27:07 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
09:27:08 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  7%]
09:27:08 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
09:27:09 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
09:27:09 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
09:27:09 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
09:27:10 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
09:27:10 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
09:27:10 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
09:27:11 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
09:27:11 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
09:27:11 tests/integration/api_container_test.py::LogsTest::test_logs_with_until SKIPPED [  8%]
09:27:11 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
09:27:11 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
09:27:12 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
09:27:12 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  9%]
09:27:13 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
09:27:14 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
09:27:14 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
09:27:15 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  9%]
09:27:15 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
09:27:16 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
09:27:18 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
09:27:18 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
09:27:18 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
09:27:18 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  8%]
09:27:18 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  8%]
09:27:19 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
09:27:19 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
09:27:20 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
09:27:20 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
09:27:20 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
09:27:20 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
09:27:21 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
09:27:21 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
09:27:21 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
09:27:22 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
09:27:22 tests/integration/api_container_test.py::LogsTest::test_logs_with_until SKIPPED [  8%]
09:27:22 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
09:27:22 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
09:27:22 tests/integration/api_container_test.py::ContainerTopTest::test_top PASSED [  9%]
09:27:23 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
09:27:23 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  9%]
09:27:23 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs PASSED [ 10%]
09:27:24 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  8%]
09:27:24 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  8%]
09:27:25 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
09:27:25 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  9%]
09:27:26 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
09:27:26 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%]
09:27:26 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
09:27:27 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  8%]
09:27:27 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  8%]
09:27:27 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
09:27:27 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
09:27:28 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
09:27:28 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
09:27:28 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
09:27:28 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
09:27:29 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
09:27:29 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
09:27:29 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
09:27:29 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
09:27:29 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  9%]
09:27:29 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
09:27:29 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
09:27:30 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
09:27:30 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
09:27:30 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
09:27:31 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
09:27:31 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
09:27:31 tests/integration/api_container_test.py::ContainerTopTest::test_top PASSED [  9%]
09:27:31 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
09:27:32 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs PASSED [ 10%]
09:27:32 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
09:27:33 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  9%]
09:27:33 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  9%]
09:27:34 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
09:27:34 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
09:27:35 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
09:27:35 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
09:27:35 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  9%]
09:27:35 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%]
09:27:35 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
09:27:35 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
09:27:36 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
09:27:36 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
09:27:37 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
09:27:38 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
09:27:38 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
09:27:38 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
09:27:38 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
09:27:38 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
09:27:39 tests/integration/api_container_test.py::ContainerTopTest::test_top PASSED [  9%]
09:27:39 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs PASSED [ 10%]
09:27:39 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
09:27:40 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
09:27:40 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
09:27:40 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
09:27:40 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
09:27:41 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
09:27:41 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
09:27:41 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
09:27:42 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 11%]
09:27:42 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
09:27:42 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
09:27:42 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
09:27:43 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%]
09:27:43 tests/integration/api_container_test.py::ContainerTopTest::test_top PASSED [  9%]
09:27:43 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%]
09:27:43 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs PASSED [ 10%]
09:27:44 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
09:27:44 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
09:27:45 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
09:27:46 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
09:27:46 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
09:27:46 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
09:27:46 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%]
09:27:47 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
09:27:48 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
09:27:48 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 11%]
09:27:48 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
09:27:49 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
09:27:49 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
09:27:49 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%]
09:27:50 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
09:27:50 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
09:27:50 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 12%]
09:27:50 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
09:27:50 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
09:27:50 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 12%]
09:27:50 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
09:27:51 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%]
09:27:51 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
09:27:51 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
09:27:52 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
09:27:52 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
09:27:53 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
09:27:53 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
09:27:54 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
09:27:54 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
09:27:54 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
09:27:54 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
09:27:54 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
09:27:55 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
09:27:55 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
09:27:55 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
09:27:55 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 12%]
09:27:55 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
09:27:55 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
09:27:56 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 12%]
09:27:56 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%]
09:27:56 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
09:27:57 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
09:27:57 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 11%]
09:27:57 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
09:27:57 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
09:27:58 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
09:27:58 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 13%]
09:27:58 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir SKIPPED [ 13%]
09:27:58 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%]
09:27:59 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
09:27:59 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
09:27:59 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
09:27:59 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
09:27:59 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
09:27:59 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
09:28:00 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
09:28:00 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
09:28:00 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
09:28:00 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
09:28:00 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
09:28:01 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
09:28:01 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
09:28:01 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 11%]
09:28:01 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
09:28:01 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
09:28:02 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
09:28:02 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 13%]
09:28:02 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir SKIPPED [ 13%]
09:28:02 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%]
09:28:02 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
09:28:03 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
09:28:03 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
09:28:03 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
09:28:03 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
09:28:03 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
09:28:04 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
09:28:04 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
09:28:04 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
09:28:04 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
09:28:04 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
09:28:05 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
09:28:05 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
09:28:05 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 12%]
09:28:05 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 14%]
09:28:05 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
09:28:06 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 12%]
09:28:06 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%]
09:28:06 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
09:28:07 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
09:28:07 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 14%]
09:28:07 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
09:28:07 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
09:28:07 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
09:28:08 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%]
09:28:08 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
09:28:08 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 14%]
09:28:08 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
09:28:09 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 12%]
09:28:09 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 14%]
09:28:09 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
09:28:09 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
09:28:10 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 12%]
09:28:10 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%]
09:28:10 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%]
09:28:10 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
09:28:10 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
09:28:10 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
09:28:11 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
09:28:11 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
09:28:11 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
09:28:11 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
09:28:12 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
09:28:12 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
09:28:12 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
09:28:13 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 13%]
09:28:13 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
09:28:13 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
09:28:13 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
09:28:13 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 13%]
09:28:14 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
09:28:14 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
09:28:14 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
09:28:15 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
09:28:15 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
09:28:15 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
09:28:15 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
09:28:15 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
09:28:16 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
09:28:16 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
09:28:16 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
09:28:16 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
09:28:16 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
09:28:17 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 13%]
09:28:17 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
09:28:18 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 13%]
09:28:18 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
09:28:18 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
09:28:19 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
09:28:19 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 15%]
09:28:19 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 15%]
09:28:19 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%]
09:28:19 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
09:28:19 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
09:28:19 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
09:28:19 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
09:28:20 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
09:28:20 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
09:28:20 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
09:28:20 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 15%]
09:28:20 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 15%]
09:28:20 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%]
09:28:20 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
09:28:20 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
09:28:20 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
09:28:21 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
09:28:21 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 14%]
09:28:21 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
09:28:21 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
09:28:21 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
09:28:21 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
09:28:22 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 14%]
09:28:22 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
09:28:22 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 16%]
09:28:22 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 16%]
09:28:22 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%]
09:28:22 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
09:28:22 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
09:28:22 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
09:28:22 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
09:28:22 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
09:28:22 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 16%]
09:28:22 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 16%]
09:28:22 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%]
09:28:22 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
09:28:22 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
09:28:23 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
09:28:23 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
09:28:23 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
09:28:23 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
09:28:23 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
09:28:23 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
09:28:23 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%]
09:28:23 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
09:28:23 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
09:28:24 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
09:28:24 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
09:28:24 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 17%]
09:28:24 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 17%]
09:28:25 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 14%]
09:28:25 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
09:28:26 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 17%]
09:28:26 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 17%]
09:28:26 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 14%]
09:28:26 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
09:28:27 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%]
09:28:27 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%]
09:28:27 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%]
09:28:28 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
09:28:28 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
09:28:28 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
09:28:29 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
09:28:29 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
09:28:29 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
09:28:30 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
09:28:30 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
09:28:30 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
09:28:30 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
09:28:31 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
09:28:31 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
09:28:32 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
09:28:32 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
09:28:32 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope SKIPPED [ 17%]
09:28:32 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 18%]
09:28:33 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
09:28:33 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
09:28:33 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
09:28:33 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope SKIPPED [ 17%]
09:28:33 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 18%]
09:28:33 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 18%]
09:28:34 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 15%]
09:28:34 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 15%]
09:28:34 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%]
09:28:34 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
09:28:34 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
09:28:34 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
09:28:35 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
09:28:35 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
09:28:35 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
09:28:35 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 18%]
09:28:35 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
09:28:36 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
09:28:37 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
09:28:37 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 16%]
09:28:37 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 16%]
09:28:37 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%]
09:28:37 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
09:28:37 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
09:28:37 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
09:28:37 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
09:28:38 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
09:28:38 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
09:28:39 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 15%]
09:28:39 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 15%]
09:28:39 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%]
09:28:39 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
09:28:39 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
09:28:39 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 17%]
09:28:39 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
09:28:40 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
09:28:40 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 17%]
09:28:40 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%]
09:28:40 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%]
09:28:40 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
09:28:40 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
09:28:40 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
09:28:40 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
09:28:40 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
09:28:41 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
09:28:41 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
09:28:41 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
09:28:41 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%]
09:28:41 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
09:28:41 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 16%]
09:28:42 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 19%]
09:28:42 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 16%]
09:28:42 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%]
09:28:42 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
09:28:42 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
09:28:42 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%]
09:28:42 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%]
09:28:42 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
09:28:42 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
09:28:42 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
09:28:42 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
09:28:42 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
09:28:42 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
09:28:42 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
09:28:42 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%]
09:28:42 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
09:28:42 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
09:28:43 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
09:28:43 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
09:28:43 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
09:28:43 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
09:28:44 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 19%]
09:28:44 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 17%]
09:28:45 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
09:28:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%]
09:28:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
09:28:45 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
09:28:45 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 17%]
09:28:45 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
09:28:45 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
09:28:45 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
09:28:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
09:28:46 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%]
09:28:46 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
09:28:47 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
09:28:47 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
09:28:47 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 20%]
09:28:47 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
09:28:47 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 20%]
09:28:48 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%]
09:28:48 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
09:28:48 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
09:28:48 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
09:28:48 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
09:28:48 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
09:28:48 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
09:28:49 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
09:28:49 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 18%]
09:28:49 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
09:28:49 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
09:28:49 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 20%]
09:28:50 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
09:28:50 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
09:28:50 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 20%]
09:28:51 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 18%]
09:28:51 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%]
09:28:51 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
09:28:51 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
09:28:51 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
09:28:51 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
09:28:51 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
09:28:51 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%]
09:28:51 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%]
09:28:51 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
09:28:51 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
09:28:52 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
09:28:52 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
09:28:52 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
09:28:52 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
09:28:52 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
09:28:52 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
09:28:53 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
09:28:54 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 21%]
09:28:54 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
09:28:54 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 18%]
09:28:54 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 19%]
09:28:54 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 21%]
09:28:54 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%]
09:28:54 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
09:28:54 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
09:28:55 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
09:28:55 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
09:28:55 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
09:28:55 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
09:28:55 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%]
09:28:55 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
09:28:56 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 18%]
09:28:57 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
09:28:57 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 21%]
09:28:57 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%]
09:28:57 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%]
09:28:57 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
09:28:57 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
09:28:57 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
09:28:57 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 21%]
09:28:57 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%]
09:28:57 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
09:28:57 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
09:28:57 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
09:28:58 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
09:28:58 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
09:28:58 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
09:28:58 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
09:28:58 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
09:28:59 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
09:28:59 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 20%]
09:28:59 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
09:28:59 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 20%]
09:29:00 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
09:29:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
09:29:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
09:29:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
09:29:00 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 19%]
09:29:00 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%]
09:29:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
09:29:01 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%]
09:29:01 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 22%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 22%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 22%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode SKIPPED [ 22%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources SKIPPED [ 22%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 23%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 23%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 23%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init SKIPPED [ 23%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources SKIPPED [ 23%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 24%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 24%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 24%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 24%]
09:29:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
09:29:02 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
09:29:02 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
09:29:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
09:29:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
09:29:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
09:29:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
09:29:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 25%]
09:29:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 25%]
09:29:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 25%]
09:29:03 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
09:29:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
09:29:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
09:29:03 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
09:29:03 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
09:29:03 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
09:29:03 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
09:29:03 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
09:29:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
09:29:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
09:29:04 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
09:29:04 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
09:29:04 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
09:29:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 25%]
09:29:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%]
09:29:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
09:29:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
09:29:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
09:29:04 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
09:29:04 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
09:29:04 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 26%]
09:29:04 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 26%]
09:29:04 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 26%]
09:29:04 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 26%]
09:29:04 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
09:29:04 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 27%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 27%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 27%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 27%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 27%]
09:29:05 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
09:29:05 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 20%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 22%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 22%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 22%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode SKIPPED [ 22%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources SKIPPED [ 22%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 23%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 23%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 23%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init SKIPPED [ 23%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources SKIPPED [ 23%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 24%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 24%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 24%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 24%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
09:29:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
09:29:06 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 20%]
09:29:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
09:29:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
09:29:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 25%]
09:29:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 25%]
09:29:06 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 21%]
09:29:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
09:29:06 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%]
09:29:07 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 25%]
09:29:07 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 21%]
09:29:07 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%]
09:29:07 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
09:29:07 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
09:29:07 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
09:29:08 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 25%]
09:29:08 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%]
09:29:08 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
09:29:08 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
09:29:08 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
09:29:08 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
09:29:08 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
09:29:08 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 26%]
09:29:08 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 26%]
09:29:08 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 26%]
09:29:08 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 26%]
09:29:08 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
09:29:08 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 28%]
09:29:08 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args SKIPPED [ 28%]
09:29:08 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults SKIPPED [ 28%]
09:29:08 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool SKIPPED [ 28%]
09:29:08 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size SKIPPED [ 28%]
09:29:08 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
09:29:08 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
09:29:09 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
09:29:09 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
09:29:09 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
09:29:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
09:29:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
09:29:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
09:29:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
09:29:09 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
09:29:09 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 27%]
09:29:09 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 27%]
09:29:09 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 27%]
09:29:09 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 27%]
09:29:09 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 27%]
09:29:09 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
09:29:09 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
09:29:09 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
09:29:10 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
09:29:10 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
09:29:10 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 22%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 22%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 22%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
09:29:10 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
09:29:10 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 23%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 23%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 23%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 24%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 24%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 24%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 24%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
09:29:10 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
09:29:11 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
09:29:11 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
09:29:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
09:29:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
09:29:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 25%]
09:29:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 25%]
09:29:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 25%]
09:29:12 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 21%]
09:29:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
09:29:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 28%]
09:29:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args SKIPPED [ 28%]
09:29:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults SKIPPED [ 28%]
09:29:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool SKIPPED [ 28%]
09:29:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size SKIPPED [ 28%]
09:29:13 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 21%]
09:29:13 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%]
09:29:13 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
09:29:13 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
09:29:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 25%]
09:29:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%]
09:29:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
09:29:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
09:29:14 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
09:29:14 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
09:29:14 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
09:29:14 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 26%]
09:29:14 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 26%]
09:29:14 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 26%]
09:29:14 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 26%]
09:29:14 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
09:29:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
09:29:14 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
09:29:15 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
09:29:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
09:29:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
09:29:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
09:29:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 27%]
09:29:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 27%]
09:29:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 27%]
09:29:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 27%]
09:29:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 27%]
09:29:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
09:29:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%]
09:29:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%]
09:29:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%]
09:29:15 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%]
09:29:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
09:29:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
09:29:16 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
09:29:16 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 22%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 22%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 22%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 23%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 23%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 23%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 24%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 24%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 24%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 24%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%]
09:29:17 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%]
09:29:18 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
09:29:18 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%]
09:29:18 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%]
09:29:18 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 25%]
09:29:18 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 25%]
09:29:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
09:29:19 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 25%]
09:29:20 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 25%]
09:29:20 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%]
09:29:20 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%]
09:29:20 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%]
09:29:20 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%]
09:29:20 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%]
09:29:20 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%]
09:29:20 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 26%]
09:29:20 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 26%]
09:29:20 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 26%]
09:29:20 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 26%]
09:29:20 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%]
09:29:21 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%]
09:29:21 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%]
09:29:21 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%]
09:29:22 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%]
09:29:22 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 27%]
09:29:22 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 27%]
09:29:22 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 27%]
09:29:22 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 27%]
09:29:22 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 27%]
09:29:22 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%]
09:29:22 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%]
09:29:22 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%]
09:29:23 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
09:29:24 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 29%]
09:29:27 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
09:29:27 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 28%]
09:29:29 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 28%]
09:29:29 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 29%]
09:29:30 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 29%]
09:29:30 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 28%]
09:29:32 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 28%]
09:29:34 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 28%]
09:29:34 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%]
09:29:34 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 28%]
09:29:35 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 29%]
09:29:35 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 29%]
09:29:35 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
09:29:35 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 28%]
09:29:37 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
09:29:37 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
09:29:37 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 28%]
09:29:39 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
09:29:39 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 28%]
09:29:40 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 29%]
09:29:40 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 28%]
09:29:40 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 29%]
09:29:42 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
09:29:44 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
09:29:44 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
09:29:44 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
09:29:45 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 29%]
09:29:46 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 29%]
09:29:46 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
09:29:47 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
09:29:51 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 29%]
09:29:51 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 29%]
09:29:52 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 29%]
09:29:52 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
09:29:53 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 29%]
09:29:54 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 29%]
09:29:55 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 29%]
09:29:57 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 29%]
09:29:57 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
09:29:57 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
09:29:59 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
09:29:59 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 29%]
09:30:00 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 29%]
09:30:02 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 29%]
09:30:02 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
09:30:03 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
09:30:04 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
09:30:04 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 29%]
09:30:06 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
09:30:07 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
09:30:07 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 30%]
09:30:08 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
09:30:10 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
09:30:11 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
09:30:11 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
09:30:11 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 30%]
09:30:14 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
09:30:14 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 30%]
09:30:18 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
09:30:19 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
09:30:19 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 30%]
09:30:22 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 30%]
09:30:22 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 30%]
09:30:22 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%]
09:30:22 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%]
09:30:22 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
09:30:22 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
09:30:22 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
09:30:22 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
09:30:22 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 31%]
09:30:22 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 31%]
09:30:22 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 31%]
09:30:22 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 31%]
09:30:24 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%]
09:30:25 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
09:30:26 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 30%]
09:30:26 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 30%]
09:30:26 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%]
09:30:26 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%]
09:30:26 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
09:30:26 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
09:30:26 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
09:30:26 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
09:30:26 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 31%]
09:30:26 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 31%]
09:30:26 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 31%]
09:30:26 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 31%]
09:30:28 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%]
09:30:29 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
09:30:29 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 30%]
09:30:29 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 30%]
09:30:29 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%]
09:30:29 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%]
09:30:29 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
09:30:29 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
09:30:29 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
09:30:29 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
09:30:29 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 31%]
09:30:29 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 31%]
09:30:29 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 31%]
09:30:29 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 31%]
09:30:31 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%]
09:30:32 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
09:30:37 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 30%]
09:30:37 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 30%]
09:30:37 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%]
09:30:37 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%]
09:30:37 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
09:30:37 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
09:30:37 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
09:30:37 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
09:30:37 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 31%]
09:30:37 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 31%]
09:30:37 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 31%]
09:30:37 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 31%]
09:30:37 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%]
09:30:37 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
09:30:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
09:30:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
09:30:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
09:30:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
09:30:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%]
09:30:40 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%]
09:30:41 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
09:30:41 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
09:30:41 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
09:30:42 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
09:30:42 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%]
09:30:43 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
09:30:43 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
09:30:43 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
09:30:43 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
09:30:44 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
09:30:44 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
09:30:44 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
09:30:44 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
09:30:44 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
09:30:45 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%]
09:30:45 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
09:30:45 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%]
09:30:46 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
09:30:46 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%]
09:30:47 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%]
09:30:47 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
09:30:48 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%]
09:30:48 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%]
09:30:48 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
09:30:48 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
09:30:49 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
09:30:49 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
09:30:49 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
09:30:49 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
09:30:49 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
09:30:50 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
09:30:50 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
09:30:50 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%]
09:30:50 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
09:30:51 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
09:30:51 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
09:30:51 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
09:30:51 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
09:30:51 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
09:30:51 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
09:30:51 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
09:30:51 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
09:30:52 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%]
09:30:52 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
09:30:52 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
09:30:52 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%]
09:30:53 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 34%]
09:30:53 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%]
09:30:53 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%]
09:30:53 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
09:30:53 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%]
09:30:54 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%]
09:30:54 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
09:30:54 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
09:30:54 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
09:30:54 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
09:30:55 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
09:30:55 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
09:30:55 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
09:30:55 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
09:30:55 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
09:30:56 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
09:30:56 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%]
09:30:56 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
09:30:56 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
09:30:56 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
09:30:56 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
09:30:56 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%]
09:30:57 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
09:30:57 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
09:30:57 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%]
09:30:57 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
09:30:58 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
09:30:58 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 34%]
09:30:58 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%]
09:30:58 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
09:30:59 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
09:30:59 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%]
09:30:59 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
09:30:59 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
09:31:00 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%]
09:31:00 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
09:31:00 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
09:31:00 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
09:31:00 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%]
09:31:00 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
09:31:01 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
09:31:01 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%]
09:31:01 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
09:31:01 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
09:31:02 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
09:31:02 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
09:31:02 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
09:31:02 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 34%]
09:31:03 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%]
09:31:04 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
09:31:04 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
09:31:04 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%]
09:31:04 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
09:31:05 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
09:31:05 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
09:31:05 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
09:31:06 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
09:31:06 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
09:31:06 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 34%]
09:31:07 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
09:31:07 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%]
09:31:08 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
09:31:08 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%]
09:31:08 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
09:31:08 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
09:31:08 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
09:31:09 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
09:31:09 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%]
09:31:10 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
09:31:10 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%]
09:31:10 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
09:31:10 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%]
09:31:11 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
09:31:11 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
09:31:12 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
09:31:13 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
09:31:13 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
09:31:13 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
09:31:14 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
09:31:14 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
09:31:14 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
09:31:14 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 36%]
09:31:15 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%]
09:31:15 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%]
09:31:15 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
09:31:16 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
09:31:16 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%]
09:31:16 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
09:31:16 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
09:31:16 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%]
09:31:16 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
09:31:16 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
09:31:16 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 37%]
09:31:17 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%]
09:31:17 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%]
09:31:17 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%]
09:31:17 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%]
09:31:17 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
09:31:17 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
09:31:18 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
09:31:18 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
09:31:19 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
09:31:20 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
09:31:20 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
09:31:20 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
09:31:20 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
09:31:21 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
09:31:21 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 36%]
09:31:21 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%]
09:31:22 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%]
09:31:22 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
09:31:22 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
09:31:22 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%]
09:31:22 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
09:31:22 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%]
09:31:23 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
09:31:23 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
09:31:23 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
09:31:23 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
09:31:23 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
09:31:23 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 37%]
09:31:23 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%]
09:31:23 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%]
09:31:23 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%]
09:31:23 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%]
09:31:23 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
09:31:24 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
09:31:25 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
09:31:25 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
09:31:25 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%]
09:31:25 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
09:31:25 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
09:31:25 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
09:31:25 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 38%]
09:31:25 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 38%]
09:31:25 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 38%]
09:31:25 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 38%]
09:31:25 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
09:31:25 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%]
09:31:25 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
09:31:25 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
09:31:25 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
09:31:25 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
09:31:25 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
09:31:25 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 39%]
09:31:25 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 39%]
09:31:25 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 39%]
09:31:25 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 39%]
09:31:26 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
09:31:26 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%]
09:31:27 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
09:31:27 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
09:31:27 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
09:31:28 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
09:31:28 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
09:31:29 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 36%]
09:31:29 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%]
09:31:29 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
09:31:29 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%]
09:31:29 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
09:31:29 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
09:31:29 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
09:31:30 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
09:31:30 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
09:31:30 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
09:31:30 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
09:31:30 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
09:31:30 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
09:31:30 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 37%]
09:31:30 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%]
09:31:31 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%]
09:31:31 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%]
09:31:31 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
09:31:31 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
09:31:31 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
09:31:31 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 36%]
09:31:31 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%]
09:31:31 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%]
09:31:31 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
09:31:32 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
09:31:32 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
09:31:32 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
09:31:32 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 38%]
09:31:32 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 38%]
09:31:32 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 38%]
09:31:32 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 38%]
09:31:32 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
09:31:32 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
09:31:32 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
09:31:32 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
09:31:32 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
09:31:32 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 39%]
09:31:32 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 39%]
09:31:32 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 39%]
09:31:32 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
09:31:32 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 39%]
09:31:32 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
09:31:32 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
09:31:32 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
09:31:33 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
09:31:33 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
09:31:33 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 37%]
09:31:33 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%]
09:31:33 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%]
09:31:33 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%]
09:31:33 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
09:31:34 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
09:31:35 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
09:31:35 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
09:31:37 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
09:31:37 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
09:31:37 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
09:31:37 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 40%]
09:31:37 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%]
09:31:37 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%]
09:31:37 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
09:31:39 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
09:31:39 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
09:31:40 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
09:31:40 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
09:31:40 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 38%]
09:31:40 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 38%]
09:31:40 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 38%]
09:31:40 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%]
09:31:40 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 38%]
09:31:40 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
09:31:40 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
09:31:40 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
09:31:40 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
09:31:40 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
09:31:40 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 39%]
09:31:40 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 39%]
09:31:40 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 39%]
09:31:40 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 39%]
09:31:40 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
09:31:41 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
09:31:41 tests/integration/credentials/store_test.py::TestStore::test_store_and_get FAILED [ 40%]
09:31:41 tests/integration/credentials/store_test.py::TestStore::test_store_and_get ERROR [ 40%]
09:31:41 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent FAILED [ 40%]
09:31:41 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase FAILED [ 40%]
09:31:41 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase ERROR [ 40%]
09:31:41 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
09:31:41 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
09:31:41 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings FAILED [ 40%]
09:31:41 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings ERROR [ 40%]
09:31:41 tests/integration/credentials/store_test.py::TestStore::test_list FAILED [ 41%]
09:31:41 tests/integration/credentials/store_test.py::TestStore::test_list ERROR  [ 41%]
09:31:41 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override FAILED [ 41%]
09:31:41 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%]
09:31:41 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 41%]
09:31:41 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
09:31:41 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
09:31:41 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
09:31:41 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
09:31:42 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
09:31:42 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 42%]
09:31:42 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%]
09:31:42 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 42%]
09:31:42 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%]
09:31:42 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
09:31:42 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
09:31:42 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
09:31:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
09:31:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
09:31:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 43%]
09:31:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%]
09:31:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%]
09:31:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%]
09:31:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%]
09:31:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
09:31:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
09:31:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
09:31:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
09:31:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
09:31:42 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 44%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 45%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 46%]
09:31:42 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%]
09:31:42 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%]
09:31:42 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 38%]
09:31:42 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 38%]
09:31:42 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 38%]
09:31:42 tests/integration/models_services_test.py::ServiceTest::test_get PASSED  [ 38%]
09:31:42 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 48%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
09:31:42 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 49%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 49%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 50%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 51%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 51%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 51%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 51%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 52%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
09:31:42 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 53%]
09:31:42 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 53%]
09:31:42 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 53%]
09:31:42 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 53%]
09:31:42 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 53%]
09:31:42 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 53%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 54%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 54%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 54%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 54%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 54%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 55%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 55%]
09:31:42 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%]
09:31:42 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%]
09:31:42 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%]
09:31:42 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%]
09:31:42 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 39%]
09:31:42 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 39%]
09:31:42 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 39%]
09:31:42 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 39%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 55%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 55%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 55%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 55%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 56%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 56%]
09:31:42 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 56%]
09:31:42 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%]
09:31:42 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 56%]
09:31:42 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%]
09:31:42 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
09:31:42 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
09:31:42 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 57%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 57%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 57%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 57%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 57%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 58%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 58%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 59%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 59%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 59%]
09:31:42 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%]
09:31:42 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%]
09:31:42 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%]
09:31:43 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
09:31:43 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
09:31:43 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
09:31:43 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 40%]
09:31:43 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%]
09:31:43 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%]
09:31:43 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%]
09:31:43 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
09:31:43 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
09:31:43 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
09:31:43 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 60%]
09:31:44 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 60%]
09:31:44 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%]
09:31:44 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 60%]
09:31:44 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 60%]
09:31:44 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%]
09:31:44 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
09:31:44 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
09:31:44 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
09:31:44 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 61%]
09:31:44 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 61%]
09:31:44 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%]
09:31:44 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%]
09:31:44 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%]
09:31:44 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 61%]
09:31:44 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 61%]
09:31:44 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
09:31:44 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
09:31:44 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 62%]
09:31:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 62%]
09:31:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 62%]
09:31:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%]
09:31:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%]
09:31:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%]
09:31:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%]
09:31:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
09:31:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
09:31:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
09:31:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 63%]
09:31:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 63%]
09:31:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%]
09:31:44 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%]
09:31:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%]
09:31:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%]
09:31:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%]
09:31:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
09:31:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
09:31:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 64%]
09:31:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 64%]
09:31:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 64%]
09:31:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%]
09:31:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%]
09:31:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%]
09:31:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%]
09:31:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
09:31:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
09:31:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 65%]
09:31:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 65%]
09:31:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 65%]
09:31:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%]
09:31:44 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%]
09:31:44 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%]
09:31:44 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%]
09:31:44 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%]
09:31:44 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
09:31:44 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
09:31:44 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 66%]
09:31:44 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 66%]
09:31:44 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 66%]
09:31:44 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 66%]
09:31:44 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 66%]
09:31:44 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%]
09:31:44 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%]
09:31:44 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
09:31:44 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
09:31:44 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 67%]
09:31:44 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 67%]
09:31:44 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 67%]
09:31:44 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%]
09:31:44 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%]
09:31:44 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%]
09:31:44 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%]
09:31:44 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%]
09:31:44 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
09:31:44 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 68%]
09:31:44 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 68%]
09:31:44 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 68%]
09:31:44 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 68%]
09:31:44 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 68%]
09:31:44 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
09:31:44 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
09:31:44 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
09:31:44 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
09:31:44 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 69%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 69%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 69%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 69%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 70%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 70%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 70%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 70%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 71%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 71%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 71%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 71%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 71%]
09:31:44 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
09:31:44 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
09:31:44 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
09:31:44 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
09:31:44 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
09:31:44 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 72%]
09:31:44 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 72%]
09:31:44 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 72%]
09:31:44 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 72%]
09:31:44 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
09:31:44 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
09:31:44 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
09:31:44 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
09:31:44 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
09:31:44 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 73%]
09:31:44 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 73%]
09:31:44 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 73%]
09:31:44 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 73%]
09:31:44 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
09:31:44 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
09:31:44 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
09:31:44 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
09:31:44 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
09:31:44 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%]
09:31:44 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 74%]
09:31:44 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 74%]
09:31:44 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 74%]
09:31:44 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
09:31:44 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
09:31:44 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
09:31:44 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
09:31:44 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
09:31:44 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
09:31:44 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 75%]
09:31:44 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 75%]
09:31:44 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 75%]
09:31:44 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 75%]
09:31:44 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
09:31:44 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
09:31:44 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
09:31:44 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
09:31:44 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
09:31:44 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 76%]
09:31:44 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 76%]
09:31:44 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 76%]
09:31:44 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 76%]
09:31:44 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
09:31:44 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
09:31:44 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
09:31:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
09:31:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
09:31:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
09:31:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 77%]
09:31:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 77%]
09:31:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 77%]
09:31:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
09:31:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
09:31:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
09:31:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
09:31:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
09:31:44 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
09:31:44 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 78%]
09:31:44 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 78%]
09:31:44 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 78%]
09:31:44 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 78%]
09:31:44 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
09:31:44 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
09:31:44 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
09:31:45 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
09:31:45 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
09:31:45 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 79%]
09:31:45 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 79%]
09:31:45 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 79%]
09:31:45 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 79%]
09:31:45 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
09:31:45 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
09:31:45 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
09:31:45 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
09:31:45 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
09:31:45 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
09:31:45 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 80%]
09:31:45 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 80%]
09:31:45 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 80%]
09:31:45 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
09:31:45 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
09:31:45 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
09:31:45 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
09:31:45 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
09:31:45 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
09:31:45 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
09:31:45 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 81%]
09:31:45 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 81%]
09:31:45 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 81%]
09:31:45 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
09:31:45 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
09:31:45 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
09:31:45 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
09:31:45 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
09:31:45 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 82%]
09:31:45 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 82%]
09:31:45 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 82%]
09:31:45 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 82%]
09:31:45 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
09:31:45 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
09:31:45 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
09:31:45 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
09:31:45 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
09:31:45 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 83%]
09:31:45 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 83%]
09:31:45 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 83%]
09:31:45 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 83%]
09:31:45 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
09:31:45 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
09:31:45 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
09:31:45 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
09:31:45 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
09:31:45 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
09:31:45 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
09:31:45 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 84%]
09:31:45 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 84%]
09:31:45 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 84%]
09:31:45 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 85%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 85%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 85%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 86%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 86%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 86%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 87%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 87%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 87%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 88%]
09:31:45 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 88%]
09:31:45 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%]
09:31:45 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
09:31:45 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
09:31:45 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
09:31:45 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
09:31:45 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
09:31:45 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
09:31:45 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
09:31:45 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
09:31:45 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 89%]
09:31:45 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 89%]
09:31:45 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
09:31:45 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
09:31:45 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
09:31:45 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
09:31:45 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
09:31:45 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
09:31:45 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
09:31:45 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
09:31:45 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 90%]
09:31:45 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 90%]
09:31:45 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
09:31:45 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
09:31:45 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
09:31:45 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
09:31:45 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
09:31:45 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
09:31:45 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
09:31:45 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 91%]
09:31:45 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 91%]
09:31:45 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
09:31:45 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
09:31:45 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
09:31:45 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
09:31:45 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
09:31:45 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
09:31:45 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
09:31:45 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 92%]
09:31:45 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 92%]
09:31:45 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
09:31:45 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
09:31:45 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
09:31:45 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
09:31:45 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
09:31:45 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
09:31:45 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
09:31:45 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
09:31:45 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 93%]
09:31:45 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 93%]
09:31:45 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
09:31:45 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
09:31:45 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
09:31:45 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
09:31:45 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
09:31:45 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
09:31:45 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
09:31:45 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 94%]
09:31:45 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 94%]
09:31:45 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
09:31:45 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
09:31:45 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
09:31:45 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
09:31:45 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
09:31:45 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
09:31:45 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
09:31:45 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
09:31:45 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 95%]
09:31:45 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
09:31:45 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
09:31:45 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
09:31:45 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
09:31:45 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_maxint PASSED [ 96%]
09:31:45 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
09:31:45 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
09:31:45 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
09:31:45 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%]
09:31:45 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 96%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
09:31:45 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
09:31:45 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
09:31:45 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
09:31:46 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
09:31:46 tests/integration/credentials/store_test.py::TestStore::test_store_and_get FAILED [ 40%]
09:31:46 tests/integration/credentials/store_test.py::TestStore::test_store_and_get ERROR [ 40%]
09:31:46 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent FAILED [ 40%]
09:31:46 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent ERROR [ 40%]
09:31:46 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase FAILED [ 40%]
09:31:46 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase ERROR [ 40%]
09:31:46 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings FAILED [ 40%]
09:31:46 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings ERROR [ 40%]
09:31:46 tests/integration/credentials/store_test.py::TestStore::test_list FAILED [ 41%]
09:31:46 tests/integration/credentials/store_test.py::TestStore::test_list ERROR  [ 41%]
09:31:46 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override FAILED [ 41%]
09:31:46 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%]
09:31:46 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 41%]
09:31:46 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
09:31:46 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
09:31:46 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
09:31:46 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
09:31:46 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
09:31:46 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
09:31:46 
09:31:46 ==================================== ERRORS ====================================
09:31:46 ______________ ERROR at teardown of TestStore.test_store_and_get _______________
09:31:46 tests/integration/credentials/store_test.py:19: in teardown_method
09:31:46     self.store.erase(server)
09:31:46 docker/credentials/store.py:66: in erase
09:31:46     self._execute('erase', server)
09:31:46 docker/credentials/store.py:90: in _execute
09:31:46     [self.exe, subcmd], input=data_input, env=env,
09:31:46 /usr/local/lib/python2.7/subprocess.py:216: in check_output
09:31:46     process = Popen(stdout=PIPE, *popenargs, **kwargs)
09:31:46 E   TypeError: __init__() got an unexpected keyword argument 'input'
09:31:46 _____________ ERROR at teardown of TestStore.test_store_and_erase ______________
09:31:46 tests/integration/credentials/store_test.py:19: in teardown_method
09:31:46     self.store.erase(server)
09:31:46 docker/credentials/store.py:66: in erase
09:31:46     self._execute('erase', server)
09:31:46 docker/credentials/store.py:90: in _execute
09:31:46     [self.exe, subcmd], input=data_input, env=env,
09:31:46 /usr/local/lib/python2.7/subprocess.py:216: in check_output
09:31:46     process = Popen(stdout=PIPE, *popenargs, **kwargs)
09:31:46 E   TypeError: __init__() got an unexpected keyword argument 'input'
09:31:46 _____________ ERROR at teardown of TestStore.test_unicode_strings ______________
09:31:46 tests/integration/credentials/store_test.py:19: in teardown_method
09:31:46     self.store.erase(server)
09:31:46 docker/credentials/store.py:66: in erase
09:31:46     self._execute('erase', server)
09:31:46 docker/credentials/store.py:90: in _execute
09:31:46     [self.exe, subcmd], input=data_input, env=env,
09:31:46 /usr/local/lib/python2.7/subprocess.py:216: in check_output
09:31:46     process = Popen(stdout=PIPE, *popenargs, **kwargs)
09:31:46 E   TypeError: __init__() got an unexpected keyword argument 'input'
09:31:46 ___________________ ERROR at teardown of TestStore.test_list ___________________
09:31:46 tests/integration/credentials/store_test.py:19: in teardown_method
09:31:46     self.store.erase(server)
09:31:46 docker/credentials/store.py:66: in erase
09:31:46     self._execute('erase', server)
09:31:46 docker/credentials/store.py:90: in _execute
09:31:46     [self.exe, subcmd], input=data_input, env=env,
09:31:46 /usr/local/lib/python2.7/subprocess.py:216: in check_output
09:31:46     process = Popen(stdout=PIPE, *popenargs, **kwargs)
09:31:46 E   TypeError: __init__() got an unexpected keyword argument 'input'
09:31:46 =================================== FAILURES ===================================
09:31:46 _________________________ TestStore.test_store_and_get _________________________
09:31:46 tests/integration/credentials/store_test.py:42: in test_store_and_get
09:31:46     self.store.store(server=key, username='user', secret='pass')
09:31:46 docker/credentials/store.py:58: in store
09:31:46     return self._execute('store', data_input)
09:31:46 docker/credentials/store.py:90: in _execute
09:31:46     [self.exe, subcmd], input=data_input, env=env,
09:31:46 /usr/local/lib/python2.7/subprocess.py:216: in check_output
09:31:46     process = Popen(stdout=PIPE, *popenargs, **kwargs)
09:31:46 E   TypeError: __init__() got an unexpected keyword argument 'input'
09:31:46 ________________________ TestStore.test_get_nonexistent ________________________
09:31:46 tests/integration/credentials/store_test.py:53: in test_get_nonexistent
09:31:46     self.store.get(key)
09:31:46 docker/credentials/store.py:35: in get
09:31:46     data = self._execute('get', server)
09:31:46 docker/credentials/store.py:90: in _execute
09:31:46     [self.exe, subcmd], input=data_input, env=env,
09:31:46 /usr/local/lib/python2.7/subprocess.py:216: in check_output
09:31:46     process = Popen(stdout=PIPE, *popenargs, **kwargs)
09:31:46 E   TypeError: __init__() got an unexpected keyword argument 'input'
09:31:46 ________________________ TestStore.test_store_and_erase ________________________
09:31:46 tests/integration/credentials/store_test.py:57: in test_store_and_erase
09:31:46     self.store.store(server=key, username='user', secret='pass')
09:31:46 docker/credentials/store.py:58: in store
09:31:46     return self._execute('store', data_input)
09:31:46 docker/credentials/store.py:90: in _execute
09:31:46     [self.exe, subcmd], input=data_input, env=env,
09:31:46 /usr/local/lib/python2.7/subprocess.py:216: in check_output
09:31:46     process = Popen(stdout=PIPE, *popenargs, **kwargs)
09:31:46 E   TypeError: __init__() got an unexpected keyword argument 'input'
09:31:46 ________________________ TestStore.test_unicode_strings ________________________
09:31:46 tests/integration/credentials/store_test.py:65: in test_unicode_strings
09:31:46     self.store.store(server=key, username='user', secret='pass')
09:31:46 docker/credentials/store.py:58: in store
09:31:46     return self._execute('store', data_input)
09:31:46 docker/credentials/store.py:90: in _execute
09:31:46     [self.exe, subcmd], input=data_input, env=env,
09:31:46 /usr/local/lib/python2.7/subprocess.py:216: in check_output
09:31:46     process = Popen(stdout=PIPE, *popenargs, **kwargs)
09:31:46 E   TypeError: __init__() got an unexpected keyword argument 'input'
09:31:46 _____________________________ TestStore.test_list ______________________________
09:31:46 tests/integration/credentials/store_test.py:74: in test_list
09:31:46     self.store.store(names[0], username='sakuya', secret='izayoi')
09:31:46 docker/credentials/store.py:58: in store
09:31:46     return self._execute('store', data_input)
09:31:46 docker/credentials/store.py:90: in _execute
09:31:46     [self.exe, subcmd], input=data_input, env=env,
09:31:46 /usr/local/lib/python2.7/subprocess.py:216: in check_output
09:31:46     process = Popen(stdout=PIPE, *popenargs, **kwargs)
09:31:46 E   TypeError: __init__() got an unexpected keyword argument 'input'
09:31:46 ___________________ TestStore.test_execute_with_env_override ___________________
09:31:46 tests/integration/credentials/store_test.py:85: in test_execute_with_env_override
09:31:46     data = self.store._execute('--null', '')
09:31:46 docker/credentials/store.py:90: in _execute
09:31:46     [self.exe, subcmd], input=data_input, env=env,
09:31:46 /usr/local/lib/python2.7/subprocess.py:216: in check_output
09:31:46     process = Popen(stdout=PIPE, *popenargs, **kwargs)
09:31:46 E   TypeError: __init__() got an unexpected keyword argument 'input'
09:31:46 
09:31:46 ---------- coverage: platform linux2, python 2.7.16-final-0 ----------
09:31:46 Name                                  Stmts   Miss Branch BrPart  Cover
09:31:46 -----------------------------------------------------------------------
09:31:46 docker/__init__.py                        5      0      0      0   100%
09:31:46 docker/api/__init__.py                    1      0      0      0   100%
09:31:46 docker/api/build.py                     126     19     92     17    82%
09:31:46 docker/api/client.py                    265     45     98     12    82%
09:31:46 docker/api/config.py                     31      1      6      2    92%
09:31:46 docker/api/container.py                 265     17    102     19    90%
09:31:46 docker/api/daemon.py                     39      2     14      4    89%
09:31:46 docker/api/exec_api.py                   46      4     22      4    88%
09:31:46 docker/api/image.py                     149     19     50     10    84%
09:31:46 docker/api/network.py                    90     13     48     12    80%
09:31:46 docker/api/plugin.py                     90     13     12      4    81%
09:31:46 docker/api/secret.py                     36      4     10      3    80%
09:31:46 docker/api/service.py                   200     60    149     32    61%
09:31:46 docker/api/swarm.py                     106     14     38     10    82%
09:31:46 docker/api/volume.py                     38      3     14      3    88%
09:31:46 docker/auth.py                          198     16     74     17    88%
09:31:46 docker/client.py                         67      4      2      0    94%
09:31:46 docker/constants.py                      16      0      0      0   100%
09:31:46 docker/credentials/__init__.py            3      0      0      0   100%
09:31:46 docker/credentials/constants.py           4      0      0      0   100%
09:31:46 docker/credentials/errors.py             11      1      2      1    85%
09:31:46 docker/credentials/store.py              50     13     16      4    68%
09:31:46 docker/credentials/utils.py              23     13     12      1    31%
09:31:46 docker/errors.py                         90      6     18      6    89%
09:31:46 docker/models/__init__.py                 0      0      0      0   100%
09:31:46 docker/models/configs.py                 21      8      0      0    62%
09:31:46 docker/models/containers.py             183      6     60      5    95%
09:31:46 docker/models/images.py                 137     29     52      3    76%
09:31:46 docker/models/networks.py                37      1      8      0    98%
09:31:46 docker/models/nodes.py                   15      1      0      0    93%
09:31:46 docker/models/plugins.py                 49     30      8      0    33%
09:31:46 docker/models/resource.py                41      9      6      2    77%
09:31:46 docker/models/secrets.py                 21      8      0      0    62%
09:31:46 docker/models/services.py                87      3     34      3    95%
09:31:46 docker/models/swarm.py                   39      3      6      3    87%
09:31:46 docker/models/volumes.py                 23      1      2      0    96%
09:31:46 docker/tls.py                            37      6     14      6    76%
09:31:46 docker/transport/__init__.py             11      3      0      0    73%
09:31:46 docker/transport/basehttpadapter.py       6      0      2      1    88%
09:31:46 docker/transport/npipeconn.py            58     53     10      0     7%
09:31:46 docker/transport/npipesocket.py         134    130     20      0     3%
09:31:46 docker/transport/sshconn.py              68     44     12      1    31%
09:31:46 docker/transport/ssladapter.py           36      8     10      4    70%
09:31:46 docker/transport/unixconn.py             65      5     12      4    88%
09:31:46 docker/types/__init__.py                  6      0      0      0   100%
09:31:46 docker/types/base.py                      5      0      2      0   100%
09:31:46 docker/types/containers.py              360     46    296     35    86%
09:31:46 docker/types/daemon.py                   36      9     14      3    68%
09:31:46 docker/types/healthcheck.py              34     12      4      1    61%
09:31:46 docker/types/networks.py                 35      4     22      3    84%
09:31:46 docker/types/services.py                312     45    206     33    83%
09:31:46 docker/types/swarm.py                    51     24     40     10    52%
09:31:46 docker/utils/__init__.py                  3      0      0      0   100%
09:31:46 docker/utils/build.py                   154     14     74      7    89%
09:31:46 docker/utils/config.py                   36      1     10      1    96%
09:31:46 docker/utils/decorators.py               32      1     12      1    95%
09:31:46 docker/utils/fnmatch.py                  55     18     28      2    61%
09:31:46 docker/utils/json_stream.py              43      8     14      2    79%
09:31:46 docker/utils/ports.py                    50      3     28      2    91%
09:31:46 docker/utils/proxy.py                    32      1     12      0    98%
09:31:46 docker/utils/socket.py                   86      8     40      7    87%
09:31:46 docker/utils/utils.py                   285     17    164     12    93%
09:31:46 docker/version.py                         2      0      0      0   100%
09:31:46 -----------------------------------------------------------------------
09:31:46 TOTAL                                  4634    826   2001    312    80%
09:31:46 
09:31:46 =========================== short test summary info ============================
09:31:46 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
09:31:46   CONFIG_RT_GROUP_SCHED isn't enabled
09:31:46 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
09:31:46   Not supported on most drivers
09:31:46 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
09:31:46   This doesn't seem to be taken into account by the engine
09:31:46 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
09:31:46 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
09:31:46 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
09:31:46 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
09:31:46 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
09:31:46 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
09:31:46 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
09:31:46 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
09:31:46 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
09:31:46 ========================== deprecated python version ===========================
09:31:46 You are using Python 2.7.16, which will no longer be supported in pytest 5.0
09:31:46 For more information, please read:
09:31:46   https://docs.pytest.org/en/latest/py27-py34-deprecation.html
09:31:46 = 6 failed, 909 passed, 10 skipped, 4 xfailed, 3 xpassed, 4 error in 337.90 seconds =
09:31:46 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 42%]
09:31:46 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%]
09:31:46 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 42%]
09:31:46 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%]
09:31:46 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
09:31:46 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
09:31:46 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
09:31:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
09:31:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
09:31:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 43%]
09:31:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%]
09:31:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%]
09:31:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%]
09:31:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%]
09:31:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
09:31:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
09:31:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
09:31:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
09:31:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
09:31:46 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 44%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 45%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 46%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 48%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
09:31:46 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 49%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 49%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 50%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 51%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 51%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 51%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 51%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 52%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
09:31:46 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 53%]
09:31:46 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 53%]
09:31:46 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 53%]
09:31:46 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 53%]
09:31:46 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 53%]
09:31:46 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 53%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 54%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 54%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 54%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 54%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 54%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 55%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 55%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 55%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 55%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 55%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 55%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 56%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 56%]
09:31:46 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 56%]
09:31:46 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%]
09:31:46 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 56%]
09:31:46 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%]
09:31:46 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
09:31:46 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
09:31:46 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 57%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 57%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 57%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 57%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 57%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 58%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 58%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 59%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 59%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 59%]
09:31:46 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%]
09:31:46 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%]
[Pipeline] sh
09:31:47 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%]
09:31:47 + docker stop dpy-dind-2-0-py2.7-19.03.2 dpy-tests-2-0-py2.7-19.03.2
09:31:47 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%]
09:31:47 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
09:31:47 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
09:31:47 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%]
09:31:47 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
09:31:48 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 60%]
09:31:48 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 60%]
09:31:48 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%]
09:31:48 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 60%]
09:31:48 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 60%]
09:31:48 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%]
09:31:48 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
09:31:48 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
09:31:48 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
09:31:48 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 61%]
09:31:48 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 61%]
09:31:48 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%]
09:31:48 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%]
09:31:48 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%]
09:31:48 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 61%]
09:31:48 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 61%]
09:31:48 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
09:31:48 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
09:31:48 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 62%]
09:31:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 62%]
09:31:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 62%]
09:31:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%]
09:31:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%]
09:31:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%]
09:31:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%]
09:31:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
09:31:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
09:31:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
09:31:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 63%]
09:31:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 63%]
09:31:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%]
09:31:48 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%]
09:31:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%]
09:31:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%]
09:31:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%]
09:31:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
09:31:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
09:31:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 64%]
09:31:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 64%]
09:31:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 64%]
09:31:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%]
09:31:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%]
09:31:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%]
09:31:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%]
09:31:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
09:31:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
09:31:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 65%]
09:31:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 65%]
09:31:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 65%]
09:31:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%]
09:31:48 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%]
09:31:48 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%]
09:31:48 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%]
09:31:48 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%]
09:31:48 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
09:31:48 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
09:31:48 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 66%]
09:31:48 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 66%]
09:31:48 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 66%]
09:31:48 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 66%]
09:31:48 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 66%]
09:31:48 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%]
09:31:48 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%]
09:31:48 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
09:31:48 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
09:31:48 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 67%]
09:31:48 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 67%]
09:31:48 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 67%]
09:31:48 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%]
09:31:48 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%]
09:31:48 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%]
09:31:48 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%]
09:31:48 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%]
09:31:48 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
09:31:48 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 68%]
09:31:48 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 68%]
09:31:48 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 68%]
09:31:48 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 68%]
09:31:48 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 68%]
09:31:48 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
09:31:48 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
09:31:48 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
09:31:48 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
09:31:48 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
09:31:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
09:31:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
09:31:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
09:31:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%]
09:31:48 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 69%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 69%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 69%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 69%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 70%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 70%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 70%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 70%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 71%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 71%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 71%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 71%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 71%]
09:31:49 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
09:31:49 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
09:31:49 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
09:31:49 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
09:31:49 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
09:31:49 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 72%]
09:31:49 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 72%]
09:31:49 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 72%]
09:31:49 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 72%]
09:31:49 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
09:31:49 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
09:31:49 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
09:31:49 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
09:31:49 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
09:31:49 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 73%]
09:31:49 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 73%]
09:31:49 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 73%]
09:31:49 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 73%]
09:31:49 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
09:31:49 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
09:31:49 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
09:31:49 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
09:31:49 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
09:31:49 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%]
09:31:49 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 74%]
09:31:49 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 74%]
09:31:49 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 74%]
09:31:49 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
09:31:49 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
09:31:49 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
09:31:49 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
09:31:49 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
09:31:49 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
09:31:49 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 75%]
09:31:49 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 75%]
09:31:49 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 75%]
09:31:49 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 75%]
09:31:49 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
09:31:49 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
09:31:49 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
09:31:49 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
09:31:49 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
09:31:49 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 76%]
09:31:49 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 76%]
09:31:49 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 76%]
09:31:49 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 76%]
09:31:49 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
09:31:49 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
09:31:49 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
09:31:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
09:31:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
09:31:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
09:31:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 77%]
09:31:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 77%]
09:31:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 77%]
09:31:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
09:31:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
09:31:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
09:31:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
09:31:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
09:31:49 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 78%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 78%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 78%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 78%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 79%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 79%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 79%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 79%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 80%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 80%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 80%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
09:31:49 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
09:31:49 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
09:31:49 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
09:31:49 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
09:31:49 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 81%]
09:31:49 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 81%]
09:31:49 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 81%]
09:31:49 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
09:31:49 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
09:31:49 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
09:31:49 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
09:31:49 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
09:31:49 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
09:31:49 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 82%]
09:31:49 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 82%]
09:31:49 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 82%]
09:31:49 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 82%]
09:31:49 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
09:31:49 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
09:31:49 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
09:31:49 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
09:31:49 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
09:31:49 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 83%]
09:31:49 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 83%]
09:31:49 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 83%]
09:31:49 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 83%]
09:31:49 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
09:31:49 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
09:31:49 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
09:31:49 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
09:31:49 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
09:31:49 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
09:31:49 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
09:31:49 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 84%]
09:31:49 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 84%]
09:31:49 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 84%]
09:31:49 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 85%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 85%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 85%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 86%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 86%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 86%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 87%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 87%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 87%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 88%]
09:31:49 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 88%]
09:31:49 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
09:31:49 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
09:31:49 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
09:31:49 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
09:31:49 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
09:31:49 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
09:31:49 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
09:31:49 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 89%]
09:31:49 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 89%]
09:31:49 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
09:31:49 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
09:31:49 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
09:31:49 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
09:31:49 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
09:31:49 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
09:31:49 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
09:31:49 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
09:31:49 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 90%]
09:31:49 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 90%]
09:31:49 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
09:31:49 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
09:31:49 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
09:31:49 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
09:31:49 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
09:31:49 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
09:31:49 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
09:31:49 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 91%]
09:31:49 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 91%]
09:31:49 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
09:31:49 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
09:31:49 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
09:31:49 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
09:31:49 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
09:31:49 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
09:31:49 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
09:31:49 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 92%]
09:31:49 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 92%]
09:31:49 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
09:31:49 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
09:31:49 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
09:31:49 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
09:31:49 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
09:31:49 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
09:31:49 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
09:31:49 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
09:31:49 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 93%]
09:31:49 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 93%]
09:31:49 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
09:31:49 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
09:31:49 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
09:31:49 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
09:31:49 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
09:31:49 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
09:31:49 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
09:31:49 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 94%]
09:31:49 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 94%]
09:31:49 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
09:31:49 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
09:31:49 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
09:31:49 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
09:31:49 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
09:31:49 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
09:31:49 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
09:31:49 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
09:31:49 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 95%]
09:31:49 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
09:31:49 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
09:31:49 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
09:31:49 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
09:31:49 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_maxint PASSED [ 96%]
09:31:49 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
09:31:49 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
09:31:49 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
09:31:49 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%]
09:31:49 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 96%]
09:31:49 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
09:31:49 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
09:31:49 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
09:31:49 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
09:31:49 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
09:31:49 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
09:31:49 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
09:31:49 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
09:31:49 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
09:31:49 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
09:31:49 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
09:31:49 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
09:31:49 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
09:31:49 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
09:31:49 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
09:31:49 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
09:31:49 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
09:31:49 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
09:31:49 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
09:31:50 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
09:31:50 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
09:31:50 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
09:31:50 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
09:31:50 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
09:31:50 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
09:31:50 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
09:31:50 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
09:31:50 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
09:31:50 
09:31:50 ==================================== ERRORS ====================================
09:31:50 ______________ ERROR at teardown of TestStore.test_store_and_get _______________
09:31:50 tests/integration/credentials/store_test.py:19: in teardown_method
09:31:50     self.store.erase(server)
09:31:50 docker/credentials/store.py:66: in erase
09:31:50     self._execute('erase', server)
09:31:50 docker/credentials/store.py:83: in _execute
09:31:50     output, _ = process.communicate(data_input)
09:31:50 E   UnboundLocalError: local variable 'process' referenced before assignment
09:31:50 _____________ ERROR at teardown of TestStore.test_get_nonexistent ______________
09:31:50 tests/integration/credentials/store_test.py:19: in teardown_method
09:31:50     self.store.erase(server)
09:31:50 docker/credentials/store.py:66: in erase
09:31:50     self._execute('erase', server)
09:31:50 docker/credentials/store.py:83: in _execute
09:31:50     output, _ = process.communicate(data_input)
09:31:50 E   UnboundLocalError: local variable 'process' referenced before assignment
09:31:50 _____________ ERROR at teardown of TestStore.test_store_and_erase ______________
09:31:50 tests/integration/credentials/store_test.py:19: in teardown_method
09:31:50     self.store.erase(server)
09:31:50 docker/credentials/store.py:66: in erase
09:31:50     self._execute('erase', server)
09:31:50 docker/credentials/store.py:83: in _execute
09:31:50     output, _ = process.communicate(data_input)
09:31:50 E   UnboundLocalError: local variable 'process' referenced before assignment
09:31:50 _____________ ERROR at teardown of TestStore.test_unicode_strings ______________
09:31:50 tests/integration/credentials/store_test.py:19: in teardown_method
09:31:50     self.store.erase(server)
09:31:50 docker/credentials/store.py:66: in erase
09:31:50     self._execute('erase', server)
09:31:50 docker/credentials/store.py:83: in _execute
09:31:50     output, _ = process.communicate(data_input)
09:31:50 E   UnboundLocalError: local variable 'process' referenced before assignment
09:31:50 ___________________ ERROR at teardown of TestStore.test_list ___________________
09:31:50 tests/integration/credentials/store_test.py:19: in teardown_method
09:31:50     self.store.erase(server)
09:31:50 docker/credentials/store.py:66: in erase
09:31:50     self._execute('erase', server)
09:31:50 docker/credentials/store.py:83: in _execute
09:31:50     output, _ = process.communicate(data_input)
09:31:50 E   UnboundLocalError: local variable 'process' referenced before assignment
09:31:50 =================================== FAILURES ===================================
09:31:50 _________________________ TestStore.test_store_and_get _________________________
09:31:50 tests/integration/credentials/store_test.py:42: in test_store_and_get
09:31:50     self.store.store(server=key, username='user', secret='pass')
09:31:50 docker/credentials/store.py:58: in store
09:31:50     return self._execute('store', data_input)
09:31:50 docker/credentials/store.py:83: in _execute
09:31:50     output, _ = process.communicate(data_input)
09:31:50 E   UnboundLocalError: local variable 'process' referenced before assignment
09:31:50 ________________________ TestStore.test_get_nonexistent ________________________
09:31:50 tests/integration/credentials/store_test.py:53: in test_get_nonexistent
09:31:50     self.store.get(key)
09:31:50 docker/credentials/store.py:35: in get
09:31:50     data = self._execute('get', server)
09:31:50 docker/credentials/store.py:83: in _execute
09:31:50     output, _ = process.communicate(data_input)
09:31:50 E   UnboundLocalError: local variable 'process' referenced before assignment
09:31:50 ________________________ TestStore.test_store_and_erase ________________________
09:31:50 tests/integration/credentials/store_test.py:57: in test_store_and_erase
09:31:50     self.store.store(server=key, username='user', secret='pass')
09:31:50 docker/credentials/store.py:58: in store
09:31:50     return self._execute('store', data_input)
09:31:50 docker/credentials/store.py:83: in _execute
09:31:50     output, _ = process.communicate(data_input)
09:31:50 E   UnboundLocalError: local variable 'process' referenced before assignment
09:31:50 ________________________ TestStore.test_unicode_strings ________________________
09:31:50 tests/integration/credentials/store_test.py:65: in test_unicode_strings
09:31:50     self.store.store(server=key, username='user', secret='pass')
09:31:50 docker/credentials/store.py:58: in store
09:31:50     return self._execute('store', data_input)
09:31:50 docker/credentials/store.py:83: in _execute
09:31:50     output, _ = process.communicate(data_input)
09:31:50 E   UnboundLocalError: local variable 'process' referenced before assignment
09:31:50 _____________________________ TestStore.test_list ______________________________
09:31:50 tests/integration/credentials/store_test.py:74: in test_list
09:31:50     self.store.store(names[0], username='sakuya', secret='izayoi')
09:31:50 docker/credentials/store.py:58: in store
09:31:50     return self._execute('store', data_input)
09:31:50 docker/credentials/store.py:83: in _execute
09:31:50     output, _ = process.communicate(data_input)
09:31:50 E   UnboundLocalError: local variable 'process' referenced before assignment
09:31:50 ___________________ TestStore.test_execute_with_env_override ___________________
09:31:50 tests/integration/credentials/store_test.py:85: in test_execute_with_env_override
09:31:50     data = self.store._execute('--null', '')
09:31:50 docker/credentials/store.py:83: in _execute
09:31:50     output, _ = process.communicate(data_input)
09:31:50 E   UnboundLocalError: local variable 'process' referenced before assignment
09:31:50 =============================== warnings summary ===============================
09:31:50 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
09:31:50   /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, and in 3.8 it will stop working
09:31:50     from collections import MutableMapping
09:31:50 
09:31:50 -- Docs: https://docs.pytest.org/en/latest/warnings.html
09:31:50 
09:31:50 ----------- coverage: platform linux, python 3.7.4-final-0 -----------
09:31:50 Name                                  Stmts   Miss Branch BrPart  Cover
09:31:50 -----------------------------------------------------------------------
09:31:50 docker/__init__.py                        5      0      0      0   100%
09:31:50 docker/api/__init__.py                    1      0      0      0   100%
09:31:50 docker/api/build.py                     126     21     93     17    81%
09:31:50 docker/api/client.py                    265     46    100     13    82%
09:31:50 docker/api/config.py                     31      0      6      2    95%
09:31:50 docker/api/container.py                 265     21    104     17    88%
09:31:50 docker/api/daemon.py                     39      2     14      4    89%
09:31:50 docker/api/exec_api.py                   46      6     22      4    82%
09:31:50 docker/api/image.py                     149     19     52     10    85%
09:31:50 docker/api/network.py                    90     17     48     12    75%
09:31:50 docker/api/plugin.py                     90     13     14      4    82%
09:31:50 docker/api/secret.py                     36      3     10      3    83%
09:31:50 docker/api/service.py                   200     56    149     36    64%
09:31:50 docker/api/swarm.py                     106     20     38     10    72%
09:31:50 docker/api/volume.py                     38      3     14      3    88%
09:31:50 docker/auth.py                          198     16     74     16    88%
09:31:50 docker/client.py                         67      4      2      0    94%
09:31:50 docker/constants.py                      16      0      0      0   100%
09:31:50 docker/credentials/__init__.py            3      0      0      0   100%
09:31:50 docker/credentials/constants.py           4      0      0      0   100%
09:31:50 docker/credentials/errors.py             11      4      2      0    54%
09:31:50 docker/credentials/store.py              50     16     16      5    59%
09:31:50 docker/credentials/utils.py              23     13     12      1    31%
09:31:50 docker/errors.py                         90      6     20      6    89%
09:31:50 docker/models/__init__.py                 0      0      0      0   100%
09:31:50 docker/models/configs.py                 21      8      2      0    57%
09:31:50 docker/models/containers.py             183      6     70      5    95%
09:31:50 docker/models/images.py                 137     29     58      3    76%
09:31:50 docker/models/networks.py                37      1     12      0    98%
09:31:50 docker/models/nodes.py                   15      1      2      0    94%
09:31:50 docker/models/plugins.py                 49     30     10      0    32%
09:31:50 docker/models/resource.py                41      9      6      2    77%
09:31:50 docker/models/secrets.py                 21      8      2      0    57%
09:31:50 docker/models/services.py                87      3     36      3    95%
09:31:50 docker/models/swarm.py                   39      3      6      3    87%
09:31:50 docker/models/volumes.py                 23      1      4      0    96%
09:31:50 docker/tls.py                            37      6     14      6    76%
09:31:50 docker/transport/__init__.py             11      3      0      0    73%
09:31:50 docker/transport/basehttpadapter.py       6      0      2      1    88%
09:31:50 docker/transport/npipeconn.py            58     53     10      0     7%
09:31:50 docker/transport/npipesocket.py         134    130     20      0     3%
09:31:50 docker/transport/sshconn.py              68     44     12      1    31%
09:31:50 docker/transport/ssladapter.py           36     10     10      4    65%
09:31:50 docker/transport/unixconn.py             65      6     12      4    87%
09:31:50 docker/types/__init__.py                  6      0      0      0   100%
09:31:50 docker/types/base.py                      5      0      2      0   100%
09:31:50 docker/types/containers.py              360     46    298     35    86%
09:31:50 docker/types/daemon.py                   36      8     14      4    72%
09:31:50 docker/types/healthcheck.py              34     12      4      1    61%
09:31:50 docker/types/networks.py                 35      4     22      3    84%
09:31:50 docker/types/services.py                312     60    206     39    77%
09:31:50 docker/types/swarm.py                    51     24     40     10    52%
09:31:50 docker/utils/__init__.py                  3      0      0      0   100%
09:31:50 docker/utils/build.py                   154     18     76      7    87%
09:31:50 docker/utils/config.py                   36      1     10      1    96%
09:31:50 docker/utils/decorators.py               32      1     12      1    95%
09:31:50 docker/utils/fnmatch.py                  55     18     28      2    61%
09:31:50 docker/utils/json_stream.py              43      8     14      2    79%
09:31:50 docker/utils/ports.py                    50      3     32      2    91%
09:31:50 docker/utils/proxy.py                    32      1     12      0    98%
09:31:50 docker/utils/socket.py                   86      9     40      7    86%
09:31:50 docker/utils/utils.py                   285     19    177     13    92%
09:31:50 docker/version.py                         2      0      2      0   100%
09:31:50 -----------------------------------------------------------------------
09:31:50 TOTAL                                  4634    869   2067    322    79%
09:31:50 
09:31:50 =========================== short test summary info ============================
09:31:50 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
09:31:50   CONFIG_RT_GROUP_SCHED isn't enabled
09:31:50 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
09:31:50   Not supported on most drivers
09:31:50 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
09:31:50   This doesn't seem to be taken into account by the engine
09:31:50 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
09:31:50 SKIPPED [1] tests/integration/api_build_test.py:441: API version is too low (< 1.32)
09:31:50 SKIPPED [1] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
09:31:50 SKIPPED [1] tests/integration/api_build_test.py:587: API version is too low (< 1.31)
09:31:50 SKIPPED [1] tests/integration/api_container_test.py:917: API version is too low (< 1.35)
09:31:50 SKIPPED [1] tests/integration/api_exec_test.py:182: API version is too low (< 1.35)
09:31:50 SKIPPED [1] tests/integration/api_image_test.py:66: API version is too low (< 1.32)
09:31:50 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
09:31:50 SKIPPED [1] tests/integration/api_network_test.py:451: API version is too low (< 1.31)
09:31:50 SKIPPED [1] tests/integration/api_service_test.py:503: API version is too low (< 1.32)
09:31:50 SKIPPED [1] tests/integration/api_service_test.py:229: API version is too low (< 1.32)
09:31:50 SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38)
09:31:50 SKIPPED [1] tests/integration/api_service_test.py:261: API version is too low (< 1.32)
09:31:50 SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39)
09:31:50 SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39)
09:31:50 SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39)
09:31:50 SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39)
09:31:50 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
09:31:50 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
09:31:50 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
09:31:50 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
09:31:50 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
09:31:50 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
09:31:50 SKIPPED [1] tests/unit/utils_test.py:486: shlex doesn't support bytes in py3
09:31:50 = 6 failed, 897 passed, 23 skipped, 4 xfailed, 2 xpassed, 1 warnings, 5 error in 341.09 seconds =
09:31:51 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
09:31:51 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
09:31:51 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
09:31:51 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 40%]
[Pipeline] sh
09:31:51 + docker stop dpy-dind-2-0-py3.7-17.06.2-ce dpy-tests-2-0-py3.7-17.06.2-ce
09:31:51 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%]
09:31:51 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%]
09:31:52 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
09:31:54 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%]
09:31:54 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
09:31:55 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
09:31:55 tests/integration/credentials/store_test.py::TestStore::test_store_and_get FAILED [ 40%]
09:31:55 tests/integration/credentials/store_test.py::TestStore::test_store_and_get ERROR [ 40%]
09:31:55 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent FAILED [ 40%]
09:31:55 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent ERROR [ 40%]
09:31:55 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase FAILED [ 40%]
09:31:55 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase ERROR [ 40%]
09:31:55 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings FAILED [ 40%]
09:31:55 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings ERROR [ 40%]
09:31:55 tests/integration/credentials/store_test.py::TestStore::test_list FAILED [ 41%]
09:31:55 tests/integration/credentials/store_test.py::TestStore::test_list ERROR  [ 41%]
09:31:55 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override FAILED [ 41%]
09:31:55 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%]
09:31:55 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 41%]
09:31:55 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
09:31:55 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
09:31:55 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
09:31:55 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
09:31:55 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
09:31:55 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 42%]
09:31:55 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%]
09:31:55 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 42%]
09:31:55 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%]
09:31:55 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
09:31:55 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
09:31:55 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
09:31:55 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
09:31:55 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
09:31:55 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 43%]
09:31:55 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%]
09:31:55 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%]
09:31:55 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%]
09:31:55 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%]
09:31:55 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
09:31:55 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
09:31:55 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
09:31:55 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
09:31:55 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
09:31:55 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 44%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 45%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 46%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 48%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
09:31:55 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
09:31:55 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 49%]
09:31:55 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%]
09:31:55 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%]
09:31:55 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%]
09:31:55 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 49%]
09:31:55 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
09:31:55 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
09:31:55 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
09:31:55 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
09:31:55 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 50%]
09:31:55 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%]
09:31:55 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%]
09:31:55 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%]
09:31:55 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%]
09:31:55 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
09:31:55 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
09:31:55 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
09:31:55 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
09:31:55 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
09:31:55 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 51%]
09:31:56 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%]
09:31:56 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 51%]
09:31:56 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 51%]
09:31:56 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 51%]
09:31:56 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
09:31:56 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
09:31:56 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
09:31:56 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
09:31:56 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 52%]
09:31:56 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%]
09:31:56 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%]
09:31:56 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%]
09:31:56 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%]
09:31:56 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%]
09:31:56 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
09:31:56 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
09:31:56 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
09:31:56 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 53%]
09:31:56 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 53%]
09:31:56 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 53%]
09:31:56 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 53%]
09:31:56 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 53%]
09:31:56 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 53%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 54%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 54%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 54%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 54%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 54%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 55%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 55%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 55%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 55%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 55%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 55%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 56%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 56%]
09:31:56 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 56%]
09:31:56 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%]
09:31:56 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 56%]
09:31:56 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%]
09:31:56 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
09:31:56 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
09:31:56 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 57%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 57%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 57%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 57%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 57%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 58%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 58%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 59%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 59%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 59%]
09:31:56 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%]
09:31:56 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%]
09:31:56 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%]
09:31:56 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%]
09:31:56 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
09:31:57 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
09:31:57 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
09:31:57 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 60%]
09:31:57 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 60%]
09:31:57 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
09:31:57 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
09:31:57 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
09:31:57 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 40%]
09:31:57 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%]
09:31:57 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%]
09:31:58 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%]
09:31:58 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 60%]
09:31:58 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 60%]
09:31:58 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%]
09:31:58 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
09:31:58 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
09:31:58 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
09:31:58 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 61%]
09:31:58 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 61%]
09:31:58 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%]
09:31:58 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%]
09:31:58 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%]
09:31:58 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 61%]
09:31:58 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 61%]
09:31:58 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
09:31:58 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
09:31:58 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 62%]
09:31:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 62%]
09:31:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 62%]
09:31:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%]
09:31:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%]
09:31:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%]
09:31:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%]
09:31:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
09:31:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
09:31:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
09:31:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 63%]
09:31:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 63%]
09:31:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%]
09:31:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%]
09:31:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%]
09:31:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%]
09:31:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%]
09:31:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
09:31:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
09:31:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 64%]
09:31:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 64%]
09:31:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 64%]
09:31:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%]
09:31:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%]
09:31:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%]
09:31:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%]
09:31:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
09:31:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
09:31:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 65%]
09:31:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 65%]
09:31:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 65%]
09:31:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%]
09:31:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%]
09:31:58 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%]
09:31:58 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%]
09:31:58 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%]
09:31:58 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
09:31:58 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
09:31:58 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 66%]
09:31:58 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 66%]
09:31:58 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 66%]
09:31:58 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 66%]
09:31:58 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 66%]
09:31:58 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%]
09:31:58 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%]
09:31:58 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
09:31:58 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
09:31:58 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 67%]
09:31:58 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 67%]
09:31:58 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 67%]
09:31:58 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%]
09:31:58 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%]
09:31:58 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%]
09:31:58 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%]
09:31:58 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%]
09:31:58 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
09:31:58 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 68%]
09:31:58 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 68%]
09:31:58 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 68%]
09:31:58 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 68%]
09:31:58 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 68%]
09:31:58 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
09:31:58 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
09:31:58 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
09:31:58 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
09:31:58 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 69%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 69%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 69%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 69%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 70%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 70%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 70%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 70%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 71%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 71%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 71%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 71%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 71%]
09:31:58 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
09:31:58 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
09:31:58 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
09:31:58 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
09:31:58 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
09:31:58 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 72%]
09:31:58 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 72%]
09:31:58 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 72%]
09:31:58 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 72%]
09:31:58 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
09:31:58 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
09:31:58 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
09:31:58 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
09:31:58 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
09:31:58 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 73%]
09:31:58 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 73%]
09:31:58 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 73%]
09:31:58 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 73%]
09:31:58 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
09:31:58 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
09:31:58 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
09:31:58 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
09:31:58 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
09:31:58 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%]
09:31:58 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 74%]
09:31:58 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 74%]
09:31:58 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 74%]
09:31:58 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
09:31:58 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
09:31:58 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
09:31:58 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
09:31:58 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
09:31:58 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
09:31:58 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 75%]
09:31:58 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 75%]
09:31:58 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 75%]
09:31:58 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 75%]
09:31:58 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
09:31:58 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
09:31:58 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
09:31:58 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
09:31:58 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
09:31:58 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 76%]
09:31:58 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 76%]
09:31:58 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 76%]
09:31:58 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 76%]
09:31:58 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
09:31:58 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
09:31:58 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
09:31:58 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
09:31:58 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
09:31:58 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
09:31:58 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 77%]
09:31:58 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 77%]
09:31:58 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 77%]
09:31:58 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
09:31:58 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
09:31:58 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
09:31:58 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
09:31:58 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
09:31:58 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 78%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 78%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 78%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 78%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 79%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 79%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 79%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 79%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 80%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 80%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 80%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
09:31:58 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
09:31:58 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
09:31:58 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
09:31:58 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
09:31:58 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 81%]
09:31:58 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 81%]
09:31:58 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 81%]
09:31:58 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
09:31:58 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
09:31:58 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
09:31:58 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
09:31:58 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
09:31:58 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 82%]
09:31:58 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 82%]
09:31:58 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 82%]
09:31:58 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 82%]
09:31:58 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
09:31:58 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
09:31:58 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
09:31:58 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
09:31:58 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
09:31:58 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 83%]
09:31:58 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 83%]
09:31:58 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 83%]
09:31:58 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 83%]
09:31:58 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
09:31:58 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
09:31:58 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
09:31:58 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
09:31:58 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
09:31:58 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
09:31:58 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
09:31:58 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 84%]
09:31:58 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 84%]
09:31:58 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 84%]
09:31:58 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 85%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 85%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 85%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 86%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 86%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 86%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 87%]
09:31:58 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 87%]
09:31:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 87%]
09:31:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
09:31:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
09:31:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
09:31:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
09:31:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
09:31:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
09:31:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
09:31:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 88%]
09:31:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 88%]
09:31:59 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
09:31:59 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
09:31:59 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
09:31:59 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
09:31:59 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
09:31:59 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
09:31:59 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
09:31:59 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 89%]
09:31:59 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 89%]
09:31:59 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
09:31:59 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
09:31:59 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
09:31:59 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
09:31:59 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
09:31:59 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
09:31:59 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
09:31:59 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
09:31:59 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 90%]
09:31:59 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 90%]
09:31:59 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
09:31:59 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
09:31:59 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
09:31:59 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
09:31:59 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
09:31:59 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
09:31:59 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
09:31:59 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 91%]
09:31:59 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 91%]
09:31:59 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
09:31:59 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
09:31:59 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
09:31:59 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
09:31:59 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
09:31:59 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
09:31:59 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
09:31:59 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 92%]
09:31:59 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 92%]
09:31:59 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
09:31:59 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
09:31:59 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
09:31:59 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
09:31:59 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
09:31:59 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
09:31:59 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
09:31:59 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
09:31:59 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 93%]
09:31:59 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 93%]
09:31:59 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
09:31:59 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
09:31:59 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
09:31:59 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
09:31:59 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
09:31:59 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
09:31:59 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
09:31:59 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 94%]
09:31:59 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 94%]
09:31:59 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
09:31:59 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
09:31:59 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
09:31:59 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
09:31:59 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
09:31:59 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
09:31:59 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
09:31:59 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
09:31:59 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 95%]
09:31:59 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
09:31:59 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
09:31:59 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
09:31:59 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
09:31:59 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_maxint PASSED [ 96%]
09:31:59 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
09:31:59 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
09:31:59 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
09:31:59 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%]
09:31:59 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 96%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
09:31:59 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
09:31:59 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
09:31:59 dpy-dind-2-0-py2.7-19.03.2
09:31:59 dpy-tests-2-0-py2.7-19.03.2
09:31:59 + docker rm -vf dpy-dind-2-0-py2.7-19.03.2 dpy-tests-2-0-py2.7-19.03.2
09:31:59 dpy-dind-2-0-py2.7-19.03.2
09:31:59 dpy-tests-2-0-py2.7-19.03.2
09:31:59 + docker network rm dpy-testnet-2-0-py2.7-19.03.2
09:31:59 dpy-testnet-2-0-py2.7-19.03.2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.2
09:31:59 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
09:31:59 
09:31:59 ==================================== ERRORS ====================================
09:31:59 ______________ ERROR at teardown of TestStore.test_store_and_get _______________
09:31:59 tests/integration/credentials/store_test.py:19: in teardown_method
09:31:59     self.store.erase(server)
09:31:59 docker/credentials/store.py:66: in erase
09:31:59     self._execute('erase', server)
09:31:59 docker/credentials/store.py:83: in _execute
09:31:59     output, _ = process.communicate(data_input)
09:31:59 E   UnboundLocalError: local variable 'process' referenced before assignment
09:31:59 _____________ ERROR at teardown of TestStore.test_get_nonexistent ______________
09:31:59 tests/integration/credentials/store_test.py:19: in teardown_method
09:31:59     self.store.erase(server)
09:31:59 docker/credentials/store.py:66: in erase
09:31:59     self._execute('erase', server)
09:31:59 docker/credentials/store.py:83: in _execute
09:31:59     output, _ = process.communicate(data_input)
09:31:59 E   UnboundLocalError: local variable 'process' referenced before assignment
09:31:59 _____________ ERROR at teardown of TestStore.test_store_and_erase ______________
09:31:59 tests/integration/credentials/store_test.py:19: in teardown_method
09:31:59     self.store.erase(server)
09:31:59 docker/credentials/store.py:66: in erase
09:31:59     self._execute('erase', server)
09:31:59 docker/credentials/store.py:83: in _execute
09:31:59     output, _ = process.communicate(data_input)
09:31:59 E   UnboundLocalError: local variable 'process' referenced before assignment
09:31:59 _____________ ERROR at teardown of TestStore.test_unicode_strings ______________
09:31:59 tests/integration/credentials/store_test.py:19: in teardown_method
09:31:59     self.store.erase(server)
09:31:59 docker/credentials/store.py:66: in erase
09:31:59     self._execute('erase', server)
09:31:59 docker/credentials/store.py:83: in _execute
09:31:59     output, _ = process.communicate(data_input)
09:31:59 E   UnboundLocalError: local variable 'process' referenced before assignment
09:31:59 ___________________ ERROR at teardown of TestStore.test_list ___________________
09:31:59 tests/integration/credentials/store_test.py:19: in teardown_method
09:31:59     self.store.erase(server)
09:31:59 docker/credentials/store.py:66: in erase
09:31:59     self._execute('erase', server)
09:31:59 docker/credentials/store.py:83: in _execute
09:31:59     output, _ = process.communicate(data_input)
09:31:59 E   UnboundLocalError: local variable 'process' referenced before assignment
09:31:59 =================================== FAILURES ===================================
09:31:59 _________________________ TestStore.test_store_and_get _________________________
09:31:59 tests/integration/credentials/store_test.py:42: in test_store_and_get
09:31:59     self.store.store(server=key, username='user', secret='pass')
09:31:59 docker/credentials/store.py:58: in store
09:31:59     return self._execute('store', data_input)
09:31:59 docker/credentials/store.py:83: in _execute
09:31:59     output, _ = process.communicate(data_input)
09:31:59 E   UnboundLocalError: local variable 'process' referenced before assignment
09:31:59 ________________________ TestStore.test_get_nonexistent ________________________
09:31:59 tests/integration/credentials/store_test.py:53: in test_get_nonexistent
09:31:59     self.store.get(key)
09:31:59 docker/credentials/store.py:35: in get
09:31:59     data = self._execute('get', server)
09:31:59 docker/credentials/store.py:83: in _execute
09:31:59     output, _ = process.communicate(data_input)
09:31:59 E   UnboundLocalError: local variable 'process' referenced before assignment
09:31:59 ________________________ TestStore.test_store_and_erase ________________________
09:31:59 tests/integration/credentials/store_test.py:57: in test_store_and_erase
09:31:59     self.store.store(server=key, username='user', secret='pass')
09:31:59 docker/credentials/store.py:58: in store
09:31:59     return self._execute('store', data_input)
09:31:59 docker/credentials/store.py:83: in _execute
09:31:59     output, _ = process.communicate(data_input)
09:31:59 E   UnboundLocalError: local variable 'process' referenced before assignment
09:31:59 ________________________ TestStore.test_unicode_strings ________________________
09:31:59 tests/integration/credentials/store_test.py:65: in test_unicode_strings
09:31:59     self.store.store(server=key, username='user', secret='pass')
09:31:59 docker/credentials/store.py:58: in store
09:31:59     return self._execute('store', data_input)
09:31:59 docker/credentials/store.py:83: in _execute
09:31:59     output, _ = process.communicate(data_input)
09:31:59 E   UnboundLocalError: local variable 'process' referenced before assignment
09:31:59 _____________________________ TestStore.test_list ______________________________
09:31:59 tests/integration/credentials/store_test.py:74: in test_list
09:31:59     self.store.store(names[0], username='sakuya', secret='izayoi')
09:31:59 docker/credentials/store.py:58: in store
09:31:59     return self._execute('store', data_input)
09:31:59 docker/credentials/store.py:83: in _execute
09:31:59     output, _ = process.communicate(data_input)
09:31:59 E   UnboundLocalError: local variable 'process' referenced before assignment
09:31:59 ___________________ TestStore.test_execute_with_env_override ___________________
09:31:59 tests/integration/credentials/store_test.py:85: in test_execute_with_env_override
09:31:59     data = self.store._execute('--null', '')
09:31:59 docker/credentials/store.py:83: in _execute
09:31:59     output, _ = process.communicate(data_input)
09:31:59 E   UnboundLocalError: local variable 'process' referenced before assignment
09:31:59 =============================== warnings summary ===============================
09:31:59 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
09:31:59   /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, and in 3.8 it will stop working
09:31:59     from collections import MutableMapping
09:31:59 
09:31:59 -- Docs: https://docs.pytest.org/en/latest/warnings.html
09:31:59 
09:31:59 ----------- coverage: platform linux, python 3.7.4-final-0 -----------
09:31:59 Name                                  Stmts   Miss Branch BrPart  Cover
09:31:59 -----------------------------------------------------------------------
09:31:59 docker/__init__.py                        5      0      0      0   100%
09:31:59 docker/api/__init__.py                    1      0      0      0   100%
09:31:59 docker/api/build.py                     126     19     93     17    82%
09:31:59 docker/api/client.py                    265     46    100     13    82%
09:31:59 docker/api/config.py                     31      0      6      2    95%
09:31:59 docker/api/container.py                 265     17    104     19    90%
09:31:59 docker/api/daemon.py                     39      2     14      4    89%
09:31:59 docker/api/exec_api.py                   46      4     22      4    88%
09:31:59 docker/api/image.py                     149     19     52     10    85%
09:31:59 docker/api/network.py                    90     13     48     12    80%
09:31:59 docker/api/plugin.py                     90     13     14      4    82%
09:31:59 docker/api/secret.py                     36      3     10      3    83%
09:31:59 docker/api/service.py                   200     60    149     32    61%
09:31:59 docker/api/swarm.py                     106     14     38     10    82%
09:31:59 docker/api/volume.py                     38      3     14      3    88%
09:31:59 docker/auth.py                          198     16     74     16    88%
09:31:59 docker/client.py                         67      4      2      0    94%
09:31:59 docker/constants.py                      16      0      0      0   100%
09:31:59 docker/credentials/__init__.py            3      0      0      0   100%
09:31:59 docker/credentials/constants.py           4      0      0      0   100%
09:31:59 docker/credentials/errors.py             11      4      2      0    54%
09:31:59 docker/credentials/store.py              50     16     16      5    59%
09:31:59 docker/credentials/utils.py              23     13     12      1    31%
09:31:59 docker/errors.py                         90      6     20      6    89%
09:31:59 docker/models/__init__.py                 0      0      0      0   100%
09:31:59 docker/models/configs.py                 21      8      2      0    57%
09:31:59 docker/models/containers.py             183      6     70      5    95%
09:31:59 docker/models/images.py                 137     29     58      3    76%
09:31:59 docker/models/networks.py                37      1     12      0    98%
09:31:59 docker/models/nodes.py                   15      1      2      0    94%
09:31:59 docker/models/plugins.py                 49     30     10      0    32%
09:31:59 docker/models/resource.py                41      9      6      2    77%
09:31:59 docker/models/secrets.py                 21      8      2      0    57%
09:31:59 docker/models/services.py                87      3     36      3    95%
09:31:59 docker/models/swarm.py                   39      3      6      3    87%
09:31:59 docker/models/volumes.py                 23      1      4      0    96%
09:31:59 docker/tls.py                            37      6     14      6    76%
09:31:59 docker/transport/__init__.py             11      3      0      0    73%
09:31:59 docker/transport/basehttpadapter.py       6      0      2      1    88%
09:31:59 docker/transport/npipeconn.py            58     53     10      0     7%
09:31:59 docker/transport/npipesocket.py         134    130     20      0     3%
09:31:59 docker/transport/sshconn.py              68     44     12      1    31%
09:31:59 docker/transport/ssladapter.py           36     10     10      4    65%
09:31:59 docker/transport/unixconn.py             65      6     12      4    87%
09:31:59 docker/types/__init__.py                  6      0      0      0   100%
09:31:59 docker/types/base.py                      5      0      2      0   100%
09:31:59 docker/types/containers.py              360     46    298     35    86%
09:31:59 docker/types/daemon.py                   36      8     14      4    72%
09:31:59 docker/types/healthcheck.py              34     12      4      1    61%
09:31:59 docker/types/networks.py                 35      4     22      3    84%
09:31:59 docker/types/services.py                312     45    206     33    83%
09:31:59 docker/types/swarm.py                    51     24     40     10    52%
09:31:59 docker/utils/__init__.py                  3      0      0      0   100%
09:31:59 docker/utils/build.py                   154     18     76      7    87%
09:31:59 docker/utils/config.py                   36      1     10      1    96%
09:31:59 docker/utils/decorators.py               32      1     12      1    95%
09:31:59 docker/utils/fnmatch.py                  55     18     28      2    61%
09:31:59 docker/utils/json_stream.py              43      8     14      2    79%
09:31:59 docker/utils/ports.py                    50      3     32      2    91%
09:31:59 docker/utils/proxy.py                    32      1     12      0    98%
09:31:59 docker/utils/socket.py                   86      9     40      7    86%
09:31:59 docker/utils/utils.py                   285     19    177     13    92%
09:31:59 docker/version.py                         2      0      2      0   100%
09:31:59 -----------------------------------------------------------------------
09:31:59 TOTAL                                  4634    840   2067    314    80%
09:31:59 
09:31:59 =========================== short test summary info ============================
09:31:59 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
09:31:59   CONFIG_RT_GROUP_SCHED isn't enabled
09:31:59 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
09:31:59   Not supported on most drivers
09:31:59 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
09:31:59   This doesn't seem to be taken into account by the engine
09:31:59 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
09:31:59 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
09:31:59 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
09:31:59 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
09:31:59 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
09:31:59 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
09:31:59 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
09:31:59 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
09:31:59 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
09:31:59 SKIPPED [1] tests/unit/utils_test.py:486: shlex doesn't support bytes in py3
09:31:59 = 6 failed, 908 passed, 11 skipped, 4 xfailed, 3 xpassed, 1 warnings, 5 error in 349.30 seconds =
[Pipeline] sh
09:32:00 + docker stop dpy-dind-2-0-py3.7-19.03.2 dpy-tests-2-0-py3.7-19.03.2
09:32:00 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%]
09:32:00 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
09:32:01 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
09:32:01 tests/integration/credentials/store_test.py::TestStore::test_store_and_get FAILED [ 40%]
09:32:01 tests/integration/credentials/store_test.py::TestStore::test_store_and_get ERROR [ 40%]
09:32:01 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent FAILED [ 40%]
09:32:02 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase FAILED [ 40%]
09:32:02 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase ERROR [ 40%]
09:32:02 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings FAILED [ 40%]
09:32:02 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings ERROR [ 40%]
09:32:02 tests/integration/credentials/store_test.py::TestStore::test_list FAILED [ 41%]
09:32:02 tests/integration/credentials/store_test.py::TestStore::test_list ERROR  [ 41%]
09:32:02 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override FAILED [ 41%]
09:32:02 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%]
09:32:02 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 41%]
09:32:02 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
09:32:02 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
09:32:02 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
09:32:02 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
09:32:02 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
09:32:02 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 42%]
09:32:02 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%]
09:32:02 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 42%]
09:32:02 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%]
09:32:02 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
09:32:02 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
09:32:02 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
09:32:02 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
09:32:02 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
09:32:02 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 43%]
09:32:02 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%]
09:32:02 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%]
09:32:02 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%]
09:32:02 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%]
09:32:02 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
09:32:02 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
09:32:02 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
09:32:02 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
09:32:02 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
09:32:02 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 44%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 45%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 46%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 48%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
09:32:02 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 49%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 49%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 50%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 51%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 51%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 51%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 51%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 52%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
09:32:02 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 53%]
09:32:02 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 53%]
09:32:02 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 53%]
09:32:02 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 53%]
09:32:02 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 53%]
09:32:02 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 53%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 54%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 54%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 54%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 54%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 54%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 55%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 55%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 55%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 55%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 55%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 55%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 56%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 56%]
09:32:02 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 56%]
09:32:02 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%]
09:32:02 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 56%]
09:32:02 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%]
09:32:02 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
09:32:02 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
09:32:02 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 57%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 57%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 57%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 57%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 57%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 58%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 58%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 59%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 59%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 59%]
09:32:02 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%]
09:32:02 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%]
09:32:03 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%]
09:32:03 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%]
09:32:03 dpy-dind-2-0-py3.7-17.06.2-ce
09:32:03 dpy-tests-2-0-py3.7-17.06.2-ce
09:32:03 + docker rm -vf dpy-dind-2-0-py3.7-17.06.2-ce dpy-tests-2-0-py3.7-17.06.2-ce
09:32:03 dpy-dind-2-0-py3.7-17.06.2-ce
09:32:03 dpy-tests-2-0-py3.7-17.06.2-ce
09:32:03 + docker network rm dpy-testnet-2-0-py3.7-17.06.2-ce
09:32:03 dpy-testnet-2-0-py3.7-17.06.2-ce
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_17.06.2-ce
09:32:03 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
09:32:03 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
09:32:03 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
09:32:04 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 60%]
09:32:04 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 60%]
09:32:04 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%]
09:32:04 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 60%]
09:32:04 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 60%]
09:32:04 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%]
09:32:04 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
09:32:04 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
09:32:04 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
09:32:04 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 61%]
09:32:04 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 61%]
09:32:04 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%]
09:32:04 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%]
09:32:04 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%]
09:32:04 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 61%]
09:32:04 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 61%]
09:32:04 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
09:32:04 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
09:32:04 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 62%]
09:32:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 62%]
09:32:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 62%]
09:32:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%]
09:32:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%]
09:32:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%]
09:32:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%]
09:32:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
09:32:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
09:32:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
09:32:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 63%]
09:32:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 63%]
09:32:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%]
09:32:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%]
09:32:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%]
09:32:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%]
09:32:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%]
09:32:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
09:32:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
09:32:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 64%]
09:32:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 64%]
09:32:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 64%]
09:32:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%]
09:32:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%]
09:32:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%]
09:32:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%]
09:32:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
09:32:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
09:32:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 65%]
09:32:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 65%]
09:32:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 65%]
09:32:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%]
09:32:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%]
09:32:04 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%]
09:32:04 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%]
09:32:04 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%]
09:32:04 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
09:32:04 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
09:32:04 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 66%]
09:32:04 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 66%]
09:32:04 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 66%]
09:32:04 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 66%]
09:32:04 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 66%]
09:32:04 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%]
09:32:04 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%]
09:32:05 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
09:32:05 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
09:32:05 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 67%]
09:32:05 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 67%]
09:32:05 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 67%]
09:32:05 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%]
09:32:05 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%]
09:32:05 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%]
09:32:05 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%]
09:32:05 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%]
09:32:05 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
09:32:05 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 68%]
09:32:05 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 68%]
09:32:05 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 68%]
09:32:05 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 68%]
09:32:05 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 68%]
09:32:05 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
09:32:05 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
09:32:05 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
09:32:05 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
09:32:05 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 69%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 69%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 69%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 69%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 70%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 70%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 70%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 70%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 71%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 71%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 71%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 71%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 71%]
09:32:05 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
09:32:05 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
09:32:05 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
09:32:05 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
09:32:05 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
09:32:05 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 72%]
09:32:05 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 72%]
09:32:05 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 72%]
09:32:05 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 72%]
09:32:05 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
09:32:05 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
09:32:05 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
09:32:05 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
09:32:05 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
09:32:05 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 73%]
09:32:05 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 73%]
09:32:05 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 73%]
09:32:05 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 73%]
09:32:05 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
09:32:05 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
09:32:05 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
09:32:05 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
09:32:05 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
09:32:05 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%]
09:32:05 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 74%]
09:32:05 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 74%]
09:32:05 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 74%]
09:32:05 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
09:32:05 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
09:32:05 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
09:32:05 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
09:32:05 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
09:32:05 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
09:32:05 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 75%]
09:32:05 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 75%]
09:32:05 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 75%]
09:32:05 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 75%]
09:32:05 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
09:32:05 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
09:32:05 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
09:32:05 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
09:32:05 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
09:32:05 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 76%]
09:32:05 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 76%]
09:32:05 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 76%]
09:32:05 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 76%]
09:32:05 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
09:32:05 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
09:32:05 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
09:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
09:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
09:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
09:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 77%]
09:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 77%]
09:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 77%]
09:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
09:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
09:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
09:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
09:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
09:32:05 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 78%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 78%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 78%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 78%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 79%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 79%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 79%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 79%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 80%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 80%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 80%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
09:32:05 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
09:32:05 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
09:32:05 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
09:32:05 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
09:32:05 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 81%]
09:32:05 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 81%]
09:32:05 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 81%]
09:32:05 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
09:32:05 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
09:32:05 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
09:32:05 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
09:32:05 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
09:32:05 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 82%]
09:32:05 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 82%]
09:32:05 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 82%]
09:32:05 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 82%]
09:32:05 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
09:32:05 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
09:32:05 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
09:32:05 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
09:32:05 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
09:32:05 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 83%]
09:32:05 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 83%]
09:32:05 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 83%]
09:32:05 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 83%]
09:32:05 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
09:32:05 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
09:32:05 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
09:32:05 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
09:32:05 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
09:32:05 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
09:32:05 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
09:32:05 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 84%]
09:32:06 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 84%]
09:32:06 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 84%]
09:32:06 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 85%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 85%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 85%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 86%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 86%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 86%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 87%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 87%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 87%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 88%]
09:32:06 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 88%]
09:32:06 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
09:32:06 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
09:32:06 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
09:32:06 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
09:32:06 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
09:32:06 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
09:32:06 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
09:32:06 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 89%]
09:32:06 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 89%]
09:32:06 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
09:32:06 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
09:32:06 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
09:32:06 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
09:32:06 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
09:32:06 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
09:32:06 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
09:32:06 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
09:32:06 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 90%]
09:32:06 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 90%]
09:32:06 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
09:32:06 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
09:32:06 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
09:32:06 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
09:32:06 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
09:32:06 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
09:32:06 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
09:32:06 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 91%]
09:32:06 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 91%]
09:32:06 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
09:32:06 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
09:32:06 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
09:32:06 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
09:32:06 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
09:32:06 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
09:32:06 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
09:32:06 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 92%]
09:32:06 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 92%]
09:32:06 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
09:32:06 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
09:32:06 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
09:32:06 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
09:32:06 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
09:32:06 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
09:32:06 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
09:32:06 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
09:32:06 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 93%]
09:32:06 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 93%]
09:32:06 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
09:32:06 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
09:32:06 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
09:32:06 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
09:32:06 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
09:32:06 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
09:32:06 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
09:32:06 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 94%]
09:32:06 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 94%]
09:32:06 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
09:32:06 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
09:32:06 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
09:32:06 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
09:32:06 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
09:32:06 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
09:32:06 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
09:32:06 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
09:32:06 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 95%]
09:32:06 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
09:32:06 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
09:32:06 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
09:32:06 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
09:32:06 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_maxint PASSED [ 96%]
09:32:06 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
09:32:06 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
09:32:06 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
09:32:06 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%]
09:32:06 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 96%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
09:32:06 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
09:32:06 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
09:32:07 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
09:32:07 
09:32:07 ==================================== ERRORS ====================================
09:32:07 ______________ ERROR at teardown of TestStore.test_store_and_get _______________
09:32:07 tests/integration/credentials/store_test.py:19: in teardown_method
09:32:07     self.store.erase(server)
09:32:07 docker/credentials/store.py:66: in erase
09:32:07     self._execute('erase', server)
09:32:07 docker/credentials/store.py:90: in _execute
09:32:07     [self.exe, subcmd], input=data_input, env=env,
09:32:07 /usr/local/lib/python2.7/subprocess.py:216: in check_output
09:32:07     process = Popen(stdout=PIPE, *popenargs, **kwargs)
09:32:07 E   TypeError: __init__() got an unexpected keyword argument 'input'
09:32:07 _____________ ERROR at teardown of TestStore.test_store_and_erase ______________
09:32:07 tests/integration/credentials/store_test.py:19: in teardown_method
09:32:07     self.store.erase(server)
09:32:07 docker/credentials/store.py:66: in erase
09:32:07     self._execute('erase', server)
09:32:07 docker/credentials/store.py:90: in _execute
09:32:07     [self.exe, subcmd], input=data_input, env=env,
09:32:07 /usr/local/lib/python2.7/subprocess.py:216: in check_output
09:32:07     process = Popen(stdout=PIPE, *popenargs, **kwargs)
09:32:07 E   TypeError: __init__() got an unexpected keyword argument 'input'
09:32:07 _____________ ERROR at teardown of TestStore.test_unicode_strings ______________
09:32:07 tests/integration/credentials/store_test.py:19: in teardown_method
09:32:07     self.store.erase(server)
09:32:07 docker/credentials/store.py:66: in erase
09:32:07     self._execute('erase', server)
09:32:07 docker/credentials/store.py:90: in _execute
09:32:07     [self.exe, subcmd], input=data_input, env=env,
09:32:07 /usr/local/lib/python2.7/subprocess.py:216: in check_output
09:32:07     process = Popen(stdout=PIPE, *popenargs, **kwargs)
09:32:07 E   TypeError: __init__() got an unexpected keyword argument 'input'
09:32:07 ___________________ ERROR at teardown of TestStore.test_list ___________________
09:32:07 tests/integration/credentials/store_test.py:19: in teardown_method
09:32:07     self.store.erase(server)
09:32:07 docker/credentials/store.py:66: in erase
09:32:07     self._execute('erase', server)
09:32:07 docker/credentials/store.py:90: in _execute
09:32:07     [self.exe, subcmd], input=data_input, env=env,
09:32:07 /usr/local/lib/python2.7/subprocess.py:216: in check_output
09:32:07     process = Popen(stdout=PIPE, *popenargs, **kwargs)
09:32:07 E   TypeError: __init__() got an unexpected keyword argument 'input'
09:32:07 =================================== FAILURES ===================================
09:32:07 _________________________ TestStore.test_store_and_get _________________________
09:32:07 tests/integration/credentials/store_test.py:42: in test_store_and_get
09:32:07     self.store.store(server=key, username='user', secret='pass')
09:32:07 docker/credentials/store.py:58: in store
09:32:07     return self._execute('store', data_input)
09:32:07 docker/credentials/store.py:90: in _execute
09:32:07     [self.exe, subcmd], input=data_input, env=env,
09:32:07 /usr/local/lib/python2.7/subprocess.py:216: in check_output
09:32:07     process = Popen(stdout=PIPE, *popenargs, **kwargs)
09:32:07 E   TypeError: __init__() got an unexpected keyword argument 'input'
09:32:07 ________________________ TestStore.test_get_nonexistent ________________________
09:32:07 tests/integration/credentials/store_test.py:53: in test_get_nonexistent
09:32:07     self.store.get(key)
09:32:07 docker/credentials/store.py:35: in get
09:32:07     data = self._execute('get', server)
09:32:07 docker/credentials/store.py:90: in _execute
09:32:07     [self.exe, subcmd], input=data_input, env=env,
09:32:07 /usr/local/lib/python2.7/subprocess.py:216: in check_output
09:32:07     process = Popen(stdout=PIPE, *popenargs, **kwargs)
09:32:07 E   TypeError: __init__() got an unexpected keyword argument 'input'
09:32:07 ________________________ TestStore.test_store_and_erase ________________________
09:32:07 tests/integration/credentials/store_test.py:57: in test_store_and_erase
09:32:07     self.store.store(server=key, username='user', secret='pass')
09:32:07 docker/credentials/store.py:58: in store
09:32:07     return self._execute('store', data_input)
09:32:07 docker/credentials/store.py:90: in _execute
09:32:07     [self.exe, subcmd], input=data_input, env=env,
09:32:07 /usr/local/lib/python2.7/subprocess.py:216: in check_output
09:32:07     process = Popen(stdout=PIPE, *popenargs, **kwargs)
09:32:07 E   TypeError: __init__() got an unexpected keyword argument 'input'
09:32:07 ________________________ TestStore.test_unicode_strings ________________________
09:32:07 tests/integration/credentials/store_test.py:65: in test_unicode_strings
09:32:07     self.store.store(server=key, username='user', secret='pass')
09:32:07 docker/credentials/store.py:58: in store
09:32:07     return self._execute('store', data_input)
09:32:07 docker/credentials/store.py:90: in _execute
09:32:07     [self.exe, subcmd], input=data_input, env=env,
09:32:07 /usr/local/lib/python2.7/subprocess.py:216: in check_output
09:32:07     process = Popen(stdout=PIPE, *popenargs, **kwargs)
09:32:07 E   TypeError: __init__() got an unexpected keyword argument 'input'
09:32:07 _____________________________ TestStore.test_list ______________________________
09:32:07 tests/integration/credentials/store_test.py:74: in test_list
09:32:07     self.store.store(names[0], username='sakuya', secret='izayoi')
09:32:07 docker/credentials/store.py:58: in store
09:32:07     return self._execute('store', data_input)
09:32:07 docker/credentials/store.py:90: in _execute
09:32:07     [self.exe, subcmd], input=data_input, env=env,
09:32:07 /usr/local/lib/python2.7/subprocess.py:216: in check_output
09:32:07     process = Popen(stdout=PIPE, *popenargs, **kwargs)
09:32:07 E   TypeError: __init__() got an unexpected keyword argument 'input'
09:32:07 ___________________ TestStore.test_execute_with_env_override ___________________
09:32:07 tests/integration/credentials/store_test.py:85: in test_execute_with_env_override
09:32:07     data = self.store._execute('--null', '')
09:32:07 docker/credentials/store.py:90: in _execute
09:32:07     [self.exe, subcmd], input=data_input, env=env,
09:32:07 /usr/local/lib/python2.7/subprocess.py:216: in check_output
09:32:07     process = Popen(stdout=PIPE, *popenargs, **kwargs)
09:32:07 E   TypeError: __init__() got an unexpected keyword argument 'input'
09:32:07 
09:32:07 ---------- coverage: platform linux2, python 2.7.16-final-0 ----------
09:32:07 Name                                  Stmts   Miss Branch BrPart  Cover
09:32:07 -----------------------------------------------------------------------
09:32:07 docker/__init__.py                        5      0      0      0   100%
09:32:07 docker/api/__init__.py                    1      0      0      0   100%
09:32:07 docker/api/build.py                     126     21     92     17    81%
09:32:07 docker/api/client.py                    265     45     98     12    82%
09:32:07 docker/api/config.py                     31      1      6      2    92%
09:32:07 docker/api/container.py                 265     21    102     17    88%
09:32:07 docker/api/daemon.py                     39      2     14      4    89%
09:32:07 docker/api/exec_api.py                   46      6     22      4    82%
09:32:07 docker/api/image.py                     149     19     50     10    84%
09:32:07 docker/api/network.py                    90     17     48     12    75%
09:32:07 docker/api/plugin.py                     90     13     12      4    81%
09:32:07 docker/api/secret.py                     36      4     10      3    80%
09:32:07 docker/api/service.py                   200     56    149     36    64%
09:32:07 docker/api/swarm.py                     106     20     38     10    72%
09:32:07 docker/api/volume.py                     38      3     14      3    88%
09:32:07 docker/auth.py                          198     16     74     17    88%
09:32:07 docker/client.py                         67      4      2      0    94%
09:32:07 docker/constants.py                      16      0      0      0   100%
09:32:07 docker/credentials/__init__.py            3      0      0      0   100%
09:32:07 docker/credentials/constants.py           4      0      0      0   100%
09:32:07 docker/credentials/errors.py             11      1      2      1    85%
09:32:07 docker/credentials/store.py              50     13     16      4    68%
09:32:07 docker/credentials/utils.py              23     13     12      1    31%
09:32:07 docker/errors.py                         90      6     18      6    89%
09:32:07 docker/models/__init__.py                 0      0      0      0   100%
09:32:07 docker/models/configs.py                 21      8      0      0    62%
09:32:07 docker/models/containers.py             183      6     60      5    95%
09:32:07 docker/models/images.py                 137     29     52      3    76%
09:32:07 docker/models/networks.py                37      1      8      0    98%
09:32:07 docker/models/nodes.py                   15      1      0      0    93%
09:32:07 docker/models/plugins.py                 49     30      8      0    33%
09:32:07 docker/models/resource.py                41      9      6      2    77%
09:32:07 docker/models/secrets.py                 21      8      0      0    62%
09:32:07 docker/models/services.py                87      3     34      3    95%
09:32:07 docker/models/swarm.py                   39      3      6      3    87%
09:32:07 docker/models/volumes.py                 23      1      2      0    96%
09:32:07 docker/tls.py                            37      6     14      6    76%
09:32:07 docker/transport/__init__.py             11      3      0      0    73%
09:32:07 docker/transport/basehttpadapter.py       6      0      2      1    88%
09:32:07 docker/transport/npipeconn.py            58     53     10      0     7%
09:32:07 docker/transport/npipesocket.py         134    130     20      0     3%
09:32:07 docker/transport/sshconn.py              68     44     12      1    31%
09:32:07 docker/transport/ssladapter.py           36      8     10      4    70%
09:32:07 docker/transport/unixconn.py             65      5     12      4    88%
09:32:07 docker/types/__init__.py                  6      0      0      0   100%
09:32:07 docker/types/base.py                      5      0      2      0   100%
09:32:07 docker/types/containers.py              360     46    296     35    86%
09:32:07 docker/types/daemon.py                   36      9     14      3    68%
09:32:07 docker/types/healthcheck.py              34     12      4      1    61%
09:32:07 docker/types/networks.py                 35      4     22      3    84%
09:32:07 docker/types/services.py                312     60    206     39    77%
09:32:07 docker/types/swarm.py                    51     24     40     10    52%
09:32:07 docker/utils/__init__.py                  3      0      0      0   100%
09:32:07 docker/utils/build.py                   154     14     74      7    89%
09:32:07 docker/utils/config.py                   36      1     10      1    96%
09:32:07 docker/utils/decorators.py               32      1     12      1    95%
09:32:07 docker/utils/fnmatch.py                  55     18     28      2    61%
09:32:07 docker/utils/json_stream.py              43      8     14      2    79%
09:32:07 docker/utils/ports.py                    50      3     28      2    91%
09:32:07 docker/utils/proxy.py                    32      1     12      0    98%
09:32:07 docker/utils/socket.py                   86      8     40      7    87%
09:32:07 docker/utils/utils.py                   285     17    164     12    93%
09:32:07 docker/version.py                         2      0      0      0   100%
09:32:07 -----------------------------------------------------------------------
09:32:07 TOTAL                                  4634    855   2001    320    79%
09:32:07 
09:32:07 =========================== short test summary info ============================
09:32:07 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
09:32:07   CONFIG_RT_GROUP_SCHED isn't enabled
09:32:07 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
09:32:07   Not supported on most drivers
09:32:07 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
09:32:07   This doesn't seem to be taken into account by the engine
09:32:07 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
09:32:07 SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39)
09:32:07 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
09:32:07 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
09:32:07 SKIPPED [1] tests/integration/api_exec_test.py:182: API version is too low (< 1.35)
09:32:07 SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38)
09:32:07 SKIPPED [1] tests/integration/api_build_test.py:587: API version is too low (< 1.31)
09:32:07 SKIPPED [1] tests/integration/api_container_test.py:917: API version is too low (< 1.35)
09:32:07 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
09:32:07 SKIPPED [2] tests/helpers.py:67: API version is too low (< 1.32)
09:32:07 SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39)
09:32:07 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
09:32:07 SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39)
09:32:07 SKIPPED [1] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
09:32:07 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
09:32:07 SKIPPED [1] tests/integration/api_network_test.py:451: API version is too low (< 1.31)
09:32:07 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
09:32:07 SKIPPED [1] tests/integration/api_service_test.py:229: API version is too low (< 1.32)
09:32:07 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
09:32:07 SKIPPED [1] tests/integration/api_service_test.py:503: API version is too low (< 1.32)
09:32:07 SKIPPED [1] tests/integration/api_service_test.py:261: API version is too low (< 1.32)
09:32:07 SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39)
09:32:07 ========================== deprecated python version ===========================
09:32:07 You are using Python 2.7.16, which will no longer be supported in pytest 5.0
09:32:07 For more information, please read:
09:32:07   https://docs.pytest.org/en/latest/py27-py34-deprecation.html
09:32:07 = 6 failed, 898 passed, 22 skipped, 4 xfailed, 2 xpassed, 4 error in 382.12 seconds =
[Pipeline] sh
09:32:07 + docker stop dpy-dind-2-0-py2.7-17.06.2-ce dpy-tests-2-0-py2.7-17.06.2-ce
09:32:12 dpy-dind-2-0-py3.7-19.03.2
09:32:12 dpy-tests-2-0-py3.7-19.03.2
09:32:12 + docker rm -vf dpy-dind-2-0-py3.7-19.03.2 dpy-tests-2-0-py3.7-19.03.2
09:32:12 dpy-dind-2-0-py3.7-19.03.2
09:32:12 dpy-tests-2-0-py3.7-19.03.2
09:32:12 + docker network rm dpy-testnet-2-0-py3.7-19.03.2
09:32:12 dpy-testnet-2-0-py3.7-19.03.2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.2
09:32:20 dpy-dind-2-0-py2.7-17.06.2-ce
09:32:20 dpy-tests-2-0-py2.7-17.06.2-ce
09:32:20 + docker rm -vf dpy-dind-2-0-py2.7-17.06.2-ce dpy-tests-2-0-py2.7-17.06.2-ce
09:32:20 dpy-dind-2-0-py2.7-17.06.2-ce
09:32:20 dpy-tests-2-0-py2.7-17.06.2-ce
09:32:20 + docker network rm dpy-testnet-2-0-py2.7-17.06.2-ce
09:32:20 dpy-testnet-2-0-py2.7-17.06.2-ce
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_17.06.2-ce
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE