Skip to content
Failed

Console Output

Branch indexing
01:17:01 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 8fea5738d32cfb712fcb05f541bc63eaf1d7ed71 rather than a97c861482d2868e65755d8c656aa4fb34954225
Obtained Jenkinsfile from 8fea5738d32cfb712fcb05f541bc63eaf1d7ed71
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
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/docker-py_PR-1712@libs/jps # timeout=10
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
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > 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
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"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs&&amd64’
Running on ubuntu-1804-overlay2 (i-0cde9336c4460b10c) in /home/ubuntu/workspace/docker-py_PR-1712
[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-1712@tmp/c48ad8fb-2711-4935-a853-45c71a9daf76/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
01:35:11 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
01:35:11 chowning workspace
[Pipeline] sh
01:35:11 + uname -m
[Pipeline] sh
01:35:11 + pwd
01:35:11 + id -u
01:35:11 + id -g
01:35:11 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-1712:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
01:35:13 Removing all docker containers
[Pipeline] sh
01:35:13 + docker container ls -aq
[Pipeline] echo
01:35:13 Docker containers have been removed
[Pipeline] echo
01:35:13 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
01:35:13 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
01:35:13 using credential docker-jenkins-github-credentials
01:35:13 Cloning the remote Git repository
01:35:13 Cloning with configured refspecs honoured and without tags
01:35:14 Fetching without tags
01:35:14 Merging remotes/origin/master commit 8fea5738d32cfb712fcb05f541bc63eaf1d7ed71 into PR head commit a97c861482d2868e65755d8c656aa4fb34954225
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-1712 # 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/1712/head:refs/remotes/origin/PR-1712 +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/1712/head:refs/remotes/origin/PR-1712 # 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/1712/head:refs/remotes/origin/PR-1712 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a97c861482d2868e65755d8c656aa4fb34954225
 > git merge 8fea5738d32cfb712fcb05f541bc63eaf1d7ed71 # timeout=10
01:35:14 Merge succeeded, producing 4452c67a05e3b300f519496d2c081681e090146e
01:35:14 Checking out Revision 4452c67a05e3b300f519496d2c081681e090146e (PR-1712)
01:35:14 Commit message: "Merge commit '8fea5738d32cfb712fcb05f541bc63eaf1d7ed71' into HEAD"
01:35:14 First time build. Skipping changelog.
[Pipeline] sh
01:35:15 + git rev-parse HEAD
[Pipeline] sh
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4452c67a05e3b300f519496d2c081681e090146e
fatal: bad object ead69454b4062f17d1f8389642089a002b037213
01:35:15 + docker pull dockerbuildbot/docker-py:py2-4452c67a05e3b300f519496d2c081681e090146e
01:35:15 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-4452c67a05e3b300f519496d2c081681e090146e not found: manifest unknown: manifest unknown
[Pipeline] sh
01:35:16 + docker build -t dockerbuildbot/docker-py:py2-4452c67a05e3b300f519496d2c081681e090146e -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
01:35:16 Sending build context to Docker daemon  1.273MB

01:35:16 Step 1/19 : ARG PYTHON_VERSION=3.7
01:35:16 Step 2/19 : FROM python:${PYTHON_VERSION}
01:35:16  ---> 55b47eef9c39
01:35:16 Step 3/19 : ARG APT_MIRROR
01:35:16  ---> Using cache
01:35:16  ---> 43059ffff6cf
01:35:16 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
01:35:16  ---> Using cache
01:35:16  ---> e9243d6df0d3
01:35:16 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
01:35:16  ---> Using cache
01:35:16  ---> 65009c6febb8
01:35:16 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
01:35:16  ---> Using cache
01:35:16  ---> 3afe34d56cfc
01:35:16 Step 7/19 : RUN gpg2 --import gpg-keys/secret
01:35:16  ---> Using cache
01:35:16  ---> 2951c42769b1
01:35:16 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
01:35:16  ---> Using cache
01:35:16  ---> d506c51591e7
01:35:16 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
01:35:16  ---> Using cache
01:35:16  ---> 27ee3a8827e8
01:35:16 Step 10/19 : RUN gpg2 --check-trustdb
01:35:16  ---> Using cache
01:35:16  ---> dd347dfcee49
01:35:16 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
01:35:16  ---> Using cache
01:35:16  ---> b7224278994a
01:35:16 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
01:35:16  ---> Using cache
01:35:16  ---> 9ccbfd589e8f
01:35:16 Step 13/19 : WORKDIR /src
01:35:16  ---> Using cache
01:35:16  ---> b973c5c71d15
01:35:16 Step 14/19 : COPY requirements.txt /src/requirements.txt
01:35:16  ---> Using cache
01:35:16  ---> eb2d1630ba3b
01:35:16 Step 15/19 : RUN pip install -r requirements.txt
01:35:16  ---> Using cache
01:35:16  ---> b15295629242
01:35:16 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
01:35:16  ---> Using cache
01:35:16  ---> 1cf4647ff1be
01:35:16 Step 17/19 : RUN pip install -r test-requirements.txt
01:35:16  ---> Using cache
01:35:16  ---> b53895423752
01:35:16 Step 18/19 : COPY . /src
01:35:16  ---> d3df99741497
01:35:16 Step 19/19 : RUN pip install .
01:35:16  ---> Running in ef48ad3a42ca
01:35:17 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
01:35:17 Processing /src
01:35:17 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (1.10.0)
01:35:17 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)
01:35:17 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)
01:35:17 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)
01:35:17 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (1.0.18)
01:35:17 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)
01:35:17 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)
01:35:17 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.6.16)
01:35:17 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)
01:35:17 Building wheels for collected packages: docker
01:35:17   Building wheel for docker (setup.py): started
01:35:18   Building wheel for docker (setup.py): finished with status 'done'
01:35:18   Created wheel for docker: filename=docker-4.1.0.dev0-py2.py3-none-any.whl size=139191 sha256=926fb2960bd9cd4befacf3e47296d7ca7c3534cd39d479d9938644af90a60aea
01:35:18   Stored in directory: /tmp/pip-ephem-wheel-cache-TFX0nl/wheels/ee/4d/f0/2a86c10b571f6f2e614d6de70cb18e96cf856ba00408408b23
01:35:18 Successfully built docker
01:35:18 Installing collected packages: docker
01:35:18 Successfully installed docker-4.1.0.dev0
01:35:18 Removing intermediate container ef48ad3a42ca
01:35:18  ---> e3b21e9a65bd
01:35:18 Successfully built e3b21e9a65bd
01:35:18 Successfully tagged dockerbuildbot/docker-py:py2-4452c67a05e3b300f519496d2c081681e090146e
[Pipeline] dockerFingerprintFrom
[Pipeline] sh
01:35:19 + docker tag dockerbuildbot/docker-py:py2-4452c67a05e3b300f519496d2c081681e090146e dockerbuildbot/docker-py:py2-4452c67a05e3b300f519496d2c081681e090146e
[Pipeline] sh
01:35:19 + docker push dockerbuildbot/docker-py:py2-4452c67a05e3b300f519496d2c081681e090146e
01:35:19 The push refers to repository [docker.io/dockerbuildbot/docker-py]
01:35:19 695fdbdaf517: Preparing
01:35:19 2234e23d6373: Preparing
01:35:19 6a4706ec0d35: Preparing
01:35:19 99c787ac7133: Preparing
01:35:19 1f1d8b27b66a: Preparing
01:35:19 dd32b1d4cc57: Preparing
01:35:19 89204f106871: Preparing
01:35:19 bde7bf760a12: Preparing
01:35:19 a88c16e96008: Preparing
01:35:19 4a4869cdc562: Preparing
01:35:19 7f28d38872ad: Preparing
01:35:19 11b31ae87ebb: Preparing
01:35:19 32603c5495bf: Preparing
01:35:19 eb147a0edd89: Preparing
01:35:19 2308ce9fb2fc: Preparing
01:35:19 c8992614e936: Preparing
01:35:19 aec8973e3aff: Preparing
01:35:19 64f59e052a98: Preparing
01:35:19 190e115e5849: Preparing
01:35:19 6e302bbcacce: Preparing
01:35:19 97e8dd85db4e: Preparing
01:35:19 74e2ede3b29c: Preparing
01:35:19 6d5a64ea8f37: Preparing
01:35:19 660314270d76: Preparing
01:35:19 dd32b1d4cc57: Waiting
01:35:19 89204f106871: Waiting
01:35:19 bde7bf760a12: Waiting
01:35:19 a88c16e96008: Waiting
01:35:19 4a4869cdc562: Waiting
01:35:19 7f28d38872ad: Waiting
01:35:19 11b31ae87ebb: Waiting
01:35:19 32603c5495bf: Waiting
01:35:19 eb147a0edd89: Waiting
01:35:19 2308ce9fb2fc: Waiting
01:35:19 c8992614e936: Waiting
01:35:19 aec8973e3aff: Waiting
01:35:19 64f59e052a98: Waiting
01:35:19 190e115e5849: Waiting
01:35:19 6e302bbcacce: Waiting
01:35:19 97e8dd85db4e: Waiting
01:35:19 74e2ede3b29c: Waiting
01:35:19 6d5a64ea8f37: Waiting
01:35:19 660314270d76: Waiting
01:35:19 1f1d8b27b66a: Layer already exists
01:35:19 99c787ac7133: Layer already exists
01:35:19 6a4706ec0d35: Layer already exists
01:35:19 dd32b1d4cc57: Layer already exists
01:35:19 89204f106871: Layer already exists
01:35:19 bde7bf760a12: Layer already exists
01:35:19 4a4869cdc562: Layer already exists
01:35:19 a88c16e96008: Layer already exists
01:35:19 7f28d38872ad: Layer already exists
01:35:19 11b31ae87ebb: Layer already exists
01:35:19 32603c5495bf: Layer already exists
01:35:19 eb147a0edd89: Layer already exists
01:35:19 2308ce9fb2fc: Layer already exists
01:35:19 c8992614e936: Layer already exists
01:35:19 aec8973e3aff: Layer already exists
01:35:19 64f59e052a98: Layer already exists
01:35:19 190e115e5849: Layer already exists
01:35:19 6e302bbcacce: Layer already exists
01:35:19 97e8dd85db4e: Layer already exists
01:35:19 6d5a64ea8f37: Layer already exists
01:35:20 74e2ede3b29c: Layer already exists
01:35:20 660314270d76: Layer already exists
01:35:20 2234e23d6373: Pushed
01:35:20 695fdbdaf517: Pushed
01:35:22 py2-4452c67a05e3b300f519496d2c081681e090146e: digest: sha256:262cfaa68125ce8ab25d25527e69ec843829db5cc91ed6f0e066a0ef7fc7a682 size: 5353
[Pipeline] sh
01:35:22 + docker pull dockerbuildbot/docker-py:py3-4452c67a05e3b300f519496d2c081681e090146e
01:35:22 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-4452c67a05e3b300f519496d2c081681e090146e not found: manifest unknown: manifest unknown
[Pipeline] sh
01:35:23 + docker build -t dockerbuildbot/docker-py:py3-4452c67a05e3b300f519496d2c081681e090146e -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
01:35:23 Sending build context to Docker daemon  1.273MB

01:35:23 Step 1/19 : ARG PYTHON_VERSION=3.7
01:35:23 Step 2/19 : FROM python:${PYTHON_VERSION}
01:35:23  ---> 60e318e4984a
01:35:23 Step 3/19 : ARG APT_MIRROR
01:35:23  ---> Using cache
01:35:23  ---> f4b400625611
01:35:23 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
01:35:23  ---> Using cache
01:35:23  ---> 776fa11bb4de
01:35:23 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
01:35:23  ---> Using cache
01:35:23  ---> 835b713d89d3
01:35:23 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
01:35:23  ---> Using cache
01:35:23  ---> ec38ceb5b879
01:35:23 Step 7/19 : RUN gpg2 --import gpg-keys/secret
01:35:23  ---> Using cache
01:35:23  ---> 2e3706a80d67
01:35:23 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
01:35:23  ---> Using cache
01:35:23  ---> 2aa2ee720145
01:35:23 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
01:35:23  ---> Using cache
01:35:23  ---> e88e4b6d7c6f
01:35:23 Step 10/19 : RUN gpg2 --check-trustdb
01:35:23  ---> Using cache
01:35:23  ---> 732503bef16d
01:35:23 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
01:35:23  ---> Using cache
01:35:23  ---> 563bcb3eb49f
01:35:23 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
01:35:23  ---> Using cache
01:35:23  ---> c083904dcca6
01:35:23 Step 13/19 : WORKDIR /src
01:35:23  ---> Using cache
01:35:23  ---> b3b72a5cb128
01:35:23 Step 14/19 : COPY requirements.txt /src/requirements.txt
01:35:23  ---> Using cache
01:35:23  ---> 0b823db3d712
01:35:23 Step 15/19 : RUN pip install -r requirements.txt
01:35:23  ---> Using cache
01:35:23  ---> e7556e77207d
01:35:23 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
01:35:23  ---> Using cache
01:35:23  ---> d744c27b42c1
01:35:23 Step 17/19 : RUN pip install -r test-requirements.txt
01:35:23  ---> Using cache
01:35:23  ---> 6de0b68c01cd
01:35:23 Step 18/19 : COPY . /src
01:35:23  ---> f5a3debf2814
01:35:23 Step 19/19 : RUN pip install .
01:35:23  ---> Running in 5bad7346fccb
01:35:24 Processing /src
01:35:24 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.1.0.dev0) (1.10.0)
01:35:24 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)
01:35:24 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)
01:35:25 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.6.16)
01:35:25 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)
01:35:25 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)
01:35:25 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)
01:35:25 Building wheels for collected packages: docker
01:35:25   Building wheel for docker (setup.py): started
01:35:25   Building wheel for docker (setup.py): finished with status 'done'
01:35:25   Created wheel for docker: filename=docker-4.1.0.dev0-py2.py3-none-any.whl size=139192 sha256=54c48dcd5d4a5ed373ae146a6eb470e7cdd9c791126bba0ecac7a6fc52aff91e
01:35:25   Stored in directory: /tmp/pip-ephem-wheel-cache-iyblhk77/wheels/ee/4d/f0/2a86c10b571f6f2e614d6de70cb18e96cf856ba00408408b23
01:35:25 Successfully built docker
01:35:25 Installing collected packages: docker
01:35:25 Successfully installed docker-4.1.0.dev0
01:35:26 Removing intermediate container 5bad7346fccb
01:35:26  ---> a4cb8b8bdd47
01:35:26 Successfully built a4cb8b8bdd47
01:35:26 Successfully tagged dockerbuildbot/docker-py:py3-4452c67a05e3b300f519496d2c081681e090146e
[Pipeline] dockerFingerprintFrom
[Pipeline] sh
01:35:26 + docker tag dockerbuildbot/docker-py:py3-4452c67a05e3b300f519496d2c081681e090146e dockerbuildbot/docker-py:py3-4452c67a05e3b300f519496d2c081681e090146e
[Pipeline] sh
01:35:27 + docker push dockerbuildbot/docker-py:py3-4452c67a05e3b300f519496d2c081681e090146e
01:35:27 The push refers to repository [docker.io/dockerbuildbot/docker-py]
01:35:27 ede1303225ab: Preparing
01:35:27 b78e30060dd1: Preparing
01:35:27 95db398ec64a: Preparing
01:35:27 deacf6bc12f9: Preparing
01:35:27 f50c5435baa5: Preparing
01:35:27 1b69e52e128a: Preparing
01:35:27 f6b16aa1074f: Preparing
01:35:27 964c8a355d1e: Preparing
01:35:27 c5517a35ceee: Preparing
01:35:27 8c024d30bd26: Preparing
01:35:27 3930b66dac9b: Preparing
01:35:27 41ca17b5d51e: Preparing
01:35:27 b4acf8227cea: Preparing
01:35:27 86b3bfeee0c8: Preparing
01:35:27 8570b86ffc35: Preparing
01:35:27 69d95271719a: Preparing
01:35:27 f88be44e4bd8: Preparing
01:35:27 e505c7600391: Preparing
01:35:27 4d2fd1bf072c: Preparing
01:35:27 6e302bbcacce: Preparing
01:35:27 97e8dd85db4e: Preparing
01:35:27 74e2ede3b29c: Preparing
01:35:27 6d5a64ea8f37: Preparing
01:35:27 660314270d76: Preparing
01:35:27 1b69e52e128a: Waiting
01:35:27 f6b16aa1074f: Waiting
01:35:27 964c8a355d1e: Waiting
01:35:27 c5517a35ceee: Waiting
01:35:27 8c024d30bd26: Waiting
01:35:27 3930b66dac9b: Waiting
01:35:27 41ca17b5d51e: Waiting
01:35:27 b4acf8227cea: Waiting
01:35:27 86b3bfeee0c8: Waiting
01:35:27 8570b86ffc35: Waiting
01:35:27 69d95271719a: Waiting
01:35:27 97e8dd85db4e: Waiting
01:35:27 f88be44e4bd8: Waiting
01:35:27 e505c7600391: Waiting
01:35:27 74e2ede3b29c: Waiting
01:35:27 4d2fd1bf072c: Waiting
01:35:27 6e302bbcacce: Waiting
01:35:27 6d5a64ea8f37: Waiting
01:35:27 660314270d76: Waiting
01:35:27 f50c5435baa5: Layer already exists
01:35:27 deacf6bc12f9: Layer already exists
01:35:27 95db398ec64a: Layer already exists
01:35:27 964c8a355d1e: Layer already exists
01:35:27 1b69e52e128a: Layer already exists
01:35:27 f6b16aa1074f: Layer already exists
01:35:27 c5517a35ceee: Layer already exists
01:35:27 8c024d30bd26: Layer already exists
01:35:27 3930b66dac9b: Layer already exists
01:35:27 41ca17b5d51e: Layer already exists
01:35:27 86b3bfeee0c8: Layer already exists
01:35:27 b4acf8227cea: Layer already exists
01:35:27 8570b86ffc35: Layer already exists
01:35:27 69d95271719a: Layer already exists
01:35:27 e505c7600391: Layer already exists
01:35:27 f88be44e4bd8: Layer already exists
01:35:27 6e302bbcacce: Layer already exists
01:35:27 4d2fd1bf072c: Layer already exists
01:35:27 97e8dd85db4e: Layer already exists
01:35:27 74e2ede3b29c: Layer already exists
01:35:27 6d5a64ea8f37: Layer already exists
01:35:27 660314270d76: Layer already exists
01:35:28 b78e30060dd1: Pushed
01:35:28 ede1303225ab: Pushed
01:35:30 py3-4452c67a05e3b300f519496d2c081681e090146e: digest: sha256:2a8ec44eca38a7794d4eaa46e61f4b7935fadf6e5fce493a9a1d46122c89b023 size: 5349
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Terminated
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs’
Running on ubuntu-1604-aufs (i-057896f974e570f30) in /home/ubuntu/workspace/docker-py_PR-1712
[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-1712@tmp/22f339f3-c518-4f82-a6b0-03b469c1e29a/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
02:08:44 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-4452c67a05e3b300f519496d2c081681e090146e /src/scripts/versions.py
02:08:44 Unable to find image 'dockerbuildbot/docker-py:py3-4452c67a05e3b300f519496d2c081681e090146e' locally
02:08:44 py3-4452c67a05e3b300f519496d2c081681e090146e: Pulling from dockerbuildbot/docker-py
02:08:44 4ae16bd47783: Pulling fs layer
02:08:44 bbab4ec87ac4: Pulling fs layer
02:08:44 2ea1f7804402: Pulling fs layer
02:08:44 96465440c208: Pulling fs layer
02:08:44 6ac892e64b94: Pulling fs layer
02:08:44 5b3ec9e84adf: Pulling fs layer
02:08:44 317202007d7c: Pulling fs layer
02:08:44 ba1ee226143f: Pulling fs layer
02:08:44 e33fb8e92c2f: Pulling fs layer
02:08:44 46e82a4f9742: Pulling fs layer
02:08:44 83ad817f1bb5: Pulling fs layer
02:08:44 c4afafbc4bfc: Pulling fs layer
02:08:44 b19169e57bcb: Pulling fs layer
02:08:44 08c6f22fddcd: Pulling fs layer
02:08:44 f4bb8d9409ad: Pulling fs layer
02:08:44 4c3bfbcb5932: Pulling fs layer
02:08:44 f683d8c87e0e: Pulling fs layer
02:08:44 11a8753c48ac: Pulling fs layer
02:08:44 7bb511834c23: Pulling fs layer
02:08:44 261ac4a1a404: Pulling fs layer
02:08:44 baf63cd05910: Pulling fs layer
02:08:44 cf1b3d87d1e9: Pulling fs layer
02:08:44 2a46a9b632be: Pulling fs layer
02:08:44 432d82f2e798: Pulling fs layer
02:08:44 b19169e57bcb: Waiting
02:08:44 08c6f22fddcd: Waiting
02:08:44 f4bb8d9409ad: Waiting
02:08:44 4c3bfbcb5932: Waiting
02:08:44 f683d8c87e0e: Waiting
02:08:44 96465440c208: Waiting
02:08:44 6ac892e64b94: Waiting
02:08:44 5b3ec9e84adf: Waiting
02:08:44 317202007d7c: Waiting
02:08:44 ba1ee226143f: Waiting
02:08:44 e33fb8e92c2f: Waiting
02:08:44 46e82a4f9742: Waiting
02:08:44 83ad817f1bb5: Waiting
02:08:44 c4afafbc4bfc: Waiting
02:08:44 11a8753c48ac: Waiting
02:08:44 7bb511834c23: Waiting
02:08:44 261ac4a1a404: Waiting
02:08:44 baf63cd05910: Waiting
02:08:44 cf1b3d87d1e9: Waiting
02:08:44 432d82f2e798: Waiting
02:08:45 bbab4ec87ac4: Verifying Checksum
02:08:45 bbab4ec87ac4: Download complete
02:08:45 2ea1f7804402: Verifying Checksum
02:08:45 2ea1f7804402: Download complete
02:08:45 4ae16bd47783: Verifying Checksum
02:08:45 4ae16bd47783: Download complete
02:08:46 96465440c208: Verifying Checksum
02:08:46 96465440c208: Download complete
02:08:46 5b3ec9e84adf: Verifying Checksum
02:08:46 5b3ec9e84adf: Download complete
02:08:46 ba1ee226143f: Verifying Checksum
02:08:46 ba1ee226143f: Download complete
02:08:46 317202007d7c: Verifying Checksum
02:08:46 317202007d7c: Download complete
02:08:46 e33fb8e92c2f: Verifying Checksum
02:08:46 e33fb8e92c2f: Download complete
02:08:46 46e82a4f9742: Verifying Checksum
02:08:46 46e82a4f9742: Download complete
02:08:46 c4afafbc4bfc: Verifying Checksum
02:08:46 c4afafbc4bfc: Download complete
02:08:47 b19169e57bcb: Verifying Checksum
02:08:47 b19169e57bcb: Download complete
02:08:47 83ad817f1bb5: Verifying Checksum
02:08:47 83ad817f1bb5: Download complete
02:08:47 08c6f22fddcd: Verifying Checksum
02:08:47 08c6f22fddcd: Download complete
02:08:47 f4bb8d9409ad: Verifying Checksum
02:08:47 f4bb8d9409ad: Download complete
02:08:47 4c3bfbcb5932: Verifying Checksum
02:08:47 4c3bfbcb5932: Download complete
02:08:47 f683d8c87e0e: Verifying Checksum
02:08:47 f683d8c87e0e: Download complete
02:08:47 11a8753c48ac: Verifying Checksum
02:08:47 11a8753c48ac: Download complete
02:08:47 7bb511834c23: Verifying Checksum
02:08:47 7bb511834c23: Download complete
02:08:47 baf63cd05910: Verifying Checksum
02:08:47 baf63cd05910: Download complete
02:08:47 6ac892e64b94: Verifying Checksum
02:08:47 6ac892e64b94: Download complete
02:08:47 261ac4a1a404: Verifying Checksum
02:08:47 261ac4a1a404: Download complete
02:08:47 cf1b3d87d1e9: Verifying Checksum
02:08:47 cf1b3d87d1e9: Download complete
02:08:47 432d82f2e798: Download complete
02:08:48 2a46a9b632be: Verifying Checksum
02:08:48 2a46a9b632be: Download complete
02:08:49 4ae16bd47783: Pull complete
02:08:49 bbab4ec87ac4: Pull complete
02:08:49 2ea1f7804402: Pull complete
02:08:51 96465440c208: Pull complete
02:08:57 6ac892e64b94: Pull complete
02:08:57 5b3ec9e84adf: Pull complete
02:08:58 317202007d7c: Pull complete
02:08:58 ba1ee226143f: Pull complete
02:08:58 e33fb8e92c2f: Pull complete
02:08:59 46e82a4f9742: Pull complete
02:08:59 83ad817f1bb5: Pull complete
02:08:59 c4afafbc4bfc: Pull complete
02:08:59 b19169e57bcb: Pull complete
02:08:59 08c6f22fddcd: Pull complete
02:08:59 f4bb8d9409ad: Pull complete
02:08:59 4c3bfbcb5932: Pull complete
02:08:59 f683d8c87e0e: Pull complete
02:08:59 11a8753c48ac: Pull complete
02:09:00 7bb511834c23: Pull complete
02:09:00 261ac4a1a404: Pull complete
02:09:00 baf63cd05910: Pull complete
02:09:00 cf1b3d87d1e9: Pull complete
02:09:00 2a46a9b632be: Pull complete
02:09:01 432d82f2e798: Pull complete
02:09:01 Digest: sha256:2a8ec44eca38a7794d4eaa46e61f4b7935fadf6e5fce493a9a1d46122c89b023
02:09:01 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-4452c67a05e3b300f519496d2c081681e090146e
[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-rc1)
[Pipeline] { (Branch: py2.7_19.03.1)
[Pipeline] { (Branch: py3.7_17.06.2-ce)
[Pipeline] { (Branch: py3.7_19.03.2-rc1)
[Pipeline] { (Branch: py3.7_19.03.1)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs&&amd64’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs&&amd64’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs&&amd64’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs&&amd64’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs&&amd64’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs&&amd64’
Running on ubuntu-1604-aufs (i-021fe47c8b9633d6c) in /home/ubuntu/workspace/docker-py_PR-1712
[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-1712@tmp/0ee17541-a79c-45c4-bfd8-085be605ded3/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
02:37:08 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
02:37:08 chowning workspace
[Pipeline] sh
02:37:08 + uname -m
Running on ubuntu-1604-aufs (i-0dbbdaf065ba164f2) in /home/ubuntu/workspace/docker-py_PR-1712
[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-1712@tmp/38ed0b89-6401-4665-8b09-329a39be2e8a/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] sh
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
02:37:09 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
02:37:09 chowning workspace
[Pipeline] sh
02:37:09 + pwd
02:37:09 + id -u
02:37:09 + id -g
02:37:09 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-1712:/workspace busybox chown -R 1000:1000 /workspace
02:37:09 + uname -m
[Pipeline] sh
02:37:09 + pwd
02:37:09 + id -u
02:37:09 + id -g
02:37:09 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-1712:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
02:37:10 Removing all docker containers
[Pipeline] sh
02:37:10 + docker container ls -aq
[Pipeline] echo
02:37:10 Docker containers have been removed
[Pipeline] echo
02:37:10 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
02:37:10 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=17.06.2-ce)
[Pipeline] checkout
02:37:10 using credential docker-jenkins-github-credentials
02:37:10 Cloning the remote Git repository
02:37:10 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
02:37:10 Removing all docker containers
[Pipeline] sh
02:37:11 + docker container ls -aq
[Pipeline] echo
02:37:11 Docker containers have been removed
[Pipeline] echo
02:37:11 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
02:37:11 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.2-rc1)
[Pipeline] checkout
02:37:11 using credential docker-jenkins-github-credentials
02:37:11 Cloning the remote Git repository
02:37:11 Cloning with configured refspecs honoured and without tags
02:37:11 Fetching without tags
02:37:11 Merging remotes/origin/master commit 8fea5738d32cfb712fcb05f541bc63eaf1d7ed71 into PR head commit a97c861482d2868e65755d8c656aa4fb34954225
02:37:11 Merge succeeded, producing c23172ba042a16574363dc1cc32b9bd0987c503e
02:37:11 Checking out Revision c23172ba042a16574363dc1cc32b9bd0987c503e (PR-1712)
02:37:11 Commit message: "Merge commit '8fea5738d32cfb712fcb05f541bc63eaf1d7ed71' into HEAD"
02:37:11 First time build. Skipping changelog.
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-1712 # 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/1712/head:refs/remotes/origin/PR-1712 +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/1712/head:refs/remotes/origin/PR-1712 # 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/1712/head:refs/remotes/origin/PR-1712 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a97c861482d2868e65755d8c656aa4fb34954225
 > git merge 8fea5738d32cfb712fcb05f541bc63eaf1d7ed71 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c23172ba042a16574363dc1cc32b9bd0987c503e
02:37:11 Fetching without tags
02:37:11 Merging remotes/origin/master commit 8fea5738d32cfb712fcb05f541bc63eaf1d7ed71 into PR head commit a97c861482d2868e65755d8c656aa4fb34954225
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-1712 # 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/1712/head:refs/remotes/origin/PR-1712 +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/1712/head:refs/remotes/origin/PR-1712 # 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/1712/head:refs/remotes/origin/PR-1712 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a97c861482d2868e65755d8c656aa4fb34954225
 > git merge 8fea5738d32cfb712fcb05f541bc63eaf1d7ed71 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
02:37:12 Merge succeeded, producing 3789810b52ca5edd78a47bc38b5c727ee391d564
02:37:12 Checking out Revision 3789810b52ca5edd78a47bc38b5c727ee391d564 (PR-1712)
02:37:12 Commit message: "Merge commit '8fea5738d32cfb712fcb05f541bc63eaf1d7ed71' into HEAD"
02:37:12 First time build. Skipping changelog.
[Pipeline] sh
02:37:12 + docker network create dpy-testnet-1-0-py2.7-17.06.2-ce
02:37:12 c841696a96c9d670a3bdd177835cb97eb6d094cbca864fe1777240c09e9f7d58
[Pipeline] sh
fatal: bad object ead69454b4062f17d1f8389642089a002b037213
[Pipeline] sh
02:37:12 + docker run -d --name dpy-dind-1-0-py2.7-17.06.2-ce -v /tmp --privileged --network dpy-testnet-1-0-py2.7-17.06.2-ce dockerswarm/dind:17.06.2-ce dockerd -H tcp://0.0.0.0:2375
02:37:12 d696f80dcf49801b5b28d501b9b44b3c3e774be279c6635f98191dfe20a2a68d
Running on ubuntu-1604-aufs (i-01ecfbff3fe84e007) in /home/ubuntu/workspace/docker-py_PR-1712
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
02:37:12 + docker network create dpy-testnet-1-0-py2.7-19.03.2-rc1
02:37:12 a5799624faee3c6e148eba237b61ac99808d8f0c69685bf12519b5688ec2accc
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-1712@tmp/08954669-27c0-4f5a-a199-3b73dcfdedef/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] sh
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
02:37:13 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
02:37:13 chowning workspace
[Pipeline] sh
fatal: bad object ead69454b4062f17d1f8389642089a002b037213
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3789810b52ca5edd78a47bc38b5c727ee391d564
02:37:13 + docker run -d --name dpy-dind-1-0-py2.7-19.03.2-rc1 -v /tmp --privileged --network dpy-testnet-1-0-py2.7-19.03.2-rc1 dockerswarm/dind:19.03.2-rc1 dockerd -H tcp://0.0.0.0:2375
02:37:13 f0d0d6f79a5cef7167d173eab130306ff1e67f9269bf60a0de79e820e7c1b591
02:37:13 + uname -m
[Pipeline] sh
02:37:13 + docker run --name dpy-tests-1-0-py2.7-17.06.2-ce -e DOCKER_HOST=tcp://dpy-dind-1-0-py2.7-17.06.2-ce:2375 -e DOCKER_TEST_API_VERSION=1.30 --network dpy-testnet-1-0-py2.7-17.06.2-ce --volumes-from dpy-dind-1-0-py2.7-17.06.2-ce dockerbuildbot/docker-py:py2-4452c67a05e3b300f519496d2c081681e090146e py.test -v -rxs --cov=docker tests/
02:37:13 Unable to find image 'dockerbuildbot/docker-py:py2-4452c67a05e3b300f519496d2c081681e090146e' locally
[Pipeline] sh
02:37:13 py2-4452c67a05e3b300f519496d2c081681e090146e: Pulling from dockerbuildbot/docker-py
02:37:13 4ae16bd47783: Already exists
02:37:13 bbab4ec87ac4: Already exists
02:37:13 2ea1f7804402: Already exists
02:37:13 96465440c208: Already exists
02:37:13 6ac892e64b94: Already exists
02:37:13 6f7ce750b843: Already exists
02:37:13 886c714e5c8c: Already exists
02:37:13 9ef5af0ee617: Already exists
02:37:13 95b0a7d3ce20: Already exists
02:37:13 b8117378b4fb: Pulling fs layer
02:37:13 f2b44cf5ba0e: Pulling fs layer
02:37:13 de43fd26f857: Pulling fs layer
02:37:13 084719efefd4: Pulling fs layer
02:37:13 234bce124c6a: Pulling fs layer
02:37:13 f2ef0e0724c5: Pulling fs layer
02:37:13 f3c891fb415e: Pulling fs layer
02:37:13 1e6350967d67: Pulling fs layer
02:37:13 d0940ed9fddd: Pulling fs layer
02:37:13 61bd3590ba84: Pulling fs layer
02:37:13 dd27d13f5df2: Pulling fs layer
02:37:13 27de8d940003: Pulling fs layer
02:37:13 0091f77f665c: Pulling fs layer
02:37:13 a90337d07f23: Pulling fs layer
02:37:13 5ea075fdf085: Pulling fs layer
02:37:13 084719efefd4: Waiting
02:37:13 234bce124c6a: Waiting
02:37:13 f2ef0e0724c5: Waiting
02:37:13 f3c891fb415e: Waiting
02:37:13 1e6350967d67: Waiting
02:37:13 d0940ed9fddd: Waiting
02:37:13 61bd3590ba84: Waiting
02:37:13 dd27d13f5df2: Waiting
02:37:13 27de8d940003: Waiting
02:37:13 0091f77f665c: Waiting
02:37:13 a90337d07f23: Waiting
02:37:13 5ea075fdf085: Waiting
02:37:13 de43fd26f857: Download complete
02:37:13 + pwd
02:37:13 + id -u
02:37:13 + id -g
02:37:13 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-1712:/workspace busybox chown -R 1000:1000 /workspace
Running on ubuntu-1604-aufs (i-0ae22b652a27ab5de) in /home/ubuntu/workspace/docker-py_PR-1712
[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-1712@tmp/68a5774e-f729-4074-96db-fa46dd7095d8/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
02:37:13 + docker run --name dpy-tests-1-0-py2.7-19.03.2-rc1 -e DOCKER_HOST=tcp://dpy-dind-1-0-py2.7-19.03.2-rc1:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py2.7-19.03.2-rc1 --volumes-from dpy-dind-1-0-py2.7-19.03.2-rc1 dockerbuildbot/docker-py:py2-4452c67a05e3b300f519496d2c081681e090146e py.test -v -rxs --cov=docker tests/
02:37:13 Unable to find image 'dockerbuildbot/docker-py:py2-4452c67a05e3b300f519496d2c081681e090146e' locally
02:37:13 py2-4452c67a05e3b300f519496d2c081681e090146e: Pulling from dockerbuildbot/docker-py
02:37:13 4ae16bd47783: Already exists
02:37:13 bbab4ec87ac4: Already exists
02:37:13 2ea1f7804402: Already exists
02:37:13 96465440c208: Already exists
02:37:13 6ac892e64b94: Already exists
02:37:13 6f7ce750b843: Pulling fs layer
02:37:13 886c714e5c8c: Pulling fs layer
02:37:13 9ef5af0ee617: Pulling fs layer
02:37:13 95b0a7d3ce20: Pulling fs layer
02:37:13 b8117378b4fb: Pulling fs layer
02:37:13 f2b44cf5ba0e: Pulling fs layer
02:37:13 de43fd26f857: Pulling fs layer
02:37:13 084719efefd4: Pulling fs layer
02:37:13 234bce124c6a: Pulling fs layer
02:37:13 f2ef0e0724c5: Pulling fs layer
02:37:13 f3c891fb415e: Pulling fs layer
02:37:13 1e6350967d67: Pulling fs layer
02:37:13 d0940ed9fddd: Pulling fs layer
02:37:13 61bd3590ba84: Pulling fs layer
02:37:13 dd27d13f5df2: Pulling fs layer
02:37:13 27de8d940003: Pulling fs layer
02:37:13 0091f77f665c: Pulling fs layer
02:37:13 a90337d07f23: Pulling fs layer
02:37:13 5ea075fdf085: Pulling fs layer
02:37:13 95b0a7d3ce20: Waiting
02:37:13 b8117378b4fb: Waiting
02:37:13 f2b44cf5ba0e: Waiting
02:37:13 de43fd26f857: Waiting
02:37:13 084719efefd4: Waiting
02:37:13 234bce124c6a: Waiting
02:37:13 f2ef0e0724c5: Waiting
02:37:13 f3c891fb415e: Waiting
02:37:13 1e6350967d67: Waiting
02:37:13 d0940ed9fddd: Waiting
02:37:13 61bd3590ba84: Waiting
02:37:13 dd27d13f5df2: Waiting
02:37:13 27de8d940003: Waiting
02:37:13 0091f77f665c: Waiting
02:37:13 a90337d07f23: Waiting
02:37:13 5ea075fdf085: Waiting
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
02:37:13 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
02:37:13 chowning workspace
[Pipeline] sh
02:37:13 084719efefd4: Download complete
02:37:13 234bce124c6a: Verifying Checksum
02:37:13 234bce124c6a: Download complete
02:37:13 b8117378b4fb: Verifying Checksum
02:37:13 b8117378b4fb: Download complete
02:37:13 f2ef0e0724c5: Verifying Checksum
02:37:13 f2ef0e0724c5: Download complete
02:37:13 b8117378b4fb: Pull complete
02:37:13 f2b44cf5ba0e: Verifying Checksum
02:37:13 f2b44cf5ba0e: Download complete
Running on ubuntu-1604-aufs (i-0d3e187091a1fc44c) in /home/ubuntu/workspace/docker-py_PR-1712
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
02:37:14 9ef5af0ee617: Verifying Checksum
02:37:14 9ef5af0ee617: Download complete
02:37:14 6f7ce750b843: Verifying Checksum
02:37:14 6f7ce750b843: Download complete
02:37:14 b8117378b4fb: Verifying Checksum
02:37:14 b8117378b4fb: Download complete
02:37:14 95b0a7d3ce20: Verifying Checksum
02:37:14 95b0a7d3ce20: Download complete
02:37:14 1e6350967d67: Verifying Checksum
02:37:14 1e6350967d67: Download complete
02:37:14 d0940ed9fddd: Verifying Checksum
02:37:14 d0940ed9fddd: Download complete
02:37:14 61bd3590ba84: Verifying Checksum
02:37:14 61bd3590ba84: Download complete
02:37:14 + uname -m
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-1712@tmp/316d8f3e-00ac-493a-a926-6da41b1fc16a/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] sh
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
02:37:14 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
02:37:14 chowning workspace
[Pipeline] sh
02:37:14 886c714e5c8c: Verifying Checksum
02:37:14 886c714e5c8c: Download complete
02:37:14 de43fd26f857: Verifying Checksum
02:37:14 de43fd26f857: Download complete
02:37:14 084719efefd4: Verifying Checksum
02:37:14 084719efefd4: Download complete
02:37:14 f2b44cf5ba0e: Verifying Checksum
02:37:14 f2b44cf5ba0e: Download complete
02:37:14 234bce124c6a: Verifying Checksum
02:37:14 234bce124c6a: Download complete
02:37:14 f3c891fb415e: Verifying Checksum
02:37:14 f3c891fb415e: Download complete
02:37:14 f2ef0e0724c5: Verifying Checksum
02:37:14 f2ef0e0724c5: Download complete
02:37:14 1e6350967d67: Verifying Checksum
02:37:14 1e6350967d67: Download complete
02:37:14 61bd3590ba84: Verifying Checksum
02:37:14 61bd3590ba84: Download complete
02:37:14 27de8d940003: Verifying Checksum
02:37:14 27de8d940003: Download complete
02:37:14 dd27d13f5df2: Verifying Checksum
02:37:14 dd27d13f5df2: Download complete
02:37:14 0091f77f665c: Verifying Checksum
02:37:14 0091f77f665c: Download complete
02:37:14 a90337d07f23: Verifying Checksum
02:37:14 a90337d07f23: Download complete
02:37:14 f2b44cf5ba0e: Pull complete
02:37:14 + pwd
02:37:14 + id -u
02:37:14 + id -g
02:37:14 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-1712:/workspace busybox chown -R 1000:1000 /workspace
02:37:14 + uname -m
[Pipeline] sh
[Pipeline] echo
02:37:14 Removing all docker containers
[Pipeline] sh
02:37:14 d0940ed9fddd: Verifying Checksum
02:37:14 d0940ed9fddd: Download complete
02:37:14 27de8d940003: Download complete
02:37:14 6f7ce750b843: Pull complete
02:37:14 a90337d07f23: Verifying Checksum
02:37:14 a90337d07f23: Download complete
02:37:14 0091f77f665c: Verifying Checksum
02:37:14 0091f77f665c: Download complete
02:37:14 dd27d13f5df2: Verifying Checksum
02:37:14 dd27d13f5df2: Download complete
02:37:14 5ea075fdf085: Verifying Checksum
02:37:14 5ea075fdf085: Download complete
02:37:14 5ea075fdf085: Verifying Checksum
02:37:14 5ea075fdf085: Download complete
02:37:14 de43fd26f857: Pull complete
02:37:14 084719efefd4: Pull complete
02:37:14 234bce124c6a: Pull complete
02:37:14 + pwd
02:37:14 + id -u
02:37:14 + id -g
02:37:14 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-1712:/workspace busybox chown -R 1000:1000 /workspace
02:37:14 + docker container ls -aq
[Pipeline] echo
02:37:14 Docker containers have been removed
[Pipeline] echo
02:37:14 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
02:37:14 cleanWorkspace: Workspace is clean.
02:37:14 f2ef0e0724c5: Pull complete
02:37:14 f3c891fb415e: Verifying Checksum
02:37:14 f3c891fb415e: Download complete
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.1)
[Pipeline] checkout
02:37:14 using credential docker-jenkins-github-credentials
02:37:14 Cloning the remote Git repository
02:37:14 Cloning with configured refspecs honoured and without tags
02:37:15 f3c891fb415e: Pull complete
02:37:15 1e6350967d67: Pull complete
02:37:15 d0940ed9fddd: Pull complete
02:37:15 886c714e5c8c: Pull complete
[Pipeline] echo
02:37:15 Removing all docker containers
[Pipeline] sh
02:37:15 61bd3590ba84: Pull complete
02:37:15 9ef5af0ee617: Pull complete
02:37:15 Fetching without tags
02:37:15 + docker container ls -aq
[Pipeline] echo
02:37:15 Docker containers have been removed
[Pipeline] echo
02:37:15 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
02:37:15 95b0a7d3ce20: Pull complete
02:37:15 b8117378b4fb: Pull complete
[Pipeline] echo
02:37:15 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=17.06.2-ce)
[Pipeline] checkout
02:37:15 Merging remotes/origin/master commit 8fea5738d32cfb712fcb05f541bc63eaf1d7ed71 into PR head commit a97c861482d2868e65755d8c656aa4fb34954225
02:37:15 using credential docker-jenkins-github-credentials
02:37:15 Cloning the remote Git repository
02:37:15 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
02:37:15 Removing all docker containers
[Pipeline] sh
02:37:15 Merge succeeded, producing 49cd3b5acfa0e4e87d01e9d65db715017c7983d4
02:37:15 Checking out Revision 49cd3b5acfa0e4e87d01e9d65db715017c7983d4 (PR-1712)
02:37:15 Commit message: "Merge commit '8fea5738d32cfb712fcb05f541bc63eaf1d7ed71' into HEAD"
02:37:15 First time build. Skipping changelog.
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-1712 # 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/1712/head:refs/remotes/origin/PR-1712 +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/1712/head:refs/remotes/origin/PR-1712 # 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/1712/head:refs/remotes/origin/PR-1712 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a97c861482d2868e65755d8c656aa4fb34954225
 > git merge 8fea5738d32cfb712fcb05f541bc63eaf1d7ed71 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 49cd3b5acfa0e4e87d01e9d65db715017c7983d4
02:37:15 dd27d13f5df2: Pull complete
02:37:15 27de8d940003: Pull complete
02:37:16 + docker container ls -aq
[Pipeline] echo
02:37:16 Docker containers have been removed
[Pipeline] echo
02:37:16 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
02:37:16 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.2-rc1)
02:37:16 0091f77f665c: Pull complete
[Pipeline] checkout
02:37:16 f2b44cf5ba0e: Pull complete
02:37:16 de43fd26f857: Pull complete
02:37:16 084719efefd4: Pull complete
02:37:16 234bce124c6a: Pull complete
02:37:16 using credential docker-jenkins-github-credentials
02:37:16 Cloning the remote Git repository
02:37:16 Cloning with configured refspecs honoured and without tags
02:37:16 Fetching without tags
02:37:16 a90337d07f23: Pull complete
02:37:16 5ea075fdf085: Pull complete
02:37:16 Digest: sha256:262cfaa68125ce8ab25d25527e69ec843829db5cc91ed6f0e066a0ef7fc7a682
02:37:16 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-4452c67a05e3b300f519496d2c081681e090146e
02:37:16 f2ef0e0724c5: Pull complete
02:37:16 f3c891fb415e: Pull complete
02:37:16 Merging remotes/origin/master commit 8fea5738d32cfb712fcb05f541bc63eaf1d7ed71 into PR head commit a97c861482d2868e65755d8c656aa4fb34954225
[Pipeline] sh
02:37:16 Merge succeeded, producing 992f0535d259dddf8c1df79ed0be57aeb422029f
02:37:16 Checking out Revision 992f0535d259dddf8c1df79ed0be57aeb422029f (PR-1712)
02:37:16 Commit message: "Merge commit '8fea5738d32cfb712fcb05f541bc63eaf1d7ed71' into HEAD"
02:37:16 First time build. Skipping changelog.
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-1712 # 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/1712/head:refs/remotes/origin/PR-1712 +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/1712/head:refs/remotes/origin/PR-1712 # 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/1712/head:refs/remotes/origin/PR-1712 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a97c861482d2868e65755d8c656aa4fb34954225
 > git merge 8fea5738d32cfb712fcb05f541bc63eaf1d7ed71 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 992f0535d259dddf8c1df79ed0be57aeb422029f
02:37:16 1e6350967d67: Pull complete
02:37:16 d0940ed9fddd: Pull complete
02:37:16 61bd3590ba84: Pull complete
02:37:16 + docker network create dpy-testnet-1-0-py2.7-19.03.1
02:37:16 b1eecbe2e84870336f35619191ad862a9ed48fbdd91fe95ff7f9bae1bd6c3df6
fatal: bad object ead69454b4062f17d1f8389642089a002b037213
[Pipeline] sh
02:37:16 Fetching without tags
02:37:17 Merging remotes/origin/master commit 8fea5738d32cfb712fcb05f541bc63eaf1d7ed71 into PR head commit a97c861482d2868e65755d8c656aa4fb34954225
02:37:17 + docker run -d --name dpy-dind-1-0-py2.7-19.03.1 -v /tmp --privileged --network dpy-testnet-1-0-py2.7-19.03.1 dockerswarm/dind:19.03.1 dockerd -H tcp://0.0.0.0:2375
02:37:17 1e23342f88c7a1f2b4660344220ed9d4e0ba976e81335899be0edadb6b826849
02:37:17 Merge succeeded, producing 535ec2a8eb6fd63d087a337f4e260fbc3fdd3c62
02:37:17 Checking out Revision 535ec2a8eb6fd63d087a337f4e260fbc3fdd3c62 (PR-1712)
02:37:17 Commit message: "Merge commit '8fea5738d32cfb712fcb05f541bc63eaf1d7ed71' into HEAD"
02:37:17 First time build. Skipping changelog.
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-1712 # 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/1712/head:refs/remotes/origin/PR-1712 +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/1712/head:refs/remotes/origin/PR-1712 # 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/1712/head:refs/remotes/origin/PR-1712 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a97c861482d2868e65755d8c656aa4fb34954225
 > git merge 8fea5738d32cfb712fcb05f541bc63eaf1d7ed71 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 535ec2a8eb6fd63d087a337f4e260fbc3fdd3c62
[Pipeline] sh
02:37:17 dd27d13f5df2: Pull complete
02:37:17 27de8d940003: Pull complete
[Pipeline] sh
02:37:17 + docker network create dpy-testnet-1-0-py3.7-17.06.2-ce
02:37:17 5550bde3996062f2b5792ce5afe844b03f9be792300f63a6046b29dfbf82da6a
[Pipeline] sh
02:37:17 0091f77f665c: Pull complete
02:37:17 + docker run --name dpy-tests-1-0-py2.7-19.03.1 -e DOCKER_HOST=tcp://dpy-dind-1-0-py2.7-19.03.1:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py2.7-19.03.1 --volumes-from dpy-dind-1-0-py2.7-19.03.1 dockerbuildbot/docker-py:py2-4452c67a05e3b300f519496d2c081681e090146e py.test -v -rxs --cov=docker tests/
02:37:17 Unable to find image 'dockerbuildbot/docker-py:py2-4452c67a05e3b300f519496d2c081681e090146e' locally
02:37:17 py2-4452c67a05e3b300f519496d2c081681e090146e: Pulling from dockerbuildbot/docker-py
02:37:17 4ae16bd47783: Already exists
02:37:17 bbab4ec87ac4: Already exists
02:37:17 2ea1f7804402: Already exists
02:37:17 96465440c208: Already exists
02:37:17 6ac892e64b94: Already exists
02:37:17 6f7ce750b843: Already exists
02:37:17 886c714e5c8c: Already exists
02:37:17 9ef5af0ee617: Already exists
fatal: bad object ead69454b4062f17d1f8389642089a002b037213
02:37:17 + docker run -d --name dpy-dind-1-0-py3.7-17.06.2-ce -v /tmp --privileged --network dpy-testnet-1-0-py3.7-17.06.2-ce dockerswarm/dind:17.06.2-ce dockerd -H tcp://0.0.0.0:2375
02:37:17 7f55b17e7d3776986eb96c25128f7b85e4fb6d08bde5abfc45893a1010b19b04
[Pipeline] sh
02:37:17 a90337d07f23: Pull complete
02:37:17 5ea075fdf085: Pull complete
02:37:17 Digest: sha256:262cfaa68125ce8ab25d25527e69ec843829db5cc91ed6f0e066a0ef7fc7a682
02:37:17 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-4452c67a05e3b300f519496d2c081681e090146e
02:37:17 ============================= test session starts ==============================
02:37:17 platform linux2 -- Python 2.7.16, pytest-4.2.1, py-1.8.0, pluggy-0.12.0 -- /usr/local/bin/python
02:37:17 cachedir: .pytest_cache
02:37:17 rootdir: /src, inifile: pytest.ini
02:37:17 plugins: cov-2.6.1, timeout-1.3.3
02:37:17 95b0a7d3ce20: Already exists
02:37:17 b8117378b4fb: Pulling fs layer
02:37:17 f2b44cf5ba0e: Pulling fs layer
02:37:17 de43fd26f857: Pulling fs layer
02:37:17 084719efefd4: Pulling fs layer
02:37:17 234bce124c6a: Pulling fs layer
02:37:17 f2ef0e0724c5: Pulling fs layer
02:37:17 f3c891fb415e: Pulling fs layer
02:37:17 1e6350967d67: Pulling fs layer
02:37:17 d0940ed9fddd: Pulling fs layer
02:37:17 61bd3590ba84: Pulling fs layer
02:37:17 dd27d13f5df2: Pulling fs layer
02:37:17 27de8d940003: Pulling fs layer
02:37:17 0091f77f665c: Pulling fs layer
02:37:17 a90337d07f23: Pulling fs layer
02:37:17 5ea075fdf085: Pulling fs layer
02:37:17 084719efefd4: Waiting
02:37:17 234bce124c6a: Waiting
02:37:17 f2ef0e0724c5: Waiting
02:37:17 f3c891fb415e: Waiting
02:37:17 1e6350967d67: Waiting
02:37:17 d0940ed9fddd: Waiting
02:37:17 61bd3590ba84: Waiting
02:37:17 dd27d13f5df2: Waiting
02:37:17 27de8d940003: Waiting
02:37:17 0091f77f665c: Waiting
02:37:17 a90337d07f23: Waiting
02:37:17 5ea075fdf085: Waiting
02:37:17 b8117378b4fb: Verifying Checksum
02:37:17 b8117378b4fb: Download complete
02:37:17 de43fd26f857: Verifying Checksum
02:37:17 de43fd26f857: Download complete
02:37:17 084719efefd4: Verifying Checksum
02:37:17 084719efefd4: Download complete
02:37:17 234bce124c6a: Verifying Checksum
02:37:17 234bce124c6a: Download complete
02:37:17 f3c891fb415e: Verifying Checksum
02:37:17 f3c891fb415e: Download complete
02:37:17 b8117378b4fb: Pull complete
02:37:17 f2ef0e0724c5: Verifying Checksum
02:37:17 f2ef0e0724c5: Download complete
02:37:17 d0940ed9fddd: Verifying Checksum
02:37:17 d0940ed9fddd: Download complete
[Pipeline] sh
02:37:18 + docker network create dpy-testnet-1-0-py3.7-19.03.2-rc1
02:37:18 aec835b1eca6e456f764eab6f9c06b57c8d476069093dd5a17a95abdd43fd313
[Pipeline] sh
02:37:18 1e6350967d67: Verifying Checksum
02:37:18 1e6350967d67: Download complete
02:37:18 61bd3590ba84: Verifying Checksum
02:37:18 61bd3590ba84: Download complete
02:37:18 f2b44cf5ba0e: Verifying Checksum
02:37:18 f2b44cf5ba0e: Download complete
02:37:18 27de8d940003: Verifying Checksum
02:37:18 27de8d940003: Download complete
02:37:18 a90337d07f23: Download complete
02:37:18 0091f77f665c: Verifying Checksum
02:37:18 0091f77f665c: Download complete
02:37:18 5ea075fdf085: Verifying Checksum
02:37:18 5ea075fdf085: Download complete
fatal: bad object ead69454b4062f17d1f8389642089a002b037213
02:37:18 + docker run --name dpy-tests-1-0-py3.7-17.06.2-ce -e DOCKER_HOST=tcp://dpy-dind-1-0-py3.7-17.06.2-ce:2375 -e DOCKER_TEST_API_VERSION=1.30 --network dpy-testnet-1-0-py3.7-17.06.2-ce --volumes-from dpy-dind-1-0-py3.7-17.06.2-ce dockerbuildbot/docker-py:py3-4452c67a05e3b300f519496d2c081681e090146e py.test -v -rxs --cov=docker tests/
02:37:18 Unable to find image 'dockerbuildbot/docker-py:py3-4452c67a05e3b300f519496d2c081681e090146e' locally
02:37:18 py3-4452c67a05e3b300f519496d2c081681e090146e: Pulling from dockerbuildbot/docker-py
02:37:18 4ae16bd47783: Already exists
02:37:18 bbab4ec87ac4: Already exists
02:37:18 2ea1f7804402: Already exists
02:37:18 96465440c208: Already exists
02:37:18 6ac892e64b94: Already exists
02:37:18 5b3ec9e84adf: Pulling fs layer
02:37:18 317202007d7c: Pulling fs layer
02:37:18 ba1ee226143f: Pulling fs layer
02:37:18 e33fb8e92c2f: Pulling fs layer
02:37:18 46e82a4f9742: Pulling fs layer
02:37:18 83ad817f1bb5: Pulling fs layer
02:37:18 c4afafbc4bfc: Pulling fs layer
02:37:18 b19169e57bcb: Pulling fs layer
02:37:18 08c6f22fddcd: Pulling fs layer
02:37:18 f4bb8d9409ad: Pulling fs layer
02:37:18 4c3bfbcb5932: Pulling fs layer
02:37:18 f683d8c87e0e: Pulling fs layer
02:37:18 11a8753c48ac: Pulling fs layer
02:37:18 7bb511834c23: Pulling fs layer
02:37:18 261ac4a1a404: Pulling fs layer
02:37:18 baf63cd05910: Pulling fs layer
02:37:18 cf1b3d87d1e9: Pulling fs layer
02:37:18 2a46a9b632be: Pulling fs layer
02:37:18 432d82f2e798: Pulling fs layer
02:37:18 46e82a4f9742: Waiting
02:37:18 83ad817f1bb5: Waiting
02:37:18 c4afafbc4bfc: Waiting
02:37:18 b19169e57bcb: Waiting
02:37:18 08c6f22fddcd: Waiting
02:37:18 f4bb8d9409ad: Waiting
02:37:18 4c3bfbcb5932: Waiting
02:37:18 e33fb8e92c2f: Waiting
02:37:18 f683d8c87e0e: Waiting
02:37:18 11a8753c48ac: Waiting
02:37:18 7bb511834c23: Waiting
02:37:18 261ac4a1a404: Waiting
02:37:18 baf63cd05910: Waiting
02:37:18 cf1b3d87d1e9: Waiting
02:37:18 2a46a9b632be: Waiting
02:37:18 432d82f2e798: Waiting
02:37:18 + docker run -d --name dpy-dind-1-0-py3.7-19.03.2-rc1 -v /tmp --privileged --network dpy-testnet-1-0-py3.7-19.03.2-rc1 dockerswarm/dind:19.03.2-rc1 dockerd -H tcp://0.0.0.0:2375
02:37:18 fa6a76be6f8155698b271b81ef9a776e6edc3901678807b5e374586930538a16
02:37:18 dd27d13f5df2: Verifying Checksum
02:37:18 dd27d13f5df2: Download complete
02:37:18 f2b44cf5ba0e: Pull complete
02:37:18 ba1ee226143f: Verifying Checksum
02:37:18 ba1ee226143f: Download complete
02:37:18 5b3ec9e84adf: Verifying Checksum
02:37:18 5b3ec9e84adf: Download complete
02:37:18 e33fb8e92c2f: Verifying Checksum
02:37:18 e33fb8e92c2f: Download complete
02:37:18 46e82a4f9742: Verifying Checksum
02:37:18 46e82a4f9742: Download complete
[Pipeline] sh
02:37:18 de43fd26f857: Pull complete
02:37:18 084719efefd4: Pull complete
02:37:18 234bce124c6a: Pull complete
02:37:18 c4afafbc4bfc: Verifying Checksum
02:37:18 c4afafbc4bfc: Download complete
02:37:18 317202007d7c: Verifying Checksum
02:37:18 317202007d7c: Download complete
02:37:18 83ad817f1bb5: Verifying Checksum
02:37:18 83ad817f1bb5: Download complete
02:37:18 08c6f22fddcd: Verifying Checksum
02:37:18 08c6f22fddcd: Download complete
02:37:18 b19169e57bcb: Verifying Checksum
02:37:18 b19169e57bcb: Download complete
02:37:18 + docker run --name dpy-tests-1-0-py3.7-19.03.2-rc1 -e DOCKER_HOST=tcp://dpy-dind-1-0-py3.7-19.03.2-rc1:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py3.7-19.03.2-rc1 --volumes-from dpy-dind-1-0-py3.7-19.03.2-rc1 dockerbuildbot/docker-py:py3-4452c67a05e3b300f519496d2c081681e090146e py.test -v -rxs --cov=docker tests/
02:37:18 Unable to find image 'dockerbuildbot/docker-py:py3-4452c67a05e3b300f519496d2c081681e090146e' locally
02:37:18 py3-4452c67a05e3b300f519496d2c081681e090146e: Pulling from dockerbuildbot/docker-py
02:37:18 4ae16bd47783: Already exists
02:37:18 bbab4ec87ac4: Already exists
02:37:18 2ea1f7804402: Already exists
02:37:18 f2ef0e0724c5: Pull complete
02:37:18 f3c891fb415e: Pull complete
02:37:19 f4bb8d9409ad: Verifying Checksum
02:37:19 f4bb8d9409ad: Download complete
02:37:19 4c3bfbcb5932: Verifying Checksum
02:37:19 4c3bfbcb5932: Download complete
02:37:19 f683d8c87e0e: Verifying Checksum
02:37:19 f683d8c87e0e: Download complete
02:37:19 11a8753c48ac: Verifying Checksum
02:37:19 11a8753c48ac: Download complete
02:37:19 7bb511834c23: Verifying Checksum
02:37:19 7bb511834c23: Download complete
02:37:19 5b3ec9e84adf: Pull complete
02:37:19 baf63cd05910: Verifying Checksum
02:37:19 baf63cd05910: Download complete
02:37:19 96465440c208: Already exists
02:37:19 6ac892e64b94: Already exists
02:37:19 5b3ec9e84adf: Already exists
02:37:19 317202007d7c: Already exists
02:37:19 ba1ee226143f: Already exists
02:37:19 e33fb8e92c2f: Already exists
02:37:19 46e82a4f9742: Pulling fs layer
02:37:19 83ad817f1bb5: Pulling fs layer
02:37:19 c4afafbc4bfc: Pulling fs layer
02:37:19 b19169e57bcb: Pulling fs layer
02:37:19 08c6f22fddcd: Pulling fs layer
02:37:19 f4bb8d9409ad: Pulling fs layer
02:37:19 4c3bfbcb5932: Pulling fs layer
02:37:19 f683d8c87e0e: Pulling fs layer
02:37:19 11a8753c48ac: Pulling fs layer
02:37:19 7bb511834c23: Pulling fs layer
02:37:19 261ac4a1a404: Pulling fs layer
02:37:19 baf63cd05910: Pulling fs layer
02:37:19 cf1b3d87d1e9: Pulling fs layer
02:37:19 2a46a9b632be: Pulling fs layer
02:37:19 432d82f2e798: Pulling fs layer
02:37:19 b19169e57bcb: Waiting
02:37:19 08c6f22fddcd: Waiting
02:37:19 f4bb8d9409ad: Waiting
02:37:19 4c3bfbcb5932: Waiting
02:37:19 f683d8c87e0e: Waiting
02:37:19 11a8753c48ac: Waiting
02:37:19 7bb511834c23: Waiting
02:37:19 261ac4a1a404: Waiting
02:37:19 baf63cd05910: Waiting
02:37:19 cf1b3d87d1e9: Waiting
02:37:19 2a46a9b632be: Waiting
02:37:19 432d82f2e798: Waiting
02:37:19 c4afafbc4bfc: Download complete
02:37:19 46e82a4f9742: Verifying Checksum
02:37:19 46e82a4f9742: Download complete
02:37:19 b19169e57bcb: Verifying Checksum
02:37:19 b19169e57bcb: Download complete
02:37:19 08c6f22fddcd: Verifying Checksum
02:37:19 08c6f22fddcd: Download complete
02:37:19 4c3bfbcb5932: Verifying Checksum
02:37:19 4c3bfbcb5932: Download complete
02:37:19 f4bb8d9409ad: Verifying Checksum
02:37:19 f4bb8d9409ad: Download complete
02:37:19 46e82a4f9742: Pull complete
02:37:19 83ad817f1bb5: Verifying Checksum
02:37:19 83ad817f1bb5: Download complete
02:37:19 11a8753c48ac: Verifying Checksum
02:37:19 11a8753c48ac: Download complete
02:37:19 1e6350967d67: Pull complete
02:37:19 d0940ed9fddd: Pull complete
02:37:19 61bd3590ba84: Pull complete
02:37:19 ============================= test session starts ==============================
02:37:19 platform linux2 -- Python 2.7.16, pytest-4.2.1, py-1.8.0, pluggy-0.12.0 -- /usr/local/bin/python
02:37:19 cachedir: .pytest_cache
02:37:19 rootdir: /src, inifile: pytest.ini
02:37:19 plugins: cov-2.6.1, timeout-1.3.3
02:37:19 2a46a9b632be: Verifying Checksum
02:37:19 2a46a9b632be: Download complete
02:37:19 cf1b3d87d1e9: Verifying Checksum
02:37:19 cf1b3d87d1e9: Download complete
02:37:19 261ac4a1a404: Verifying Checksum
02:37:19 261ac4a1a404: Download complete
02:37:19 432d82f2e798: Verifying Checksum
02:37:19 432d82f2e798: Download complete
02:37:19 f683d8c87e0e: Verifying Checksum
02:37:19 f683d8c87e0e: Download complete
02:37:19 7bb511834c23: Verifying Checksum
02:37:19 7bb511834c23: Download complete
02:37:19 baf63cd05910: Verifying Checksum
02:37:19 baf63cd05910: Download complete
02:37:19 cf1b3d87d1e9: Verifying Checksum
02:37:19 cf1b3d87d1e9: Download complete
02:37:19 2a46a9b632be: Verifying Checksum
02:37:19 2a46a9b632be: Download complete
02:37:19 261ac4a1a404: Verifying Checksum
02:37:19 261ac4a1a404: Download complete
02:37:19 432d82f2e798: Verifying Checksum
02:37:19 432d82f2e798: Download complete
Running on ubuntu-1604-aufs (i-0344a54e5d903f51d) in /home/ubuntu/workspace/docker-py_PR-1712
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
02:37:19 83ad817f1bb5: Pull complete
02:37:19 c4afafbc4bfc: Pull complete
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-1712@tmp/5b67072f-c4e4-4a9f-9e89-9767b628ae45/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
02:37:19 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
02:37:19 chowning workspace
[Pipeline] sh
02:37:19 dd27d13f5df2: Pull complete
02:37:19 27de8d940003: Pull complete
02:37:19 b19169e57bcb: Pull complete
02:37:19 08c6f22fddcd: Pull complete
02:37:19 f4bb8d9409ad: Pull complete
02:37:20 + uname -m
02:37:20 0091f77f665c: Pull complete
02:37:20 a90337d07f23: Pull complete
[Pipeline] sh
02:37:20 4c3bfbcb5932: Pull complete
02:37:20 f683d8c87e0e: Pull complete
02:37:20 11a8753c48ac: Pull complete
02:37:20 5ea075fdf085: Pull complete
02:37:20 Digest: sha256:262cfaa68125ce8ab25d25527e69ec843829db5cc91ed6f0e066a0ef7fc7a682
02:37:20 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-4452c67a05e3b300f519496d2c081681e090146e
02:37:20 + pwd
02:37:20 + id -u
02:37:20 + id -g
02:37:20 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-1712:/workspace busybox chown -R 1000:1000 /workspace
02:37:20 317202007d7c: Pull complete
02:37:20 ba1ee226143f: Pull complete
02:37:20 7bb511834c23: Pull complete
02:37:20 e33fb8e92c2f: Pull complete
02:37:20 46e82a4f9742: Pull complete
02:37:20 83ad817f1bb5: Pull complete
02:37:21 261ac4a1a404: Pull complete
02:37:21 baf63cd05910: Pull complete
02:37:21 c4afafbc4bfc: Pull complete
02:37:21 b19169e57bcb: Pull complete
02:37:21 08c6f22fddcd: Pull complete
02:37:21 collecting ... collected 932 items
02:37:21 
02:37:21 ============================= test session starts ==============================
02:37:21 platform linux2 -- Python 2.7.16, pytest-4.2.1, py-1.8.0, pluggy-0.12.0 -- /usr/local/bin/python
02:37:21 cachedir: .pytest_cache
02:37:21 rootdir: /src, inifile: pytest.ini
02:37:21 plugins: cov-2.6.1, timeout-1.3.3
[Pipeline] echo
02:37:21 Removing all docker containers
[Pipeline] sh
02:37:21 cf1b3d87d1e9: Pull complete
02:37:21 2a46a9b632be: Pull complete
02:37:21 f4bb8d9409ad: Pull complete
02:37:21 4c3bfbcb5932: Pull complete
02:37:21 + docker container ls -aq
[Pipeline] echo
02:37:21 Docker containers have been removed
[Pipeline] echo
02:37:21 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
02:37:21 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.1)
[Pipeline] checkout
02:37:21 using credential docker-jenkins-github-credentials
02:37:21 Cloning the remote Git repository
02:37:21 Cloning with configured refspecs honoured and without tags
02:37:21 f683d8c87e0e: Pull complete
02:37:21 11a8753c48ac: Pull complete
02:37:21 7bb511834c23: Pull complete
02:37:21 432d82f2e798: Pull complete
02:37:21 Digest: sha256:2a8ec44eca38a7794d4eaa46e61f4b7935fadf6e5fce493a9a1d46122c89b023
02:37:21 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-4452c67a05e3b300f519496d2c081681e090146e
02:37:22 261ac4a1a404: Pull complete
02:37:22 Fetching without tags
02:37:22 Merging remotes/origin/master commit 8fea5738d32cfb712fcb05f541bc63eaf1d7ed71 into PR head commit a97c861482d2868e65755d8c656aa4fb34954225
02:37:22 baf63cd05910: Pull complete
02:37:22 Merge succeeded, producing 3c3b147a2500d1b3275b39f55b92736ef31de3be
02:37:22 Checking out Revision 3c3b147a2500d1b3275b39f55b92736ef31de3be (PR-1712)
02:37:22 Commit message: "Merge commit '8fea5738d32cfb712fcb05f541bc63eaf1d7ed71' into HEAD"
02:37:22 First time build. Skipping changelog.
02:37:22 collecting ... collected 932 items
02:37:22 
02:37:22 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-1712 # 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/1712/head:refs/remotes/origin/PR-1712 +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/1712/head:refs/remotes/origin/PR-1712 # 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/1712/head:refs/remotes/origin/PR-1712 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a97c861482d2868e65755d8c656aa4fb34954225
 > git merge 8fea5738d32cfb712fcb05f541bc63eaf1d7ed71 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3c3b147a2500d1b3275b39f55b92736ef31de3be
02:37:22 ============================= test session starts ==============================
02:37:22 platform linux -- Python 3.7.4, pytest-4.2.1, py-1.8.0, pluggy-0.12.0 -- /usr/local/bin/python
02:37:22 cachedir: .pytest_cache
02:37:22 rootdir: /src, inifile: pytest.ini
02:37:22 plugins: cov-2.6.1, timeout-1.3.3
02:37:22 cf1b3d87d1e9: Pull complete
02:37:22 2a46a9b632be: Pull complete
02:37:22 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
02:37:22 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
02:37:22 432d82f2e798: Pull complete
02:37:22 Digest: sha256:2a8ec44eca38a7794d4eaa46e61f4b7935fadf6e5fce493a9a1d46122c89b023
02:37:22 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-4452c67a05e3b300f519496d2c081681e090146e
[Pipeline] sh
02:37:23 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
02:37:23 + docker network create dpy-testnet-1-0-py3.7-19.03.1
02:37:23 a9ad75405953c35412c5b35c423791aa4a5922b857ab3bb2f0556b3ad96aeb2a
[Pipeline] sh
fatal: bad object ead69454b4062f17d1f8389642089a002b037213
02:37:23 + docker run -d --name dpy-dind-1-0-py3.7-19.03.1 -v /tmp --privileged --network dpy-testnet-1-0-py3.7-19.03.1 dockerswarm/dind:19.03.1 dockerd -H tcp://0.0.0.0:2375
02:37:23 6c0f13a9f3fb1a26d7664cc88fb8c3b00cd0b3e284e54b9e0e9a3e8e012b4873
[Pipeline] sh
02:37:23 ============================= test session starts ==============================
02:37:23 platform linux -- Python 3.7.4, pytest-4.2.1, py-1.8.0, pluggy-0.12.0 -- /usr/local/bin/python
02:37:23 cachedir: .pytest_cache
02:37:23 rootdir: /src, inifile: pytest.ini
02:37:23 plugins: cov-2.6.1, timeout-1.3.3
02:37:23 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
02:37:24 + docker run --name dpy-tests-1-0-py3.7-19.03.1 -e DOCKER_HOST=tcp://dpy-dind-1-0-py3.7-19.03.1:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py3.7-19.03.1 --volumes-from dpy-dind-1-0-py3.7-19.03.1 dockerbuildbot/docker-py:py3-4452c67a05e3b300f519496d2c081681e090146e py.test -v -rxs --cov=docker tests/
02:37:24 Unable to find image 'dockerbuildbot/docker-py:py3-4452c67a05e3b300f519496d2c081681e090146e' locally
02:37:24 py3-4452c67a05e3b300f519496d2c081681e090146e: Pulling from dockerbuildbot/docker-py
02:37:24 4ae16bd47783: Already exists
02:37:24 bbab4ec87ac4: Already exists
02:37:24 2ea1f7804402: Already exists
02:37:24 96465440c208: Already exists
02:37:24 6ac892e64b94: Already exists
02:37:24 5b3ec9e84adf: Already exists
02:37:24 317202007d7c: Already exists
02:37:24 ba1ee226143f: Already exists
02:37:24 e33fb8e92c2f: Already exists
02:37:24 46e82a4f9742: Pulling fs layer
02:37:24 83ad817f1bb5: Pulling fs layer
02:37:24 c4afafbc4bfc: Pulling fs layer
02:37:24 b19169e57bcb: Pulling fs layer
02:37:24 08c6f22fddcd: Pulling fs layer
02:37:24 f4bb8d9409ad: Pulling fs layer
02:37:24 4c3bfbcb5932: Pulling fs layer
02:37:24 f683d8c87e0e: Pulling fs layer
02:37:24 11a8753c48ac: Pulling fs layer
02:37:24 7bb511834c23: Pulling fs layer
02:37:24 261ac4a1a404: Pulling fs layer
02:37:24 baf63cd05910: Pulling fs layer
02:37:24 cf1b3d87d1e9: Pulling fs layer
02:37:24 2a46a9b632be: Pulling fs layer
02:37:24 432d82f2e798: Pulling fs layer
02:37:24 b19169e57bcb: Waiting
02:37:24 08c6f22fddcd: Waiting
02:37:24 f4bb8d9409ad: Waiting
02:37:24 4c3bfbcb5932: Waiting
02:37:24 f683d8c87e0e: Waiting
02:37:24 11a8753c48ac: Waiting
02:37:24 7bb511834c23: Waiting
02:37:24 261ac4a1a404: Waiting
02:37:24 2a46a9b632be: Waiting
02:37:24 baf63cd05910: Waiting
02:37:24 cf1b3d87d1e9: Waiting
02:37:24 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
02:37:24 c4afafbc4bfc: Verifying Checksum
02:37:24 c4afafbc4bfc: Download complete
02:37:24 46e82a4f9742: Verifying Checksum
02:37:24 46e82a4f9742: Download complete
02:37:24 b19169e57bcb: Verifying Checksum
02:37:24 b19169e57bcb: Download complete
02:37:24 f4bb8d9409ad: Verifying Checksum
02:37:24 f4bb8d9409ad: Download complete
02:37:24 08c6f22fddcd: Verifying Checksum
02:37:24 08c6f22fddcd: Download complete
02:37:24 46e82a4f9742: Pull complete
02:37:24 4c3bfbcb5932: Verifying Checksum
02:37:24 4c3bfbcb5932: Download complete
02:37:24 83ad817f1bb5: Download complete
02:37:24 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
02:37:24 collecting ... collected 932 items
02:37:24 
02:37:24 11a8753c48ac: Verifying Checksum
02:37:24 11a8753c48ac: Download complete
02:37:24 f683d8c87e0e: Verifying Checksum
02:37:24 f683d8c87e0e: Download complete
02:37:24 7bb511834c23: Verifying Checksum
02:37:24 7bb511834c23: Download complete
02:37:24 baf63cd05910: Verifying Checksum
02:37:24 baf63cd05910: Download complete
02:37:24 2a46a9b632be: Verifying Checksum
02:37:24 2a46a9b632be: Download complete
02:37:24 261ac4a1a404: Verifying Checksum
02:37:24 261ac4a1a404: Download complete
02:37:24 cf1b3d87d1e9: Verifying Checksum
02:37:24 cf1b3d87d1e9: Download complete
02:37:24 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
02:37:24 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
02:37:24 432d82f2e798: Verifying Checksum
02:37:24 432d82f2e798: Download complete
02:37:24 83ad817f1bb5: Pull complete
02:37:24 c4afafbc4bfc: Pull complete
02:37:24 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
02:37:25 b19169e57bcb: Pull complete
02:37:25 08c6f22fddcd: Pull complete
02:37:25 f4bb8d9409ad: Pull complete
02:37:25 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
02:37:25 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
02:37:25 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
02:37:25 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
02:37:25 4c3bfbcb5932: Pull complete
02:37:25 f683d8c87e0e: Pull complete
02:37:25 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
02:37:25 11a8753c48ac: Pull complete
02:37:25 7bb511834c23: Pull complete
02:37:25 collecting ... collected 932 items
02:37:25 
02:37:26 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
02:37:26 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
02:37:26 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
02:37:26 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
02:37:26 261ac4a1a404: Pull complete
02:37:26 baf63cd05910: Pull complete
02:37:26 cf1b3d87d1e9: Pull complete
02:37:26 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
02:37:26 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
02:37:26 2a46a9b632be: Pull complete
02:37:26 432d82f2e798: Pull complete
02:37:26 Digest: sha256:2a8ec44eca38a7794d4eaa46e61f4b7935fadf6e5fce493a9a1d46122c89b023
02:37:26 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-4452c67a05e3b300f519496d2c081681e090146e
02:37:26 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
02:37:26 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
02:37:26 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
02:37:27 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
02:37:27 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
02:37:27 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
02:37:27 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
02:37:27 collecting ... collected 932 items
02:37:27 
02:37:27 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
02:37:27 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
02:37:27 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
02:37:27 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
02:37:27 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
02:37:27 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
02:37:27 ============================= test session starts ==============================
02:37:27 platform linux -- Python 3.7.4, pytest-4.2.1, py-1.8.0, pluggy-0.12.0 -- /usr/local/bin/python
02:37:27 cachedir: .pytest_cache
02:37:27 rootdir: /src, inifile: pytest.ini
02:37:27 plugins: cov-2.6.1, timeout-1.3.3
02:37:27 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
02:37:28 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
02:37:28 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
02:37:28 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
02:37:28 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
02:37:28 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
02:37:28 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
02:37:28 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
02:37:28 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
02:37:28 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
02:37:28 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
02:37:28 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
02:37:28 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
02:37:29 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
02:37:29 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
02:37:29 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
02:37:29 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
02:37:29 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
02:37:29 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
02:37:29 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
02:37:29 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
02:37:29 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  2%]
02:37:29 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
02:37:29 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
02:37:29 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
02:37:29 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
02:37:29 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
02:37:30 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
02:37:30 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
02:37:30 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
02:37:30 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
02:37:30 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
02:37:30 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
02:37:30 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
02:37:30 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
02:37:30 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
02:37:30 collecting ... collected 932 items
02:37:30 
02:37:30 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
02:37:31 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
02:37:31 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
02:37:31 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
02:37:31 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
02:37:31 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
02:37:31 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
02:37:31 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
02:37:31 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
02:37:31 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
02:37:31 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
02:37:31 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
02:37:32 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
02:37:32 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
02:37:32 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  2%]
02:37:32 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
02:37:32 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [  0%]
02:37:32 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [  0%]
02:37:32 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [  0%]
02:37:32 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [  0%]
02:37:32 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
02:37:32 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
02:37:33 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
02:37:33 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
02:37:33 tests/integration/api_build_test.py::BuildTest::test_prune_builds SKIPPED [  2%]
02:37:33 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
02:37:33 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
02:37:33 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
02:37:33 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [  0%]
02:37:33 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  3%]
02:37:33 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
02:37:33 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
02:37:33 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [  0%]
02:37:34 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
02:37:34 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
02:37:34 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
02:37:34 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
02:37:34 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
02:37:34 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
02:37:34 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
02:37:34 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  2%]
02:37:34 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
02:37:34 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [  0%]
02:37:34 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [  0%]
02:37:34 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [  0%]
02:37:35 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
02:37:35 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [  1%]
02:37:35 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  2%]
02:37:35 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
02:37:35 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
02:37:35 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
02:37:35 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
02:37:35 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  2%]
02:37:36 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [  1%]
02:37:36 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [  1%]
02:37:36 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [  1%]
02:37:36 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
02:37:36 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  4%]
02:37:36 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
02:37:36 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [  1%]
02:37:36 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [  1%]
02:37:36 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
02:37:36 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
02:37:36 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
02:37:36 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
02:37:36 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
02:37:36 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
02:37:36 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
02:37:36 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
02:37:36 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
02:37:37 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
02:37:37 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
02:37:37 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
02:37:37 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  3%]
02:37:37 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
02:37:37 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
02:37:37 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [  1%]
02:37:37 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
02:37:37 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
02:37:37 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
02:37:37 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
02:37:38 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
02:37:38 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
02:37:38 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
02:37:38 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
02:37:38 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
02:37:38 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
02:37:38 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
02:37:38 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
02:37:38 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
02:37:38 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
02:37:38 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
02:37:38 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
02:37:39 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  3%]
02:37:39 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
02:37:39 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
02:37:39 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
02:37:39 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
02:37:39 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
02:37:39 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
02:37:39 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
02:37:39 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
02:37:39 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
02:37:39 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
02:37:39 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  5%]
02:37:39 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
02:37:39 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
02:37:39 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
02:37:39 tests/integration/api_build_test.py::BuildTest::test_prune_builds SKIPPED [  2%]
02:37:39 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
02:37:39 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
02:37:39 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
02:37:39 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
02:37:39 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
02:37:39 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
02:37:39 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
02:37:39 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  3%]
02:37:39 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
02:37:39 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  3%]
02:37:39 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
02:37:39 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
02:37:39 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [  1%]
02:37:39 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [  1%]
02:37:40 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
02:37:40 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
02:37:40 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
02:37:40 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
02:37:40 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [  2%]
02:37:40 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
02:37:40 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  4%]
02:37:40 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
02:37:40 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
02:37:40 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
02:37:40 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
02:37:40 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
02:37:40 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
02:37:40 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
02:37:40 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
02:37:40 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
02:37:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
02:37:41 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
02:37:41 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
02:37:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
02:37:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
02:37:41 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
02:37:41 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
02:37:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
02:37:41 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
02:37:41 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
02:37:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
02:37:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  4%]
02:37:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
02:37:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
02:37:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
02:37:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
02:37:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
02:37:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
02:37:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
02:37:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
02:37:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  4%]
02:37:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
02:37:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  4%]
02:37:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
02:37:42 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
02:37:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
02:37:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
02:37:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
02:37:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
02:37:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
02:37:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
02:37:43 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [  2%]
02:37:43 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
02:37:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
02:37:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
02:37:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
02:37:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
02:37:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
02:37:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
02:37:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
02:37:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
02:37:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
02:37:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
02:37:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
02:37:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  5%]
02:37:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
02:37:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
02:37:44 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [  2%]
02:37:44 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [  2%]
02:37:44 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [  2%]
02:37:44 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS  [  2%]
02:37:44 tests/integration/api_client_test.py::InformationTest::test_info PASSED  [  2%]
02:37:44 tests/integration/api_client_test.py::InformationTest::test_version PASSED [  2%]
02:37:44 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [  2%]
02:37:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
02:37:44 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [  3%]
02:37:45 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [  3%]
02:37:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
02:37:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
02:37:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
02:37:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  5%]
02:37:45 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [  3%]
02:37:45 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [  3%]
02:37:45 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [  3%]
02:37:45 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [  3%]
02:37:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  5%]
02:37:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
02:37:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
02:37:45 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
02:37:46 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  5%]
02:37:46 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [  3%]
02:37:46 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
02:37:46 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [  3%]
02:37:46 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [  3%]
02:37:46 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
02:37:46 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
02:37:46 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
02:37:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
02:37:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
02:37:47 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
02:37:47 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
02:37:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [  3%]
02:37:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [  4%]
02:37:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [  4%]
02:37:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
02:37:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
02:37:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
02:37:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
02:37:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
02:37:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
02:37:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
02:37:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
02:37:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
02:37:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
02:37:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [  4%]
02:37:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [  4%]
02:37:49 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
02:37:49 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
02:37:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [  4%]
02:37:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [  4%]
02:37:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [  4%]
02:37:49 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
02:37:49 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
02:37:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
02:37:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
02:37:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
02:37:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
02:37:49 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
02:37:50 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
02:37:50 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
02:37:50 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [  4%]
02:37:51 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [  4%]
02:37:51 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [  5%]
02:37:51 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [  5%]
02:37:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [  5%]
02:37:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [  5%]
02:37:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [  5%]
02:37:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [  5%]
02:37:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [  5%]
02:37:55 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [  5%]
02:37:55 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [  5%]
02:38:01 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  6%]
02:38:01 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  6%]
02:38:01 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
02:38:01 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
02:38:01 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
02:38:01 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
02:38:01 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
02:38:02 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
02:38:02 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
02:38:02 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  6%]
02:38:03 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
02:38:03 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  7%]
02:38:03 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  6%]
02:38:03 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
02:38:03 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
02:38:04 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
02:38:04 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
02:38:04 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
02:38:05 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  6%]
02:38:05 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
02:38:05 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  6%]
02:38:06 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
02:38:06 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
02:38:06 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
02:38:07 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
02:38:07 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
02:38:07 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  6%]
02:38:07 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  6%]
02:38:07 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
02:38:07 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
02:38:07 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
02:38:07 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
02:38:07 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  6%]
02:38:07 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  6%]
02:38:07 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
02:38:07 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
02:38:07 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
02:38:07 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
02:38:07 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
02:38:07 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
02:38:07 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
02:38:07 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
02:38:08 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
02:38:08 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
02:38:08 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
02:38:08 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
02:38:08 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
02:38:08 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
02:38:09 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
02:38:09 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
02:38:09 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  7%]
02:38:09 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
02:38:09 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
02:38:09 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
02:38:09 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  7%]
02:38:09 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
02:38:10 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
02:38:10 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
02:38:10 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
02:38:10 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
02:38:10 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
02:38:10 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
02:38:10 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
02:38:10 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
02:38:10 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  7%]
02:38:11 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
02:38:11 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
02:38:11 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
02:38:12 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  7%]
02:38:12 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
02:38:12 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
02:38:12 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
02:38:13 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
02:38:13 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
02:38:13 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [  6%]
02:38:13 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [  6%]
02:38:13 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [  6%]
02:38:13 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [  6%]
02:38:13 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [  6%]
02:38:13 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
02:38:13 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [  6%]
02:38:14 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
02:38:14 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
02:38:14 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
02:38:14 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
02:38:14 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [  6%]
02:38:14 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
02:38:15 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
02:38:15 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
02:38:15 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [  6%]
02:38:15 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [  6%]
02:38:16 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
02:38:16 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
02:38:16 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
02:38:16 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [  6%]
02:38:16 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
02:38:17 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [  7%]
02:38:17 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
02:38:17 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [  7%]
02:38:18 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [  7%]
02:38:18 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [  7%]
02:38:18 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
02:38:18 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
02:38:19 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
02:38:19 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  8%]
02:38:19 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  8%]
02:38:19 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
02:38:20 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
02:38:21 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
02:38:21 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [  7%]
02:38:21 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
02:38:21 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [  7%]
02:38:22 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
02:38:22 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [  7%]
02:38:22 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
02:38:22 tests/integration/api_container_test.py::LogsTest::test_logs_with_until SKIPPED [  8%]
02:38:22 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
02:38:23 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
02:38:23 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  9%]
02:38:23 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
02:38:24 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
02:38:25 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  9%]
02:38:25 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
02:38:26 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  8%]
02:38:26 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  8%]
02:38:26 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
02:38:26 tests/integration/api_container_test.py::WaitTest::test_wait PASSED      [  7%]
02:38:26 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  8%]
02:38:26 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  8%]
02:38:27 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
02:38:27 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
02:38:27 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  8%]
02:38:27 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  8%]
02:38:28 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
02:38:28 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
02:38:28 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
02:38:28 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  8%]
02:38:28 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
02:38:28 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
02:38:28 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
02:38:28 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
02:38:28 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
02:38:28 tests/integration/api_container_test.py::LogsTest::test_logs_with_until SKIPPED [  8%]
02:38:28 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  8%]
02:38:29 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
02:38:29 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
02:38:29 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
02:38:29 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
02:38:29 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
02:38:29 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
02:38:29 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  9%]
02:38:29 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
02:38:29 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
02:38:30 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
02:38:30 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
02:38:30 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
02:38:30 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [  7%]
02:38:30 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
02:38:30 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
02:38:30 tests/integration/api_container_test.py::ContainerTopTest::test_top PASSED [  9%]
02:38:31 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
02:38:31 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs PASSED [ 10%]
02:38:31 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
02:38:31 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
02:38:31 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
02:38:31 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  9%]
02:38:31 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
02:38:31 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
02:38:32 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
02:38:32 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  9%]
02:38:32 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
02:38:32 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  9%]
02:38:32 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
02:38:33 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
02:38:33 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [  8%]
02:38:33 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  9%]
02:38:33 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  9%]
02:38:34 tests/integration/api_container_test.py::LogsTest::test_logs PASSED      [  8%]
02:38:34 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%]
02:38:34 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
02:38:34 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [  8%]
02:38:34 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
02:38:35 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  9%]
02:38:35 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
02:38:35 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
02:38:36 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [  8%]
02:38:36 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
02:38:36 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
02:38:36 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  9%]
02:38:36 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
02:38:36 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [  8%]
02:38:36 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [  8%]
02:38:36 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
02:38:37 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
02:38:37 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
02:38:37 tests/integration/api_container_test.py::ContainerTopTest::test_top PASSED [  9%]
02:38:37 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [  8%]
02:38:37 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
02:38:37 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
02:38:37 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs PASSED [ 10%]
02:38:37 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [  8%]
02:38:38 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
02:38:38 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
02:38:38 tests/integration/api_container_test.py::DiffTest::test_diff PASSED      [  8%]
02:38:38 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
02:38:38 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
02:38:38 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [  9%]
02:38:38 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
02:38:39 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
02:38:39 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
02:38:39 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
02:38:39 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
02:38:39 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
02:38:39 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
02:38:40 tests/integration/api_container_test.py::ContainerTopTest::test_top PASSED [  9%]
02:38:40 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
02:38:40 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
02:38:40 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
02:38:40 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
02:38:40 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs PASSED [ 10%]
02:38:40 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
02:38:40 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
02:38:40 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
02:38:40 tests/integration/api_container_test.py::ContainerTopTest::test_top PASSED [  9%]
02:38:41 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
02:38:41 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%]
02:38:41 tests/integration/api_container_test.py::StopTest::test_stop PASSED      [  9%]
02:38:41 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
02:38:41 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs PASSED [ 10%]
02:38:41 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
02:38:42 tests/integration/api_container_test.py::ContainerTopTest::test_top PASSED [  9%]
02:38:42 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs PASSED [ 10%]
02:38:43 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
02:38:43 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [  9%]
02:38:43 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%]
02:38:44 tests/integration/api_container_test.py::KillTest::test_kill PASSED      [  9%]
02:38:44 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%]
02:38:44 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [  9%]
02:38:45 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
02:38:45 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
02:38:45 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [  9%]
02:38:45 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [  9%]
02:38:45 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%]
02:38:46 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [  9%]
02:38:46 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 11%]
02:38:46 tests/integration/api_container_test.py::PortTest::test_port PASSED      [  9%]
02:38:46 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
02:38:46 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
02:38:47 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
02:38:47 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
02:38:47 tests/integration/api_container_test.py::ContainerTopTest::test_top PASSED [  9%]
02:38:47 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
02:38:47 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%]
02:38:47 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
02:38:48 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
02:38:48 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs PASSED [ 10%]
02:38:48 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
02:38:48 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
02:38:48 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
02:38:49 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
02:38:50 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
02:38:50 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
02:38:51 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
02:38:51 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
02:38:51 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%]
02:38:51 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
02:38:51 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
02:38:51 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
02:38:51 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
02:38:51 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
02:38:51 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
02:38:51 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
02:38:52 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
02:38:52 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
02:38:52 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 12%]
02:38:52 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 11%]
02:38:52 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
02:38:52 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
02:38:53 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 12%]
02:38:53 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%]
02:38:53 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
02:38:53 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
02:38:53 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%]
02:38:53 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
02:38:54 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%]
02:38:54 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
02:38:54 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
02:38:55 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
02:38:55 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
02:38:55 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
02:38:56 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
02:38:56 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
02:38:56 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
02:38:56 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
02:38:56 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
02:38:56 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
02:38:57 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 11%]
02:38:57 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
02:38:57 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
02:38:57 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
02:38:57 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 11%]
02:38:57 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
02:38:57 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
02:38:58 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%]
02:38:58 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%]
02:38:58 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 13%]
02:38:58 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir SKIPPED [ 13%]
02:38:58 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%]
02:38:58 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
02:38:58 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
02:38:58 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
02:38:58 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%]
02:38:58 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%]
02:38:59 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
02:38:59 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
02:38:59 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 11%]
02:38:59 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
02:38:59 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%]
02:38:59 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
02:38:59 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 12%]
02:38:59 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
02:38:59 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
02:38:59 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 12%]
02:38:59 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
02:39:00 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
02:39:00 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%]
02:39:00 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
02:39:00 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%]
02:39:00 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
02:39:00 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
02:39:00 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
02:39:00 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
02:39:00 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
02:39:01 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
02:39:01 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
02:39:01 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
02:39:01 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
02:39:02 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
02:39:02 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
02:39:02 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
02:39:03 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%]
02:39:03 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
02:39:03 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%]
02:39:03 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
02:39:03 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
02:39:03 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 14%]
02:39:03 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
02:39:03 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
02:39:04 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
02:39:04 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
02:39:04 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
02:39:04 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 11%]
02:39:04 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 14%]
02:39:04 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 12%]
02:39:04 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
02:39:04 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
02:39:04 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 12%]
02:39:04 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%]
02:39:04 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
02:39:05 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 12%]
02:39:05 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
02:39:05 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 13%]
02:39:05 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir SKIPPED [ 13%]
02:39:05 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
02:39:05 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%]
02:39:05 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 12%]
02:39:05 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%]
02:39:05 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
02:39:05 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
02:39:06 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
02:39:06 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%]
02:39:06 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%]
02:39:06 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
02:39:06 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
02:39:06 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
02:39:06 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 12%]
02:39:06 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
02:39:06 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%]
02:39:06 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
02:39:07 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
02:39:07 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 12%]
02:39:07 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%]
02:39:07 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%]
02:39:07 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
02:39:07 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
02:39:07 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
02:39:08 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
02:39:08 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%]
02:39:08 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
02:39:08 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
02:39:08 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
02:39:08 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
02:39:08 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
02:39:09 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
02:39:09 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
02:39:09 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
02:39:09 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
02:39:09 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
02:39:09 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
02:39:10 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
02:39:10 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%]
02:39:10 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 14%]
02:39:10 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
02:39:10 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
02:39:10 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
02:39:10 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%]
02:39:11 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
02:39:11 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 13%]
02:39:11 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
02:39:11 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%]
02:39:11 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 14%]
02:39:11 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 12%]
02:39:11 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
02:39:11 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
02:39:11 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
02:39:11 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 13%]
02:39:11 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 13%]
02:39:12 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 12%]
02:39:12 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%]
02:39:12 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
02:39:12 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 13%]
02:39:12 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
02:39:12 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
02:39:12 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%]
02:39:12 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
02:39:13 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%]
02:39:13 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
02:39:13 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 13%]
02:39:13 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
02:39:13 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
02:39:13 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
02:39:13 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 13%]
02:39:13 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%]
02:39:14 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
02:39:14 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
02:39:14 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
02:39:14 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
02:39:14 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 15%]
02:39:14 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 15%]
02:39:14 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%]
02:39:14 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
02:39:14 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
02:39:15 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
02:39:15 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
02:39:15 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
02:39:15 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
02:39:15 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
02:39:15 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
02:39:15 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
02:39:15 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%]
02:39:16 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%]
02:39:16 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
02:39:16 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
02:39:16 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
02:39:16 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
02:39:16 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
02:39:16 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%]
02:39:16 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
02:39:16 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
02:39:17 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
02:39:17 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
02:39:17 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%]
02:39:17 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
02:39:17 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 16%]
02:39:17 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 16%]
02:39:17 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%]
02:39:17 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
02:39:17 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
02:39:17 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
02:39:17 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%]
02:39:17 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
02:39:17 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
02:39:18 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
02:39:18 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
02:39:18 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
02:39:18 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
02:39:18 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
02:39:18 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 13%]
02:39:18 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 14%]
02:39:18 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 14%]
02:39:18 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 17%]
02:39:19 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 13%]
02:39:19 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
02:39:19 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 14%]
02:39:19 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED   [ 13%]
02:39:19 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 14%]
02:39:19 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 17%]
02:39:20 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 14%]
02:39:20 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%]
02:39:20 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%]
02:39:20 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%]
02:39:20 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%]
02:39:20 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
02:39:21 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%]
02:39:21 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 14%]
02:39:21 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%]
02:39:21 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
02:39:21 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
02:39:21 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
02:39:22 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%]
02:39:22 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 15%]
02:39:22 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 15%]
02:39:22 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%]
02:39:22 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
02:39:22 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
02:39:22 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
02:39:22 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
02:39:22 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%]
02:39:22 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
02:39:22 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
02:39:23 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
02:39:23 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%]
02:39:23 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
02:39:23 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
02:39:23 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
02:39:23 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
02:39:23 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
02:39:23 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope SKIPPED [ 17%]
02:39:23 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 18%]
02:39:23 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
02:39:24 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
02:39:24 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 16%]
02:39:24 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 16%]
02:39:24 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
02:39:24 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%]
02:39:24 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
02:39:24 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
02:39:24 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
02:39:24 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%]
02:39:24 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
02:39:24 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
02:39:24 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
02:39:24 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
02:39:25 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 18%]
02:39:25 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 14%]
02:39:25 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
02:39:25 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
02:39:25 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
02:39:25 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 17%]
02:39:26 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 14%]
02:39:26 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 17%]
02:39:26 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
02:39:27 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%]
02:39:27 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
02:39:27 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
02:39:27 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
02:39:27 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
02:39:27 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%]
02:39:27 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
02:39:28 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
02:39:28 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%]
02:39:28 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
02:39:28 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
02:39:29 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
02:39:29 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%]
02:39:30 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
02:39:30 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
02:39:30 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope SKIPPED [ 17%]
02:39:30 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%]
02:39:30 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 18%]
02:39:31 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 15%]
02:39:31 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 15%]
02:39:31 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%]
02:39:31 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
02:39:31 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
02:39:31 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
02:39:31 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 18%]
02:39:31 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 15%]
02:39:31 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 15%]
02:39:31 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%]
02:39:31 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
02:39:31 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
02:39:31 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%]
02:39:31 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%]
02:39:31 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
02:39:31 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
02:39:31 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
02:39:31 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
02:39:31 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
02:39:31 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
02:39:31 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
02:39:32 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
02:39:32 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 19%]
02:39:32 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
02:39:32 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%]
02:39:32 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
02:39:32 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
02:39:32 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%]
02:39:33 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 15%]
02:39:33 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 15%]
02:39:33 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%]
02:39:33 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
02:39:33 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
02:39:33 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
02:39:33 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
02:39:33 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
02:39:33 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
02:39:33 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
02:39:33 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 16%]
02:39:33 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 16%]
02:39:33 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%]
02:39:33 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
02:39:33 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
02:39:33 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 16%]
02:39:33 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 16%]
02:39:34 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%]
02:39:34 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%]
02:39:34 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
02:39:34 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
02:39:34 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
02:39:34 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%]
02:39:34 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
02:39:34 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
02:39:34 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
02:39:34 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
02:39:34 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
02:39:34 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
02:39:34 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
02:39:34 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
02:39:34 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
02:39:34 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
02:39:34 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
02:39:34 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
02:39:35 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
02:39:35 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
02:39:35 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
02:39:35 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
02:39:35 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
02:39:35 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 16%]
02:39:35 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 16%]
02:39:35 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%]
02:39:35 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
02:39:35 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
02:39:35 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 17%]
02:39:35 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 17%]
02:39:35 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
02:39:36 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
02:39:36 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 20%]
02:39:36 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
02:39:36 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 17%]
02:39:36 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
02:39:36 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 20%]
02:39:36 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
02:39:36 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 17%]
02:39:36 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%]
02:39:37 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 17%]
02:39:37 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%]
02:39:37 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%]
02:39:37 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
02:39:37 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
02:39:38 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
02:39:38 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 15%]
02:39:38 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED  [ 15%]
02:39:38 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%]
02:39:38 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%]
02:39:38 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%]
02:39:38 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
02:39:38 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
02:39:38 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
02:39:38 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
02:39:38 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
02:39:38 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 17%]
02:39:38 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
02:39:38 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
02:39:38 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED     [ 15%]
02:39:38 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%]
02:39:38 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
02:39:38 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%]
02:39:38 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
02:39:39 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 19%]
02:39:39 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%]
02:39:39 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
02:39:39 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
02:39:39 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
02:39:39 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%]
02:39:39 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
02:39:39 tests/integration/api_image_test.py::CommitTest::test_commit PASSED      [ 15%]
02:39:40 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%]
02:39:40 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
02:39:40 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
02:39:40 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
02:39:40 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
02:39:40 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
02:39:40 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%]
02:39:40 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
02:39:40 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
02:39:40 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
02:39:40 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
02:39:40 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%]
02:39:41 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
02:39:41 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
02:39:41 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
02:39:41 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
02:39:41 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 16%]
02:39:41 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 16%]
02:39:41 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%]
02:39:41 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%]
02:39:41 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
02:39:41 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
02:39:41 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%]
02:39:41 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%]
02:39:42 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%]
02:39:42 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%]
02:39:42 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
02:39:42 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 18%]
02:39:42 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
02:39:42 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 18%]
02:39:42 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
02:39:42 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%]
02:39:42 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
02:39:42 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
02:39:42 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 20%]
02:39:42 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 17%]
02:39:43 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 20%]
02:39:43 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 18%]
02:39:43 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 18%]
02:39:43 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 17%]
02:39:44 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
02:39:44 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 18%]
02:39:44 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%]
02:39:44 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%]
02:39:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%]
02:39:44 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
02:39:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%]
02:39:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
02:39:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
02:39:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
02:39:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
02:39:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%]
02:39:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%]
02:39:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
02:39:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
02:39:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
02:39:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
02:39:44 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
02:39:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 18%]
02:39:44 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
02:39:45 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%]
02:39:45 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
02:39:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
02:39:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
02:39:45 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%]
02:39:46 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 19%]
02:39:46 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 19%]
02:39:46 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%]
02:39:46 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%]
02:39:46 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
02:39:46 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
02:39:46 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%]
02:39:46 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
02:39:46 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
02:39:46 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
02:39:46 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%]
02:39:47 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%]
02:39:47 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
02:39:47 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
02:39:47 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
02:39:47 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
02:39:47 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
02:39:47 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 21%]
02:39:47 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 21%]
02:39:47 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%]
02:39:47 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
02:39:47 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
02:39:47 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
02:39:47 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
02:39:47 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 19%]
02:39:47 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%]
02:39:48 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%]
02:39:48 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%]
02:39:48 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
02:39:48 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
02:39:48 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
02:39:48 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
02:39:48 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
02:39:48 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
02:39:48 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
02:39:48 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
02:39:48 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
02:39:48 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
02:39:48 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
02:39:49 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%]
02:39:49 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 18%]
02:39:49 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
02:39:49 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 20%]
02:39:49 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 21%]
02:39:49 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 21%]
02:39:49 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%]
02:39:49 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
02:39:49 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
02:39:50 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
02:39:50 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
02:39:50 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
02:39:50 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
02:39:50 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
02:39:50 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 20%]
02:39:50 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
02:39:50 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 18%]
02:39:51 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 20%]
02:39:51 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%]
02:39:51 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
02:39:51 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 20%]
02:39:51 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 20%]
02:39:51 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
02:39:51 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%]
02:39:52 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%]
02:39:52 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%]
02:39:52 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%]
02:39:52 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%]
02:39:52 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%]
02:39:52 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 20%]
02:39:52 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%]
02:39:52 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%]
02:39:52 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
02:39:52 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
02:39:52 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%]
02:39:52 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%]
02:39:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver FAILED [ 21%]
02:39:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode FAILED [ 21%]
02:39:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode FAILED [ 21%]
02:39:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple FAILED [ 21%]
02:39:53 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
02:39:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config FAILED [ 22%]
02:39:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks FAILED [ 22%]
02:39:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config FAILED [ 22%]
02:39:53 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
02:39:53 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 19%]
02:39:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec FAILED [ 22%]
02:39:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode SKIPPED [ 22%]
02:39:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env FAILED [ 22%]
02:39:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback FAILED [ 22%]
02:39:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources SKIPPED [ 22%]
02:39:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups FAILED [ 22%]
02:39:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck FAILED [ 23%]
02:39:53 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname FAILED [ 23%]
02:39:54 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%]
02:39:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts FAILED [ 23%]
02:39:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init SKIPPED [ 23%]
02:39:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources SKIPPED [ 23%]
02:39:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config FAILED [ 23%]
02:39:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement FAILED [ 23%]
02:39:54 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
02:39:54 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
02:39:54 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
02:39:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object FAILED [ 23%]
02:39:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform FAILED [ 23%]
02:39:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences FAILED [ 24%]
02:39:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple FAILED [ 24%]
02:39:54 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%]
02:39:54 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
02:39:54 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
02:39:54 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
02:39:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges FAILED [ 24%]
02:39:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly FAILED [ 24%]
02:39:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints FAILED [ 24%]
02:39:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy FAILED [ 24%]
02:39:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config FAILED [ 24%]
02:39:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret FAILED [ 24%]
02:39:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal FAILED [ 24%]
02:39:54 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty FAILED [ 25%]
02:39:55 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
02:39:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict FAILED [ 25%]
02:39:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config FAILED [ 25%]
02:39:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret FAILED [ 25%]
02:39:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver FAILED [ 21%]
02:39:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config FAILED [ 25%]
02:39:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor FAILED [ 25%]
02:39:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order FAILED [ 25%]
02:39:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount FAILED [ 25%]
02:39:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode FAILED [ 21%]
02:39:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode FAILED [ 21%]
02:39:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple FAILED [ 21%]
02:39:55 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id FAILED [ 25%]
02:39:55 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name FAILED [ 25%]
02:39:55 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%]
02:39:55 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%]
02:39:55 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%]
02:39:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config FAILED [ 22%]
02:39:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks FAILED [ 22%]
02:39:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config FAILED [ 22%]
02:39:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec FAILED [ 22%]
02:39:55 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode SKIPPED [ 22%]
02:39:55 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
02:39:55 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
02:39:55 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults FAILED [ 26%]
02:39:55 tests/integration/api_service_test.py::ServiceTest::test_list_services FAILED [ 26%]
02:39:55 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label FAILED [ 26%]
02:39:56 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
02:39:56 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
02:39:56 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
02:39:56 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
02:39:56 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%]
02:39:56 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env FAILED [ 22%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback FAILED [ 22%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources SKIPPED [ 22%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups FAILED [ 22%]
02:39:56 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
02:39:56 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id FAILED [ 26%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name FAILED [ 26%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck FAILED [ 23%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname FAILED [ 23%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts FAILED [ 23%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init SKIPPED [ 23%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources SKIPPED [ 23%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config FAILED [ 23%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_service_logs FAILED [ 26%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update FAILED [ 26%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels FAILED [ 26%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck FAILED [ 26%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement FAILED [ 23%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object FAILED [ 23%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform FAILED [ 23%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences FAILED [ 24%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels FAILED [ 27%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels FAILED [ 27%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec FAILED [ 27%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple FAILED [ 24%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges FAILED [ 24%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly FAILED [ 24%]
02:39:56 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints FAILED [ 24%]
02:39:57 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels FAILED [ 27%]
02:39:57 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode FAILED [ 27%]
02:39:57 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name FAILED [ 27%]
02:39:57 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks FAILED [ 27%]
02:39:57 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 21%]
02:39:57 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%]
02:39:57 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 20%]
02:39:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy FAILED [ 24%]
02:39:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config FAILED [ 24%]
02:39:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret FAILED [ 24%]
02:39:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal FAILED [ 24%]
02:39:57 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config FAILED [ 27%]
02:39:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty FAILED [ 25%]
02:39:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict FAILED [ 25%]
02:39:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config FAILED [ 25%]
02:39:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret FAILED [ 25%]
02:39:57 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change FAILED [ 27%]
02:39:57 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 21%]
02:39:57 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%]
02:39:57 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
02:39:57 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
02:39:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config FAILED [ 25%]
02:39:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor FAILED [ 25%]
02:39:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order FAILED [ 25%]
02:39:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount FAILED [ 25%]
02:39:58 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id FAILED [ 25%]
02:39:58 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name FAILED [ 25%]
02:39:58 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 20%]
02:39:58 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults FAILED [ 26%]
02:39:58 tests/integration/api_service_test.py::ServiceTest::test_list_services FAILED [ 26%]
02:39:58 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label FAILED [ 26%]
02:39:58 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id FAILED [ 26%]
02:39:58 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name FAILED [ 26%]
02:39:58 tests/integration/api_service_test.py::ServiceTest::test_service_logs FAILED [ 26%]
02:39:58 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%]
02:39:58 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
02:39:58 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 21%]
02:39:58 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 21%]
02:39:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update FAILED [ 26%]
02:39:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels FAILED [ 26%]
02:39:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck FAILED [ 26%]
02:39:58 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels FAILED [ 27%]
02:39:58 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 28%]
02:39:58 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args SKIPPED [ 28%]
02:39:58 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults SKIPPED [ 28%]
02:39:58 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool SKIPPED [ 28%]
02:39:58 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size SKIPPED [ 28%]
02:39:58 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 21%]
02:39:58 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%]
02:39:58 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
02:39:59 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 21%]
02:39:59 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%]
02:39:59 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
02:39:59 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
02:39:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels FAILED [ 27%]
02:39:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec FAILED [ 27%]
02:39:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels FAILED [ 27%]
02:39:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode FAILED [ 27%]
02:39:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name FAILED [ 27%]
02:39:59 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%]
02:39:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver FAILED [ 21%]
02:39:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode FAILED [ 21%]
02:39:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode FAILED [ 21%]
02:39:59 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
02:39:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks FAILED [ 27%]
02:39:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config FAILED [ 27%]
02:39:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple FAILED [ 21%]
02:39:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config FAILED [ 22%]
02:39:59 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change FAILED [ 27%]
02:39:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks FAILED [ 22%]
02:39:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config FAILED [ 22%]
02:39:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec FAILED [ 22%]
02:39:59 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
02:39:59 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
02:39:59 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
02:39:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode FAILED [ 22%]
02:39:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env FAILED [ 22%]
02:39:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback FAILED [ 22%]
02:40:00 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources FAILED [ 22%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups FAILED [ 22%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck FAILED [ 23%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname FAILED [ 23%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts FAILED [ 23%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver FAILED [ 21%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode FAILED [ 21%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode FAILED [ 21%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init FAILED [ 23%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config FAILED [ 23%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement FAILED [ 23%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver FAILED [ 21%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode FAILED [ 21%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple FAILED [ 21%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config FAILED [ 22%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object FAILED [ 23%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform FAILED [ 23%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences FAILED [ 24%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple FAILED [ 24%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode FAILED [ 21%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple FAILED [ 21%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config FAILED [ 22%]
02:40:00 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 28%]
02:40:00 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args SKIPPED [ 28%]
02:40:00 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults SKIPPED [ 28%]
02:40:00 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool SKIPPED [ 28%]
02:40:00 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size SKIPPED [ 28%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks FAILED [ 22%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config FAILED [ 22%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec FAILED [ 22%]
02:40:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode FAILED [ 22%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges FAILED [ 24%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly FAILED [ 24%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints FAILED [ 24%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy FAILED [ 24%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks FAILED [ 22%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config FAILED [ 22%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec FAILED [ 22%]
02:40:01 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
02:40:01 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env FAILED [ 22%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback FAILED [ 22%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources FAILED [ 22%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config FAILED [ 24%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret FAILED [ 24%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal FAILED [ 24%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode FAILED [ 22%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env FAILED [ 22%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback FAILED [ 22%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups FAILED [ 22%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck FAILED [ 23%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname FAILED [ 23%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts FAILED [ 23%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty FAILED [ 25%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict FAILED [ 25%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config FAILED [ 25%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret FAILED [ 25%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources FAILED [ 22%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups FAILED [ 22%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck FAILED [ 23%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname FAILED [ 23%]
02:40:01 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%]
02:40:01 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init FAILED [ 23%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config FAILED [ 23%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement FAILED [ 23%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object FAILED [ 23%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config FAILED [ 25%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor FAILED [ 25%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order FAILED [ 25%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount FAILED [ 25%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts FAILED [ 23%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init FAILED [ 23%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
02:40:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config FAILED [ 23%]
02:40:01 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform FAILED [ 23%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences FAILED [ 24%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple FAILED [ 24%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges FAILED [ 24%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id FAILED [ 25%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name FAILED [ 25%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement FAILED [ 23%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object FAILED [ 23%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform FAILED [ 23%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences FAILED [ 24%]
02:40:02 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults FAILED [ 26%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_list_services FAILED [ 26%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label FAILED [ 26%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly FAILED [ 24%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints FAILED [ 24%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy FAILED [ 24%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config FAILED [ 24%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple FAILED [ 24%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges FAILED [ 24%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly FAILED [ 24%]
02:40:02 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%]
02:40:02 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id FAILED [ 26%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name FAILED [ 26%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_service_logs FAILED [ 26%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret FAILED [ 24%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal FAILED [ 24%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty FAILED [ 25%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict FAILED [ 25%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints FAILED [ 24%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy FAILED [ 24%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config FAILED [ 24%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret FAILED [ 24%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update FAILED [ 26%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels FAILED [ 26%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck FAILED [ 26%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels FAILED [ 27%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal FAILED [ 24%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty FAILED [ 25%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict FAILED [ 25%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config FAILED [ 25%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret FAILED [ 25%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config FAILED [ 25%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor FAILED [ 25%]
02:40:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order FAILED [ 25%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels FAILED [ 27%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec FAILED [ 27%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels FAILED [ 27%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config FAILED [ 25%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret FAILED [ 25%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config FAILED [ 25%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor FAILED [ 25%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount FAILED [ 25%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id FAILED [ 25%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name FAILED [ 25%]
02:40:03 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
02:40:03 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode FAILED [ 27%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name FAILED [ 27%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks FAILED [ 27%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config FAILED [ 27%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order FAILED [ 25%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount FAILED [ 25%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id FAILED [ 25%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults FAILED [ 26%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_list_services FAILED [ 26%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name FAILED [ 25%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults FAILED [ 26%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label FAILED [ 26%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id FAILED [ 26%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name FAILED [ 26%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change FAILED [ 27%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_list_services FAILED [ 26%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label FAILED [ 26%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id FAILED [ 26%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_service_logs FAILED [ 26%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update FAILED [ 26%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels FAILED [ 26%]
02:40:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck FAILED [ 26%]
02:40:04 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name FAILED [ 26%]
02:40:04 tests/integration/api_service_test.py::ServiceTest::test_service_logs FAILED [ 26%]
02:40:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update FAILED [ 26%]
02:40:04 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
02:40:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels FAILED [ 27%]
02:40:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels FAILED [ 27%]
02:40:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec FAILED [ 27%]
02:40:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels FAILED [ 27%]
02:40:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode FAILED [ 27%]
02:40:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels FAILED [ 26%]
02:40:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck FAILED [ 26%]
02:40:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels FAILED [ 27%]
02:40:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name FAILED [ 27%]
02:40:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks FAILED [ 27%]
02:40:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config FAILED [ 27%]
02:40:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels FAILED [ 27%]
02:40:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec FAILED [ 27%]
02:40:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels FAILED [ 27%]
02:40:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode FAILED [ 27%]
02:40:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name FAILED [ 27%]
02:40:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks FAILED [ 27%]
02:40:04 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config FAILED [ 27%]
02:40:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change FAILED [ 27%]
02:40:05 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 28%]
02:40:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change FAILED [ 27%]
02:40:05 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
02:40:06 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 28%]
02:40:06 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 28%]
02:40:06 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 28%]
02:40:07 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 28%]
02:40:07 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 28%]
02:40:07 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 21%]
02:40:08 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 28%]
02:40:08 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 21%]
02:40:08 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%]
02:40:08 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%]
02:40:08 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%]
02:40:08 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 28%]
02:40:08 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
02:40:08 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 28%]
02:40:08 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%]
02:40:09 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 28%]
02:40:09 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 28%]
02:40:09 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 28%]
02:40:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver FAILED [ 21%]
02:40:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode FAILED [ 21%]
02:40:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode FAILED [ 21%]
02:40:09 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple FAILED [ 21%]
02:40:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config FAILED [ 22%]
02:40:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks FAILED [ 22%]
02:40:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config FAILED [ 22%]
02:40:10 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 28%]
02:40:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec FAILED [ 22%]
02:40:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode FAILED [ 22%]
02:40:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env FAILED [ 22%]
02:40:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback FAILED [ 22%]
02:40:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources FAILED [ 22%]
02:40:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups FAILED [ 22%]
02:40:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck FAILED [ 23%]
02:40:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname FAILED [ 23%]
02:40:10 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 29%]
02:40:10 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 28%]
02:40:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts FAILED [ 23%]
02:40:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init FAILED [ 23%]
02:40:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%]
02:40:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config FAILED [ 23%]
02:40:10 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement FAILED [ 23%]
02:40:11 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
02:40:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object FAILED [ 23%]
02:40:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform FAILED [ 23%]
02:40:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences FAILED [ 24%]
02:40:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple FAILED [ 24%]
02:40:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges FAILED [ 24%]
02:40:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly FAILED [ 24%]
02:40:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints FAILED [ 24%]
02:40:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy FAILED [ 24%]
02:40:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config FAILED [ 24%]
02:40:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret FAILED [ 24%]
02:40:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal FAILED [ 24%]
02:40:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty FAILED [ 25%]
02:40:11 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
02:40:11 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 28%]
02:40:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict FAILED [ 25%]
02:40:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config FAILED [ 25%]
02:40:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret FAILED [ 25%]
02:40:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config FAILED [ 25%]
02:40:11 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor FAILED [ 25%]
02:40:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order FAILED [ 25%]
02:40:12 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount FAILED [ 25%]
02:40:12 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id FAILED [ 25%]
02:40:12 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name FAILED [ 25%]
02:40:12 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults FAILED [ 26%]
02:40:12 tests/integration/api_service_test.py::ServiceTest::test_list_services FAILED [ 26%]
02:40:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
02:40:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
02:40:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
02:40:12 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label FAILED [ 26%]
02:40:12 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id FAILED [ 26%]
02:40:12 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name FAILED [ 26%]
02:40:12 tests/integration/api_service_test.py::ServiceTest::test_service_logs FAILED [ 26%]
02:40:12 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update FAILED [ 26%]
02:40:12 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels FAILED [ 26%]
02:40:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
02:40:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
02:40:13 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck FAILED [ 26%]
02:40:13 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels FAILED [ 27%]
02:40:13 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels FAILED [ 27%]
02:40:13 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec FAILED [ 27%]
02:40:13 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels FAILED [ 27%]
02:40:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
02:40:13 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode FAILED [ 27%]
02:40:13 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name FAILED [ 27%]
02:40:13 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks FAILED [ 27%]
02:40:13 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config FAILED [ 27%]
02:40:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 29%]
02:40:14 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change FAILED [ 27%]
02:40:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
02:40:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
02:40:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
02:40:15 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 28%]
02:40:15 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
02:40:16 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 28%]
02:40:17 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 29%]
02:40:17 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 28%]
02:40:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 28%]
02:40:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 29%]
02:40:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
02:40:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
02:40:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 28%]
02:40:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
02:40:21 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%]
02:40:22 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%]
02:40:22 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%]
02:40:22 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 29%]
02:40:23 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%]
02:40:24 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 29%]
02:40:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 29%]
02:40:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 29%]
02:40:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 29%]
02:40:26 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 29%]
02:40:27 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 29%]
02:40:27 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 29%]
02:40:27 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 29%]
02:40:27 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 29%]
02:40:28 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 29%]
02:40:28 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 29%]
02:40:28 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 29%]
02:40:28 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 29%]
02:40:29 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 29%]
02:40:30 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 29%]
02:40:30 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 29%]
02:40:30 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%]
02:40:30 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
02:40:31 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 29%]
02:40:31 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 29%]
02:40:31 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
02:40:32 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
02:40:33 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 29%]
02:40:35 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 29%]
02:40:36 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
02:40:36 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 29%]
02:40:36 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 29%]
02:40:36 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
02:40:37 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 29%]
02:40:38 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED  [ 29%]
02:40:39 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
02:40:39 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
02:40:39 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED   [ 29%]
02:40:41 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
02:40:41 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%]
02:40:42 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
02:40:42 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
02:40:42 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 30%]
02:40:43 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
02:40:43 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
02:40:43 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 30%]
02:40:44 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
02:40:44 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
02:40:44 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 30%]
02:40:44 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
02:40:46 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
02:40:47 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%]
02:40:50 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
02:40:52 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
02:40:52 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED  [ 29%]
02:40:53 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
02:40:53 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 30%]
02:40:55 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
02:40:55 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 30%]
02:40:57 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%]
02:40:57 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 30%]
02:40:58 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 30%]
02:40:58 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 30%]
02:40:58 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%]
02:40:58 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%]
02:40:58 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
02:40:58 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
02:40:58 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
02:40:58 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
02:40:58 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 31%]
02:40:58 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 31%]
02:40:58 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 31%]
02:40:58 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 31%]
02:41:00 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 30%]
02:41:00 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 30%]
02:41:00 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%]
02:41:00 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%]
02:41:00 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
02:41:00 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
02:41:00 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
02:41:00 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
02:41:00 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 31%]
02:41:00 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 31%]
02:41:00 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 31%]
02:41:00 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 31%]
02:41:00 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%]
02:41:00 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
02:41:01 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%]
02:41:01 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
02:41:02 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 30%]
02:41:02 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 30%]
02:41:02 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%]
02:41:02 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%]
02:41:02 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
02:41:02 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
02:41:02 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
02:41:02 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
02:41:02 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 31%]
02:41:02 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 31%]
02:41:02 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 31%]
02:41:02 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 31%]
02:41:02 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%]
02:41:02 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
02:41:08 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 30%]
02:41:08 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 30%]
02:41:08 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%]
02:41:08 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%]
02:41:08 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
02:41:08 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
02:41:08 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
02:41:08 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
02:41:08 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 31%]
02:41:08 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 31%]
02:41:08 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 31%]
02:41:08 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 31%]
02:41:10 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 30%]
02:41:10 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 30%]
02:41:10 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%]
02:41:10 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%]
02:41:10 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
02:41:10 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
02:41:10 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
02:41:10 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
02:41:10 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 31%]
02:41:10 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 31%]
02:41:10 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 31%]
02:41:10 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 31%]
02:41:10 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%]
02:41:10 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
02:41:12 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%]
02:41:12 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 30%]
02:41:12 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 30%]
02:41:12 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%]
02:41:12 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%]
02:41:12 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%]
02:41:12 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%]
02:41:12 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%]
02:41:12 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%]
02:41:12 tests/integration/client_test.py::ClientTest::test_df PASSED             [ 31%]
02:41:12 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
02:41:12 tests/integration/client_test.py::ClientTest::test_info PASSED           [ 31%]
02:41:12 tests/integration/client_test.py::ClientTest::test_ping PASSED           [ 31%]
02:41:12 tests/integration/client_test.py::ClientTest::test_version PASSED        [ 31%]
02:41:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
02:41:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
02:41:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
02:41:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
02:41:14 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%]
02:41:14 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
02:41:14 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
02:41:14 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%]
02:41:14 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
02:41:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
02:41:15 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%]
02:41:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%]
02:41:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
02:41:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
02:41:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
02:41:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
02:41:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%]
02:41:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%]
02:41:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%]
02:41:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%]
02:41:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
02:41:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
02:41:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
02:41:20 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
02:41:20 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
02:41:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
02:41:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
02:41:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
02:41:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
02:41:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
02:41:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
02:41:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
02:41:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
02:41:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
02:41:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
02:41:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
02:41:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%]
02:41:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
02:41:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
02:41:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
02:41:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
02:41:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
02:41:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%]
02:41:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
02:41:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
02:41:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%]
02:41:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
02:41:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%]
02:41:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%]
02:41:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
02:41:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%]
02:41:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%]
02:41:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
02:41:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
02:41:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
02:41:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%]
02:41:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%]
02:41:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%]
02:41:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
02:41:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%]
02:41:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
02:41:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%]
02:41:25 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
02:41:25 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
02:41:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%]
02:41:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%]
02:41:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
02:41:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%]
02:41:26 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
02:41:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%]
02:41:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
02:41:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%]
02:41:27 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
02:41:27 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
02:41:27 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
02:41:27 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
02:41:27 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
02:41:27 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
02:41:27 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
02:41:27 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 34%]
02:41:28 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
02:41:28 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
02:41:28 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%]
02:41:28 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%]
02:41:28 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
02:41:28 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
02:41:29 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%]
02:41:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
02:41:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
02:41:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
02:41:29 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 34%]
02:41:29 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
02:41:29 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
02:41:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%]
02:41:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
02:41:29 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%]
02:41:29 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 34%]
02:41:30 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
02:41:30 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%]
02:41:30 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%]
02:41:30 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
02:41:30 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
02:41:30 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%]
02:41:30 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
02:41:30 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
02:41:31 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
02:41:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
02:41:31 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
02:41:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
02:41:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
02:41:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%]
02:41:31 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
02:41:31 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
02:41:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
02:41:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
02:41:31 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
02:41:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%]
02:41:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%]
02:41:32 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
02:41:32 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
02:41:32 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
02:41:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%]
02:41:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%]
02:41:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
02:41:32 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%]
02:41:32 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
02:41:32 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
02:41:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%]
02:41:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
02:41:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%]
02:41:33 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
02:41:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
02:41:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%]
02:41:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%]
02:41:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
02:41:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%]
02:41:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%]
02:41:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%]
02:41:34 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%]
02:41:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%]
02:41:35 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
02:41:35 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
02:41:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%]
02:41:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
02:41:35 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
02:41:36 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
02:41:36 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%]
02:41:36 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
02:41:36 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
02:41:36 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
02:41:36 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
02:41:37 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%]
02:41:37 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%]
02:41:37 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 34%]
02:41:37 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%]
02:41:37 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
02:41:37 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
02:41:37 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%]
02:41:38 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%]
02:41:38 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 34%]
02:41:38 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%]
02:41:38 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%]
02:41:38 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%]
02:41:38 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 34%]
02:41:39 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
02:41:39 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%]
02:41:39 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%]
02:41:39 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
02:41:39 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
02:41:39 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%]
02:41:39 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
02:41:39 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
02:41:40 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%]
02:41:40 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
02:41:40 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%]
02:41:40 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
02:41:40 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
02:41:41 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
02:41:41 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%]
02:41:41 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%]
02:41:41 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
02:41:41 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%]
02:41:43 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
02:41:43 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
02:41:45 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%]
02:41:45 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
02:41:45 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
02:41:45 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%]
02:41:45 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
02:41:45 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
02:41:45 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%]
02:41:46 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
02:41:47 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
02:41:47 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%]
02:41:47 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%]
02:41:47 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%]
02:41:47 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%]
02:41:47 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%]
02:41:48 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
02:41:48 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%]
02:41:48 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
02:41:48 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
02:41:48 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
02:41:48 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
02:41:49 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
02:41:49 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
02:41:49 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
02:41:49 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 36%]
02:41:49 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
02:41:50 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%]
02:41:50 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
02:41:50 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%]
02:41:50 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
02:41:50 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
02:41:50 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
02:41:51 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
02:41:51 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
02:41:51 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
02:41:51 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
02:41:51 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
02:41:51 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
02:41:51 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
02:41:51 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
02:41:51 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 36%]
02:41:51 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 36%]
02:41:52 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
02:41:52 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 37%]
02:41:52 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%]
02:41:52 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%]
02:41:52 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%]
02:41:52 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%]
02:41:52 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%]
02:41:52 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
02:41:52 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%]
02:41:52 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%]
02:41:52 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
02:41:52 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
02:41:53 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
02:41:53 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
02:41:53 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
02:41:53 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
02:41:53 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
02:41:53 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
02:41:53 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
02:41:53 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
02:41:53 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
02:41:53 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
02:41:53 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
02:41:53 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
02:41:54 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%]
02:41:54 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%]
02:41:54 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
02:41:54 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
02:41:54 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 37%]
02:41:54 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%]
02:41:54 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
02:41:54 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 37%]
02:41:54 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%]
02:41:54 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%]
02:41:54 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%]
02:41:54 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%]
02:41:54 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%]
02:41:54 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
02:41:54 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%]
02:41:54 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%]
02:41:54 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
02:41:54 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%]
02:41:54 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%]
02:41:55 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%]
02:41:55 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%]
02:41:55 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
02:41:55 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%]
02:41:55 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
02:41:55 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
02:41:55 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%]
02:41:55 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
02:41:56 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%]
02:41:56 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
02:41:56 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%]
02:41:56 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
02:41:57 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
02:41:57 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%]
02:41:57 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
02:41:57 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
02:41:57 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%]
02:41:57 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
02:41:57 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
02:41:58 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%]
02:41:58 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
02:41:58 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
02:41:58 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%]
02:41:58 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 36%]
02:41:58 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%]
02:41:58 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%]
02:41:58 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
02:41:59 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
02:41:59 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%]
02:41:59 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 36%]
02:41:59 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 36%]
02:41:59 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
02:41:59 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%]
02:41:59 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%]
02:41:59 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
02:41:59 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
02:41:59 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
02:41:59 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
02:42:00 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%]
02:42:00 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%]
02:42:00 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
02:42:00 tests/integration/models_services_test.py::ServiceTest::test_create FAILED [ 37%]
02:42:00 tests/integration/models_services_test.py::ServiceTest::test_create_with_network FAILED [ 37%]
02:42:00 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%]
02:42:00 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
02:42:00 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
02:42:00 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 37%]
02:42:00 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
02:42:00 tests/integration/models_services_test.py::ServiceTest::test_force_update_service FAILED [ 38%]
02:42:00 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool FAILED [ 38%]
02:42:00 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method FAILED [ 38%]
02:42:00 tests/integration/models_services_test.py::ServiceTest::test_get FAILED  [ 38%]
02:42:00 tests/integration/models_services_test.py::ServiceTest::test_list_remove FAILED [ 38%]
02:42:00 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service FAILED [ 38%]
02:42:00 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service FAILED [ 38%]
02:42:00 tests/integration/models_services_test.py::ServiceTest::test_scale_service FAILED [ 38%]
02:42:00 tests/integration/models_services_test.py::ServiceTest::test_tasks FAILED [ 38%]
02:42:00 tests/integration/models_services_test.py::ServiceTest::test_update FAILED [ 39%]
02:42:00 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels FAILED [ 39%]
02:42:00 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels FAILED [ 39%]
02:42:00 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XFAIL [ 39%]
02:42:00 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
02:42:00 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%]
02:42:00 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%]
02:42:00 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%]
02:42:00 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
02:42:00 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
02:42:01 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
02:42:01 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%]
02:42:01 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
02:42:01 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels FAILED [ 39%]
02:42:01 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%]
02:42:01 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
02:42:01 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%]
02:42:01 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%]
02:42:01 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
02:42:01 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 37%]
02:42:01 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
02:42:01 tests/integration/models_services_test.py::ServiceTest::test_create FAILED [ 37%]
02:42:01 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%]
02:42:01 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 37%]
02:42:02 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%]
02:42:02 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%]
02:42:02 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_create_with_network FAILED [ 37%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_force_update_service FAILED [ 38%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool FAILED [ 38%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method FAILED [ 38%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_get FAILED  [ 38%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_list_remove FAILED [ 38%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service FAILED [ 38%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service FAILED [ 38%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_scale_service FAILED [ 38%]
02:42:02 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
02:42:02 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%]
02:42:02 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%]
02:42:02 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%]
02:42:02 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_tasks FAILED [ 38%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_update FAILED [ 39%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels FAILED [ 39%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels FAILED [ 39%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XFAIL [ 39%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_create FAILED [ 37%]
02:42:02 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%]
02:42:02 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_create_with_network FAILED [ 37%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_force_update_service FAILED [ 38%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool FAILED [ 38%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method FAILED [ 38%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_get FAILED  [ 38%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_list_remove FAILED [ 38%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service FAILED [ 38%]
02:42:02 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service FAILED [ 38%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_scale_service FAILED [ 38%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_tasks FAILED [ 38%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_update FAILED [ 39%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels FAILED [ 39%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels FAILED [ 39%]
02:42:02 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XFAIL [ 39%]
02:42:03 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
02:42:03 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%]
02:42:03 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels FAILED [ 39%]
02:42:03 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels FAILED [ 39%]
02:42:04 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
02:42:04 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
02:42:04 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
02:42:04 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 40%]
02:42:04 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%]
02:42:04 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%]
02:42:04 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
02:42:05 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
02:42:05 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
02:42:05 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
02:42:05 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
02:42:06 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 40%]
02:42:06 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%]
02:42:06 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%]
02:42:06 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
02:42:06 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
02:42:06 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
02:42:06 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 40%]
02:42:06 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%]
02:42:06 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%]
02:42:06 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%]
02:42:07 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
02:42:07 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
02:42:07 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
02:42:07 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
02:42:07 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
02:42:07 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
02:42:08 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 41%]
02:42:08 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 41%]
02:42:08 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%]
02:42:08 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 41%]
02:42:08 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
02:42:08 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
02:42:08 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
02:42:08 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
02:42:08 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
02:42:08 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 42%]
02:42:08 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%]
02:42:08 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 42%]
02:42:08 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%]
02:42:08 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
02:42:08 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
02:42:08 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
02:42:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
02:42:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
02:42:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 43%]
02:42:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%]
02:42:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%]
02:42:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%]
02:42:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%]
02:42:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
02:42:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
02:42:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
02:42:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
02:42:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
02:42:08 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 44%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 45%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 46%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 48%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
02:42:08 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 49%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 49%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 50%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 51%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 51%]
02:42:08 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
02:42:08 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 51%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 51%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 52%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
02:42:08 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 53%]
02:42:08 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 53%]
02:42:08 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 53%]
02:42:08 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 53%]
02:42:08 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 53%]
02:42:08 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 53%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 54%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 54%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 54%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 54%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 54%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 55%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 55%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 55%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 55%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 55%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 55%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 56%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 56%]
02:42:08 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 56%]
02:42:08 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%]
02:42:08 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 56%]
02:42:08 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%]
02:42:08 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
02:42:08 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
02:42:08 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 57%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 57%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 57%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 57%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 57%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 58%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 58%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 59%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 59%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 59%]
02:42:08 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%]
02:42:08 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%]
02:42:08 tests/integration/models_services_test.py::ServiceTest::test_create FAILED [ 37%]
02:42:08 tests/integration/models_services_test.py::ServiceTest::test_create_with_network FAILED [ 37%]
02:42:08 tests/integration/models_services_test.py::ServiceTest::test_force_update_service FAILED [ 38%]
02:42:08 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool FAILED [ 38%]
02:42:08 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method FAILED [ 38%]
02:42:08 tests/integration/models_services_test.py::ServiceTest::test_get FAILED  [ 38%]
02:42:08 tests/integration/models_services_test.py::ServiceTest::test_list_remove FAILED [ 38%]
02:42:08 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service FAILED [ 38%]
02:42:08 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%]
02:42:08 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%]
02:42:09 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service FAILED [ 38%]
02:42:09 tests/integration/models_services_test.py::ServiceTest::test_scale_service FAILED [ 38%]
02:42:09 tests/integration/models_services_test.py::ServiceTest::test_tasks FAILED [ 38%]
02:42:09 tests/integration/models_services_test.py::ServiceTest::test_update FAILED [ 39%]
02:42:09 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels FAILED [ 39%]
02:42:09 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels FAILED [ 39%]
02:42:09 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XFAIL [ 39%]
02:42:09 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
02:42:09 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%]
02:42:09 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%]
02:42:09 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
02:42:09 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
02:42:09 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
02:42:09 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
02:42:09 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
02:42:09 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
02:42:09 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
02:42:09 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%]
02:42:09 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%]
02:42:09 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
02:42:09 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
02:42:09 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
02:42:09 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 60%]
02:42:10 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
02:42:10 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
02:42:10 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 41%]
02:42:10 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 41%]
02:42:10 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 41%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
02:42:10 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 60%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_create FAILED [ 37%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_create_with_network FAILED [ 37%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_force_update_service FAILED [ 38%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool FAILED [ 38%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method FAILED [ 38%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_get FAILED  [ 38%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_list_remove FAILED [ 38%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service FAILED [ 38%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service FAILED [ 38%]
02:42:10 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
02:42:10 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
02:42:10 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 42%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 42%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 43%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 44%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 45%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 46%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_scale_service FAILED [ 38%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_tasks FAILED [ 38%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_update FAILED [ 39%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels FAILED [ 39%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels FAILED [ 39%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XFAIL [ 39%]
02:42:10 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
02:42:10 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 41%]
02:42:10 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 41%]
02:42:10 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 41%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 48%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 49%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 49%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 50%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 51%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 51%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 51%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 51%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 52%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
02:42:10 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 53%]
02:42:10 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 53%]
02:42:10 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 53%]
02:42:10 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 53%]
02:42:10 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 53%]
02:42:10 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 53%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 54%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 54%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 54%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 54%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 54%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 55%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 55%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 55%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 55%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 55%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 55%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 56%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 56%]
02:42:10 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 56%]
02:42:10 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%]
02:42:10 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 56%]
02:42:10 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%]
02:42:10 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
02:42:10 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
02:42:10 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 57%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 57%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 57%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 57%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 57%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 58%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 58%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 59%]
02:42:10 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%]
02:42:10 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 60%]
02:42:10 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 60%]
02:42:10 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%]
02:42:10 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
02:42:10 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
02:42:10 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
02:42:10 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 61%]
02:42:10 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 61%]
02:42:10 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%]
02:42:10 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%]
02:42:10 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%]
02:42:10 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 61%]
02:42:10 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 61%]
02:42:10 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
02:42:10 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
02:42:10 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 62%]
02:42:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 62%]
02:42:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 62%]
02:42:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%]
02:42:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%]
02:42:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%]
02:42:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%]
02:42:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
02:42:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
02:42:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
02:42:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 63%]
02:42:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 63%]
02:42:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%]
02:42:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%]
02:42:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%]
02:42:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%]
02:42:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%]
02:42:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
02:42:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
02:42:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 64%]
02:42:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 64%]
02:42:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 64%]
02:42:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%]
02:42:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%]
02:42:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%]
02:42:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%]
02:42:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
02:42:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
02:42:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 65%]
02:42:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 65%]
02:42:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 65%]
02:42:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%]
02:42:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%]
02:42:10 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%]
02:42:10 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%]
02:42:10 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%]
02:42:10 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
02:42:10 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
02:42:10 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 66%]
02:42:10 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 66%]
02:42:10 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 66%]
02:42:10 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 66%]
02:42:10 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 66%]
02:42:10 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%]
02:42:10 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%]
02:42:10 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
02:42:10 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
02:42:10 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 67%]
02:42:10 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 67%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_create FAILED [ 37%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_create_with_network FAILED [ 37%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_force_update_service FAILED [ 38%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool FAILED [ 38%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method FAILED [ 38%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_get FAILED  [ 38%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_list_remove FAILED [ 38%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service FAILED [ 38%]
02:42:10 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service FAILED [ 38%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 42%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 42%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
02:42:10 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 43%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
02:42:10 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 44%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 45%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
02:42:10 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 59%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 59%]
02:42:10 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%]
02:42:10 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%]
02:42:10 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%]
02:42:10 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 67%]
02:42:10 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%]
02:42:10 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%]
02:42:10 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%]
02:42:10 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%]
02:42:10 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%]
02:42:10 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
02:42:10 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 68%]
02:42:10 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 68%]
02:42:10 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 68%]
02:42:10 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 68%]
02:42:10 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 68%]
02:42:10 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
02:42:10 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
02:42:10 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
02:42:10 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
02:42:10 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 69%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 69%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 69%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 69%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 70%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 70%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 70%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 70%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 71%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 71%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 71%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 71%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 71%]
02:42:10 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
02:42:10 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
02:42:10 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
02:42:10 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
02:42:10 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
02:42:10 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 72%]
02:42:10 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 72%]
02:42:10 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 72%]
02:42:10 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 72%]
02:42:10 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
02:42:10 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
02:42:10 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
02:42:10 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
02:42:10 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
02:42:10 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 73%]
02:42:10 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 73%]
02:42:10 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 73%]
02:42:10 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 73%]
02:42:10 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
02:42:10 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
02:42:10 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
02:42:10 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
02:42:10 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
02:42:10 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%]
02:42:10 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 74%]
02:42:10 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 74%]
02:42:10 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 74%]
02:42:10 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
02:42:10 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
02:42:10 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
02:42:10 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
02:42:10 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
02:42:10 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
02:42:10 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 75%]
02:42:10 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 75%]
02:42:10 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 75%]
02:42:10 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 75%]
02:42:10 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
02:42:10 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
02:42:10 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
02:42:10 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
02:42:10 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
02:42:10 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 76%]
02:42:10 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 76%]
02:42:10 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 76%]
02:42:10 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 76%]
02:42:10 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
02:42:10 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
02:42:10 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
02:42:11 tests/integration/models_services_test.py::ServiceTest::test_scale_service FAILED [ 38%]
02:42:11 tests/integration/models_services_test.py::ServiceTest::test_tasks FAILED [ 38%]
02:42:11 tests/integration/models_services_test.py::ServiceTest::test_update FAILED [ 39%]
02:42:11 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels FAILED [ 39%]
02:42:11 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels FAILED [ 39%]
02:42:11 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XFAIL [ 39%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 46%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 48%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
02:42:11 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 49%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 49%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 50%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 51%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 51%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 51%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 51%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 52%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
02:42:11 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 53%]
02:42:11 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 53%]
02:42:11 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 53%]
02:42:11 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 53%]
02:42:11 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 53%]
02:42:11 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 53%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 54%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 54%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 54%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 54%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 54%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 55%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 55%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 55%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 55%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 55%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 55%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 56%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 56%]
02:42:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%]
02:42:11 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
02:42:11 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
02:42:11 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
02:42:11 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 77%]
02:42:11 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 77%]
02:42:11 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 77%]
02:42:11 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
02:42:11 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
02:42:11 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
02:42:11 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
02:42:11 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
02:42:11 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 78%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 78%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 78%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 78%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 79%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 79%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 79%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 79%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 80%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 80%]
02:42:11 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 56%]
02:42:11 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%]
02:42:11 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 56%]
02:42:11 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%]
02:42:11 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
02:42:11 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
02:42:11 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 57%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 57%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 57%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 57%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 57%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 58%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 58%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 59%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 59%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 59%]
02:42:11 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%]
02:42:11 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%]
02:42:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
02:42:11 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels FAILED [ 39%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 80%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
02:42:11 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
02:42:11 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
02:42:11 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
02:42:11 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
02:42:11 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 81%]
02:42:11 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 81%]
02:42:11 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 81%]
02:42:11 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
02:42:11 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
02:42:11 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
02:42:11 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
02:42:11 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
02:42:11 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 82%]
02:42:11 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 82%]
02:42:11 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 82%]
02:42:11 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 82%]
02:42:11 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
02:42:11 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
02:42:11 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
02:42:11 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
02:42:11 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
02:42:11 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 83%]
02:42:11 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 83%]
02:42:11 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 83%]
02:42:11 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 83%]
02:42:11 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
02:42:11 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
02:42:11 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
02:42:11 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
02:42:11 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
02:42:11 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
02:42:11 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
02:42:11 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 84%]
02:42:11 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 84%]
02:42:11 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 84%]
02:42:11 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
02:42:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%]
02:42:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 85%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 85%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 85%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 86%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 86%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 86%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 87%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 87%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 87%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 88%]
02:42:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 88%]
02:42:11 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
02:42:11 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
02:42:11 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
02:42:11 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
02:42:11 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
02:42:11 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
02:42:11 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
02:42:11 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 89%]
02:42:11 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 89%]
02:42:11 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
02:42:11 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
02:42:11 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
02:42:11 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
02:42:11 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
02:42:11 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
02:42:11 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
02:42:11 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
02:42:11 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 90%]
02:42:11 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 90%]
02:42:11 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
02:42:11 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
02:42:11 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
02:42:11 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
02:42:11 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
02:42:11 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
02:42:11 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
02:42:11 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 91%]
02:42:11 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 91%]
02:42:11 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
02:42:11 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
02:42:11 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
02:42:11 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
02:42:11 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
02:42:11 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
02:42:11 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
02:42:11 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 92%]
02:42:11 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 92%]
02:42:11 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
02:42:11 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
02:42:11 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
02:42:11 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
02:42:11 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
02:42:11 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
02:42:11 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
02:42:11 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
02:42:11 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 93%]
02:42:11 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 93%]
02:42:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%]
02:42:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
02:42:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
02:42:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 60%]
02:42:12 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
02:42:12 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
02:42:12 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
02:42:12 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
02:42:12 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
02:42:12 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
02:42:12 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
02:42:12 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 94%]
02:42:12 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 94%]
02:42:12 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
02:42:12 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
02:42:12 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
02:42:12 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
02:42:12 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
02:42:12 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
02:42:12 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
02:42:12 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
02:42:12 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 95%]
02:42:12 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
02:42:12 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
02:42:12 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
02:42:12 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
02:42:12 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_maxint PASSED [ 96%]
02:42:12 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
02:42:12 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
02:42:12 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
02:42:12 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%]
02:42:12 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 96%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
02:42:12 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
02:42:12 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
02:42:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
02:42:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 60%]
02:42:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
02:42:12 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
02:42:12 
02:42:12 =================================== FAILURES ===================================
02:42:12 ______________ ServiceTest.test_create_service_custom_log_driver _______________
02:42:12 tests/integration/api_service_test.py:166: in test_create_service_custom_log_driver
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _________________ ServiceTest.test_create_service_global_mode __________________
02:42:12 tests/integration/api_service_test.py:598: in test_create_service_global_mode
02:42:12     task_tmpl, name=name, mode='global'
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _______________ ServiceTest.test_create_service_replicated_mode ________________
02:42:12 tests/integration/api_service_test.py:612: in test_create_service_replicated_mode
02:42:12     mode=docker.types.ServiceMode('replicated', 5)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ____________________ ServiceTest.test_create_service_simple ____________________
02:42:12 tests/integration/api_service_test.py:127: in test_create_service_simple
02:42:12     name, svc_id = self.create_simple_service()
02:42:12 tests/integration/api_service_test.py:67: in create_simple_service
02:42:12     task_tmpl, name=name, labels=labels
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _________________ ServiceTest.test_create_service_with_config __________________
02:42:12 tests/integration/api_service_test.py:704: in test_create_service_with_config
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _____________ ServiceTest.test_create_service_with_custom_networks _____________
02:42:12 tests/integration/api_service_test.py:365: in test_create_service_with_custom_networks
02:42:12     'dockerpytest_1', {'Target': 'dockerpytest_2'}
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _______________ ServiceTest.test_create_service_with_dns_config ________________
02:42:12 tests/integration/api_service_test.py:803: in test_create_service_with_dns_config
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ______________ ServiceTest.test_create_service_with_endpoint_spec ______________
02:42:12 tests/integration/api_service_test.py:484: in test_create_service_with_endpoint_spec
02:42:12     task_tmpl, name=name, endpoint_spec=endpoint_spec
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _____ ServiceTest.test_create_service_with_endpoint_spec_host_publish_mode _____
02:42:12 tests/integration/api_service_test.py:512: in test_create_service_with_endpoint_spec_host_publish_mode
02:42:12     task_tmpl, name=name, endpoint_spec=endpoint_spec
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ___________________ ServiceTest.test_create_service_with_env ___________________
02:42:12 tests/integration/api_service_test.py:531: in test_create_service_with_env
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _________ ServiceTest.test_create_service_with_failure_action_rollback _________
02:42:12 tests/integration/api_service_test.py:291: in test_create_service_with_failure_action_rollback
02:42:12     task_tmpl, update_config=update_config, name=name
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ____________ ServiceTest.test_create_service_with_generic_resources ____________
02:42:12 tests/integration/api_service_test.py:245: in test_create_service_with_generic_resources
02:42:12     resrcs, svc_info = self._create_service_with_generic_resources(t)
02:42:12 tests/integration/api_service_test.py:226: in _create_service_with_generic_resources
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _________________ ServiceTest.test_create_service_with_groups __________________
02:42:12 tests/integration/api_service_test.py:784: in test_create_service_with_groups
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _______________ ServiceTest.test_create_service_with_healthcheck _______________
02:42:12 tests/integration/api_service_test.py:823: in test_create_service_with_healthcheck
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ________________ ServiceTest.test_create_service_with_hostname _________________
02:42:12 tests/integration/api_service_test.py:769: in test_create_service_with_hostname
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:187: in create_service
02:42:12     data["Network"][0]["Aliases"] = [hostname]
02:42:12 E   KeyError: 'Network'
02:42:12 __________________ ServiceTest.test_create_service_with_hosts __________________
02:42:12 tests/integration/api_service_test.py:754: in test_create_service_with_hosts
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 __________________ ServiceTest.test_create_service_with_init ___________________
02:42:12 tests/integration/api_service_test.py:889: in test_create_service_with_init
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ________ ServiceTest.test_create_service_with_network_attachment_config ________
02:42:12 tests/integration/api_service_test.py:379: in test_create_service_with_network_attachment_config
02:42:12     container_spec = docker.types.ContainerSpec(BUSYBOX, ['true'])
02:42:12 E   NameError: global name 'BUSYBOX' is not defined
02:42:12 ________________ ServiceTest.test_create_service_with_placement ________________
02:42:12 tests/integration/api_service_test.py:410: in test_create_service_with_placement
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ____________ ServiceTest.test_create_service_with_placement_object _____________
02:42:12 tests/integration/api_service_test.py:426: in test_create_service_with_placement_object
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ___________ ServiceTest.test_create_service_with_placement_platform ____________
02:42:12 tests/integration/api_service_test.py:439: in test_create_service_with_placement_platform
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 __________ ServiceTest.test_create_service_with_placement_preferences __________
02:42:12 tests/integration/api_service_test.py:454: in test_create_service_with_placement_preferences
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _______ ServiceTest.test_create_service_with_placement_preferences_tuple _______
02:42:12 tests/integration/api_service_test.py:469: in test_create_service_with_placement_preferences_tuple
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _______________ ServiceTest.test_create_service_with_privileges ________________
02:42:12 tests/integration/api_service_test.py:872: in test_create_service_with_privileges
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ________________ ServiceTest.test_create_service_with_readonly _________________
02:42:12 tests/integration/api_service_test.py:840: in test_create_service_with_readonly
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 __________ ServiceTest.test_create_service_with_resources_constraints __________
02:42:12 tests/integration/api_service_test.py:206: in test_create_service_with_resources_constraints
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _____________ ServiceTest.test_create_service_with_restart_policy ______________
02:42:12 tests/integration/api_service_test.py:346: in test_create_service_with_restart_policy
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _____________ ServiceTest.test_create_service_with_rollback_config _____________
02:42:12 tests/integration/api_service_test.py:325: in test_create_service_with_rollback_config
02:42:12     task_tmpl, rollback_config=rollback_cfg, name=name
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _________________ ServiceTest.test_create_service_with_secret __________________
02:42:12 tests/integration/api_service_test.py:652: in test_create_service_with_secret
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _______________ ServiceTest.test_create_service_with_stop_signal _______________
02:42:12 tests/integration/api_service_test.py:854: in test_create_service_with_stop_signal
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ___________________ ServiceTest.test_create_service_with_tty ___________________
02:42:12 tests/integration/api_service_test.py:566: in test_create_service_with_tty
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ________________ ServiceTest.test_create_service_with_tty_dict _________________
02:42:12 tests/integration/api_service_test.py:583: in test_create_service_with_tty_dict
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _____________ ServiceTest.test_create_service_with_unicode_config ______________
02:42:12 tests/integration/api_service_test.py:729: in test_create_service_with_unicode_config
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _____________ ServiceTest.test_create_service_with_unicode_secret ______________
02:42:12 tests/integration/api_service_test.py:677: in test_create_service_with_unicode_secret
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ______________ ServiceTest.test_create_service_with_update_config ______________
02:42:12 tests/integration/api_service_test.py:275: in test_create_service_with_update_config
02:42:12     task_tmpl, update_config=update_config, name=name
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 __________ ServiceTest.test_create_service_with_update_config_monitor __________
02:42:12 tests/integration/api_service_test.py:307: in test_create_service_with_update_config_monitor
02:42:12     task_tmpl, update_config=update_config, name=name
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 60%]
02:42:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%]
02:42:12 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 60%]
02:42:12 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 60%]
02:42:12 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%]
02:42:12 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
02:42:12 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
02:42:12 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
02:42:12 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 61%]
02:42:12 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 61%]
02:42:12 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%]
02:42:12 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%]
02:42:12 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%]
02:42:12 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 61%]
02:42:12 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 61%]
02:42:12 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
02:42:12 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
02:42:12 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 62%]
02:42:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 62%]
02:42:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 62%]
02:42:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%]
02:42:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%]
02:42:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%]
02:42:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%]
02:42:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
02:42:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
02:42:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
02:42:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 63%]
02:42:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 63%]
02:42:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%]
02:42:12 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%]
02:42:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%]
02:42:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%]
02:42:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%]
02:42:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
02:42:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
02:42:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 64%]
02:42:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 64%]
02:42:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 64%]
02:42:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%]
02:42:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%]
02:42:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%]
02:42:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%]
02:42:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
02:42:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
02:42:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 65%]
02:42:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 65%]
02:42:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 65%]
02:42:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%]
02:42:12 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%]
02:42:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%]
02:42:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%]
02:42:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%]
02:42:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
02:42:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
02:42:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 66%]
02:42:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 66%]
02:42:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 66%]
02:42:12 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 66%]
02:42:12 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 66%]
02:42:12 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%]
02:42:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%]
02:42:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
02:42:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
02:42:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 67%]
02:42:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 67%]
02:42:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 67%]
02:42:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%]
02:42:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%]
02:42:12 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%]
02:42:12 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%]
02:42:12 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%]
02:42:12 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
02:42:12 ______________ ServiceTest.test_create_service_with_update_order _______________
02:42:12 tests/integration/api_service_test.py:548: in test_create_service_with_update_order
02:42:12     task_tmpl, update_config=update_config, name=name
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ______________ ServiceTest.test_create_service_with_volume_mount _______________
02:42:12 tests/integration/api_service_test.py:185: in test_create_service_with_volume_mount
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ____________________ ServiceTest.test_inspect_service_by_id ____________________
02:42:12 tests/integration/api_service_test.py:92: in test_inspect_service_by_id
02:42:12     svc_name, svc_id = self.create_simple_service()
02:42:12 tests/integration/api_service_test.py:67: in create_simple_service
02:42:12     task_tmpl, name=name, labels=labels
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ___________________ ServiceTest.test_inspect_service_by_name ___________________
02:42:12 tests/integration/api_service_test.py:98: in test_inspect_service_by_name
02:42:12     svc_name, svc_id = self.create_simple_service()
02:42:12 tests/integration/api_service_test.py:67: in create_simple_service
02:42:12     task_tmpl, name=name, labels=labels
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _______________ ServiceTest.test_inspect_service_insert_defaults _______________
02:42:12 tests/integration/api_service_test.py:105: in test_inspect_service_insert_defaults
02:42:12     svc_name, svc_id = self.create_simple_service()
02:42:12 tests/integration/api_service_test.py:67: in create_simple_service
02:42:12     task_tmpl, name=name, labels=labels
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ________________________ ServiceTest.test_list_services ________________________
02:42:12 tests/integration/api_service_test.py:77: in test_list_services
02:42:12     self.create_simple_service()
02:42:12 tests/integration/api_service_test.py:67: in create_simple_service
02:42:12     task_tmpl, name=name, labels=labels
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ________________ ServiceTest.test_list_services_filter_by_label ________________
02:42:12 tests/integration/api_service_test.py:86: in test_list_services_filter_by_label
02:42:12     self.create_simple_service(labels={'test_label': 'testing'})
02:42:12 tests/integration/api_service_test.py:67: in create_simple_service
02:42:12     task_tmpl, name=name, labels=labels
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ____________________ ServiceTest.test_remove_service_by_id _____________________
02:42:12 tests/integration/api_service_test.py:115: in test_remove_service_by_id
02:42:12     svc_name, svc_id = self.create_simple_service()
02:42:12 tests/integration/api_service_test.py:67: in create_simple_service
02:42:12     task_tmpl, name=name, labels=labels
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ___________________ ServiceTest.test_remove_service_by_name ____________________
02:42:12 tests/integration/api_service_test.py:121: in test_remove_service_by_name
02:42:12     svc_name, svc_id = self.create_simple_service()
02:42:12 tests/integration/api_service_test.py:67: in create_simple_service
02:42:12     task_tmpl, name=name, labels=labels
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ________________________ ServiceTest.test_service_logs _________________________
02:42:12 tests/integration/api_service_test.py:136: in test_service_logs
02:42:12     name, svc_id = self.create_simple_service()
02:42:12 tests/integration/api_service_test.py:67: in create_simple_service
02:42:12     task_tmpl, name=name, labels=labels
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _________________ ServiceTest.test_update_service_force_update _________________
02:42:12 tests/integration/api_service_test.py:626: in test_update_service_force_update
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ___________ ServiceTest.test_update_service_remove_container_labels ____________
02:42:12 tests/integration/api_service_test.py:1230: in test_update_service_remove_container_labels
02:42:12     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ______________ ServiceTest.test_update_service_remove_healthcheck ______________
02:42:12 tests/integration/api_service_test.py:1170: in test_update_service_remove_healthcheck
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ________________ ServiceTest.test_update_service_remove_labels _________________
02:42:12 tests/integration/api_service_test.py:1206: in test_update_service_remove_labels
02:42:12     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ________ ServiceTest.test_update_service_with_defaults_container_labels ________
02:42:12 tests/integration/api_service_test.py:984: in test_update_service_with_defaults_container_labels
02:42:12     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _________ ServiceTest.test_update_service_with_defaults_endpoint_spec __________
02:42:12 tests/integration/api_service_test.py:1111: in test_update_service_with_defaults_endpoint_spec
02:42:12     task_tmpl, name=name, endpoint_spec=endpoint_spec
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _____________ ServiceTest.test_update_service_with_defaults_labels _____________
02:42:12 tests/integration/api_service_test.py:927: in test_update_service_with_defaults_labels
02:42:12     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ______________ ServiceTest.test_update_service_with_defaults_mode ______________
02:42:12 tests/integration/api_service_test.py:955: in test_update_service_with_defaults_mode
02:42:12     mode=docker.types.ServiceMode(mode='replicated', replicas=2)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ______________ ServiceTest.test_update_service_with_defaults_name ______________
02:42:12 tests/integration/api_service_test.py:903: in test_update_service_with_defaults_name
02:42:12     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ____________ ServiceTest.test_update_service_with_defaults_networks ____________
02:42:12 tests/integration/api_service_test.py:1068: in test_update_service_with_defaults_networks
02:42:12     'dockerpytest_1', {'Target': 'dockerpytest_2'}
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _________ ServiceTest.test_update_service_with_defaults_update_config __________
02:42:12 tests/integration/api_service_test.py:1031: in test_update_service_with_defaults_update_config
02:42:12     task_tmpl, update_config=update_config, name=name
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _____________ ServiceTest.test_update_service_with_network_change ______________
02:42:12 tests/integration/api_service_test.py:1274: in test_update_service_with_network_change
02:42:12     task_tmpl, name=name, networks=[net1['Id']]
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ___________________________ ServiceTest.test_create ____________________________
02:42:12 tests/integration/models_services_test.py:33: in test_create
02:42:12     container_labels={'container': 'label'}
02:42:12 docker/models/services.py:225: in create
02:42:12     service_id = self.client.api.create_service(**create_kwargs)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _____________________ ServiceTest.test_create_with_network _____________________
02:42:12 tests/integration/models_services_test.py:53: in test_create_with_network
02:42:12     networks=[network.id]
02:42:12 docker/models/services.py:225: in create
02:42:12     service_id = self.client.api.create_service(**create_kwargs)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ____________________ ServiceTest.test_force_update_service _____________________
02:42:12 tests/integration/models_services_test.py:286: in test_force_update_service
02:42:12     command="sleep 300"
02:42:12 docker/models/services.py:225: in create
02:42:12     service_id = self.client.api.create_service(**create_kwargs)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _______________ ServiceTest.test_force_update_service_using_bool _______________
02:42:12 tests/integration/models_services_test.py:308: in test_force_update_service_using_bool
02:42:12     command="sleep 300"
02:42:12 docker/models/services.py:225: in create
02:42:12     service_id = self.client.api.create_service(**create_kwargs)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _________ ServiceTest.test_force_update_service_using_shorthand_method _________
02:42:12 tests/integration/models_services_test.py:330: in test_force_update_service_using_shorthand_method
02:42:12     command="sleep 300"
02:42:12 docker/models/services.py:225: in create
02:42:12     service_id = self.client.api.create_service(**create_kwargs)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _____________________________ ServiceTest.test_get _____________________________
02:42:12 tests/integration/models_services_test.py:66: in test_get
02:42:12     command="sleep 300"
02:42:12 docker/models/services.py:225: in create
02:42:12     service_id = self.client.api.create_service(**create_kwargs)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _________________________ ServiceTest.test_list_remove _________________________
02:42:12 tests/integration/models_services_test.py:76: in test_list_remove
02:42:12     command="sleep 300"
02:42:12 docker/models/services.py:225: in create
02:42:12     service_id = self.client.api.create_service(**create_kwargs)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _________________ ServiceTest.test_scale_method_global_service _________________
02:42:12 tests/integration/models_services_test.py:264: in test_scale_method_global_service
02:42:12     mode=mode
02:42:12 docker/models/services.py:225: in create
02:42:12     service_id = self.client.api.create_service(**create_kwargs)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ____________________ ServiceTest.test_scale_method_service _____________________
02:42:12 tests/integration/models_services_test.py:242: in test_scale_method_service
02:42:12     command="sleep 300",
02:42:12 docker/models/services.py:225: in create
02:42:12     service_id = self.client.api.create_service(**create_kwargs)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ________________________ ServiceTest.test_scale_service ________________________
02:42:12 tests/integration/models_services_test.py:218: in test_scale_service
02:42:12     command="sleep 300"
02:42:12 docker/models/services.py:225: in create
02:42:12     service_id = self.client.api.create_service(**create_kwargs)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ____________________________ ServiceTest.test_tasks ____________________________
02:42:12 tests/integration/models_services_test.py:87: in test_tasks
02:42:12     command="sleep 300"
02:42:12 docker/models/services.py:225: in create
02:42:12     service_id = self.client.api.create_service(**create_kwargs)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ___________________________ ServiceTest.test_update ____________________________
02:42:12 tests/integration/models_services_test.py:113: in test_update
02:42:12     command="sleep 300"
02:42:12 docker/models/services.py:225: in create
02:42:12     service_id = self.client.api.create_service(**create_kwargs)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ________________ ServiceTest.test_update_remove_service_labels _________________
02:42:12 tests/integration/models_services_test.py:173: in test_update_remove_service_labels
02:42:12     command="sleep 300"
02:42:12 docker/models/services.py:225: in create
02:42:12     service_id = self.client.api.create_service(**create_kwargs)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 _______________ ServiceTest.test_update_retains_container_labels _______________
02:42:12 tests/integration/models_services_test.py:153: in test_update_retains_container_labels
02:42:12     container_labels={'container.label': 'SampleLabel'}
02:42:12 docker/models/services.py:225: in create
02:42:12     service_id = self.client.api.create_service(**create_kwargs)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 ________________ ServiceTest.test_update_retains_service_labels ________________
02:42:12 tests/integration/models_services_test.py:133: in test_update_retains_service_labels
02:42:12     command="sleep 300"
02:42:12 docker/models/services.py:225: in create
02:42:12     service_id = self.client.api.create_service(**create_kwargs)
02:42:12 docker/utils/decorators.py:34: in wrapper
02:42:12     return f(self, *args, **kwargs)
02:42:12 docker/api/service.py:186: in create_service
02:42:12     if hostname is not None:
02:42:12 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:12 
02:42:12 ---------- coverage: platform linux2, python 2.7.16-final-0 ----------
02:42:12 Name                                  Stmts   Miss Branch BrPart  Cover
02:42:12 -----------------------------------------------------------------------
02:42:12 docker/__init__.py                        5      0      0      0   100%
02:42:12 docker/api/__init__.py                    1      0      0      0   100%
02:42:12 docker/api/build.py                     126     19     92     17    82%
02:42:12 docker/api/client.py                    265     45     98     12    82%
02:42:12 docker/api/config.py                     31      1      6      2    92%
02:42:12 docker/api/container.py                 265     19    102     21    89%
02:42:12 docker/api/daemon.py                     39      2     14      4    89%
02:42:12 docker/api/exec_api.py                   46      4     22      4    88%
02:42:12 docker/api/image.py                     149     19     50     10    84%
02:42:12 docker/api/network.py                    90     13     48     12    80%
02:42:12 docker/api/plugin.py                     90     13     12      4    81%
02:42:12 docker/api/secret.py                     36      4     10      3    80%
02:42:12 docker/api/service.py                   206    137    151     21    29%
02:42:12 docker/api/swarm.py                     106     14     38     10    82%
02:42:12 docker/api/volume.py                     38      3     14      3    88%
02:42:12 docker/auth.py                          198     16     74     17    88%
02:42:12 docker/client.py                         67      4      2      0    94%
02:42:12 docker/constants.py                      16      0      0      0   100%
02:42:12 docker/credentials/__init__.py            3      0      0      0   100%
02:42:12 docker/credentials/constants.py           4      0      0      0   100%
02:42:12 docker/credentials/errors.py             11      1      2      1    85%
02:42:12 docker/credentials/store.py              50      6     16      3    83%
02:42:12 docker/credentials/utils.py              23     13     12      1    31%
02:42:12 docker/errors.py                         90      6     18      6    89%
02:42:12 docker/models/__init__.py                 0      0      0      0   100%
02:42:12 docker/models/configs.py                 21      8      0      0    62%
02:42:12 docker/models/containers.py             183      6     60      5    95%
02:42:12 docker/models/images.py                 137     29     52      3    76%
02:42:12 docker/models/networks.py                37      1      8      0    98%
02:42:12 docker/models/nodes.py                   15      1      0      0    93%
02:42:12 docker/models/plugins.py                 49     30      8      0    33%
02:42:12 docker/models/resource.py                41      9      6      2    77%
02:42:12 docker/models/secrets.py                 21      8      0      0    62%
02:42:12 docker/models/services.py                87     31     34      2    64%
02:42:12 docker/models/swarm.py                   39      3      6      3    87%
02:42:12 docker/models/volumes.py                 23      1      2      0    96%
02:42:12 docker/tls.py                            37      6     14      6    76%
02:42:12 docker/transport/__init__.py             11      3      0      0    73%
02:42:12 docker/transport/basehttpadapter.py       6      0      2      1    88%
02:42:12 docker/transport/npipeconn.py            58     53     10      0     7%
02:42:12 docker/transport/npipesocket.py         134    130     20      0     3%
02:42:12 docker/transport/sshconn.py              68     44     12      1    31%
02:42:12 docker/transport/ssladapter.py           36      8     10      4    70%
02:42:12 docker/transport/unixconn.py             65      5     12      4    88%
02:42:12 docker/types/__init__.py                  6      0      0      0   100%
02:42:12 docker/types/base.py                      5      0      2      0   100%
02:42:12 docker/types/containers.py              360     46    296     35    86%
02:42:12 docker/types/daemon.py                   36      9     14      3    68%
02:42:12 docker/types/healthcheck.py              34     12      4      1    61%
02:42:12 docker/types/networks.py                 35      4     22      3    84%
02:42:12 docker/types/services.py                312     59    206     33    78%
02:42:12 docker/types/swarm.py                    51     24     40     10    52%
02:42:12 docker/utils/__init__.py                  3      0      0      0   100%
02:42:12 docker/utils/build.py                   154     14     74      7    89%
02:42:12 docker/utils/config.py                   36      1     10      1    96%
02:42:12 docker/utils/decorators.py               32      1     12      1    95%
02:42:12 docker/utils/fnmatch.py                  55     18     28      2    61%
02:42:12 docker/utils/json_stream.py              43      8     14      2    79%
02:42:12 docker/utils/ports.py                    50      3     28      2    91%
02:42:12 docker/utils/proxy.py                    32      1     12      0    98%
02:42:12 docker/utils/socket.py                   86      8     40      7    87%
02:42:12 docker/utils/utils.py                   285     17    164     12    93%
02:42:12 docker/version.py                         2      0      0      0   100%
02:42:12 -----------------------------------------------------------------------
02:42:12 TOTAL                                  4640    940   2003    301    77%
02:42:12 
02:42:12 =========================== short test summary info ============================
02:42:12 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
02:42:12   CONFIG_RT_GROUP_SCHED isn't enabled
02:42:12 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
02:42:12   Not supported on most drivers
02:42:12 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
02:42:12   This doesn't seem to be taken into account by the engine
02:42:12 XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks
02:42:12   Flaky test
02:42:12 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
02:42:12 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
02:42:12 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
02:42:12 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
02:42:12 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
02:42:12 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
02:42:12 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
02:42:12 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
02:42:12 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
02:42:12 ========================== deprecated python version ===========================
02:42:12 You are using Python 2.7.16, which will no longer be supported in pytest 5.0
02:42:12 For more information, please read:
02:42:12   https://docs.pytest.org/en/latest/py27-py34-deprecation.html
02:42:12 == 73 failed, 842 passed, 10 skipped, 5 xfailed, 2 xpassed in 291.58 seconds ===
02:42:12 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 60%]
02:42:13 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
02:42:13 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 68%]
02:42:13 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 68%]
02:42:13 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 68%]
02:42:13 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 68%]
02:42:13 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 68%]
02:42:13 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
02:42:13 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
02:42:13 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
02:42:13 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
02:42:13 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 69%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 69%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 69%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 69%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 70%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 70%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 70%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 70%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 71%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 71%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 71%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 71%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 71%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
02:42:13 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
02:42:13 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
02:42:13 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
02:42:13 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
02:42:13 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 72%]
02:42:13 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 72%]
02:42:13 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 72%]
02:42:13 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 72%]
02:42:13 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
02:42:13 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
02:42:13 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
02:42:13 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
02:42:13 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
02:42:13 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 73%]
02:42:13 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 73%]
02:42:13 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 73%]
02:42:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 73%]
02:42:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
02:42:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
02:42:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
02:42:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
02:42:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
02:42:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%]
02:42:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 74%]
02:42:13 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 74%]
02:42:13 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 74%]
02:42:13 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
02:42:13 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
02:42:13 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
02:42:13 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 75%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 75%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 75%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 75%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 76%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 76%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 76%]
02:42:13 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 76%]
02:42:13 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
02:42:13 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
02:42:13 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 77%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 77%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 77%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
[Pipeline] sh
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 78%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 78%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 78%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 78%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 79%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 79%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 79%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 79%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 80%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 80%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 80%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
02:42:13 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
02:42:13 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
02:42:13 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
02:42:13 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 81%]
02:42:13 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 81%]
02:42:13 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 81%]
02:42:13 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
02:42:13 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
02:42:13 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
02:42:13 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
02:42:13 + docker stop dpy-dind-1-0-py2.7-19.03.1 dpy-tests-1-0-py2.7-19.03.1
02:42:13 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%]
02:42:13 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 60%]
02:42:13 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 60%]
02:42:13 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%]
02:42:13 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
02:42:13 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
02:42:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
02:42:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 61%]
02:42:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 61%]
02:42:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%]
02:42:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%]
02:42:13 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%]
02:42:13 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 61%]
02:42:13 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 61%]
02:42:13 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
02:42:13 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
02:42:13 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 62%]
02:42:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 62%]
02:42:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 62%]
02:42:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%]
02:42:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%]
02:42:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%]
02:42:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%]
02:42:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
02:42:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
02:42:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
02:42:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 63%]
02:42:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 63%]
02:42:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%]
02:42:13 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%]
02:42:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%]
02:42:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%]
02:42:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%]
02:42:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
02:42:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
02:42:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 64%]
02:42:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 64%]
02:42:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 64%]
02:42:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%]
02:42:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%]
02:42:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%]
02:42:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%]
02:42:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
02:42:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
02:42:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 65%]
02:42:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 65%]
02:42:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 65%]
02:42:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%]
02:42:13 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%]
02:42:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%]
02:42:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%]
02:42:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%]
02:42:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
02:42:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
02:42:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 66%]
02:42:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 66%]
02:42:13 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 66%]
02:42:13 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 66%]
02:42:13 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 66%]
02:42:13 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%]
02:42:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%]
02:42:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
02:42:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
02:42:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 67%]
02:42:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 67%]
02:42:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 67%]
02:42:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%]
02:42:13 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%]
02:42:13 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%]
02:42:13 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%]
02:42:13 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%]
02:42:13 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
02:42:13 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 68%]
02:42:13 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 68%]
02:42:13 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 68%]
02:42:13 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 68%]
02:42:13 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 68%]
02:42:13 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
02:42:13 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
02:42:13 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
02:42:13 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
02:42:13 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 69%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 69%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 69%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 69%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 70%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 70%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 70%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 70%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 71%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 71%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 71%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 71%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 71%]
02:42:13 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
02:42:13 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
02:42:13 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
02:42:13 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
02:42:13 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
02:42:13 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 72%]
02:42:13 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 72%]
02:42:13 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 72%]
02:42:13 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 72%]
02:42:13 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
02:42:13 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
02:42:13 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
02:42:13 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
02:42:13 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
02:42:13 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 73%]
02:42:13 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 73%]
02:42:13 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 73%]
02:42:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 73%]
02:42:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
02:42:13 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
02:42:13 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 82%]
02:42:13 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 82%]
02:42:13 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 82%]
02:42:13 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 82%]
02:42:13 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
02:42:13 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
02:42:13 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
02:42:13 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
02:42:13 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
02:42:13 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 83%]
02:42:13 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 83%]
02:42:13 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 83%]
02:42:13 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 83%]
02:42:13 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
02:42:13 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
02:42:13 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
02:42:13 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
02:42:13 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
02:42:13 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
02:42:13 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
02:42:13 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 84%]
02:42:13 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 84%]
02:42:13 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 84%]
02:42:13 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 85%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 85%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 85%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 86%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 86%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 86%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 87%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 87%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 87%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
02:42:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
02:42:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
02:42:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
02:42:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
02:42:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%]
02:42:13 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 74%]
02:42:13 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 74%]
02:42:13 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 74%]
02:42:13 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
02:42:13 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
02:42:13 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
02:42:13 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 75%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 75%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 75%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 75%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 76%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 76%]
02:42:13 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 76%]
02:42:13 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 76%]
02:42:13 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
02:42:13 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
02:42:13 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 77%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 77%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 77%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
02:42:13 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 78%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 78%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 78%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 78%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
02:42:13 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
02:42:13 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
02:42:13 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
02:42:13 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
02:42:13 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 40%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 88%]
02:42:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 88%]
02:42:13 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
02:42:13 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
02:42:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
02:42:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
02:42:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
02:42:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
02:42:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
02:42:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 89%]
02:42:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 89%]
02:42:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
02:42:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
02:42:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
02:42:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
02:42:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
02:42:13 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
02:42:13 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
02:42:13 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
02:42:13 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 90%]
02:42:13 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 90%]
02:42:13 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
02:42:13 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
02:42:13 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
02:42:13 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
02:42:13 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
02:42:13 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
02:42:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
02:42:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 91%]
02:42:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 91%]
02:42:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
02:42:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
02:42:13 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
02:42:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
02:42:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
02:42:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
02:42:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
02:42:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 92%]
02:42:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 92%]
02:42:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
02:42:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
02:42:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
02:42:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
02:42:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
02:42:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
02:42:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
02:42:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
02:42:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 93%]
02:42:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 93%]
02:42:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
02:42:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
02:42:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
02:42:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
02:42:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
02:42:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
02:42:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
02:42:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 94%]
02:42:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 94%]
02:42:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
02:42:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
02:42:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
02:42:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
02:42:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
02:42:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
02:42:13 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
02:42:13 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
02:42:13 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 95%]
02:42:13 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
02:42:13 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
02:42:13 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
02:42:13 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
02:42:13 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_maxint PASSED [ 96%]
02:42:13 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
02:42:13 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
02:42:13 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
02:42:13 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%]
02:42:13 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 96%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
02:42:13 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
02:42:13 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
02:42:14 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
02:42:14 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
02:42:14 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 79%]
02:42:14 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 79%]
02:42:14 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 79%]
02:42:14 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 79%]
02:42:14 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
02:42:14 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
02:42:14 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
02:42:14 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
02:42:14 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
02:42:14 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
02:42:14 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 80%]
02:42:14 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 80%]
02:42:14 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 80%]
02:42:14 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
02:42:14 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
02:42:14 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
02:42:14 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
02:42:14 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
02:42:14 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
02:42:14 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
02:42:14 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 81%]
02:42:14 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 81%]
02:42:14 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 81%]
02:42:14 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
02:42:14 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
02:42:14 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
02:42:14 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
02:42:14 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
02:42:14 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 82%]
02:42:14 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 82%]
02:42:14 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 82%]
02:42:14 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%]
02:42:14 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 82%]
02:42:14 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
02:42:14 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
02:42:14 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
02:42:14 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
02:42:14 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
02:42:14 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 83%]
02:42:14 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 83%]
02:42:14 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 83%]
02:42:14 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 83%]
02:42:14 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
02:42:14 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
02:42:14 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
02:42:14 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
02:42:14 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
02:42:14 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
02:42:14 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
02:42:14 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 84%]
02:42:14 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 84%]
02:42:14 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 84%]
02:42:14 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 85%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 85%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 85%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 86%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 86%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 86%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
02:42:14 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%]
02:42:14 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels FAILED [ 39%]
02:42:14 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
02:42:14 
02:42:14 =================================== FAILURES ===================================
02:42:14 ______________ ServiceTest.test_create_service_custom_log_driver _______________
02:42:14 tests/integration/api_service_test.py:166: in test_create_service_custom_log_driver
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _________________ ServiceTest.test_create_service_global_mode __________________
02:42:14 tests/integration/api_service_test.py:598: in test_create_service_global_mode
02:42:14     task_tmpl, name=name, mode='global'
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _______________ ServiceTest.test_create_service_replicated_mode ________________
02:42:14 tests/integration/api_service_test.py:612: in test_create_service_replicated_mode
02:42:14     mode=docker.types.ServiceMode('replicated', 5)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ____________________ ServiceTest.test_create_service_simple ____________________
02:42:14 tests/integration/api_service_test.py:127: in test_create_service_simple
02:42:14     name, svc_id = self.create_simple_service()
02:42:14 tests/integration/api_service_test.py:67: in create_simple_service
02:42:14     task_tmpl, name=name, labels=labels
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _________________ ServiceTest.test_create_service_with_config __________________
02:42:14 tests/integration/api_service_test.py:704: in test_create_service_with_config
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 87%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 87%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 87%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 88%]
02:42:14 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 88%]
02:42:14 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
02:42:14 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
02:42:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
02:42:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
02:42:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
02:42:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
02:42:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
02:42:14 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 89%]
02:42:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 89%]
02:42:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
02:42:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
02:42:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
02:42:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
02:42:14 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
02:42:14 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
02:42:14 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
02:42:14 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
02:42:14 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 90%]
02:42:14 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 90%]
02:42:14 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
02:42:14 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
02:42:14 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
02:42:14 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
02:42:14 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
02:42:14 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
02:42:14 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
02:42:14 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 91%]
02:42:14 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 91%]
02:42:14 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
02:42:14 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
02:42:14 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
02:42:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
02:42:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
02:42:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
02:42:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
02:42:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 92%]
02:42:14 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 92%]
02:42:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
02:42:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
02:42:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
02:42:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
02:42:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
02:42:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
02:42:14 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
02:42:14 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
02:42:14 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 93%]
02:42:14 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 93%]
02:42:14 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
02:42:14 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
02:42:14 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
02:42:14 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
02:42:14 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
02:42:14 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
02:42:14 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
02:42:14 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 94%]
02:42:14 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 94%]
02:42:14 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
02:42:14 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
02:42:14 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
02:42:14 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
02:42:14 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
02:42:14 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
02:42:14 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
02:42:14 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
02:42:14 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 95%]
02:42:14 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
02:42:14 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
02:42:14 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
02:42:14 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
02:42:14 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_maxint PASSED [ 96%]
02:42:14 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
02:42:14 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
02:42:14 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
02:42:14 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%]
02:42:14 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 96%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
02:42:14 _____________ ServiceTest.test_create_service_with_custom_networks _____________
02:42:14 tests/integration/api_service_test.py:365: in test_create_service_with_custom_networks
02:42:14     'dockerpytest_1', {'Target': 'dockerpytest_2'}
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _______________ ServiceTest.test_create_service_with_dns_config ________________
02:42:14 tests/integration/api_service_test.py:803: in test_create_service_with_dns_config
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ______________ ServiceTest.test_create_service_with_endpoint_spec ______________
02:42:14 tests/integration/api_service_test.py:484: in test_create_service_with_endpoint_spec
02:42:14     task_tmpl, name=name, endpoint_spec=endpoint_spec
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _____ ServiceTest.test_create_service_with_endpoint_spec_host_publish_mode _____
02:42:14 tests/integration/api_service_test.py:512: in test_create_service_with_endpoint_spec_host_publish_mode
02:42:14     task_tmpl, name=name, endpoint_spec=endpoint_spec
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ___________________ ServiceTest.test_create_service_with_env ___________________
02:42:14 tests/integration/api_service_test.py:531: in test_create_service_with_env
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _________ ServiceTest.test_create_service_with_failure_action_rollback _________
02:42:14 tests/integration/api_service_test.py:291: in test_create_service_with_failure_action_rollback
02:42:14     task_tmpl, update_config=update_config, name=name
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ____________ ServiceTest.test_create_service_with_generic_resources ____________
02:42:14 tests/integration/api_service_test.py:245: in test_create_service_with_generic_resources
02:42:14     resrcs, svc_info = self._create_service_with_generic_resources(t)
02:42:14 tests/integration/api_service_test.py:226: in _create_service_with_generic_resources
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _________________ ServiceTest.test_create_service_with_groups __________________
02:42:14 tests/integration/api_service_test.py:784: in test_create_service_with_groups
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _______________ ServiceTest.test_create_service_with_healthcheck _______________
02:42:14 tests/integration/api_service_test.py:823: in test_create_service_with_healthcheck
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ________________ ServiceTest.test_create_service_with_hostname _________________
02:42:14 tests/integration/api_service_test.py:769: in test_create_service_with_hostname
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:187: in create_service
02:42:14     data["Network"][0]["Aliases"] = [hostname]
02:42:14 E   KeyError: 'Network'
02:42:14 __________________ ServiceTest.test_create_service_with_hosts __________________
02:42:14 tests/integration/api_service_test.py:754: in test_create_service_with_hosts
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 __________________ ServiceTest.test_create_service_with_init ___________________
02:42:14 tests/integration/api_service_test.py:889: in test_create_service_with_init
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ________ ServiceTest.test_create_service_with_network_attachment_config ________
02:42:14 tests/integration/api_service_test.py:379: in test_create_service_with_network_attachment_config
02:42:14     container_spec = docker.types.ContainerSpec(BUSYBOX, ['true'])
02:42:14 E   NameError: name 'BUSYBOX' is not defined
02:42:14 ________________ ServiceTest.test_create_service_with_placement ________________
02:42:14 tests/integration/api_service_test.py:410: in test_create_service_with_placement
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ____________ ServiceTest.test_create_service_with_placement_object _____________
02:42:14 tests/integration/api_service_test.py:426: in test_create_service_with_placement_object
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ___________ ServiceTest.test_create_service_with_placement_platform ____________
02:42:14 tests/integration/api_service_test.py:439: in test_create_service_with_placement_platform
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 __________ ServiceTest.test_create_service_with_placement_preferences __________
02:42:14 tests/integration/api_service_test.py:454: in test_create_service_with_placement_preferences
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _______ ServiceTest.test_create_service_with_placement_preferences_tuple _______
02:42:14 tests/integration/api_service_test.py:469: in test_create_service_with_placement_preferences_tuple
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _______________ ServiceTest.test_create_service_with_privileges ________________
02:42:14 tests/integration/api_service_test.py:872: in test_create_service_with_privileges
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ________________ ServiceTest.test_create_service_with_readonly _________________
02:42:14 tests/integration/api_service_test.py:840: in test_create_service_with_readonly
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 __________ ServiceTest.test_create_service_with_resources_constraints __________
02:42:14 tests/integration/api_service_test.py:206: in test_create_service_with_resources_constraints
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _____________ ServiceTest.test_create_service_with_restart_policy ______________
02:42:14 tests/integration/api_service_test.py:346: in test_create_service_with_restart_policy
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _____________ ServiceTest.test_create_service_with_rollback_config _____________
02:42:14 tests/integration/api_service_test.py:325: in test_create_service_with_rollback_config
02:42:14     task_tmpl, rollback_config=rollback_cfg, name=name
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _________________ ServiceTest.test_create_service_with_secret __________________
02:42:14 tests/integration/api_service_test.py:652: in test_create_service_with_secret
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _______________ ServiceTest.test_create_service_with_stop_signal _______________
02:42:14 tests/integration/api_service_test.py:854: in test_create_service_with_stop_signal
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ___________________ ServiceTest.test_create_service_with_tty ___________________
02:42:14 tests/integration/api_service_test.py:566: in test_create_service_with_tty
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ________________ ServiceTest.test_create_service_with_tty_dict _________________
02:42:14 tests/integration/api_service_test.py:583: in test_create_service_with_tty_dict
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _____________ ServiceTest.test_create_service_with_unicode_config ______________
02:42:14 tests/integration/api_service_test.py:729: in test_create_service_with_unicode_config
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _____________ ServiceTest.test_create_service_with_unicode_secret ______________
02:42:14 tests/integration/api_service_test.py:677: in test_create_service_with_unicode_secret
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ______________ ServiceTest.test_create_service_with_update_config ______________
02:42:14 tests/integration/api_service_test.py:275: in test_create_service_with_update_config
02:42:14     task_tmpl, update_config=update_config, name=name
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 __________ ServiceTest.test_create_service_with_update_config_monitor __________
02:42:14 tests/integration/api_service_test.py:307: in test_create_service_with_update_config_monitor
02:42:14     task_tmpl, update_config=update_config, name=name
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ______________ ServiceTest.test_create_service_with_update_order _______________
02:42:14 tests/integration/api_service_test.py:548: in test_create_service_with_update_order
02:42:14     task_tmpl, update_config=update_config, name=name
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ______________ ServiceTest.test_create_service_with_volume_mount _______________
02:42:14 tests/integration/api_service_test.py:185: in test_create_service_with_volume_mount
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ____________________ ServiceTest.test_inspect_service_by_id ____________________
02:42:14 tests/integration/api_service_test.py:92: in test_inspect_service_by_id
02:42:14     svc_name, svc_id = self.create_simple_service()
02:42:14 tests/integration/api_service_test.py:67: in create_simple_service
02:42:14     task_tmpl, name=name, labels=labels
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ___________________ ServiceTest.test_inspect_service_by_name ___________________
02:42:14 tests/integration/api_service_test.py:98: in test_inspect_service_by_name
02:42:14     svc_name, svc_id = self.create_simple_service()
02:42:14 tests/integration/api_service_test.py:67: in create_simple_service
02:42:14     task_tmpl, name=name, labels=labels
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _______________ ServiceTest.test_inspect_service_insert_defaults _______________
02:42:14 tests/integration/api_service_test.py:105: in test_inspect_service_insert_defaults
02:42:14     svc_name, svc_id = self.create_simple_service()
02:42:14 tests/integration/api_service_test.py:67: in create_simple_service
02:42:14     task_tmpl, name=name, labels=labels
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ________________________ ServiceTest.test_list_services ________________________
02:42:14 tests/integration/api_service_test.py:77: in test_list_services
02:42:14     self.create_simple_service()
02:42:14 tests/integration/api_service_test.py:67: in create_simple_service
02:42:14     task_tmpl, name=name, labels=labels
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ________________ ServiceTest.test_list_services_filter_by_label ________________
02:42:14 tests/integration/api_service_test.py:86: in test_list_services_filter_by_label
02:42:14     self.create_simple_service(labels={'test_label': 'testing'})
02:42:14 tests/integration/api_service_test.py:67: in create_simple_service
02:42:14     task_tmpl, name=name, labels=labels
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ____________________ ServiceTest.test_remove_service_by_id _____________________
02:42:14 tests/integration/api_service_test.py:115: in test_remove_service_by_id
02:42:14     svc_name, svc_id = self.create_simple_service()
02:42:14 tests/integration/api_service_test.py:67: in create_simple_service
02:42:14     task_tmpl, name=name, labels=labels
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ___________________ ServiceTest.test_remove_service_by_name ____________________
02:42:14 tests/integration/api_service_test.py:121: in test_remove_service_by_name
02:42:14     svc_name, svc_id = self.create_simple_service()
02:42:14 tests/integration/api_service_test.py:67: in create_simple_service
02:42:14     task_tmpl, name=name, labels=labels
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ________________________ ServiceTest.test_service_logs _________________________
02:42:14 tests/integration/api_service_test.py:136: in test_service_logs
02:42:14     name, svc_id = self.create_simple_service()
02:42:14 tests/integration/api_service_test.py:67: in create_simple_service
02:42:14     task_tmpl, name=name, labels=labels
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _________________ ServiceTest.test_update_service_force_update _________________
02:42:14 tests/integration/api_service_test.py:626: in test_update_service_force_update
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ___________ ServiceTest.test_update_service_remove_container_labels ____________
02:42:14 tests/integration/api_service_test.py:1230: in test_update_service_remove_container_labels
02:42:14     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ______________ ServiceTest.test_update_service_remove_healthcheck ______________
02:42:14 tests/integration/api_service_test.py:1170: in test_update_service_remove_healthcheck
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ________________ ServiceTest.test_update_service_remove_labels _________________
02:42:14 tests/integration/api_service_test.py:1206: in test_update_service_remove_labels
02:42:14     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ________ ServiceTest.test_update_service_with_defaults_container_labels ________
02:42:14 tests/integration/api_service_test.py:984: in test_update_service_with_defaults_container_labels
02:42:14     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _________ ServiceTest.test_update_service_with_defaults_endpoint_spec __________
02:42:14 tests/integration/api_service_test.py:1111: in test_update_service_with_defaults_endpoint_spec
02:42:14     task_tmpl, name=name, endpoint_spec=endpoint_spec
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _____________ ServiceTest.test_update_service_with_defaults_labels _____________
02:42:14 tests/integration/api_service_test.py:927: in test_update_service_with_defaults_labels
02:42:14     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ______________ ServiceTest.test_update_service_with_defaults_mode ______________
02:42:14 tests/integration/api_service_test.py:955: in test_update_service_with_defaults_mode
02:42:14     mode=docker.types.ServiceMode(mode='replicated', replicas=2)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ______________ ServiceTest.test_update_service_with_defaults_name ______________
02:42:14 tests/integration/api_service_test.py:903: in test_update_service_with_defaults_name
02:42:14     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ____________ ServiceTest.test_update_service_with_defaults_networks ____________
02:42:14 tests/integration/api_service_test.py:1068: in test_update_service_with_defaults_networks
02:42:14     'dockerpytest_1', {'Target': 'dockerpytest_2'}
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _________ ServiceTest.test_update_service_with_defaults_update_config __________
02:42:14 tests/integration/api_service_test.py:1031: in test_update_service_with_defaults_update_config
02:42:14     task_tmpl, update_config=update_config, name=name
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _____________ ServiceTest.test_update_service_with_network_change ______________
02:42:14 tests/integration/api_service_test.py:1274: in test_update_service_with_network_change
02:42:14     task_tmpl, name=name, networks=[net1['Id']]
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ___________________________ ServiceTest.test_create ____________________________
02:42:14 tests/integration/models_services_test.py:33: in test_create
02:42:14     container_labels={'container': 'label'}
02:42:14 docker/models/services.py:225: in create
02:42:14     service_id = self.client.api.create_service(**create_kwargs)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _____________________ ServiceTest.test_create_with_network _____________________
02:42:14 tests/integration/models_services_test.py:53: in test_create_with_network
02:42:14     networks=[network.id]
02:42:14 docker/models/services.py:225: in create
02:42:14     service_id = self.client.api.create_service(**create_kwargs)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ____________________ ServiceTest.test_force_update_service _____________________
02:42:14 tests/integration/models_services_test.py:286: in test_force_update_service
02:42:14     command="sleep 300"
02:42:14 docker/models/services.py:225: in create
02:42:14     service_id = self.client.api.create_service(**create_kwargs)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _______________ ServiceTest.test_force_update_service_using_bool _______________
02:42:14 tests/integration/models_services_test.py:308: in test_force_update_service_using_bool
02:42:14     command="sleep 300"
02:42:14 docker/models/services.py:225: in create
02:42:14     service_id = self.client.api.create_service(**create_kwargs)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _________ ServiceTest.test_force_update_service_using_shorthand_method _________
02:42:14 tests/integration/models_services_test.py:330: in test_force_update_service_using_shorthand_method
02:42:14     command="sleep 300"
02:42:14 docker/models/services.py:225: in create
02:42:14     service_id = self.client.api.create_service(**create_kwargs)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _____________________________ ServiceTest.test_get _____________________________
02:42:14 tests/integration/models_services_test.py:66: in test_get
02:42:14     command="sleep 300"
02:42:14 docker/models/services.py:225: in create
02:42:14     service_id = self.client.api.create_service(**create_kwargs)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _________________________ ServiceTest.test_list_remove _________________________
02:42:14 tests/integration/models_services_test.py:76: in test_list_remove
02:42:14     command="sleep 300"
02:42:14 docker/models/services.py:225: in create
02:42:14     service_id = self.client.api.create_service(**create_kwargs)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _________________ ServiceTest.test_scale_method_global_service _________________
02:42:14 tests/integration/models_services_test.py:264: in test_scale_method_global_service
02:42:14     mode=mode
02:42:14 docker/models/services.py:225: in create
02:42:14     service_id = self.client.api.create_service(**create_kwargs)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ____________________ ServiceTest.test_scale_method_service _____________________
02:42:14 tests/integration/models_services_test.py:242: in test_scale_method_service
02:42:14     command="sleep 300",
02:42:14 docker/models/services.py:225: in create
02:42:14     service_id = self.client.api.create_service(**create_kwargs)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ________________________ ServiceTest.test_scale_service ________________________
02:42:14 tests/integration/models_services_test.py:218: in test_scale_service
02:42:14     command="sleep 300"
02:42:14 docker/models/services.py:225: in create
02:42:14     service_id = self.client.api.create_service(**create_kwargs)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ____________________________ ServiceTest.test_tasks ____________________________
02:42:14 tests/integration/models_services_test.py:87: in test_tasks
02:42:14     command="sleep 300"
02:42:14 docker/models/services.py:225: in create
02:42:14     service_id = self.client.api.create_service(**create_kwargs)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ___________________________ ServiceTest.test_update ____________________________
02:42:14 tests/integration/models_services_test.py:113: in test_update
02:42:14     command="sleep 300"
02:42:14 docker/models/services.py:225: in create
02:42:14     service_id = self.client.api.create_service(**create_kwargs)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ________________ ServiceTest.test_update_remove_service_labels _________________
02:42:14 tests/integration/models_services_test.py:173: in test_update_remove_service_labels
02:42:14     command="sleep 300"
02:42:14 docker/models/services.py:225: in create
02:42:14     service_id = self.client.api.create_service(**create_kwargs)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 _______________ ServiceTest.test_update_retains_container_labels _______________
02:42:14 tests/integration/models_services_test.py:153: in test_update_retains_container_labels
02:42:14     container_labels={'container.label': 'SampleLabel'}
02:42:14 docker/models/services.py:225: in create
02:42:14     service_id = self.client.api.create_service(**create_kwargs)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 ________________ ServiceTest.test_update_retains_service_labels ________________
02:42:14 tests/integration/models_services_test.py:133: in test_update_retains_service_labels
02:42:14     command="sleep 300"
02:42:14 docker/models/services.py:225: in create
02:42:14     service_id = self.client.api.create_service(**create_kwargs)
02:42:14 docker/utils/decorators.py:34: in wrapper
02:42:14     return f(self, *args, **kwargs)
02:42:14 docker/api/service.py:186: in create_service
02:42:14     if hostname is not None:
02:42:14 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:14 =============================== warnings summary ===============================
02:42:14 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
02:42:14   /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
02:42:14     from collections import MutableMapping
02:42:14 
02:42:14 -- Docs: https://docs.pytest.org/en/latest/warnings.html
02:42:14 
02:42:14 ----------- coverage: platform linux, python 3.7.4-final-0 -----------
02:42:14 Name                                  Stmts   Miss Branch BrPart  Cover
02:42:14 -----------------------------------------------------------------------
02:42:14 docker/__init__.py                        5      0      0      0   100%
02:42:14 docker/api/__init__.py                    1      0      0      0   100%
02:42:14 docker/api/build.py                     126     19     93     17    82%
02:42:14 docker/api/client.py                    265     46    100     13    82%
02:42:14 docker/api/config.py                     31      0      6      2    95%
02:42:14 docker/api/container.py                 265     19    104     21    89%
02:42:14 docker/api/daemon.py                     39      2     14      4    89%
02:42:14 docker/api/exec_api.py                   46      4     22      4    88%
02:42:14 docker/api/image.py                     149     19     52     10    85%
02:42:14 docker/api/network.py                    90     13     48     12    80%
02:42:14 docker/api/plugin.py                     90     13     14      4    82%
02:42:14 docker/api/secret.py                     36      3     10      3    83%
02:42:14 docker/api/service.py                   206    137    151     21    29%
02:42:14 docker/api/swarm.py                     106     14     38     10    82%
02:42:14 docker/api/volume.py                     38      3     14      3    88%
02:42:14 docker/auth.py                          198     16     74     16    88%
02:42:14 docker/client.py                         67      4      2      0    94%
02:42:14 docker/constants.py                      16      0      0      0   100%
02:42:14 docker/credentials/__init__.py            3      0      0      0   100%
02:42:14 docker/credentials/constants.py           4      0      0      0   100%
02:42:14 docker/credentials/errors.py             11      1      2      1    85%
02:42:14 docker/credentials/store.py              50      9     16      5    73%
02:42:14 docker/credentials/utils.py              23     13     12      1    31%
02:42:14 docker/errors.py                         90      6     20      6    89%
02:42:14 docker/models/__init__.py                 0      0      0      0   100%
02:42:14 docker/models/configs.py                 21      8      2      0    57%
02:42:14 docker/models/containers.py             183      6     70      5    95%
02:42:14 docker/models/images.py                 137     29     58      3    76%
02:42:14 docker/models/networks.py                37      1     12      0    98%
02:42:14 docker/models/nodes.py                   15      1      2      0    94%
02:42:14 docker/models/plugins.py                 49     30     10      0    32%
02:42:14 docker/models/resource.py                41      9      6      2    77%
02:42:14 docker/models/secrets.py                 21      8      2      0    57%
02:42:14 docker/models/services.py                87     31     36      2    63%
02:42:14 docker/models/swarm.py                   39      3      6      3    87%
02:42:14 docker/models/volumes.py                 23      1      4      0    96%
02:42:14 docker/tls.py                            37      6     14      6    76%
02:42:14 docker/transport/__init__.py             11      3      0      0    73%
02:42:14 docker/transport/basehttpadapter.py       6      0      2      1    88%
02:42:14 docker/transport/npipeconn.py            58     53     10      0     7%
02:42:14 docker/transport/npipesocket.py         134    130     20      0     3%
02:42:14 docker/transport/sshconn.py              68     44     12      1    31%
02:42:14 docker/transport/ssladapter.py           36     10     10      4    65%
02:42:14 docker/transport/unixconn.py             65      6     12      4    87%
02:42:14 docker/types/__init__.py                  6      0      0      0   100%
02:42:14 docker/types/base.py                      5      0      2      0   100%
02:42:14 docker/types/containers.py              360     46    298     35    86%
02:42:14 docker/types/daemon.py                   36      8     14      4    72%
02:42:14 docker/types/healthcheck.py              34     12      4      1    61%
02:42:14 docker/types/networks.py                 35      4     22      3    84%
02:42:14 docker/types/services.py                312     59    206     33    78%
02:42:14 docker/types/swarm.py                    51     24     40     10    52%
02:42:14 docker/utils/__init__.py                  3      0      0      0   100%
02:42:14 docker/utils/build.py                   154     18     76      7    87%
02:42:14 docker/utils/config.py                   36      1     10      1    96%
02:42:14 docker/utils/decorators.py               32      1     12      1    95%
02:42:14 docker/utils/fnmatch.py                  55     18     28      2    61%
02:42:14 docker/utils/json_stream.py              43      8     14      2    79%
02:42:14 docker/utils/ports.py                    50      3     32      2    91%
02:42:14 docker/utils/proxy.py                    32      1     12      0    98%
02:42:14 docker/utils/socket.py                   86      9     40      7    86%
02:42:14 docker/utils/utils.py                   285     19    177     13    92%
02:42:14 docker/version.py                         2      0      2      0   100%
02:42:14 -----------------------------------------------------------------------
02:42:14 TOTAL                                  4640    951   2069    305    77%
02:42:14 
02:42:14 =========================== short test summary info ============================
02:42:14 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
02:42:14   CONFIG_RT_GROUP_SCHED isn't enabled
02:42:14 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
02:42:14   Not supported on most drivers
02:42:14 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
02:42:14   This doesn't seem to be taken into account by the engine
02:42:14 XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks
02:42:14   Flaky test
02:42:14 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
02:42:14 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
02:42:14 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
02:42:14 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
02:42:14 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
02:42:14 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
02:42:14 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
02:42:14 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
02:42:14 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
02:42:14 SKIPPED [1] tests/unit/utils_test.py:486: shlex doesn't support bytes in py3
02:42:14 = 73 failed, 841 passed, 11 skipped, 5 xfailed, 2 xpassed, 1 warnings in 292.10 seconds =
02:42:14 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
02:42:14 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
02:42:14 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
[Pipeline] sh
02:42:15 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
02:42:15 
02:42:15 =================================== FAILURES ===================================
02:42:15 ______________ ServiceTest.test_create_service_custom_log_driver _______________
02:42:15 tests/integration/api_service_test.py:166: in test_create_service_custom_log_driver
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _________________ ServiceTest.test_create_service_global_mode __________________
02:42:15 tests/integration/api_service_test.py:598: in test_create_service_global_mode
02:42:15     task_tmpl, name=name, mode='global'
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _______________ ServiceTest.test_create_service_replicated_mode ________________
02:42:15 tests/integration/api_service_test.py:612: in test_create_service_replicated_mode
02:42:15     mode=docker.types.ServiceMode('replicated', 5)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ____________________ ServiceTest.test_create_service_simple ____________________
02:42:15 tests/integration/api_service_test.py:127: in test_create_service_simple
02:42:15     name, svc_id = self.create_simple_service()
02:42:15 tests/integration/api_service_test.py:67: in create_simple_service
02:42:15     task_tmpl, name=name, labels=labels
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _________________ ServiceTest.test_create_service_with_config __________________
02:42:15 tests/integration/api_service_test.py:704: in test_create_service_with_config
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _____________ ServiceTest.test_create_service_with_custom_networks _____________
02:42:15 tests/integration/api_service_test.py:365: in test_create_service_with_custom_networks
02:42:15     'dockerpytest_1', {'Target': 'dockerpytest_2'}
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _______________ ServiceTest.test_create_service_with_dns_config ________________
02:42:15 tests/integration/api_service_test.py:803: in test_create_service_with_dns_config
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ______________ ServiceTest.test_create_service_with_endpoint_spec ______________
02:42:15 tests/integration/api_service_test.py:484: in test_create_service_with_endpoint_spec
02:42:15     task_tmpl, name=name, endpoint_spec=endpoint_spec
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _____ ServiceTest.test_create_service_with_endpoint_spec_host_publish_mode _____
02:42:15 tests/integration/api_service_test.py:512: in test_create_service_with_endpoint_spec_host_publish_mode
02:42:15     task_tmpl, name=name, endpoint_spec=endpoint_spec
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ___________________ ServiceTest.test_create_service_with_env ___________________
02:42:15 tests/integration/api_service_test.py:531: in test_create_service_with_env
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _________ ServiceTest.test_create_service_with_failure_action_rollback _________
02:42:15 tests/integration/api_service_test.py:291: in test_create_service_with_failure_action_rollback
02:42:15     task_tmpl, update_config=update_config, name=name
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ____________ ServiceTest.test_create_service_with_generic_resources ____________
02:42:15 tests/integration/api_service_test.py:245: in test_create_service_with_generic_resources
02:42:15     resrcs, svc_info = self._create_service_with_generic_resources(t)
02:42:15 tests/integration/api_service_test.py:226: in _create_service_with_generic_resources
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _________________ ServiceTest.test_create_service_with_groups __________________
02:42:15 tests/integration/api_service_test.py:784: in test_create_service_with_groups
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _______________ ServiceTest.test_create_service_with_healthcheck _______________
02:42:15 tests/integration/api_service_test.py:823: in test_create_service_with_healthcheck
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ________________ ServiceTest.test_create_service_with_hostname _________________
02:42:15 tests/integration/api_service_test.py:769: in test_create_service_with_hostname
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:187: in create_service
02:42:15     data["Network"][0]["Aliases"] = [hostname]
02:42:15 E   KeyError: 'Network'
02:42:15 __________________ ServiceTest.test_create_service_with_hosts __________________
02:42:15 tests/integration/api_service_test.py:754: in test_create_service_with_hosts
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 __________________ ServiceTest.test_create_service_with_init ___________________
02:42:15 tests/integration/api_service_test.py:889: in test_create_service_with_init
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ________ ServiceTest.test_create_service_with_network_attachment_config ________
02:42:15 tests/integration/api_service_test.py:379: in test_create_service_with_network_attachment_config
02:42:15     container_spec = docker.types.ContainerSpec(BUSYBOX, ['true'])
02:42:15 E   NameError: global name 'BUSYBOX' is not defined
02:42:15 ________________ ServiceTest.test_create_service_with_placement ________________
02:42:15 tests/integration/api_service_test.py:410: in test_create_service_with_placement
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ____________ ServiceTest.test_create_service_with_placement_object _____________
02:42:15 tests/integration/api_service_test.py:426: in test_create_service_with_placement_object
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ___________ ServiceTest.test_create_service_with_placement_platform ____________
02:42:15 tests/integration/api_service_test.py:439: in test_create_service_with_placement_platform
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 __________ ServiceTest.test_create_service_with_placement_preferences __________
02:42:15 tests/integration/api_service_test.py:454: in test_create_service_with_placement_preferences
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _______ ServiceTest.test_create_service_with_placement_preferences_tuple _______
02:42:15 tests/integration/api_service_test.py:469: in test_create_service_with_placement_preferences_tuple
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _______________ ServiceTest.test_create_service_with_privileges ________________
02:42:15 tests/integration/api_service_test.py:872: in test_create_service_with_privileges
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ________________ ServiceTest.test_create_service_with_readonly _________________
02:42:15 tests/integration/api_service_test.py:840: in test_create_service_with_readonly
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 __________ ServiceTest.test_create_service_with_resources_constraints __________
02:42:15 tests/integration/api_service_test.py:206: in test_create_service_with_resources_constraints
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _____________ ServiceTest.test_create_service_with_restart_policy ______________
02:42:15 tests/integration/api_service_test.py:346: in test_create_service_with_restart_policy
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _____________ ServiceTest.test_create_service_with_rollback_config _____________
02:42:15 tests/integration/api_service_test.py:325: in test_create_service_with_rollback_config
02:42:15     task_tmpl, rollback_config=rollback_cfg, name=name
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _________________ ServiceTest.test_create_service_with_secret __________________
02:42:15 tests/integration/api_service_test.py:652: in test_create_service_with_secret
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _______________ ServiceTest.test_create_service_with_stop_signal _______________
02:42:15 tests/integration/api_service_test.py:854: in test_create_service_with_stop_signal
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ___________________ ServiceTest.test_create_service_with_tty ___________________
02:42:15 tests/integration/api_service_test.py:566: in test_create_service_with_tty
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ________________ ServiceTest.test_create_service_with_tty_dict _________________
02:42:15 tests/integration/api_service_test.py:583: in test_create_service_with_tty_dict
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _____________ ServiceTest.test_create_service_with_unicode_config ______________
02:42:15 tests/integration/api_service_test.py:729: in test_create_service_with_unicode_config
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _____________ ServiceTest.test_create_service_with_unicode_secret ______________
02:42:15 tests/integration/api_service_test.py:677: in test_create_service_with_unicode_secret
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ______________ ServiceTest.test_create_service_with_update_config ______________
02:42:15 tests/integration/api_service_test.py:275: in test_create_service_with_update_config
02:42:15     task_tmpl, update_config=update_config, name=name
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 __________ ServiceTest.test_create_service_with_update_config_monitor __________
02:42:15 tests/integration/api_service_test.py:307: in test_create_service_with_update_config_monitor
02:42:15     task_tmpl, update_config=update_config, name=name
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ______________ ServiceTest.test_create_service_with_update_order _______________
02:42:15 tests/integration/api_service_test.py:548: in test_create_service_with_update_order
02:42:15     task_tmpl, update_config=update_config, name=name
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ______________ ServiceTest.test_create_service_with_volume_mount _______________
02:42:15 tests/integration/api_service_test.py:185: in test_create_service_with_volume_mount
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ____________________ ServiceTest.test_inspect_service_by_id ____________________
02:42:15 tests/integration/api_service_test.py:92: in test_inspect_service_by_id
02:42:15     svc_name, svc_id = self.create_simple_service()
02:42:15 tests/integration/api_service_test.py:67: in create_simple_service
02:42:15     task_tmpl, name=name, labels=labels
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ___________________ ServiceTest.test_inspect_service_by_name ___________________
02:42:15 tests/integration/api_service_test.py:98: in test_inspect_service_by_name
02:42:15     svc_name, svc_id = self.create_simple_service()
02:42:15 tests/integration/api_service_test.py:67: in create_simple_service
02:42:15     task_tmpl, name=name, labels=labels
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _______________ ServiceTest.test_inspect_service_insert_defaults _______________
02:42:15 tests/integration/api_service_test.py:105: in test_inspect_service_insert_defaults
02:42:15     svc_name, svc_id = self.create_simple_service()
02:42:15 tests/integration/api_service_test.py:67: in create_simple_service
02:42:15     task_tmpl, name=name, labels=labels
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ________________________ ServiceTest.test_list_services ________________________
02:42:15 tests/integration/api_service_test.py:77: in test_list_services
02:42:15     self.create_simple_service()
02:42:15 tests/integration/api_service_test.py:67: in create_simple_service
02:42:15     task_tmpl, name=name, labels=labels
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ________________ ServiceTest.test_list_services_filter_by_label ________________
02:42:15 tests/integration/api_service_test.py:86: in test_list_services_filter_by_label
02:42:15     self.create_simple_service(labels={'test_label': 'testing'})
02:42:15 tests/integration/api_service_test.py:67: in create_simple_service
02:42:15     task_tmpl, name=name, labels=labels
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ____________________ ServiceTest.test_remove_service_by_id _____________________
02:42:15 tests/integration/api_service_test.py:115: in test_remove_service_by_id
02:42:15     svc_name, svc_id = self.create_simple_service()
02:42:15 tests/integration/api_service_test.py:67: in create_simple_service
02:42:15     task_tmpl, name=name, labels=labels
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ___________________ ServiceTest.test_remove_service_by_name ____________________
02:42:15 tests/integration/api_service_test.py:121: in test_remove_service_by_name
02:42:15     svc_name, svc_id = self.create_simple_service()
02:42:15 tests/integration/api_service_test.py:67: in create_simple_service
02:42:15     task_tmpl, name=name, labels=labels
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ________________________ ServiceTest.test_service_logs _________________________
02:42:15 tests/integration/api_service_test.py:136: in test_service_logs
02:42:15     name, svc_id = self.create_simple_service()
02:42:15 tests/integration/api_service_test.py:67: in create_simple_service
02:42:15     task_tmpl, name=name, labels=labels
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _________________ ServiceTest.test_update_service_force_update _________________
02:42:15 tests/integration/api_service_test.py:626: in test_update_service_force_update
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ___________ ServiceTest.test_update_service_remove_container_labels ____________
02:42:15 tests/integration/api_service_test.py:1230: in test_update_service_remove_container_labels
02:42:15     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ______________ ServiceTest.test_update_service_remove_healthcheck ______________
02:42:15 tests/integration/api_service_test.py:1170: in test_update_service_remove_healthcheck
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ________________ ServiceTest.test_update_service_remove_labels _________________
02:42:15 tests/integration/api_service_test.py:1206: in test_update_service_remove_labels
02:42:15     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ________ ServiceTest.test_update_service_with_defaults_container_labels ________
02:42:15 tests/integration/api_service_test.py:984: in test_update_service_with_defaults_container_labels
02:42:15     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _________ ServiceTest.test_update_service_with_defaults_endpoint_spec __________
02:42:15 tests/integration/api_service_test.py:1111: in test_update_service_with_defaults_endpoint_spec
02:42:15     task_tmpl, name=name, endpoint_spec=endpoint_spec
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _____________ ServiceTest.test_update_service_with_defaults_labels _____________
02:42:15 tests/integration/api_service_test.py:927: in test_update_service_with_defaults_labels
02:42:15     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ______________ ServiceTest.test_update_service_with_defaults_mode ______________
02:42:15 tests/integration/api_service_test.py:955: in test_update_service_with_defaults_mode
02:42:15     mode=docker.types.ServiceMode(mode='replicated', replicas=2)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ______________ ServiceTest.test_update_service_with_defaults_name ______________
02:42:15 tests/integration/api_service_test.py:903: in test_update_service_with_defaults_name
02:42:15     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ____________ ServiceTest.test_update_service_with_defaults_networks ____________
02:42:15 tests/integration/api_service_test.py:1068: in test_update_service_with_defaults_networks
02:42:15     'dockerpytest_1', {'Target': 'dockerpytest_2'}
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _________ ServiceTest.test_update_service_with_defaults_update_config __________
02:42:15 tests/integration/api_service_test.py:1031: in test_update_service_with_defaults_update_config
02:42:15     task_tmpl, update_config=update_config, name=name
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _____________ ServiceTest.test_update_service_with_network_change ______________
02:42:15 tests/integration/api_service_test.py:1274: in test_update_service_with_network_change
02:42:15     task_tmpl, name=name, networks=[net1['Id']]
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ___________________________ ServiceTest.test_create ____________________________
02:42:15 tests/integration/models_services_test.py:33: in test_create
02:42:15     container_labels={'container': 'label'}
02:42:15 docker/models/services.py:225: in create
02:42:15     service_id = self.client.api.create_service(**create_kwargs)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _____________________ ServiceTest.test_create_with_network _____________________
02:42:15 tests/integration/models_services_test.py:53: in test_create_with_network
02:42:15     networks=[network.id]
02:42:15 docker/models/services.py:225: in create
02:42:15     service_id = self.client.api.create_service(**create_kwargs)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ____________________ ServiceTest.test_force_update_service _____________________
02:42:15 tests/integration/models_services_test.py:286: in test_force_update_service
02:42:15     command="sleep 300"
02:42:15 docker/models/services.py:225: in create
02:42:15     service_id = self.client.api.create_service(**create_kwargs)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _______________ ServiceTest.test_force_update_service_using_bool _______________
02:42:15 tests/integration/models_services_test.py:308: in test_force_update_service_using_bool
02:42:15     command="sleep 300"
02:42:15 docker/models/services.py:225: in create
02:42:15     service_id = self.client.api.create_service(**create_kwargs)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _________ ServiceTest.test_force_update_service_using_shorthand_method _________
02:42:15 tests/integration/models_services_test.py:330: in test_force_update_service_using_shorthand_method
02:42:15     command="sleep 300"
02:42:15 docker/models/services.py:225: in create
02:42:15     service_id = self.client.api.create_service(**create_kwargs)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 + docker stop dpy-dind-1-0-py3.7-19.03.2-rc1 dpy-tests-1-0-py3.7-19.03.2-rc1
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _____________________________ ServiceTest.test_get _____________________________
02:42:15 tests/integration/models_services_test.py:66: in test_get
02:42:15     command="sleep 300"
02:42:15 docker/models/services.py:225: in create
02:42:15     service_id = self.client.api.create_service(**create_kwargs)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _________________________ ServiceTest.test_list_remove _________________________
02:42:15 tests/integration/models_services_test.py:76: in test_list_remove
02:42:15     command="sleep 300"
02:42:15 docker/models/services.py:225: in create
02:42:15     service_id = self.client.api.create_service(**create_kwargs)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _________________ ServiceTest.test_scale_method_global_service _________________
02:42:15 tests/integration/models_services_test.py:264: in test_scale_method_global_service
02:42:15     mode=mode
02:42:15 docker/models/services.py:225: in create
02:42:15     service_id = self.client.api.create_service(**create_kwargs)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ____________________ ServiceTest.test_scale_method_service _____________________
02:42:15 tests/integration/models_services_test.py:242: in test_scale_method_service
02:42:15     command="sleep 300",
02:42:15 docker/models/services.py:225: in create
02:42:15     service_id = self.client.api.create_service(**create_kwargs)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ________________________ ServiceTest.test_scale_service ________________________
02:42:15 tests/integration/models_services_test.py:218: in test_scale_service
02:42:15     command="sleep 300"
02:42:15 docker/models/services.py:225: in create
02:42:15     service_id = self.client.api.create_service(**create_kwargs)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ____________________________ ServiceTest.test_tasks ____________________________
02:42:15 tests/integration/models_services_test.py:87: in test_tasks
02:42:15     command="sleep 300"
02:42:15 docker/models/services.py:225: in create
02:42:15     service_id = self.client.api.create_service(**create_kwargs)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ___________________________ ServiceTest.test_update ____________________________
02:42:15 tests/integration/models_services_test.py:113: in test_update
02:42:15     command="sleep 300"
02:42:15 docker/models/services.py:225: in create
02:42:15     service_id = self.client.api.create_service(**create_kwargs)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ________________ ServiceTest.test_update_remove_service_labels _________________
02:42:15 tests/integration/models_services_test.py:173: in test_update_remove_service_labels
02:42:15     command="sleep 300"
02:42:15 docker/models/services.py:225: in create
02:42:15     service_id = self.client.api.create_service(**create_kwargs)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 _______________ ServiceTest.test_update_retains_container_labels _______________
02:42:15 tests/integration/models_services_test.py:153: in test_update_retains_container_labels
02:42:15     container_labels={'container.label': 'SampleLabel'}
02:42:15 docker/models/services.py:225: in create
02:42:15     service_id = self.client.api.create_service(**create_kwargs)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 ________________ ServiceTest.test_update_retains_service_labels ________________
02:42:15 tests/integration/models_services_test.py:133: in test_update_retains_service_labels
02:42:15     command="sleep 300"
02:42:15 docker/models/services.py:225: in create
02:42:15     service_id = self.client.api.create_service(**create_kwargs)
02:42:15 docker/utils/decorators.py:34: in wrapper
02:42:15     return f(self, *args, **kwargs)
02:42:15 docker/api/service.py:186: in create_service
02:42:15     if hostname is not None:
02:42:15 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:15 
02:42:15 ---------- coverage: platform linux2, python 2.7.16-final-0 ----------
02:42:15 Name                                  Stmts   Miss Branch BrPart  Cover
02:42:15 -----------------------------------------------------------------------
02:42:15 docker/__init__.py                        5      0      0      0   100%
02:42:15 docker/api/__init__.py                    1      0      0      0   100%
02:42:15 docker/api/build.py                     126     19     92     17    82%
02:42:15 docker/api/client.py                    265     45     98     12    82%
02:42:15 docker/api/config.py                     31      1      6      2    92%
02:42:15 docker/api/container.py                 265     19    102     21    89%
02:42:15 docker/api/daemon.py                     39      2     14      4    89%
02:42:15 docker/api/exec_api.py                   46      4     22      4    88%
02:42:15 docker/api/image.py                     149     19     50     10    84%
02:42:15 docker/api/network.py                    90     13     48     12    80%
02:42:15 docker/api/plugin.py                     90     13     12      4    81%
02:42:15 docker/api/secret.py                     36      4     10      3    80%
02:42:15 docker/api/service.py                   206    137    151     21    29%
02:42:15 docker/api/swarm.py                     106     14     38     10    82%
02:42:15 docker/api/volume.py                     38      3     14      3    88%
02:42:15 docker/auth.py                          198     16     74     17    88%
02:42:15 docker/client.py                         67      4      2      0    94%
02:42:15 docker/constants.py                      16      0      0      0   100%
02:42:15 docker/credentials/__init__.py            3      0      0      0   100%
02:42:15 docker/credentials/constants.py           4      0      0      0   100%
02:42:15 docker/credentials/errors.py             11      1      2      1    85%
02:42:15 docker/credentials/store.py              50      6     16      3    83%
02:42:15 docker/credentials/utils.py              23     13     12      1    31%
02:42:15 docker/errors.py                         90      6     18      6    89%
02:42:15 docker/models/__init__.py                 0      0      0      0   100%
02:42:15 docker/models/configs.py                 21      8      0      0    62%
02:42:15 docker/models/containers.py             183      6     60      5    95%
02:42:15 docker/models/images.py                 137     29     52      3    76%
02:42:15 docker/models/networks.py                37      1      8      0    98%
02:42:15 docker/models/nodes.py                   15      1      0      0    93%
02:42:15 docker/models/plugins.py                 49     30      8      0    33%
02:42:15 docker/models/resource.py                41      9      6      2    77%
02:42:15 docker/models/secrets.py                 21      8      0      0    62%
02:42:15 docker/models/services.py                87     31     34      2    64%
02:42:15 docker/models/swarm.py                   39      3      6      3    87%
02:42:15 docker/models/volumes.py                 23      1      2      0    96%
02:42:15 docker/tls.py                            37      6     14      6    76%
02:42:15 docker/transport/__init__.py             11      3      0      0    73%
02:42:15 docker/transport/basehttpadapter.py       6      0      2      1    88%
02:42:15 docker/transport/npipeconn.py            58     53     10      0     7%
02:42:15 docker/transport/npipesocket.py         134    130     20      0     3%
02:42:15 docker/transport/sshconn.py              68     44     12      1    31%
02:42:15 docker/transport/ssladapter.py           36      8     10      4    70%
02:42:15 docker/transport/unixconn.py             65      5     12      4    88%
02:42:15 docker/types/__init__.py                  6      0      0      0   100%
02:42:15 docker/types/base.py                      5      0      2      0   100%
02:42:15 docker/types/containers.py              360     46    296     35    86%
02:42:15 docker/types/daemon.py                   36      9     14      3    68%
02:42:15 docker/types/healthcheck.py              34     12      4      1    61%
02:42:15 docker/types/networks.py                 35      4     22      3    84%
02:42:15 docker/types/services.py                312     59    206     33    78%
02:42:15 docker/types/swarm.py                    51     24     40     10    52%
02:42:15 docker/utils/__init__.py                  3      0      0      0   100%
02:42:15 docker/utils/build.py                   154     14     74      7    89%
02:42:15 docker/utils/config.py                   36      1     10      1    96%
02:42:15 docker/utils/decorators.py               32      1     12      1    95%
02:42:15 docker/utils/fnmatch.py                  55     18     28      2    61%
02:42:15 docker/utils/json_stream.py              43      8     14      2    79%
02:42:15 docker/utils/ports.py                    50      3     28      2    91%
02:42:15 docker/utils/proxy.py                    32      1     12      0    98%
02:42:15 docker/utils/socket.py                   86      8     40      7    87%
02:42:15 docker/utils/utils.py                   285     17    164     12    93%
02:42:15 docker/version.py                         2      0      0      0   100%
02:42:15 -----------------------------------------------------------------------
02:42:15 TOTAL                                  4640    940   2003    301    77%
02:42:15 
02:42:15 =========================== short test summary info ============================
02:42:15 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
02:42:15   CONFIG_RT_GROUP_SCHED isn't enabled
02:42:15 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
02:42:15   Not supported on most drivers
02:42:15 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
02:42:15   This doesn't seem to be taken into account by the engine
02:42:15 XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks
02:42:15   Flaky test
02:42:15 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
02:42:15 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
02:42:15 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
02:42:15 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
02:42:15 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
02:42:15 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
02:42:15 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
02:42:15 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
02:42:15 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
02:42:15 ========================== deprecated python version ===========================
02:42:15 You are using Python 2.7.16, which will no longer be supported in pytest 5.0
02:42:15 For more information, please read:
02:42:15   https://docs.pytest.org/en/latest/py27-py34-deprecation.html
02:42:15 == 73 failed, 842 passed, 10 skipped, 5 xfailed, 2 xpassed in 296.47 seconds ===
[Pipeline] sh
02:42:16 + docker stop dpy-dind-1-0-py2.7-19.03.2-rc1 dpy-tests-1-0-py2.7-19.03.2-rc1
02:42:16 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels FAILED [ 39%]
02:42:16 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%]
02:42:17 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
02:42:17 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
02:42:17 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
02:42:17 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
02:42:17 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
02:42:18 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
02:42:18 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 41%]
02:42:18 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 41%]
02:42:18 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%]
02:42:18 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 41%]
02:42:18 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
02:42:18 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
02:42:18 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
02:42:18 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
02:42:18 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
02:42:18 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 42%]
02:42:18 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%]
02:42:18 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 42%]
02:42:18 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%]
02:42:18 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
02:42:18 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
02:42:18 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
02:42:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
02:42:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
02:42:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 43%]
02:42:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%]
02:42:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%]
02:42:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%]
02:42:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%]
02:42:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
02:42:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
02:42:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
02:42:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
02:42:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
02:42:18 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 44%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 45%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 46%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 48%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
02:42:18 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 49%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 49%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 50%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 51%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 51%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 51%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 51%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 52%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
02:42:18 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 53%]
02:42:18 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 53%]
02:42:18 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 53%]
02:42:18 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 53%]
02:42:18 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 53%]
02:42:18 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 53%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 54%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 54%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 54%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 54%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 54%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 55%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 55%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 55%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 55%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 55%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 55%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 56%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 56%]
02:42:18 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 56%]
02:42:18 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%]
02:42:18 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 56%]
02:42:18 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%]
02:42:18 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
02:42:18 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
02:42:18 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 57%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 57%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 57%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 57%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 57%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 58%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 58%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 59%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 59%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 59%]
02:42:18 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%]
02:42:18 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%]
02:42:18 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%]
02:42:19 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%]
02:42:19 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
02:42:19 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
02:42:19 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
02:42:19 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 60%]
02:42:20 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 60%]
02:42:20 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%]
02:42:20 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 60%]
02:42:20 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 60%]
02:42:20 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%]
02:42:20 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
02:42:20 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
02:42:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
02:42:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 61%]
02:42:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 61%]
02:42:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%]
02:42:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%]
02:42:20 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%]
02:42:20 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 61%]
02:42:20 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 61%]
02:42:20 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
02:42:20 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
02:42:20 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 62%]
02:42:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 62%]
02:42:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 62%]
02:42:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%]
02:42:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%]
02:42:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%]
02:42:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%]
02:42:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
02:42:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
02:42:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
02:42:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 63%]
02:42:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 63%]
02:42:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%]
02:42:20 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%]
02:42:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%]
02:42:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%]
02:42:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%]
02:42:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
02:42:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
02:42:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 64%]
02:42:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 64%]
02:42:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 64%]
02:42:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%]
02:42:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%]
02:42:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%]
02:42:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%]
02:42:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
02:42:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
02:42:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 65%]
02:42:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 65%]
02:42:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 65%]
02:42:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%]
02:42:20 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%]
02:42:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%]
02:42:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%]
02:42:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%]
02:42:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
02:42:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
02:42:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 66%]
02:42:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 66%]
02:42:20 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 66%]
02:42:20 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 66%]
02:42:20 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
02:42:20 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 66%]
02:42:20 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%]
02:42:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%]
02:42:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
02:42:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
02:42:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 67%]
02:42:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 67%]
02:42:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 67%]
02:42:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%]
02:42:20 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%]
02:42:20 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%]
02:42:20 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%]
02:42:20 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%]
02:42:20 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
02:42:20 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 68%]
02:42:20 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 68%]
02:42:20 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 68%]
02:42:20 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 68%]
02:42:20 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 68%]
02:42:20 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
02:42:20 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
02:42:20 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
02:42:20 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
02:42:20 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 69%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 69%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 69%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 69%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 70%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 70%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 70%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 70%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 71%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 71%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 71%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 71%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 71%]
02:42:20 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
02:42:20 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
02:42:20 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
02:42:20 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
02:42:20 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
02:42:20 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 72%]
02:42:20 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 72%]
02:42:20 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 72%]
02:42:20 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 72%]
02:42:20 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
02:42:20 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
02:42:20 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
02:42:20 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
02:42:20 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
02:42:20 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 73%]
02:42:20 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 73%]
02:42:20 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 73%]
02:42:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 73%]
02:42:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
02:42:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
02:42:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
02:42:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
02:42:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
02:42:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%]
02:42:20 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 74%]
02:42:20 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 74%]
02:42:20 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 74%]
02:42:20 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
02:42:20 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
02:42:20 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
02:42:20 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
02:42:20 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
02:42:20 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
02:42:20 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 75%]
02:42:20 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 75%]
02:42:20 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 75%]
02:42:20 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 75%]
02:42:20 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
02:42:20 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
02:42:20 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
02:42:20 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
02:42:20 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
02:42:20 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 76%]
02:42:20 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 76%]
02:42:20 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 76%]
02:42:20 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 76%]
02:42:20 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
02:42:20 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
02:42:20 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
02:42:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
02:42:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
02:42:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
02:42:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 77%]
02:42:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 77%]
02:42:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 77%]
02:42:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
02:42:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
02:42:20 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
02:42:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
02:42:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
02:42:21 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 78%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 78%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 78%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 78%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 79%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 79%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 79%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 79%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 80%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 80%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 80%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
02:42:21 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
02:42:21 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
02:42:21 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
02:42:21 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
02:42:21 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 81%]
02:42:21 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 81%]
02:42:21 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 81%]
02:42:21 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
02:42:21 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
02:42:21 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
02:42:21 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
02:42:21 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
02:42:21 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 82%]
02:42:21 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 82%]
02:42:21 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 82%]
02:42:21 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 82%]
02:42:21 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
02:42:21 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
02:42:21 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
02:42:21 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
02:42:21 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
02:42:21 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 83%]
02:42:21 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 83%]
02:42:21 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 83%]
02:42:21 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 83%]
02:42:21 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
02:42:21 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
02:42:21 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
02:42:21 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
02:42:21 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
02:42:21 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
02:42:21 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
02:42:21 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 84%]
02:42:21 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 84%]
02:42:21 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 84%]
02:42:21 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 85%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 85%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 85%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 86%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 86%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 86%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
02:42:21 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 87%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 87%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 87%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 88%]
02:42:21 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 88%]
02:42:21 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
02:42:21 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
02:42:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
02:42:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
02:42:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
02:42:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
02:42:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
02:42:21 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 89%]
02:42:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 89%]
02:42:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
02:42:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
02:42:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
02:42:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
02:42:21 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
02:42:21 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
02:42:21 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
02:42:21 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
02:42:21 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 90%]
02:42:21 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 90%]
02:42:21 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
02:42:21 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
02:42:21 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
02:42:21 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
02:42:21 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
02:42:21 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
02:42:21 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
02:42:21 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 91%]
02:42:21 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 91%]
02:42:21 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
02:42:21 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
02:42:21 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
02:42:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
02:42:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
02:42:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
02:42:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
02:42:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 92%]
02:42:21 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 92%]
02:42:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
02:42:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
02:42:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
02:42:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
02:42:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
02:42:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
02:42:21 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
02:42:21 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
02:42:21 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 93%]
02:42:21 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 93%]
02:42:21 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
02:42:21 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
02:42:21 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
02:42:21 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
02:42:21 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
02:42:21 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
02:42:21 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
02:42:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 94%]
02:42:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 94%]
02:42:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
02:42:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
02:42:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
02:42:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
02:42:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
02:42:21 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
02:42:21 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
02:42:21 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
02:42:21 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 95%]
02:42:21 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
02:42:21 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
02:42:21 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
02:42:21 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
02:42:21 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_maxint PASSED [ 96%]
02:42:21 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
02:42:21 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
02:42:21 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
02:42:21 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%]
02:42:21 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 96%]
02:42:21 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
02:42:21 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
02:42:21 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
02:42:21 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
02:42:21 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
02:42:21 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
02:42:21 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
02:42:21 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
02:42:21 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
02:42:21 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
02:42:21 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
02:42:21 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
02:42:21 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
02:42:21 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
02:42:21 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
02:42:21 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
02:42:21 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
02:42:21 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
02:42:21 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
02:42:22 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
02:42:22 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
02:42:22 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
02:42:22 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
02:42:22 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
02:42:22 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
02:42:22 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
02:42:22 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
02:42:22 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
02:42:22 
02:42:22 =================================== FAILURES ===================================
02:42:22 ______________ ServiceTest.test_create_service_custom_log_driver _______________
02:42:22 tests/integration/api_service_test.py:166: in test_create_service_custom_log_driver
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _________________ ServiceTest.test_create_service_global_mode __________________
02:42:22 tests/integration/api_service_test.py:598: in test_create_service_global_mode
02:42:22     task_tmpl, name=name, mode='global'
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _______________ ServiceTest.test_create_service_replicated_mode ________________
02:42:22 tests/integration/api_service_test.py:612: in test_create_service_replicated_mode
02:42:22     mode=docker.types.ServiceMode('replicated', 5)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ____________________ ServiceTest.test_create_service_simple ____________________
02:42:22 tests/integration/api_service_test.py:127: in test_create_service_simple
02:42:22     name, svc_id = self.create_simple_service()
02:42:22 tests/integration/api_service_test.py:67: in create_simple_service
02:42:22     task_tmpl, name=name, labels=labels
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _________________ ServiceTest.test_create_service_with_config __________________
02:42:22 tests/integration/api_service_test.py:704: in test_create_service_with_config
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _____________ ServiceTest.test_create_service_with_custom_networks _____________
02:42:22 tests/integration/api_service_test.py:365: in test_create_service_with_custom_networks
02:42:22     'dockerpytest_1', {'Target': 'dockerpytest_2'}
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _______________ ServiceTest.test_create_service_with_dns_config ________________
02:42:22 tests/integration/api_service_test.py:803: in test_create_service_with_dns_config
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ______________ ServiceTest.test_create_service_with_endpoint_spec ______________
02:42:22 tests/integration/api_service_test.py:484: in test_create_service_with_endpoint_spec
02:42:22     task_tmpl, name=name, endpoint_spec=endpoint_spec
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _____ ServiceTest.test_create_service_with_endpoint_spec_host_publish_mode _____
02:42:22 tests/integration/api_service_test.py:512: in test_create_service_with_endpoint_spec_host_publish_mode
02:42:22     task_tmpl, name=name, endpoint_spec=endpoint_spec
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ___________________ ServiceTest.test_create_service_with_env ___________________
02:42:22 tests/integration/api_service_test.py:531: in test_create_service_with_env
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _________ ServiceTest.test_create_service_with_failure_action_rollback _________
02:42:22 tests/integration/api_service_test.py:291: in test_create_service_with_failure_action_rollback
02:42:22     task_tmpl, update_config=update_config, name=name
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ____________ ServiceTest.test_create_service_with_generic_resources ____________
02:42:22 tests/integration/api_service_test.py:245: in test_create_service_with_generic_resources
02:42:22     resrcs, svc_info = self._create_service_with_generic_resources(t)
02:42:22 tests/integration/api_service_test.py:226: in _create_service_with_generic_resources
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _________________ ServiceTest.test_create_service_with_groups __________________
02:42:22 tests/integration/api_service_test.py:784: in test_create_service_with_groups
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _______________ ServiceTest.test_create_service_with_healthcheck _______________
02:42:22 tests/integration/api_service_test.py:823: in test_create_service_with_healthcheck
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ________________ ServiceTest.test_create_service_with_hostname _________________
02:42:22 tests/integration/api_service_test.py:769: in test_create_service_with_hostname
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:187: in create_service
02:42:22     data["Network"][0]["Aliases"] = [hostname]
02:42:22 E   KeyError: 'Network'
02:42:22 __________________ ServiceTest.test_create_service_with_hosts __________________
02:42:22 tests/integration/api_service_test.py:754: in test_create_service_with_hosts
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 __________________ ServiceTest.test_create_service_with_init ___________________
02:42:22 tests/integration/api_service_test.py:889: in test_create_service_with_init
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ________ ServiceTest.test_create_service_with_network_attachment_config ________
02:42:22 tests/integration/api_service_test.py:379: in test_create_service_with_network_attachment_config
02:42:22     container_spec = docker.types.ContainerSpec(BUSYBOX, ['true'])
02:42:22 E   NameError: name 'BUSYBOX' is not defined
02:42:22 ________________ ServiceTest.test_create_service_with_placement ________________
02:42:22 tests/integration/api_service_test.py:410: in test_create_service_with_placement
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ____________ ServiceTest.test_create_service_with_placement_object _____________
02:42:22 tests/integration/api_service_test.py:426: in test_create_service_with_placement_object
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ___________ ServiceTest.test_create_service_with_placement_platform ____________
02:42:22 tests/integration/api_service_test.py:439: in test_create_service_with_placement_platform
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 __________ ServiceTest.test_create_service_with_placement_preferences __________
02:42:22 tests/integration/api_service_test.py:454: in test_create_service_with_placement_preferences
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _______ ServiceTest.test_create_service_with_placement_preferences_tuple _______
02:42:22 tests/integration/api_service_test.py:469: in test_create_service_with_placement_preferences_tuple
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _______________ ServiceTest.test_create_service_with_privileges ________________
02:42:22 tests/integration/api_service_test.py:872: in test_create_service_with_privileges
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ________________ ServiceTest.test_create_service_with_readonly _________________
02:42:22 tests/integration/api_service_test.py:840: in test_create_service_with_readonly
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 __________ ServiceTest.test_create_service_with_resources_constraints __________
02:42:22 tests/integration/api_service_test.py:206: in test_create_service_with_resources_constraints
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _____________ ServiceTest.test_create_service_with_restart_policy ______________
02:42:22 tests/integration/api_service_test.py:346: in test_create_service_with_restart_policy
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _____________ ServiceTest.test_create_service_with_rollback_config _____________
02:42:22 tests/integration/api_service_test.py:325: in test_create_service_with_rollback_config
02:42:22     task_tmpl, rollback_config=rollback_cfg, name=name
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _________________ ServiceTest.test_create_service_with_secret __________________
02:42:22 tests/integration/api_service_test.py:652: in test_create_service_with_secret
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _______________ ServiceTest.test_create_service_with_stop_signal _______________
02:42:22 tests/integration/api_service_test.py:854: in test_create_service_with_stop_signal
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ___________________ ServiceTest.test_create_service_with_tty ___________________
02:42:22 tests/integration/api_service_test.py:566: in test_create_service_with_tty
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ________________ ServiceTest.test_create_service_with_tty_dict _________________
02:42:22 tests/integration/api_service_test.py:583: in test_create_service_with_tty_dict
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _____________ ServiceTest.test_create_service_with_unicode_config ______________
02:42:22 tests/integration/api_service_test.py:729: in test_create_service_with_unicode_config
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _____________ ServiceTest.test_create_service_with_unicode_secret ______________
02:42:22 tests/integration/api_service_test.py:677: in test_create_service_with_unicode_secret
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ______________ ServiceTest.test_create_service_with_update_config ______________
02:42:22 tests/integration/api_service_test.py:275: in test_create_service_with_update_config
02:42:22     task_tmpl, update_config=update_config, name=name
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 __________ ServiceTest.test_create_service_with_update_config_monitor __________
02:42:22 tests/integration/api_service_test.py:307: in test_create_service_with_update_config_monitor
02:42:22     task_tmpl, update_config=update_config, name=name
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ______________ ServiceTest.test_create_service_with_update_order _______________
02:42:22 tests/integration/api_service_test.py:548: in test_create_service_with_update_order
02:42:22     task_tmpl, update_config=update_config, name=name
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ______________ ServiceTest.test_create_service_with_volume_mount _______________
02:42:22 tests/integration/api_service_test.py:185: in test_create_service_with_volume_mount
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ____________________ ServiceTest.test_inspect_service_by_id ____________________
02:42:22 tests/integration/api_service_test.py:92: in test_inspect_service_by_id
02:42:22     svc_name, svc_id = self.create_simple_service()
02:42:22 tests/integration/api_service_test.py:67: in create_simple_service
02:42:22     task_tmpl, name=name, labels=labels
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ___________________ ServiceTest.test_inspect_service_by_name ___________________
02:42:22 tests/integration/api_service_test.py:98: in test_inspect_service_by_name
02:42:22     svc_name, svc_id = self.create_simple_service()
02:42:22 tests/integration/api_service_test.py:67: in create_simple_service
02:42:22     task_tmpl, name=name, labels=labels
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _______________ ServiceTest.test_inspect_service_insert_defaults _______________
02:42:22 tests/integration/api_service_test.py:105: in test_inspect_service_insert_defaults
02:42:22     svc_name, svc_id = self.create_simple_service()
02:42:22 tests/integration/api_service_test.py:67: in create_simple_service
02:42:22     task_tmpl, name=name, labels=labels
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ________________________ ServiceTest.test_list_services ________________________
02:42:22 tests/integration/api_service_test.py:77: in test_list_services
02:42:22     self.create_simple_service()
02:42:22 tests/integration/api_service_test.py:67: in create_simple_service
02:42:22     task_tmpl, name=name, labels=labels
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ________________ ServiceTest.test_list_services_filter_by_label ________________
02:42:22 tests/integration/api_service_test.py:86: in test_list_services_filter_by_label
02:42:22     self.create_simple_service(labels={'test_label': 'testing'})
02:42:22 tests/integration/api_service_test.py:67: in create_simple_service
02:42:22     task_tmpl, name=name, labels=labels
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ____________________ ServiceTest.test_remove_service_by_id _____________________
02:42:22 tests/integration/api_service_test.py:115: in test_remove_service_by_id
02:42:22     svc_name, svc_id = self.create_simple_service()
02:42:22 tests/integration/api_service_test.py:67: in create_simple_service
02:42:22     task_tmpl, name=name, labels=labels
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ___________________ ServiceTest.test_remove_service_by_name ____________________
02:42:22 tests/integration/api_service_test.py:121: in test_remove_service_by_name
02:42:22     svc_name, svc_id = self.create_simple_service()
02:42:22 tests/integration/api_service_test.py:67: in create_simple_service
02:42:22     task_tmpl, name=name, labels=labels
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ________________________ ServiceTest.test_service_logs _________________________
02:42:22 tests/integration/api_service_test.py:136: in test_service_logs
02:42:22     name, svc_id = self.create_simple_service()
02:42:22 tests/integration/api_service_test.py:67: in create_simple_service
02:42:22     task_tmpl, name=name, labels=labels
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _________________ ServiceTest.test_update_service_force_update _________________
02:42:22 tests/integration/api_service_test.py:626: in test_update_service_force_update
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ___________ ServiceTest.test_update_service_remove_container_labels ____________
02:42:22 tests/integration/api_service_test.py:1230: in test_update_service_remove_container_labels
02:42:22     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ______________ ServiceTest.test_update_service_remove_healthcheck ______________
02:42:22 tests/integration/api_service_test.py:1170: in test_update_service_remove_healthcheck
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ________________ ServiceTest.test_update_service_remove_labels _________________
02:42:22 tests/integration/api_service_test.py:1206: in test_update_service_remove_labels
02:42:22     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ________ ServiceTest.test_update_service_with_defaults_container_labels ________
02:42:22 tests/integration/api_service_test.py:984: in test_update_service_with_defaults_container_labels
02:42:22     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _________ ServiceTest.test_update_service_with_defaults_endpoint_spec __________
02:42:22 tests/integration/api_service_test.py:1111: in test_update_service_with_defaults_endpoint_spec
02:42:22     task_tmpl, name=name, endpoint_spec=endpoint_spec
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _____________ ServiceTest.test_update_service_with_defaults_labels _____________
02:42:22 tests/integration/api_service_test.py:927: in test_update_service_with_defaults_labels
02:42:22     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ______________ ServiceTest.test_update_service_with_defaults_mode ______________
02:42:22 tests/integration/api_service_test.py:955: in test_update_service_with_defaults_mode
02:42:22     mode=docker.types.ServiceMode(mode='replicated', replicas=2)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ______________ ServiceTest.test_update_service_with_defaults_name ______________
02:42:22 tests/integration/api_service_test.py:903: in test_update_service_with_defaults_name
02:42:22     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ____________ ServiceTest.test_update_service_with_defaults_networks ____________
02:42:22 tests/integration/api_service_test.py:1068: in test_update_service_with_defaults_networks
02:42:22     'dockerpytest_1', {'Target': 'dockerpytest_2'}
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _________ ServiceTest.test_update_service_with_defaults_update_config __________
02:42:22 tests/integration/api_service_test.py:1031: in test_update_service_with_defaults_update_config
02:42:22     task_tmpl, update_config=update_config, name=name
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _____________ ServiceTest.test_update_service_with_network_change ______________
02:42:22 tests/integration/api_service_test.py:1274: in test_update_service_with_network_change
02:42:22     task_tmpl, name=name, networks=[net1['Id']]
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ___________________________ ServiceTest.test_create ____________________________
02:42:22 tests/integration/models_services_test.py:33: in test_create
02:42:22     container_labels={'container': 'label'}
02:42:22 docker/models/services.py:225: in create
02:42:22     service_id = self.client.api.create_service(**create_kwargs)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _____________________ ServiceTest.test_create_with_network _____________________
02:42:22 tests/integration/models_services_test.py:53: in test_create_with_network
02:42:22     networks=[network.id]
02:42:22 docker/models/services.py:225: in create
02:42:22     service_id = self.client.api.create_service(**create_kwargs)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ____________________ ServiceTest.test_force_update_service _____________________
02:42:22 tests/integration/models_services_test.py:286: in test_force_update_service
02:42:22     command="sleep 300"
02:42:22 docker/models/services.py:225: in create
02:42:22     service_id = self.client.api.create_service(**create_kwargs)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _______________ ServiceTest.test_force_update_service_using_bool _______________
02:42:22 tests/integration/models_services_test.py:308: in test_force_update_service_using_bool
02:42:22     command="sleep 300"
02:42:22 docker/models/services.py:225: in create
02:42:22     service_id = self.client.api.create_service(**create_kwargs)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _________ ServiceTest.test_force_update_service_using_shorthand_method _________
02:42:22 tests/integration/models_services_test.py:330: in test_force_update_service_using_shorthand_method
02:42:22     command="sleep 300"
02:42:22 docker/models/services.py:225: in create
02:42:22     service_id = self.client.api.create_service(**create_kwargs)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _____________________________ ServiceTest.test_get _____________________________
02:42:22 tests/integration/models_services_test.py:66: in test_get
02:42:22     command="sleep 300"
02:42:22 docker/models/services.py:225: in create
02:42:22     service_id = self.client.api.create_service(**create_kwargs)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _________________________ ServiceTest.test_list_remove _________________________
02:42:22 tests/integration/models_services_test.py:76: in test_list_remove
02:42:22     command="sleep 300"
02:42:22 docker/models/services.py:225: in create
02:42:22     service_id = self.client.api.create_service(**create_kwargs)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _________________ ServiceTest.test_scale_method_global_service _________________
02:42:22 tests/integration/models_services_test.py:264: in test_scale_method_global_service
02:42:22     mode=mode
02:42:22 docker/models/services.py:225: in create
02:42:22     service_id = self.client.api.create_service(**create_kwargs)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ____________________ ServiceTest.test_scale_method_service _____________________
02:42:22 tests/integration/models_services_test.py:242: in test_scale_method_service
02:42:22     command="sleep 300",
02:42:22 docker/models/services.py:225: in create
02:42:22     service_id = self.client.api.create_service(**create_kwargs)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ________________________ ServiceTest.test_scale_service ________________________
02:42:22 tests/integration/models_services_test.py:218: in test_scale_service
02:42:22     command="sleep 300"
02:42:22 docker/models/services.py:225: in create
02:42:22     service_id = self.client.api.create_service(**create_kwargs)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ____________________________ ServiceTest.test_tasks ____________________________
02:42:22 tests/integration/models_services_test.py:87: in test_tasks
02:42:22     command="sleep 300"
02:42:22 docker/models/services.py:225: in create
02:42:22     service_id = self.client.api.create_service(**create_kwargs)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ___________________________ ServiceTest.test_update ____________________________
02:42:22 tests/integration/models_services_test.py:113: in test_update
02:42:22     command="sleep 300"
02:42:22 docker/models/services.py:225: in create
02:42:22     service_id = self.client.api.create_service(**create_kwargs)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ________________ ServiceTest.test_update_remove_service_labels _________________
02:42:22 tests/integration/models_services_test.py:173: in test_update_remove_service_labels
02:42:22     command="sleep 300"
02:42:22 docker/models/services.py:225: in create
02:42:22     service_id = self.client.api.create_service(**create_kwargs)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 _______________ ServiceTest.test_update_retains_container_labels _______________
02:42:22 tests/integration/models_services_test.py:153: in test_update_retains_container_labels
02:42:22     container_labels={'container.label': 'SampleLabel'}
02:42:22 docker/models/services.py:225: in create
02:42:22     service_id = self.client.api.create_service(**create_kwargs)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 ________________ ServiceTest.test_update_retains_service_labels ________________
02:42:22 tests/integration/models_services_test.py:133: in test_update_retains_service_labels
02:42:22     command="sleep 300"
02:42:22 docker/models/services.py:225: in create
02:42:22     service_id = self.client.api.create_service(**create_kwargs)
02:42:22 docker/utils/decorators.py:34: in wrapper
02:42:22     return f(self, *args, **kwargs)
02:42:22 docker/api/service.py:186: in create_service
02:42:22     if hostname is not None:
02:42:22 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:22 =============================== warnings summary ===============================
02:42:22 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
02:42:22   /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
02:42:22     from collections import MutableMapping
02:42:22 
02:42:22 -- Docs: https://docs.pytest.org/en/latest/warnings.html
02:42:22 
02:42:22 ----------- coverage: platform linux, python 3.7.4-final-0 -----------
02:42:22 Name                                  Stmts   Miss Branch BrPart  Cover
02:42:22 -----------------------------------------------------------------------
02:42:22 docker/__init__.py                        5      0      0      0   100%
02:42:22 docker/api/__init__.py                    1      0      0      0   100%
02:42:22 docker/api/build.py                     126     19     93     17    82%
02:42:22 docker/api/client.py                    265     46    100     13    82%
02:42:22 docker/api/config.py                     31      0      6      2    95%
02:42:22 docker/api/container.py                 265     19    104     21    89%
02:42:22 docker/api/daemon.py                     39      2     14      4    89%
02:42:22 docker/api/exec_api.py                   46      4     22      4    88%
02:42:22 docker/api/image.py                     149     19     52     10    85%
02:42:22 docker/api/network.py                    90     13     48     12    80%
02:42:22 docker/api/plugin.py                     90     13     14      4    82%
02:42:22 docker/api/secret.py                     36      3     10      3    83%
02:42:22 docker/api/service.py                   206    137    151     21    29%
02:42:22 docker/api/swarm.py                     106     14     38     10    82%
02:42:22 docker/api/volume.py                     38      3     14      3    88%
02:42:22 docker/auth.py                          198     16     74     16    88%
02:42:22 docker/client.py                         67      4      2      0    94%
02:42:22 docker/constants.py                      16      0      0      0   100%
02:42:22 docker/credentials/__init__.py            3      0      0      0   100%
02:42:22 docker/credentials/constants.py           4      0      0      0   100%
02:42:22 docker/credentials/errors.py             11      1      2      1    85%
02:42:22 docker/credentials/store.py              50      9     16      5    73%
02:42:22 docker/credentials/utils.py              23     13     12      1    31%
02:42:22 docker/errors.py                         90      6     20      6    89%
02:42:22 docker/models/__init__.py                 0      0      0      0   100%
02:42:22 docker/models/configs.py                 21      8      2      0    57%
02:42:22 docker/models/containers.py             183      6     70      5    95%
02:42:22 docker/models/images.py                 137     29     58      3    76%
02:42:22 docker/models/networks.py                37      1     12      0    98%
02:42:22 docker/models/nodes.py                   15      1      2      0    94%
02:42:22 docker/models/plugins.py                 49     30     10      0    32%
02:42:22 docker/models/resource.py                41      9      6      2    77%
02:42:22 docker/models/secrets.py                 21      8      2      0    57%
02:42:22 docker/models/services.py                87     31     36      2    63%
02:42:22 docker/models/swarm.py                   39      3      6      3    87%
02:42:22 docker/models/volumes.py                 23      1      4      0    96%
02:42:22 docker/tls.py                            37      6     14      6    76%
02:42:22 docker/transport/__init__.py             11      3      0      0    73%
02:42:22 docker/transport/basehttpadapter.py       6      0      2      1    88%
02:42:22 docker/transport/npipeconn.py            58     53     10      0     7%
02:42:22 docker/transport/npipesocket.py         134    130     20      0     3%
02:42:22 docker/transport/sshconn.py              68     44     12      1    31%
02:42:22 docker/transport/ssladapter.py           36     10     10      4    65%
02:42:22 docker/transport/unixconn.py             65      6     12      4    87%
02:42:22 docker/types/__init__.py                  6      0      0      0   100%
02:42:22 docker/types/base.py                      5      0      2      0   100%
02:42:22 docker/types/containers.py              360     46    298     35    86%
02:42:22 docker/types/daemon.py                   36      8     14      4    72%
02:42:22 docker/types/healthcheck.py              34     12      4      1    61%
02:42:22 docker/types/networks.py                 35      4     22      3    84%
02:42:22 docker/types/services.py                312     59    206     33    78%
02:42:22 docker/types/swarm.py                    51     24     40     10    52%
02:42:22 docker/utils/__init__.py                  3      0      0      0   100%
02:42:22 docker/utils/build.py                   154     18     76      7    87%
02:42:22 docker/utils/config.py                   36      1     10      1    96%
02:42:22 docker/utils/decorators.py               32      1     12      1    95%
02:42:22 docker/utils/fnmatch.py                  55     18     28      2    61%
02:42:22 docker/utils/json_stream.py              43      8     14      2    79%
02:42:22 docker/utils/ports.py                    50      3     32      2    91%
02:42:22 docker/utils/proxy.py                    32      1     12      0    98%
02:42:22 docker/utils/socket.py                   86      9     40      7    86%
02:42:22 docker/utils/utils.py                   285     19    177     13    92%
02:42:22 docker/version.py                         2      0      2      0   100%
02:42:22 -----------------------------------------------------------------------
02:42:22 TOTAL                                  4640    951   2069    305    77%
02:42:22 
02:42:22 =========================== short test summary info ============================
02:42:22 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
02:42:22   CONFIG_RT_GROUP_SCHED isn't enabled
02:42:22 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
02:42:22   Not supported on most drivers
02:42:22 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
02:42:22   This doesn't seem to be taken into account by the engine
02:42:22 XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks
02:42:22   Flaky test
02:42:22 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
02:42:22 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
02:42:22 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
02:42:22 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
02:42:22 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
02:42:22 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
02:42:22 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
02:42:22 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
02:42:22 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
02:42:22 SKIPPED [1] tests/unit/utils_test.py:486: shlex doesn't support bytes in py3
02:42:22 = 73 failed, 841 passed, 11 skipped, 5 xfailed, 2 xpassed, 1 warnings in 294.87 seconds =
[Pipeline] sh
02:42:23 dpy-dind-1-0-py2.7-19.03.1
02:42:23 dpy-tests-1-0-py2.7-19.03.1
02:42:23 + docker rm -vf dpy-dind-1-0-py2.7-19.03.1 dpy-tests-1-0-py2.7-19.03.1
02:42:23 + docker stop dpy-dind-1-0-py3.7-19.03.1 dpy-tests-1-0-py3.7-19.03.1
02:42:23 dpy-dind-1-0-py2.7-19.03.1
02:42:23 dpy-tests-1-0-py2.7-19.03.1
02:42:23 + docker network rm dpy-testnet-1-0-py2.7-19.03.1
02:42:24 dpy-testnet-1-0-py2.7-19.03.1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.1
Terminated
02:42:25 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
02:42:25 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
02:42:25 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
02:42:25 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 40%]
02:42:25 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%]
02:42:25 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%]
02:42:27 dpy-dind-1-0-py3.7-19.03.2-rc1
02:42:27 dpy-tests-1-0-py3.7-19.03.2-rc1
02:42:27 + docker rm -vf dpy-dind-1-0-py3.7-19.03.2-rc1 dpy-tests-1-0-py3.7-19.03.2-rc1
02:42:27 dpy-dind-1-0-py3.7-19.03.2-rc1
02:42:27 dpy-tests-1-0-py3.7-19.03.2-rc1
02:42:27 + docker network rm dpy-testnet-1-0-py3.7-19.03.2-rc1
02:42:27 dpy-testnet-1-0-py3.7-19.03.2-rc1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.2-rc1
02:42:28 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%]
02:42:28 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%]
02:42:28 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%]
02:42:28 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%]
02:42:28 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 40%]
02:42:28 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%]
02:42:28 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%]
02:42:28 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
02:42:28 dpy-dind-1-0-py2.7-19.03.2-rc1
02:42:28 dpy-tests-1-0-py2.7-19.03.2-rc1
02:42:28 + docker rm -vf dpy-dind-1-0-py2.7-19.03.2-rc1 dpy-tests-1-0-py2.7-19.03.2-rc1
02:42:28 dpy-dind-1-0-py2.7-19.03.2-rc1
02:42:28 dpy-tests-1-0-py2.7-19.03.2-rc1
02:42:28 + docker network rm dpy-testnet-1-0-py2.7-19.03.2-rc1
02:42:28 dpy-testnet-1-0-py2.7-19.03.2-rc1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.2-rc1
02:42:28 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
02:42:28 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
02:42:29 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
02:42:29 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
02:42:29 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
02:42:29 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 41%]
02:42:29 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 41%]
02:42:29 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%]
02:42:29 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 41%]
02:42:29 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
02:42:29 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
02:42:29 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
02:42:29 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
02:42:29 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
02:42:29 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 42%]
02:42:29 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%]
02:42:29 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 42%]
02:42:29 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%]
02:42:29 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
02:42:29 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
02:42:29 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
02:42:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
02:42:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
02:42:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 43%]
02:42:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%]
02:42:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%]
02:42:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%]
02:42:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%]
02:42:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
02:42:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
02:42:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
02:42:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
02:42:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
02:42:29 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 44%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 45%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 46%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 48%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
02:42:29 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 49%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 49%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 50%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 51%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 51%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 51%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 51%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 52%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
02:42:29 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 53%]
02:42:29 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 53%]
02:42:29 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 53%]
02:42:29 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 53%]
02:42:29 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 53%]
02:42:29 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 53%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 54%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 54%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 54%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 54%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 54%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 55%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 55%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 55%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 55%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 55%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 55%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 56%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 56%]
02:42:29 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 56%]
02:42:29 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%]
02:42:29 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 56%]
02:42:29 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%]
02:42:29 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
02:42:29 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
02:42:29 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 57%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 57%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 57%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 57%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 57%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 58%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 58%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 59%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 59%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 59%]
02:42:29 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%]
02:42:29 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%]
02:42:30 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%]
02:42:30 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%]
02:42:30 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
02:42:30 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%]
02:42:30 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%]
02:42:30 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
02:42:30 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
02:42:31 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 60%]
02:42:31 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%]
02:42:31 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%]
02:42:31 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%]
02:42:31 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%]
02:42:31 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 60%]
02:42:31 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%]
02:42:31 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 41%]
02:42:31 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 41%]
02:42:31 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%]
02:42:31 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED     [ 41%]
02:42:31 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%]
02:42:31 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%]
02:42:31 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%]
02:42:31 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%]
02:42:31 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%]
02:42:31 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 42%]
02:42:31 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%]
02:42:31 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED  [ 42%]
02:42:31 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%]
02:42:31 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%]
02:42:31 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%]
02:42:31 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%]
02:42:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%]
02:42:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%]
02:42:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 43%]
02:42:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%]
02:42:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%]
02:42:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%]
02:42:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%]
02:42:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%]
02:42:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%]
02:42:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%]
02:42:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%]
02:42:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%]
02:42:31 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 44%]
02:42:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%]
02:42:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%]
02:42:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%]
02:42:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%]
02:42:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%]
02:42:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%]
02:42:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%]
02:42:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%]
02:42:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 45%]
02:42:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%]
02:42:31 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%]
02:42:31 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%]
02:42:31 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 60%]
02:42:31 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 60%]
02:42:31 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%]
02:42:31 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
02:42:31 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
02:42:31 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
02:42:31 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 61%]
02:42:31 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 61%]
02:42:31 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%]
02:42:31 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%]
02:42:31 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%]
02:42:31 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 61%]
02:42:31 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 61%]
02:42:31 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
02:42:31 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
02:42:31 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 62%]
02:42:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 62%]
02:42:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 62%]
02:42:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%]
02:42:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%]
02:42:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%]
02:42:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%]
02:42:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
02:42:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
02:42:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
02:42:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 63%]
02:42:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 63%]
02:42:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%]
02:42:31 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%]
02:42:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%]
02:42:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%]
02:42:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%]
02:42:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
02:42:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
02:42:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 64%]
02:42:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 64%]
02:42:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 64%]
02:42:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%]
02:42:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%]
02:42:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%]
02:42:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%]
02:42:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
02:42:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
02:42:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 65%]
02:42:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 65%]
02:42:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 65%]
02:42:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%]
02:42:31 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%]
02:42:31 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%]
02:42:31 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%]
02:42:31 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%]
02:42:31 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
02:42:31 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
02:42:31 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 66%]
02:42:31 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 66%]
02:42:31 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 66%]
02:42:31 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 66%]
02:42:31 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 66%]
02:42:31 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%]
02:42:31 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%]
02:42:31 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
02:42:31 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
02:42:31 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 67%]
02:42:31 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 67%]
02:42:31 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 67%]
02:42:31 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%]
02:42:31 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%]
02:42:31 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%]
02:42:31 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%]
02:42:31 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%]
02:42:31 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
02:42:31 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 68%]
02:42:31 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 68%]
02:42:31 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 68%]
02:42:31 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 68%]
02:42:31 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 68%]
02:42:31 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
02:42:31 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
02:42:31 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 46%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 48%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%]
02:42:32 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 49%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED        [ 49%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_export PASSED      [ 49%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 50%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED   [ 50%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 51%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED    [ 51%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED     [ 51%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED        [ 51%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_port PASSED        [ 51%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 52%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED        [ 52%]
02:42:32 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 53%]
02:42:32 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED           [ 53%]
02:42:32 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED          [ 53%]
02:42:32 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED           [ 53%]
02:42:32 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED            [ 53%]
02:42:32 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED   [ 53%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_commit PASSED              [ 53%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED           [ 53%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED       [ 53%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED           [ 53%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED           [ 54%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_images PASSED              [ 54%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED      [ 54%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED        [ 54%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED        [ 54%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED       [ 54%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED          [ 55%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED    [ 55%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_pull PASSED                [ 55%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED         [ 55%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED          [ 55%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED   [ 55%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%]
02:42:32 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
02:42:32 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 69%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 69%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 69%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 69%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 70%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 70%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 70%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 70%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 71%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 71%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 71%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 71%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 71%]
02:42:32 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
02:42:32 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
02:42:32 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
02:42:32 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
02:42:32 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
02:42:32 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 72%]
02:42:32 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 72%]
02:42:32 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 72%]
02:42:32 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 72%]
02:42:32 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
02:42:32 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
02:42:32 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
02:42:32 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
02:42:32 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
02:42:32 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 73%]
02:42:32 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 73%]
02:42:32 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 73%]
02:42:32 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 73%]
02:42:32 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
02:42:32 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
02:42:32 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
02:42:32 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
02:42:32 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
02:42:32 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%]
02:42:32 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 74%]
02:42:32 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 74%]
02:42:32 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 74%]
02:42:32 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
02:42:32 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
02:42:32 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
02:42:32 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
02:42:32 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
02:42:32 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
02:42:32 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 75%]
02:42:32 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 75%]
02:42:32 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 75%]
02:42:32 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 75%]
02:42:32 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
02:42:32 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
02:42:32 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
02:42:32 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
02:42:32 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
02:42:32 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 76%]
02:42:32 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 76%]
02:42:32 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 76%]
02:42:32 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 76%]
02:42:32 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
02:42:32 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
02:42:32 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
02:42:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
02:42:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
02:42:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
02:42:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 77%]
02:42:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 77%]
02:42:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 77%]
02:42:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
02:42:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
02:42:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED        [ 55%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED           [ 56%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED     [ 56%]
02:42:32 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED       [ 56%]
02:42:32 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%]
02:42:32 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED  [ 56%]
02:42:32 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%]
02:42:32 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%]
02:42:32 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED   [ 56%]
02:42:32 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED  [ 56%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 57%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED                  [ 57%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_events PASSED                [ 57%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED   [ 57%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_info PASSED                  [ 57%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_login PASSED                 [ 57%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED           [ 57%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_search PASSED                [ 58%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 58%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED  [ 58%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED       [ 58%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED   [ 59%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED    [ 59%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_version PASSED               [ 59%]
02:42:32 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%]
02:42:32 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%]
02:42:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
02:42:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
02:42:32 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 78%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 78%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 78%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 78%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 79%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 79%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 79%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 79%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 80%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 80%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 80%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
02:42:32 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
02:42:32 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
02:42:32 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
02:42:32 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
02:42:32 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 81%]
02:42:32 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 81%]
02:42:32 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 81%]
02:42:32 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
02:42:32 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
02:42:32 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%]
02:42:32 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
02:42:32 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
02:42:32 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
02:42:32 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 82%]
02:42:32 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 82%]
02:42:32 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 82%]
02:42:32 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 82%]
02:42:32 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
02:42:32 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
02:42:32 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
02:42:32 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
02:42:32 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
02:42:32 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 83%]
02:42:32 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 83%]
02:42:32 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 83%]
02:42:32 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 83%]
02:42:32 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
02:42:32 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
02:42:32 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
02:42:32 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
02:42:32 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
02:42:32 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
02:42:32 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
02:42:32 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 84%]
02:42:32 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 84%]
02:42:32 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 84%]
02:42:32 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 85%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 85%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 85%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 86%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 86%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 86%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
02:42:32 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%]
02:42:32 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 87%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 87%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 87%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 88%]
02:42:32 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 88%]
02:42:32 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
02:42:32 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
02:42:32 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
02:42:32 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
02:42:32 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
02:42:32 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
02:42:32 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
02:42:32 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 89%]
02:42:32 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 89%]
02:42:32 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
02:42:32 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
02:42:32 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
02:42:32 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
02:42:32 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
02:42:32 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
02:42:32 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
02:42:32 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
02:42:32 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 90%]
02:42:32 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 90%]
02:42:32 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
02:42:32 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
02:42:32 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
02:42:32 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
02:42:32 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
02:42:32 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
02:42:32 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
02:42:32 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 91%]
02:42:32 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 91%]
02:42:32 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
02:42:32 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
02:42:32 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
02:42:32 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
02:42:32 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
02:42:32 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
02:42:32 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
02:42:32 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 92%]
02:42:32 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 92%]
02:42:32 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
02:42:32 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
02:42:32 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
02:42:32 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
02:42:32 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
02:42:32 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
02:42:32 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
02:42:32 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
02:42:32 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 93%]
02:42:32 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 93%]
02:42:32 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
02:42:32 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
02:42:32 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
02:42:32 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
02:42:32 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
02:42:32 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
02:42:32 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
02:42:32 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 94%]
02:42:32 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 94%]
02:42:32 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
02:42:32 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
02:42:32 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
02:42:32 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
02:42:32 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
02:42:32 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
02:42:32 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
02:42:32 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
02:42:32 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 95%]
02:42:32 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
02:42:32 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
02:42:32 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
02:42:32 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
02:42:32 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_maxint PASSED [ 96%]
02:42:32 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
02:42:32 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
02:42:32 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
02:42:32 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%]
02:42:32 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 96%]
02:42:32 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
02:42:32 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
02:42:32 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
02:42:32 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
02:42:32 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
02:42:32 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
02:42:32 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
02:42:32 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
02:42:32 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
02:42:32 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
02:42:32 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
02:42:32 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
02:42:32 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
02:42:32 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
02:42:32 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
02:42:32 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
02:42:32 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
02:42:32 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
02:42:32 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
02:42:32 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
02:42:33 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%]
02:42:33 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
02:42:33 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
02:42:33 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
02:42:33 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
02:42:33 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
02:42:33 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
02:42:33 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
02:42:33 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%]
02:42:33 dpy-dind-1-0-py3.7-19.03.1
02:42:33 dpy-tests-1-0-py3.7-19.03.1
02:42:33 + docker rm -vf dpy-dind-1-0-py3.7-19.03.1 dpy-tests-1-0-py3.7-19.03.1
02:42:33 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 60%]
02:42:33 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
02:42:33 
02:42:33 =================================== FAILURES ===================================
02:42:33 ______________ ServiceTest.test_create_service_custom_log_driver _______________
02:42:33 tests/integration/api_service_test.py:166: in test_create_service_custom_log_driver
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _________________ ServiceTest.test_create_service_global_mode __________________
02:42:33 tests/integration/api_service_test.py:598: in test_create_service_global_mode
02:42:33     task_tmpl, name=name, mode='global'
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _______________ ServiceTest.test_create_service_replicated_mode ________________
02:42:33 tests/integration/api_service_test.py:612: in test_create_service_replicated_mode
02:42:33     mode=docker.types.ServiceMode('replicated', 5)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ____________________ ServiceTest.test_create_service_simple ____________________
02:42:33 tests/integration/api_service_test.py:127: in test_create_service_simple
02:42:33     name, svc_id = self.create_simple_service()
02:42:33 tests/integration/api_service_test.py:67: in create_simple_service
02:42:33     task_tmpl, name=name, labels=labels
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _________________ ServiceTest.test_create_service_with_config __________________
02:42:33 tests/integration/api_service_test.py:704: in test_create_service_with_config
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _____________ ServiceTest.test_create_service_with_custom_networks _____________
02:42:33 tests/integration/api_service_test.py:365: in test_create_service_with_custom_networks
02:42:33     'dockerpytest_1', {'Target': 'dockerpytest_2'}
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _______________ ServiceTest.test_create_service_with_dns_config ________________
02:42:33 tests/integration/api_service_test.py:803: in test_create_service_with_dns_config
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ______________ ServiceTest.test_create_service_with_endpoint_spec ______________
02:42:33 tests/integration/api_service_test.py:484: in test_create_service_with_endpoint_spec
02:42:33     task_tmpl, name=name, endpoint_spec=endpoint_spec
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ___________________ ServiceTest.test_create_service_with_env ___________________
02:42:33 tests/integration/api_service_test.py:531: in test_create_service_with_env
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _________ ServiceTest.test_create_service_with_failure_action_rollback _________
02:42:33 tests/integration/api_service_test.py:291: in test_create_service_with_failure_action_rollback
02:42:33     task_tmpl, update_config=update_config, name=name
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _________________ ServiceTest.test_create_service_with_groups __________________
02:42:33 tests/integration/api_service_test.py:784: in test_create_service_with_groups
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _______________ ServiceTest.test_create_service_with_healthcheck _______________
02:42:33 tests/integration/api_service_test.py:823: in test_create_service_with_healthcheck
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ________________ ServiceTest.test_create_service_with_hostname _________________
02:42:33 tests/integration/api_service_test.py:769: in test_create_service_with_hostname
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:187: in create_service
02:42:33     data["Network"][0]["Aliases"] = [hostname]
02:42:33 E   KeyError: 'Network'
02:42:33 __________________ ServiceTest.test_create_service_with_hosts __________________
02:42:33 tests/integration/api_service_test.py:754: in test_create_service_with_hosts
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ________ ServiceTest.test_create_service_with_network_attachment_config ________
02:42:33 tests/integration/api_service_test.py:379: in test_create_service_with_network_attachment_config
02:42:33     container_spec = docker.types.ContainerSpec(BUSYBOX, ['true'])
02:42:33 E   NameError: name 'BUSYBOX' is not defined
02:42:33 ________________ ServiceTest.test_create_service_with_placement ________________
02:42:33 tests/integration/api_service_test.py:410: in test_create_service_with_placement
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ____________ ServiceTest.test_create_service_with_placement_object _____________
02:42:33 tests/integration/api_service_test.py:426: in test_create_service_with_placement_object
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ___________ ServiceTest.test_create_service_with_placement_platform ____________
02:42:33 tests/integration/api_service_test.py:439: in test_create_service_with_placement_platform
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 __________ ServiceTest.test_create_service_with_placement_preferences __________
02:42:33 tests/integration/api_service_test.py:454: in test_create_service_with_placement_preferences
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _______ ServiceTest.test_create_service_with_placement_preferences_tuple _______
02:42:33 tests/integration/api_service_test.py:469: in test_create_service_with_placement_preferences_tuple
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _______________ ServiceTest.test_create_service_with_privileges ________________
02:42:33 tests/integration/api_service_test.py:872: in test_create_service_with_privileges
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ________________ ServiceTest.test_create_service_with_readonly _________________
02:42:33 tests/integration/api_service_test.py:840: in test_create_service_with_readonly
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 __________ ServiceTest.test_create_service_with_resources_constraints __________
02:42:33 tests/integration/api_service_test.py:206: in test_create_service_with_resources_constraints
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _____________ ServiceTest.test_create_service_with_restart_policy ______________
02:42:33 tests/integration/api_service_test.py:346: in test_create_service_with_restart_policy
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _____________ ServiceTest.test_create_service_with_rollback_config _____________
02:42:33 tests/integration/api_service_test.py:325: in test_create_service_with_rollback_config
02:42:33     task_tmpl, rollback_config=rollback_cfg, name=name
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _________________ ServiceTest.test_create_service_with_secret __________________
02:42:33 tests/integration/api_service_test.py:652: in test_create_service_with_secret
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _______________ ServiceTest.test_create_service_with_stop_signal _______________
02:42:33 tests/integration/api_service_test.py:854: in test_create_service_with_stop_signal
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ___________________ ServiceTest.test_create_service_with_tty ___________________
02:42:33 tests/integration/api_service_test.py:566: in test_create_service_with_tty
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ________________ ServiceTest.test_create_service_with_tty_dict _________________
02:42:33 tests/integration/api_service_test.py:583: in test_create_service_with_tty_dict
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _____________ ServiceTest.test_create_service_with_unicode_config ______________
02:42:33 tests/integration/api_service_test.py:729: in test_create_service_with_unicode_config
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _____________ ServiceTest.test_create_service_with_unicode_secret ______________
02:42:33 tests/integration/api_service_test.py:677: in test_create_service_with_unicode_secret
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ______________ ServiceTest.test_create_service_with_update_config ______________
02:42:33 tests/integration/api_service_test.py:275: in test_create_service_with_update_config
02:42:33     task_tmpl, update_config=update_config, name=name
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 __________ ServiceTest.test_create_service_with_update_config_monitor __________
02:42:33 tests/integration/api_service_test.py:307: in test_create_service_with_update_config_monitor
02:42:33     task_tmpl, update_config=update_config, name=name
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ______________ ServiceTest.test_create_service_with_update_order _______________
02:42:33 tests/integration/api_service_test.py:548: in test_create_service_with_update_order
02:42:33     task_tmpl, update_config=update_config, name=name
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ______________ ServiceTest.test_create_service_with_volume_mount _______________
02:42:33 tests/integration/api_service_test.py:185: in test_create_service_with_volume_mount
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ____________________ ServiceTest.test_inspect_service_by_id ____________________
02:42:33 tests/integration/api_service_test.py:92: in test_inspect_service_by_id
02:42:33     svc_name, svc_id = self.create_simple_service()
02:42:33 tests/integration/api_service_test.py:67: in create_simple_service
02:42:33     task_tmpl, name=name, labels=labels
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ___________________ ServiceTest.test_inspect_service_by_name ___________________
02:42:33 tests/integration/api_service_test.py:98: in test_inspect_service_by_name
02:42:33     svc_name, svc_id = self.create_simple_service()
02:42:33 tests/integration/api_service_test.py:67: in create_simple_service
02:42:33     task_tmpl, name=name, labels=labels
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _______________ ServiceTest.test_inspect_service_insert_defaults _______________
02:42:33 tests/integration/api_service_test.py:105: in test_inspect_service_insert_defaults
02:42:33     svc_name, svc_id = self.create_simple_service()
02:42:33 tests/integration/api_service_test.py:67: in create_simple_service
02:42:33     task_tmpl, name=name, labels=labels
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ________________________ ServiceTest.test_list_services ________________________
02:42:33 tests/integration/api_service_test.py:77: in test_list_services
02:42:33     self.create_simple_service()
02:42:33 tests/integration/api_service_test.py:67: in create_simple_service
02:42:33     task_tmpl, name=name, labels=labels
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ________________ ServiceTest.test_list_services_filter_by_label ________________
02:42:33 tests/integration/api_service_test.py:86: in test_list_services_filter_by_label
02:42:33     self.create_simple_service(labels={'test_label': 'testing'})
02:42:33 tests/integration/api_service_test.py:67: in create_simple_service
02:42:33     task_tmpl, name=name, labels=labels
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ____________________ ServiceTest.test_remove_service_by_id _____________________
02:42:33 tests/integration/api_service_test.py:115: in test_remove_service_by_id
02:42:33     svc_name, svc_id = self.create_simple_service()
02:42:33 tests/integration/api_service_test.py:67: in create_simple_service
02:42:33     task_tmpl, name=name, labels=labels
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ___________________ ServiceTest.test_remove_service_by_name ____________________
02:42:33 tests/integration/api_service_test.py:121: in test_remove_service_by_name
02:42:33     svc_name, svc_id = self.create_simple_service()
02:42:33 tests/integration/api_service_test.py:67: in create_simple_service
02:42:33     task_tmpl, name=name, labels=labels
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ________________________ ServiceTest.test_service_logs _________________________
02:42:33 tests/integration/api_service_test.py:136: in test_service_logs
02:42:33     name, svc_id = self.create_simple_service()
02:42:33 tests/integration/api_service_test.py:67: in create_simple_service
02:42:33     task_tmpl, name=name, labels=labels
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _________________ ServiceTest.test_update_service_force_update _________________
02:42:33 tests/integration/api_service_test.py:626: in test_update_service_force_update
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ___________ ServiceTest.test_update_service_remove_container_labels ____________
02:42:33 tests/integration/api_service_test.py:1230: in test_update_service_remove_container_labels
02:42:33     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ______________ ServiceTest.test_update_service_remove_healthcheck ______________
02:42:33 tests/integration/api_service_test.py:1170: in test_update_service_remove_healthcheck
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ________________ ServiceTest.test_update_service_remove_labels _________________
02:42:33 tests/integration/api_service_test.py:1206: in test_update_service_remove_labels
02:42:33     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ________ ServiceTest.test_update_service_with_defaults_container_labels ________
02:42:33 tests/integration/api_service_test.py:984: in test_update_service_with_defaults_container_labels
02:42:33     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _________ ServiceTest.test_update_service_with_defaults_endpoint_spec __________
02:42:33 tests/integration/api_service_test.py:1111: in test_update_service_with_defaults_endpoint_spec
02:42:33     task_tmpl, name=name, endpoint_spec=endpoint_spec
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _____________ ServiceTest.test_update_service_with_defaults_labels _____________
02:42:33 tests/integration/api_service_test.py:927: in test_update_service_with_defaults_labels
02:42:33     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ______________ ServiceTest.test_update_service_with_defaults_mode ______________
02:42:33 tests/integration/api_service_test.py:955: in test_update_service_with_defaults_mode
02:42:33     mode=docker.types.ServiceMode(mode='replicated', replicas=2)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ______________ ServiceTest.test_update_service_with_defaults_name ______________
02:42:33 tests/integration/api_service_test.py:903: in test_update_service_with_defaults_name
02:42:33     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ____________ ServiceTest.test_update_service_with_defaults_networks ____________
02:42:33 tests/integration/api_service_test.py:1068: in test_update_service_with_defaults_networks
02:42:33     'dockerpytest_1', {'Target': 'dockerpytest_2'}
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _________ ServiceTest.test_update_service_with_defaults_update_config __________
02:42:33 tests/integration/api_service_test.py:1031: in test_update_service_with_defaults_update_config
02:42:33     task_tmpl, update_config=update_config, name=name
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _____________ ServiceTest.test_update_service_with_network_change ______________
02:42:33 tests/integration/api_service_test.py:1274: in test_update_service_with_network_change
02:42:33     task_tmpl, name=name, networks=[net1['Id']]
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ___________________________ ServiceTest.test_create ____________________________
02:42:33 tests/integration/models_services_test.py:33: in test_create
02:42:33     container_labels={'container': 'label'}
02:42:33 docker/models/services.py:225: in create
02:42:33     service_id = self.client.api.create_service(**create_kwargs)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _____________________ ServiceTest.test_create_with_network _____________________
02:42:33 tests/integration/models_services_test.py:53: in test_create_with_network
02:42:33     networks=[network.id]
02:42:33 docker/models/services.py:225: in create
02:42:33     service_id = self.client.api.create_service(**create_kwargs)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ____________________ ServiceTest.test_force_update_service _____________________
02:42:33 tests/integration/models_services_test.py:286: in test_force_update_service
02:42:33     command="sleep 300"
02:42:33 docker/models/services.py:225: in create
02:42:33     service_id = self.client.api.create_service(**create_kwargs)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _______________ ServiceTest.test_force_update_service_using_bool _______________
02:42:33 tests/integration/models_services_test.py:308: in test_force_update_service_using_bool
02:42:33     command="sleep 300"
02:42:33 docker/models/services.py:225: in create
02:42:33     service_id = self.client.api.create_service(**create_kwargs)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _________ ServiceTest.test_force_update_service_using_shorthand_method _________
02:42:33 tests/integration/models_services_test.py:330: in test_force_update_service_using_shorthand_method
02:42:33     command="sleep 300"
02:42:33 docker/models/services.py:225: in create
02:42:33     service_id = self.client.api.create_service(**create_kwargs)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _____________________________ ServiceTest.test_get _____________________________
02:42:33 tests/integration/models_services_test.py:66: in test_get
02:42:33     command="sleep 300"
02:42:33 docker/models/services.py:225: in create
02:42:33     service_id = self.client.api.create_service(**create_kwargs)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _________________________ ServiceTest.test_list_remove _________________________
02:42:33 tests/integration/models_services_test.py:76: in test_list_remove
02:42:33     command="sleep 300"
02:42:33 docker/models/services.py:225: in create
02:42:33     service_id = self.client.api.create_service(**create_kwargs)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _________________ ServiceTest.test_scale_method_global_service _________________
02:42:33 tests/integration/models_services_test.py:264: in test_scale_method_global_service
02:42:33     mode=mode
02:42:33 docker/models/services.py:225: in create
02:42:33     service_id = self.client.api.create_service(**create_kwargs)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ____________________ ServiceTest.test_scale_method_service _____________________
02:42:33 tests/integration/models_services_test.py:242: in test_scale_method_service
02:42:33     command="sleep 300",
02:42:33 docker/models/services.py:225: in create
02:42:33     service_id = self.client.api.create_service(**create_kwargs)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ________________________ ServiceTest.test_scale_service ________________________
02:42:33 tests/integration/models_services_test.py:218: in test_scale_service
02:42:33     command="sleep 300"
02:42:33 docker/models/services.py:225: in create
02:42:33     service_id = self.client.api.create_service(**create_kwargs)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ____________________________ ServiceTest.test_tasks ____________________________
02:42:33 tests/integration/models_services_test.py:87: in test_tasks
02:42:33     command="sleep 300"
02:42:33 docker/models/services.py:225: in create
02:42:33     service_id = self.client.api.create_service(**create_kwargs)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ___________________________ ServiceTest.test_update ____________________________
02:42:33 tests/integration/models_services_test.py:113: in test_update
02:42:33     command="sleep 300"
02:42:33 docker/models/services.py:225: in create
02:42:33     service_id = self.client.api.create_service(**create_kwargs)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ________________ ServiceTest.test_update_remove_service_labels _________________
02:42:33 tests/integration/models_services_test.py:173: in test_update_remove_service_labels
02:42:33     command="sleep 300"
02:42:33 docker/models/services.py:225: in create
02:42:33     service_id = self.client.api.create_service(**create_kwargs)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 _______________ ServiceTest.test_update_retains_container_labels _______________
02:42:33 tests/integration/models_services_test.py:153: in test_update_retains_container_labels
02:42:33     container_labels={'container.label': 'SampleLabel'}
02:42:33 docker/models/services.py:225: in create
02:42:33     service_id = self.client.api.create_service(**create_kwargs)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 ________________ ServiceTest.test_update_retains_service_labels ________________
02:42:33 tests/integration/models_services_test.py:133: in test_update_retains_service_labels
02:42:33     command="sleep 300"
02:42:33 docker/models/services.py:225: in create
02:42:33     service_id = self.client.api.create_service(**create_kwargs)
02:42:33 docker/utils/decorators.py:34: in wrapper
02:42:33     return f(self, *args, **kwargs)
02:42:33 docker/api/service.py:186: in create_service
02:42:33     if hostname is not None:
02:42:33 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:33 =============================== warnings summary ===============================
02:42:33 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
02:42:33   /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
02:42:33     from collections import MutableMapping
02:42:33 
02:42:33 -- Docs: https://docs.pytest.org/en/latest/warnings.html
02:42:33 
02:42:33 ----------- coverage: platform linux, python 3.7.4-final-0 -----------
02:42:33 Name                                  Stmts   Miss Branch BrPart  Cover
02:42:33 -----------------------------------------------------------------------
02:42:33 docker/__init__.py                        5      0      0      0   100%
02:42:33 docker/api/__init__.py                    1      0      0      0   100%
02:42:33 docker/api/build.py                     126     21     93     17    81%
02:42:33 docker/api/client.py                    265     46    100     13    82%
02:42:33 docker/api/config.py                     31      0      6      2    95%
02:42:33 docker/api/container.py                 265     23    104     19    86%
02:42:33 docker/api/daemon.py                     39      2     14      4    89%
02:42:33 docker/api/exec_api.py                   46      6     22      4    82%
02:42:33 docker/api/image.py                     149     19     52     10    85%
02:42:33 docker/api/network.py                    90     17     48     12    75%
02:42:33 docker/api/plugin.py                     90     13     14      4    82%
02:42:33 docker/api/secret.py                     36      3     10      3    83%
02:42:33 docker/api/service.py                   206    133    151     25    31%
02:42:33 docker/api/swarm.py                     106     20     38     10    72%
02:42:33 docker/api/volume.py                     38      3     14      3    88%
02:42:33 docker/auth.py                          198     16     74     16    88%
02:42:33 docker/client.py                         67      4      2      0    94%
02:42:33 docker/constants.py                      16      0      0      0   100%
02:42:33 docker/credentials/__init__.py            3      0      0      0   100%
02:42:33 docker/credentials/constants.py           4      0      0      0   100%
02:42:33 docker/credentials/errors.py             11      1      2      1    85%
02:42:33 docker/credentials/store.py              50      9     16      5    73%
02:42:33 docker/credentials/utils.py              23     13     12      1    31%
02:42:33 docker/errors.py                         90      6     20      6    89%
02:42:33 docker/models/__init__.py                 0      0      0      0   100%
02:42:33 docker/models/configs.py                 21      8      2      0    57%
02:42:33 docker/models/containers.py             183      6     70      5    95%
02:42:33 docker/models/images.py                 137     29     58      3    76%
02:42:33 docker/models/networks.py                37      1     12      0    98%
02:42:33 docker/models/nodes.py                   15      1      2      0    94%
02:42:33 docker/models/plugins.py                 49     30     10      0    32%
02:42:33 docker/models/resource.py                41      9      6      2    77%
02:42:33 docker/models/secrets.py                 21      8      2      0    57%
02:42:33 docker/models/services.py                87     31     36      2    63%
02:42:33 docker/models/swarm.py                   39      3      6      3    87%
02:42:33 docker/models/volumes.py                 23      1      4      0    96%
02:42:33 docker/tls.py                            37      6     14      6    76%
02:42:33 docker/transport/__init__.py             11      3      0      0    73%
02:42:33 docker/transport/basehttpadapter.py       6      0      2      1    88%
02:42:33 docker/transport/npipeconn.py            58     53     10      0     7%
02:42:33 docker/transport/npipesocket.py         134    130     20      0     3%
02:42:33 docker/transport/sshconn.py              68     44     12      1    31%
02:42:33 docker/transport/ssladapter.py           36     10     10      4    65%
02:42:33 docker/transport/unixconn.py             65      6     12      4    87%
02:42:33 docker/types/__init__.py                  6      0      0      0   100%
02:42:33 docker/types/base.py                      5      0      2      0   100%
02:42:33 docker/types/containers.py              360     46    298     35    86%
02:42:33 docker/types/daemon.py                   36      8     14      4    72%
02:42:33 docker/types/healthcheck.py              34     12      4      1    61%
02:42:33 docker/types/networks.py                 35      4     22      3    84%
02:42:33 docker/types/services.py                312     65    206     39    75%
02:42:33 docker/types/swarm.py                    51     24     40     10    52%
02:42:33 docker/utils/__init__.py                  3      0      0      0   100%
02:42:33 docker/utils/build.py                   154     18     76      7    87%
02:42:33 docker/utils/config.py                   36      1     10      1    96%
02:42:33 docker/utils/decorators.py               32      1     12      1    95%
02:42:33 docker/utils/fnmatch.py                  55     18     28      2    61%
02:42:33 docker/utils/json_stream.py              43      8     14      2    79%
02:42:33 docker/utils/ports.py                    50      3     32      2    91%
02:42:33 docker/utils/proxy.py                    32      1     12      0    98%
02:42:33 docker/utils/socket.py                   86      9     40      7    86%
02:42:33 docker/utils/utils.py                   285     19    177     13    92%
02:42:33 docker/version.py                         2      0      2      0   100%
02:42:33 -----------------------------------------------------------------------
02:42:33 TOTAL                                  4640    971   2069    313    76%
02:42:33 
02:42:33 =========================== short test summary info ============================
02:42:33 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
02:42:33   CONFIG_RT_GROUP_SCHED isn't enabled
02:42:33 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
02:42:33   Not supported on most drivers
02:42:33 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
02:42:33   This doesn't seem to be taken into account by the engine
02:42:33 XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks
02:42:33   Flaky test
02:42:33 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
02:42:33 SKIPPED [1] tests/integration/api_build_test.py:441: API version is too low (< 1.32)
02:42:33 SKIPPED [1] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
02:42:33 SKIPPED [1] tests/integration/api_build_test.py:587: API version is too low (< 1.31)
02:42:33 SKIPPED [1] tests/integration/api_container_test.py:917: API version is too low (< 1.35)
02:42:33 SKIPPED [1] tests/integration/api_exec_test.py:182: API version is too low (< 1.35)
02:42:33 SKIPPED [1] tests/integration/api_image_test.py:66: API version is too low (< 1.32)
02:42:33 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
02:42:33 SKIPPED [1] tests/integration/api_network_test.py:451: API version is too low (< 1.31)
02:42:33 SKIPPED [1] tests/integration/api_service_test.py:503: API version is too low (< 1.32)
02:42:33 SKIPPED [1] tests/integration/api_service_test.py:229: API version is too low (< 1.32)
02:42:33 SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38)
02:42:33 SKIPPED [1] tests/integration/api_service_test.py:261: API version is too low (< 1.32)
02:42:33 SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39)
02:42:33 SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39)
02:42:33 SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39)
02:42:33 SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39)
02:42:33 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
02:42:33 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
02:42:33 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
02:42:33 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
02:42:33 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
02:42:33 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
02:42:33 SKIPPED [1] tests/unit/utils_test.py:486: shlex doesn't support bytes in py3
02:42:33 = 70 failed, 833 passed, 23 skipped, 5 xfailed, 1 xpassed, 1 warnings in 309.86 seconds =
02:42:33 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 60%]
02:42:34 dpy-dind-1-0-py3.7-19.03.1
02:42:34 dpy-tests-1-0-py3.7-19.03.1
02:42:34 + docker network rm dpy-testnet-1-0-py3.7-19.03.1
02:42:34 dpy-testnet-1-0-py3.7-19.03.1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.1
Terminated
[Pipeline] sh
02:42:34 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%]
02:42:34 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED     [ 60%]
02:42:34 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED    [ 60%]
02:42:34 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%]
02:42:34 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%]
02:42:34 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%]
02:42:34 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED     [ 60%]
02:42:34 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 61%]
02:42:34 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 61%]
02:42:34 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%]
02:42:34 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%]
02:42:34 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%]
02:42:34 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED    [ 61%]
02:42:34 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED      [ 61%]
02:42:34 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%]
02:42:34 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED     [ 61%]
02:42:34 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED  [ 62%]
02:42:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 62%]
02:42:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 62%]
02:42:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%]
02:42:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%]
02:42:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%]
02:42:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%]
02:42:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%]
02:42:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%]
02:42:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%]
02:42:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 63%]
02:42:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 63%]
02:42:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%]
02:42:34 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%]
02:42:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%]
02:42:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%]
02:42:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%]
02:42:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%]
02:42:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%]
02:42:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 64%]
02:42:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 64%]
02:42:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 64%]
02:42:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%]
02:42:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%]
02:42:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%]
02:42:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%]
02:42:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%]
02:42:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%]
02:42:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 65%]
02:42:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 65%]
02:42:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 65%]
02:42:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%]
02:42:34 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%]
02:42:34 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%]
02:42:34 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%]
02:42:34 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%]
02:42:34 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%]
02:42:34 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%]
02:42:34 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 66%]
02:42:34 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 66%]
02:42:34 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 66%]
02:42:34 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED    [ 66%]
02:42:34 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED  [ 66%]
02:42:34 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%]
02:42:34 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%]
02:42:34 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%]
02:42:34 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%]
02:42:34 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 67%]
02:42:34 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 67%]
02:42:34 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 67%]
02:42:34 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%]
02:42:34 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%]
02:42:34 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%]
02:42:34 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%]
02:42:34 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%]
02:42:34 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%]
02:42:34 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 68%]
02:42:34 tests/unit/client_test.py::ClientTest::test_call_containers PASSED       [ 68%]
02:42:34 tests/unit/client_test.py::ClientTest::test_events PASSED                [ 68%]
02:42:34 tests/unit/client_test.py::ClientTest::test_info PASSED                  [ 68%]
02:42:34 tests/unit/client_test.py::ClientTest::test_ping PASSED                  [ 68%]
02:42:34 tests/unit/client_test.py::ClientTest::test_version PASSED               [ 68%]
02:42:34 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED             [ 68%]
02:42:34 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%]
02:42:34 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%]
02:42:34 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 69%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 69%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 69%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 69%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 70%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 70%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 70%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 70%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 71%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 71%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 71%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 71%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 71%]
02:42:34 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%]
02:42:34 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%]
02:42:34 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%]
02:42:34 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%]
02:42:34 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%]
02:42:34 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 72%]
02:42:34 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 72%]
02:42:34 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 72%]
02:42:34 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 72%]
02:42:34 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%]
02:42:34 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%]
02:42:34 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%]
02:42:34 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%]
02:42:34 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%]
02:42:34 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 73%]
02:42:34 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 73%]
02:42:34 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 73%]
02:42:34 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED  [ 73%]
02:42:34 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%]
02:42:34 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%]
02:42:34 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%]
02:42:34 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%]
02:42:34 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%]
02:42:34 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%]
02:42:34 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 74%]
02:42:34 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 74%]
02:42:34 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 74%]
02:42:34 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%]
02:42:34 + docker stop dpy-dind-1-0-py3.7-17.06.2-ce dpy-tests-1-0-py3.7-17.06.2-ce
02:42:34 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%]
02:42:34 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%]
02:42:34 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%]
02:42:34 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%]
02:42:34 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%]
02:42:34 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 75%]
02:42:34 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 75%]
02:42:34 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED        [ 75%]
02:42:34 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED        [ 75%]
02:42:34 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED        [ 76%]
02:42:34 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%]
02:42:34 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%]
02:42:34 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%]
02:42:34 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%]
02:42:34 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED     [ 76%]
02:42:34 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED     [ 76%]
02:42:34 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED     [ 76%]
02:42:34 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 76%]
02:42:34 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%]
02:42:34 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%]
02:42:34 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%]
02:42:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%]
02:42:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%]
02:42:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%]
02:42:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 77%]
02:42:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 77%]
02:42:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 77%]
02:42:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%]
02:42:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%]
02:42:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%]
02:42:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%]
02:42:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%]
02:42:34 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED  [ 78%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED  [ 78%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED    [ 78%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 78%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED  [ 79%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED   [ 79%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED    [ 79%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED  [ 79%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED    [ 79%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED    [ 79%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED   [ 79%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED  [ 80%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED  [ 80%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED  [ 80%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED   [ 80%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED   [ 80%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED  [ 80%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED    [ 80%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED     [ 81%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED  [ 81%]
02:42:34 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED    [ 81%]
02:42:34 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%]
02:42:34 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED   [ 81%]
02:42:34 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%]
02:42:34 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED  [ 81%]
02:42:34 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED  [ 81%]
02:42:34 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED  [ 81%]
02:42:34 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%]
02:42:34 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%]
02:42:34 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED  [ 82%]
02:42:34 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%]
02:42:34 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%]
02:42:34 tests/unit/models_images_test.py::ImageTest::test_history PASSED         [ 82%]
02:42:34 tests/unit/models_images_test.py::ImageTest::test_save PASSED            [ 82%]
02:42:34 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED        [ 82%]
02:42:34 tests/unit/models_images_test.py::ImageTest::test_tag PASSED             [ 82%]
02:42:34 tests/unit/models_images_test.py::ImageTest::test_tags PASSED            [ 83%]
02:42:34 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%]
02:42:34 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%]
02:42:34 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%]
02:42:35 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED     [ 83%]
02:42:35 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED  [ 83%]
02:42:35 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED      [ 83%]
02:42:35 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED         [ 83%]
02:42:35 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED       [ 83%]
02:42:35 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%]
02:42:35 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%]
02:42:35 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%]
02:42:35 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%]
02:42:35 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%]
02:42:35 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%]
02:42:35 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%]
02:42:35 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED              [ 84%]
02:42:35 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 84%]
02:42:35 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED             [ 84%]
02:42:35 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED     [ 85%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED  [ 85%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 85%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 85%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 85%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED   [ 86%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 86%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 86%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 87%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 87%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 87%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 88%]
02:42:35 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 88%]
02:42:35 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED  [ 89%]
02:42:35 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED     [ 89%]
02:42:35 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%]
02:42:35 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%]
02:42:35 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%]
02:42:35 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED   [ 89%]
02:42:35 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%]
02:42:35 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 89%]
02:42:35 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 89%]
02:42:35 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%]
02:42:35 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%]
02:42:35 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%]
02:42:35 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%]
02:42:35 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%]
02:42:35 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%]
02:42:35 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%]
02:42:35 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%]
02:42:35 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 90%]
02:42:35 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 90%]
02:42:35 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%]
02:42:35 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%]
02:42:35 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%]
02:42:35 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%]
02:42:35 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%]
02:42:35 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%]
02:42:35 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%]
02:42:35 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED   [ 91%]
02:42:35 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 91%]
02:42:35 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED         [ 92%]
02:42:35 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED  [ 92%]
02:42:35 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED     [ 92%]
02:42:35 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%]
02:42:35 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%]
02:42:35 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%]
02:42:35 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%]
02:42:35 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 92%]
02:42:35 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 92%]
02:42:35 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%]
02:42:35 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%]
02:42:35 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%]
02:42:35 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%]
02:42:35 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%]
02:42:35 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%]
02:42:35 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%]
02:42:35 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%]
02:42:35 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 93%]
02:42:35 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 93%]
02:42:35 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%]
02:42:35 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%]
02:42:35 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED          [ 94%]
02:42:35 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%]
02:42:35 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED      [ 94%]
02:42:35 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%]
02:42:35 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%]
02:42:35 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 94%]
02:42:35 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 94%]
02:42:35 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%]
02:42:35 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%]
02:42:35 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%]
02:42:35 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%]
02:42:35 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%]
02:42:35 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%]
02:42:35 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED              [ 95%]
02:42:35 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%]
02:42:35 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED       [ 95%]
02:42:35 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%]
02:42:35 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%]
02:42:35 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED  [ 96%]
02:42:35 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%]
02:42:35 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_maxint PASSED [ 96%]
02:42:35 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED  [ 96%]
02:42:35 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED         [ 96%]
02:42:35 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED      [ 96%]
02:42:35 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%]
02:42:35 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 96%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED    [ 97%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED  [ 97%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED    [ 98%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED      [ 98%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED   [ 98%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%]
02:42:35 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED  [ 99%]
02:42:35 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%]
02:42:36 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%]
02:42:36 
02:42:36 =================================== FAILURES ===================================
02:42:36 ______________ ServiceTest.test_create_service_custom_log_driver _______________
02:42:36 tests/integration/api_service_test.py:166: in test_create_service_custom_log_driver
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _________________ ServiceTest.test_create_service_global_mode __________________
02:42:36 tests/integration/api_service_test.py:598: in test_create_service_global_mode
02:42:36     task_tmpl, name=name, mode='global'
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _______________ ServiceTest.test_create_service_replicated_mode ________________
02:42:36 tests/integration/api_service_test.py:612: in test_create_service_replicated_mode
02:42:36     mode=docker.types.ServiceMode('replicated', 5)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ____________________ ServiceTest.test_create_service_simple ____________________
02:42:36 tests/integration/api_service_test.py:127: in test_create_service_simple
02:42:36     name, svc_id = self.create_simple_service()
02:42:36 tests/integration/api_service_test.py:67: in create_simple_service
02:42:36     task_tmpl, name=name, labels=labels
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _________________ ServiceTest.test_create_service_with_config __________________
02:42:36 tests/integration/api_service_test.py:704: in test_create_service_with_config
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _____________ ServiceTest.test_create_service_with_custom_networks _____________
02:42:36 tests/integration/api_service_test.py:365: in test_create_service_with_custom_networks
02:42:36     'dockerpytest_1', {'Target': 'dockerpytest_2'}
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _______________ ServiceTest.test_create_service_with_dns_config ________________
02:42:36 tests/integration/api_service_test.py:803: in test_create_service_with_dns_config
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ______________ ServiceTest.test_create_service_with_endpoint_spec ______________
02:42:36 tests/integration/api_service_test.py:484: in test_create_service_with_endpoint_spec
02:42:36     task_tmpl, name=name, endpoint_spec=endpoint_spec
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ___________________ ServiceTest.test_create_service_with_env ___________________
02:42:36 tests/integration/api_service_test.py:531: in test_create_service_with_env
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _________ ServiceTest.test_create_service_with_failure_action_rollback _________
02:42:36 tests/integration/api_service_test.py:291: in test_create_service_with_failure_action_rollback
02:42:36     task_tmpl, update_config=update_config, name=name
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _________________ ServiceTest.test_create_service_with_groups __________________
02:42:36 tests/integration/api_service_test.py:784: in test_create_service_with_groups
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _______________ ServiceTest.test_create_service_with_healthcheck _______________
02:42:36 tests/integration/api_service_test.py:823: in test_create_service_with_healthcheck
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ________________ ServiceTest.test_create_service_with_hostname _________________
02:42:36 tests/integration/api_service_test.py:769: in test_create_service_with_hostname
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:187: in create_service
02:42:36     data["Network"][0]["Aliases"] = [hostname]
02:42:36 E   KeyError: 'Network'
02:42:36 __________________ ServiceTest.test_create_service_with_hosts __________________
02:42:36 tests/integration/api_service_test.py:754: in test_create_service_with_hosts
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ________ ServiceTest.test_create_service_with_network_attachment_config ________
02:42:36 tests/integration/api_service_test.py:379: in test_create_service_with_network_attachment_config
02:42:36     container_spec = docker.types.ContainerSpec(BUSYBOX, ['true'])
02:42:36 E   NameError: global name 'BUSYBOX' is not defined
02:42:36 ________________ ServiceTest.test_create_service_with_placement ________________
02:42:36 tests/integration/api_service_test.py:410: in test_create_service_with_placement
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ____________ ServiceTest.test_create_service_with_placement_object _____________
02:42:36 tests/integration/api_service_test.py:426: in test_create_service_with_placement_object
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ___________ ServiceTest.test_create_service_with_placement_platform ____________
02:42:36 tests/integration/api_service_test.py:439: in test_create_service_with_placement_platform
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 __________ ServiceTest.test_create_service_with_placement_preferences __________
02:42:36 tests/integration/api_service_test.py:454: in test_create_service_with_placement_preferences
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _______ ServiceTest.test_create_service_with_placement_preferences_tuple _______
02:42:36 tests/integration/api_service_test.py:469: in test_create_service_with_placement_preferences_tuple
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _______________ ServiceTest.test_create_service_with_privileges ________________
02:42:36 tests/integration/api_service_test.py:872: in test_create_service_with_privileges
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ________________ ServiceTest.test_create_service_with_readonly _________________
02:42:36 tests/integration/api_service_test.py:840: in test_create_service_with_readonly
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 __________ ServiceTest.test_create_service_with_resources_constraints __________
02:42:36 tests/integration/api_service_test.py:206: in test_create_service_with_resources_constraints
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _____________ ServiceTest.test_create_service_with_restart_policy ______________
02:42:36 tests/integration/api_service_test.py:346: in test_create_service_with_restart_policy
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _____________ ServiceTest.test_create_service_with_rollback_config _____________
02:42:36 tests/integration/api_service_test.py:325: in test_create_service_with_rollback_config
02:42:36     task_tmpl, rollback_config=rollback_cfg, name=name
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _________________ ServiceTest.test_create_service_with_secret __________________
02:42:36 tests/integration/api_service_test.py:652: in test_create_service_with_secret
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _______________ ServiceTest.test_create_service_with_stop_signal _______________
02:42:36 tests/integration/api_service_test.py:854: in test_create_service_with_stop_signal
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ___________________ ServiceTest.test_create_service_with_tty ___________________
02:42:36 tests/integration/api_service_test.py:566: in test_create_service_with_tty
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ________________ ServiceTest.test_create_service_with_tty_dict _________________
02:42:36 tests/integration/api_service_test.py:583: in test_create_service_with_tty_dict
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _____________ ServiceTest.test_create_service_with_unicode_config ______________
02:42:36 tests/integration/api_service_test.py:729: in test_create_service_with_unicode_config
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _____________ ServiceTest.test_create_service_with_unicode_secret ______________
02:42:36 tests/integration/api_service_test.py:677: in test_create_service_with_unicode_secret
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ______________ ServiceTest.test_create_service_with_update_config ______________
02:42:36 tests/integration/api_service_test.py:275: in test_create_service_with_update_config
02:42:36     task_tmpl, update_config=update_config, name=name
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 __________ ServiceTest.test_create_service_with_update_config_monitor __________
02:42:36 tests/integration/api_service_test.py:307: in test_create_service_with_update_config_monitor
02:42:36     task_tmpl, update_config=update_config, name=name
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ______________ ServiceTest.test_create_service_with_update_order _______________
02:42:36 tests/integration/api_service_test.py:548: in test_create_service_with_update_order
02:42:36     task_tmpl, update_config=update_config, name=name
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ______________ ServiceTest.test_create_service_with_volume_mount _______________
02:42:36 tests/integration/api_service_test.py:185: in test_create_service_with_volume_mount
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ____________________ ServiceTest.test_inspect_service_by_id ____________________
02:42:36 tests/integration/api_service_test.py:92: in test_inspect_service_by_id
02:42:36     svc_name, svc_id = self.create_simple_service()
02:42:36 tests/integration/api_service_test.py:67: in create_simple_service
02:42:36     task_tmpl, name=name, labels=labels
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ___________________ ServiceTest.test_inspect_service_by_name ___________________
02:42:36 tests/integration/api_service_test.py:98: in test_inspect_service_by_name
02:42:36     svc_name, svc_id = self.create_simple_service()
02:42:36 tests/integration/api_service_test.py:67: in create_simple_service
02:42:36     task_tmpl, name=name, labels=labels
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _______________ ServiceTest.test_inspect_service_insert_defaults _______________
02:42:36 tests/integration/api_service_test.py:105: in test_inspect_service_insert_defaults
02:42:36     svc_name, svc_id = self.create_simple_service()
02:42:36 tests/integration/api_service_test.py:67: in create_simple_service
02:42:36     task_tmpl, name=name, labels=labels
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ________________________ ServiceTest.test_list_services ________________________
02:42:36 tests/integration/api_service_test.py:77: in test_list_services
02:42:36     self.create_simple_service()
02:42:36 tests/integration/api_service_test.py:67: in create_simple_service
02:42:36     task_tmpl, name=name, labels=labels
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ________________ ServiceTest.test_list_services_filter_by_label ________________
02:42:36 tests/integration/api_service_test.py:86: in test_list_services_filter_by_label
02:42:36     self.create_simple_service(labels={'test_label': 'testing'})
02:42:36 tests/integration/api_service_test.py:67: in create_simple_service
02:42:36     task_tmpl, name=name, labels=labels
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ____________________ ServiceTest.test_remove_service_by_id _____________________
02:42:36 tests/integration/api_service_test.py:115: in test_remove_service_by_id
02:42:36     svc_name, svc_id = self.create_simple_service()
02:42:36 tests/integration/api_service_test.py:67: in create_simple_service
02:42:36     task_tmpl, name=name, labels=labels
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ___________________ ServiceTest.test_remove_service_by_name ____________________
02:42:36 tests/integration/api_service_test.py:121: in test_remove_service_by_name
02:42:36     svc_name, svc_id = self.create_simple_service()
02:42:36 tests/integration/api_service_test.py:67: in create_simple_service
02:42:36     task_tmpl, name=name, labels=labels
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ________________________ ServiceTest.test_service_logs _________________________
02:42:36 tests/integration/api_service_test.py:136: in test_service_logs
02:42:36     name, svc_id = self.create_simple_service()
02:42:36 tests/integration/api_service_test.py:67: in create_simple_service
02:42:36     task_tmpl, name=name, labels=labels
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _________________ ServiceTest.test_update_service_force_update _________________
02:42:36 tests/integration/api_service_test.py:626: in test_update_service_force_update
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ___________ ServiceTest.test_update_service_remove_container_labels ____________
02:42:36 tests/integration/api_service_test.py:1230: in test_update_service_remove_container_labels
02:42:36     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ______________ ServiceTest.test_update_service_remove_healthcheck ______________
02:42:36 tests/integration/api_service_test.py:1170: in test_update_service_remove_healthcheck
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ________________ ServiceTest.test_update_service_remove_labels _________________
02:42:36 tests/integration/api_service_test.py:1206: in test_update_service_remove_labels
02:42:36     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ________ ServiceTest.test_update_service_with_defaults_container_labels ________
02:42:36 tests/integration/api_service_test.py:984: in test_update_service_with_defaults_container_labels
02:42:36     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _________ ServiceTest.test_update_service_with_defaults_endpoint_spec __________
02:42:36 tests/integration/api_service_test.py:1111: in test_update_service_with_defaults_endpoint_spec
02:42:36     task_tmpl, name=name, endpoint_spec=endpoint_spec
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _____________ ServiceTest.test_update_service_with_defaults_labels _____________
02:42:36 tests/integration/api_service_test.py:927: in test_update_service_with_defaults_labels
02:42:36     task_tmpl, name=name, labels={'service.label': 'SampleLabel'}
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ______________ ServiceTest.test_update_service_with_defaults_mode ______________
02:42:36 tests/integration/api_service_test.py:955: in test_update_service_with_defaults_mode
02:42:36     mode=docker.types.ServiceMode(mode='replicated', replicas=2)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ______________ ServiceTest.test_update_service_with_defaults_name ______________
02:42:36 tests/integration/api_service_test.py:903: in test_update_service_with_defaults_name
02:42:36     svc_id = self.client.create_service(task_tmpl, name=name)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ____________ ServiceTest.test_update_service_with_defaults_networks ____________
02:42:36 tests/integration/api_service_test.py:1068: in test_update_service_with_defaults_networks
02:42:36     'dockerpytest_1', {'Target': 'dockerpytest_2'}
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _________ ServiceTest.test_update_service_with_defaults_update_config __________
02:42:36 tests/integration/api_service_test.py:1031: in test_update_service_with_defaults_update_config
02:42:36     task_tmpl, update_config=update_config, name=name
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _____________ ServiceTest.test_update_service_with_network_change ______________
02:42:36 tests/integration/api_service_test.py:1274: in test_update_service_with_network_change
02:42:36     task_tmpl, name=name, networks=[net1['Id']]
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ___________________________ ServiceTest.test_create ____________________________
02:42:36 tests/integration/models_services_test.py:33: in test_create
02:42:36     container_labels={'container': 'label'}
02:42:36 docker/models/services.py:225: in create
02:42:36     service_id = self.client.api.create_service(**create_kwargs)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _____________________ ServiceTest.test_create_with_network _____________________
02:42:36 tests/integration/models_services_test.py:53: in test_create_with_network
02:42:36     networks=[network.id]
02:42:36 docker/models/services.py:225: in create
02:42:36     service_id = self.client.api.create_service(**create_kwargs)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ____________________ ServiceTest.test_force_update_service _____________________
02:42:36 tests/integration/models_services_test.py:286: in test_force_update_service
02:42:36     command="sleep 300"
02:42:36 docker/models/services.py:225: in create
02:42:36     service_id = self.client.api.create_service(**create_kwargs)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _______________ ServiceTest.test_force_update_service_using_bool _______________
02:42:36 tests/integration/models_services_test.py:308: in test_force_update_service_using_bool
02:42:36     command="sleep 300"
02:42:36 docker/models/services.py:225: in create
02:42:36     service_id = self.client.api.create_service(**create_kwargs)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _________ ServiceTest.test_force_update_service_using_shorthand_method _________
02:42:36 tests/integration/models_services_test.py:330: in test_force_update_service_using_shorthand_method
02:42:36     command="sleep 300"
02:42:36 docker/models/services.py:225: in create
02:42:36     service_id = self.client.api.create_service(**create_kwargs)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _____________________________ ServiceTest.test_get _____________________________
02:42:36 tests/integration/models_services_test.py:66: in test_get
02:42:36     command="sleep 300"
02:42:36 docker/models/services.py:225: in create
02:42:36     service_id = self.client.api.create_service(**create_kwargs)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _________________________ ServiceTest.test_list_remove _________________________
02:42:36 tests/integration/models_services_test.py:76: in test_list_remove
02:42:36     command="sleep 300"
02:42:36 docker/models/services.py:225: in create
02:42:36     service_id = self.client.api.create_service(**create_kwargs)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _________________ ServiceTest.test_scale_method_global_service _________________
02:42:36 tests/integration/models_services_test.py:264: in test_scale_method_global_service
02:42:36     mode=mode
02:42:36 docker/models/services.py:225: in create
02:42:36     service_id = self.client.api.create_service(**create_kwargs)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ____________________ ServiceTest.test_scale_method_service _____________________
02:42:36 tests/integration/models_services_test.py:242: in test_scale_method_service
02:42:36     command="sleep 300",
02:42:36 docker/models/services.py:225: in create
02:42:36     service_id = self.client.api.create_service(**create_kwargs)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ________________________ ServiceTest.test_scale_service ________________________
02:42:36 tests/integration/models_services_test.py:218: in test_scale_service
02:42:36     command="sleep 300"
02:42:36 docker/models/services.py:225: in create
02:42:36     service_id = self.client.api.create_service(**create_kwargs)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ____________________________ ServiceTest.test_tasks ____________________________
02:42:36 tests/integration/models_services_test.py:87: in test_tasks
02:42:36     command="sleep 300"
02:42:36 docker/models/services.py:225: in create
02:42:36     service_id = self.client.api.create_service(**create_kwargs)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ___________________________ ServiceTest.test_update ____________________________
02:42:36 tests/integration/models_services_test.py:113: in test_update
02:42:36     command="sleep 300"
02:42:36 docker/models/services.py:225: in create
02:42:36     service_id = self.client.api.create_service(**create_kwargs)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ________________ ServiceTest.test_update_remove_service_labels _________________
02:42:36 tests/integration/models_services_test.py:173: in test_update_remove_service_labels
02:42:36     command="sleep 300"
02:42:36 docker/models/services.py:225: in create
02:42:36     service_id = self.client.api.create_service(**create_kwargs)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 _______________ ServiceTest.test_update_retains_container_labels _______________
02:42:36 tests/integration/models_services_test.py:153: in test_update_retains_container_labels
02:42:36     container_labels={'container.label': 'SampleLabel'}
02:42:36 docker/models/services.py:225: in create
02:42:36     service_id = self.client.api.create_service(**create_kwargs)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 ________________ ServiceTest.test_update_retains_service_labels ________________
02:42:36 tests/integration/models_services_test.py:133: in test_update_retains_service_labels
02:42:36     command="sleep 300"
02:42:36 docker/models/services.py:225: in create
02:42:36     service_id = self.client.api.create_service(**create_kwargs)
02:42:36 docker/utils/decorators.py:34: in wrapper
02:42:36     return f(self, *args, **kwargs)
02:42:36 docker/api/service.py:186: in create_service
02:42:36     if hostname is not None:
02:42:36 E   UnboundLocalError: local variable 'hostname' referenced before assignment
02:42:36 
02:42:36 ---------- coverage: platform linux2, python 2.7.16-final-0 ----------
02:42:36 Name                                  Stmts   Miss Branch BrPart  Cover
02:42:36 -----------------------------------------------------------------------
02:42:36 docker/__init__.py                        5      0      0      0   100%
02:42:36 docker/api/__init__.py                    1      0      0      0   100%
02:42:36 docker/api/build.py                     126     21     92     17    81%
02:42:36 docker/api/client.py                    265     45     98     12    82%
02:42:36 docker/api/config.py                     31      1      6      2    92%
02:42:36 docker/api/container.py                 265     23    102     19    87%
02:42:36 docker/api/daemon.py                     39      2     14      4    89%
02:42:36 docker/api/exec_api.py                   46      6     22      4    82%
02:42:36 docker/api/image.py                     149     19     50     10    84%
02:42:36 docker/api/network.py                    90     17     48     12    75%
02:42:36 docker/api/plugin.py                     90     13     12      4    81%
02:42:36 docker/api/secret.py                     36      4     10      3    80%
02:42:36 docker/api/service.py                   206    133    151     25    31%
02:42:36 docker/api/swarm.py                     106     20     38     10    72%
02:42:36 docker/api/volume.py                     38      3     14      3    88%
02:42:36 docker/auth.py                          198     16     74     17    88%
02:42:36 docker/client.py                         67      4      2      0    94%
02:42:36 docker/constants.py                      16      0      0      0   100%
02:42:36 docker/credentials/__init__.py            3      0      0      0   100%
02:42:36 docker/credentials/constants.py           4      0      0      0   100%
02:42:36 docker/credentials/errors.py             11      1      2      1    85%
02:42:36 docker/credentials/store.py              50      6     16      3    83%
02:42:36 docker/credentials/utils.py              23     13     12      1    31%
02:42:36 docker/errors.py                         90      6     18      6    89%
02:42:36 docker/models/__init__.py                 0      0      0      0   100%
02:42:36 docker/models/configs.py                 21      8      0      0    62%
02:42:36 docker/models/containers.py             183      6     60      5    95%
02:42:36 docker/models/images.py                 137     29     52      3    76%
02:42:36 docker/models/networks.py                37      1      8      0    98%
02:42:36 docker/models/nodes.py                   15      1      0      0    93%
02:42:36 docker/models/plugins.py                 49     30      8      0    33%
02:42:36 docker/models/resource.py                41      9      6      2    77%
02:42:36 docker/models/secrets.py                 21      8      0      0    62%
02:42:36 docker/models/services.py                87     31     34      2    64%
02:42:36 docker/models/swarm.py                   39      3      6      3    87%
02:42:36 docker/models/volumes.py                 23      1      2      0    96%
02:42:36 docker/tls.py                            37      6     14      6    76%
02:42:36 docker/transport/__init__.py             11      3      0      0    73%
02:42:36 docker/transport/basehttpadapter.py       6      0      2      1    88%
02:42:36 docker/transport/npipeconn.py            58     53     10      0     7%
02:42:36 docker/transport/npipesocket.py         134    130     20      0     3%
02:42:36 docker/transport/sshconn.py              68     44     12      1    31%
02:42:36 docker/transport/ssladapter.py           36      8     10      4    70%
02:42:36 docker/transport/unixconn.py             65      5     12      4    88%
02:42:36 docker/types/__init__.py                  6      0      0      0   100%
02:42:36 docker/types/base.py                      5      0      2      0   100%
02:42:36 docker/types/containers.py              360     46    296     35    86%
02:42:36 docker/types/daemon.py                   36      9     14      3    68%
02:42:36 docker/types/healthcheck.py              34     12      4      1    61%
02:42:36 docker/types/networks.py                 35      4     22      3    84%
02:42:36 docker/types/services.py                312     65    206     39    75%
02:42:36 docker/types/swarm.py                    51     24     40     10    52%
02:42:36 docker/utils/__init__.py                  3      0      0      0   100%
02:42:36 docker/utils/build.py                   154     14     74      7    89%
02:42:36 docker/utils/config.py                   36      1     10      1    96%
02:42:36 docker/utils/decorators.py               32      1     12      1    95%
02:42:36 docker/utils/fnmatch.py                  55     18     28      2    61%
02:42:36 docker/utils/json_stream.py              43      8     14      2    79%
02:42:36 docker/utils/ports.py                    50      3     28      2    91%
02:42:36 docker/utils/proxy.py                    32      1     12      0    98%
02:42:36 docker/utils/socket.py                   86      8     40      7    87%
02:42:36 docker/utils/utils.py                   285     17    164     12    93%
02:42:36 docker/version.py                         2      0      0      0   100%
02:42:36 -----------------------------------------------------------------------
02:42:36 TOTAL                                  4640    960   2003    309    77%
02:42:36 
02:42:36 =========================== short test summary info ============================
02:42:36 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
02:42:36   CONFIG_RT_GROUP_SCHED isn't enabled
02:42:36 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
02:42:36   Not supported on most drivers
02:42:36 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
02:42:36   This doesn't seem to be taken into account by the engine
02:42:36 XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks
02:42:36   Flaky test
02:42:36 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows
02:42:36 SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39)
02:42:36 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows
02:42:36 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows
02:42:36 SKIPPED [1] tests/integration/api_exec_test.py:182: API version is too low (< 1.35)
02:42:36 SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38)
02:42:36 SKIPPED [1] tests/integration/api_build_test.py:587: API version is too low (< 1.31)
02:42:36 SKIPPED [1] tests/integration/api_container_test.py:917: API version is too low (< 1.35)
02:42:36 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32'
02:42:36 SKIPPED [2] tests/helpers.py:67: API version is too low (< 1.32)
02:42:36 SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39)
02:42:36 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax
02:42:36 SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39)
02:42:36 SKIPPED [1] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode
02:42:36 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows
02:42:36 SKIPPED [1] tests/integration/api_network_test.py:451: API version is too low (< 1.31)
02:42:36 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
02:42:36 SKIPPED [1] tests/integration/api_service_test.py:229: API version is too low (< 1.32)
02:42:36 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
02:42:36 SKIPPED [1] tests/integration/api_service_test.py:503: API version is too low (< 1.32)
02:42:36 SKIPPED [1] tests/integration/api_service_test.py:261: API version is too low (< 1.32)
02:42:36 SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39)
02:42:36 ========================== deprecated python version ===========================
02:42:36 You are using Python 2.7.16, which will no longer be supported in pytest 5.0
02:42:36 For more information, please read:
02:42:36   https://docs.pytest.org/en/latest/py27-py34-deprecation.html
02:42:36 == 70 failed, 834 passed, 22 skipped, 5 xfailed, 1 xpassed in 318.73 seconds ===
[Pipeline] sh
02:42:36 + docker stop dpy-dind-1-0-py2.7-17.06.2-ce dpy-tests-1-0-py2.7-17.06.2-ce
02:42:46 dpy-dind-1-0-py3.7-17.06.2-ce
02:42:46 dpy-tests-1-0-py3.7-17.06.2-ce
02:42:46 + docker rm -vf dpy-dind-1-0-py3.7-17.06.2-ce dpy-tests-1-0-py3.7-17.06.2-ce
02:42:46 dpy-dind-1-0-py3.7-17.06.2-ce
02:42:46 dpy-tests-1-0-py3.7-17.06.2-ce
02:42:46 + docker network rm dpy-testnet-1-0-py3.7-17.06.2-ce
02:42:46 dpy-testnet-1-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
02:42:49 dpy-dind-1-0-py2.7-17.06.2-ce
02:42:49 dpy-tests-1-0-py2.7-17.06.2-ce
02:42:49 + docker rm -vf dpy-dind-1-0-py2.7-17.06.2-ce dpy-tests-1-0-py2.7-17.06.2-ce
02:42:49 dpy-dind-1-0-py2.7-17.06.2-ce
02:42:49 dpy-tests-1-0-py2.7-17.06.2-ce
02:42:49 + docker network rm dpy-testnet-1-0-py2.7-17.06.2-ce
02:42:49 dpy-testnet-1-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