Pull request #2471 updated 09:07:56 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at c65d437843310b46ccb93b1c418ff7da547a5fec rather than 9f41a6e97a75be61388c5de10f49957c4d8aaa7d Obtained Jenkinsfile from c65d437843310b46ccb93b1c418ff7da547a5fec 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 ad1b00369dd78a15c273e17e363f91bced3f6e18 using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision ad1b00369dd78a15c273e17e363f91bced3f6e18 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ad1b00369dd78a15c273e17e363f91bced3f6e18 # timeout=10 Commit message: "Merge pull request #22 from docker/add-getOnlineNodeNamesByPrefix" > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] node Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-07c0a13bfe7e164d4) in /home/ubuntu/workspace/docker-py_PR-2471 [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-2471@tmp/deac2dc0-6533-4960-a963-00a7a72adae3/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] echo 09:08:06 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 09:08:06 chowning workspace [Pipeline] sh 09:08:07 + pwd 09:08:07 + id -u 09:08:07 + id -g 09:08:07 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2471:/workspace busybox chown -R 1000:1000 /workspace 09:08:07 Unable to find image 'busybox:latest' locally 09:08:07 latest: Pulling from library/busybox 09:08:07 91f30d776fb2: Pulling fs layer 09:08:07 91f30d776fb2: Verifying Checksum 09:08:07 91f30d776fb2: Download complete 09:08:07 91f30d776fb2: Pull complete 09:08:07 Digest: sha256:9ddee63a712cea977267342e8750ecbc60d3aab25f04ceacfa795e6fce341793 09:08:07 Status: Downloaded newer image for busybox:latest [Pipeline] echo 09:08:09 Removing all docker containers [Pipeline] sh 09:08:09 + docker container ls -aq [Pipeline] echo 09:08:09 Docker containers have been removed [Pipeline] echo 09:08:09 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 09:08:09 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image) [Pipeline] checkout 09:08:10 using credential docker-jenkins-github-credentials 09:08:10 Cloning the remote Git repository 09:08:10 Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2471 # 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/2471/head:refs/remotes/origin/PR-2471 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:08:11 Fetching without tags 09:08:12 Merging remotes/origin/master commit c65d437843310b46ccb93b1c418ff7da547a5fec into PR head commit 9f41a6e97a75be61388c5de10f49957c4d8aaa7d 09:08:12 Merge succeeded, producing e17cbbb79581a601bdc5db11b88fdd6af561bb4f 09:08:12 Checking out Revision e17cbbb79581a601bdc5db11b88fdd6af561bb4f (PR-2471) > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2471/head:refs/remotes/origin/PR-2471 # 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/2471/head:refs/remotes/origin/PR-2471 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f41a6e97a75be61388c5de10f49957c4d8aaa7d # timeout=10 > git merge c65d437843310b46ccb93b1c418ff7da547a5fec # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e17cbbb79581a601bdc5db11b88fdd6af561bb4f # timeout=10 09:08:15 Commit message: "Merge commit 'c65d437843310b46ccb93b1c418ff7da547a5fec' into HEAD" [Pipeline] sh > git rev-list --no-walk 32d2e3bf41d48200bea1ebd040152d936d8d1a69 # timeout=10 09:08:16 + git rev-parse HEAD [Pipeline] isUnix [Pipeline] sh 09:08:17 + docker pull dockerbuildbot/docker-py:py2-e17cbbb79581a601bdc5db11b88fdd6af561bb4f 09:08:17 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-e17cbbb79581a601bdc5db11b88fdd6af561bb4f not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh 09:08:17 + docker build -t dockerbuildbot/docker-py:py2-e17cbbb79581a601bdc5db11b88fdd6af561bb4f -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 . 09:08:17 Sending build context to Docker daemon 1.312MB 09:08:17 Step 1/19 : ARG PYTHON_VERSION=3.7 09:08:17 Step 2/19 : FROM python:${PYTHON_VERSION} 09:08:17 2.7: Pulling from library/python 09:08:17 7e2b2a5af8f6: Pulling fs layer 09:08:17 09b6f03ffac4: Pulling fs layer 09:08:17 dc3f0c679f0f: Pulling fs layer 09:08:17 fd4b47407fc3: Pulling fs layer 09:08:17 b32f6bf7d96d: Pulling fs layer 09:08:17 6f4489a7e4cf: Pulling fs layer 09:08:17 af4b99ad9ef0: Pulling fs layer 09:08:17 39db0bc48c26: Pulling fs layer 09:08:17 acb4a89489fc: Pulling fs layer 09:08:17 b32f6bf7d96d: Waiting 09:08:17 6f4489a7e4cf: Waiting 09:08:17 af4b99ad9ef0: Waiting 09:08:17 39db0bc48c26: Waiting 09:08:17 fd4b47407fc3: Waiting 09:08:17 acb4a89489fc: Waiting 09:08:17 09b6f03ffac4: Verifying Checksum 09:08:17 09b6f03ffac4: Download complete 09:08:17 dc3f0c679f0f: Verifying Checksum 09:08:17 dc3f0c679f0f: Download complete 09:08:18 7e2b2a5af8f6: Verifying Checksum 09:08:18 7e2b2a5af8f6: Download complete 09:08:18 6f4489a7e4cf: Verifying Checksum 09:08:18 6f4489a7e4cf: Download complete 09:08:18 fd4b47407fc3: Verifying Checksum 09:08:18 fd4b47407fc3: Download complete 09:08:18 af4b99ad9ef0: Verifying Checksum 09:08:18 af4b99ad9ef0: Download complete 09:08:18 39db0bc48c26: Verifying Checksum 09:08:18 39db0bc48c26: Download complete 09:08:18 acb4a89489fc: Verifying Checksum 09:08:18 acb4a89489fc: Download complete 09:08:19 7e2b2a5af8f6: Pull complete 09:08:19 b32f6bf7d96d: Verifying Checksum 09:08:19 b32f6bf7d96d: Download complete 09:08:19 09b6f03ffac4: Pull complete 09:08:19 dc3f0c679f0f: Pull complete 09:08:21 fd4b47407fc3: Pull complete 09:08:25 b32f6bf7d96d: Pull complete 09:08:25 6f4489a7e4cf: Pull complete 09:08:26 af4b99ad9ef0: Pull complete 09:08:26 39db0bc48c26: Pull complete 09:08:26 acb4a89489fc: Pull complete 09:08:26 Digest: sha256:cfa62318c459b1fde9e0841c619906d15ada5910d625176e24bf692cf8a2601d 09:08:26 Status: Downloaded newer image for python:2.7 09:08:26 ---> 68e7be49c28c 09:08:26 Step 3/19 : ARG APT_MIRROR 09:08:30 ---> Running in 17165364355e 09:08:30 Removing intermediate container 17165364355e 09:08:30 ---> 313e4924ed6c 09:08:30 Step 4/19 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list 09:08:30 ---> Running in 781a5ad61f30 09:08:30 Removing intermediate container 781a5ad61f30 09:08:30 ---> d9207132414a 09:08:30 Step 5/19 : RUN apt-get update && apt-get -y install gnupg2 pass curl 09:08:30 ---> Running in 7cbf2fed48e2 09:08:31 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] 09:08:31 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] 09:08:31 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] 09:08:31 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [208 kB] 09:08:31 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7905 kB] 09:08:31 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] 09:08:33 Fetched 8360 kB in 2s (4977 kB/s) 09:08:33 Reading package lists... 09:08:33 Reading package lists... 09:08:34 Building dependency tree... 09:08:34 Reading state information... 09:08:34 curl is already the newest version (7.64.0-4+deb10u1). 09:08:34 The following additional packages will be installed: 09:08:34 libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip 09:08:34 Suggested packages: 09:08:34 libxml-simple-perl ruby 09:08:34 The following NEW packages will be installed: 09:08:34 gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip 09:08:34 0 upgraded, 9 newly installed, 0 to remove and 38 not upgraded. 09:08:34 Need to get 708 kB of archives. 09:08:34 After this operation, 1197 kB of additional disk space will be used. 09:08:34 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB] 09:08:34 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB] 09:08:34 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB] 09:08:34 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB] 09:08:34 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB] 09:08:34 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB] 09:08:34 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB] 09:08:34 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB] 09:08:34 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB] 09:08:34 debconf: delaying package configuration, since apt-utils is not installed 09:08:34 Fetched 708 kB in 0s (2670 kB/s) 09:08:34 Selecting previously unselected package gnupg2. 09:08:34 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24538 files and directories currently installed.) 09:08:34 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ... 09:08:34 Unpacking gnupg2 (2.2.12-1+deb10u1) ... 09:08:34 Selecting previously unselected package libqrencode4:amd64. 09:08:34 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ... 09:08:34 Unpacking libqrencode4:amd64 (4.0.2-1) ... 09:08:35 Selecting previously unselected package libxmu6:amd64. 09:08:35 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ... 09:08:35 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ... 09:08:35 Selecting previously unselected package libxmuu1:amd64. 09:08:35 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ... 09:08:35 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ... 09:08:35 Selecting previously unselected package tree. 09:08:35 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ... 09:08:35 Unpacking tree (1.8.0-1) ... 09:08:35 Selecting previously unselected package pass. 09:08:35 Preparing to unpack .../5-pass_1.7.3-2_all.deb ... 09:08:35 Unpacking pass (1.7.3-2) ... 09:08:35 Selecting previously unselected package qrencode. 09:08:35 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ... 09:08:35 Unpacking qrencode (4.0.2-1) ... 09:08:35 Selecting previously unselected package xauth. 09:08:35 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ... 09:08:35 Unpacking xauth (1:1.0.10-1) ... 09:08:35 Selecting previously unselected package xclip. 09:08:35 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ... 09:08:35 Unpacking xclip (0.13-1) ... 09:08:35 Setting up gnupg2 (2.2.12-1+deb10u1) ... 09:08:35 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ... 09:08:35 Setting up libqrencode4:amd64 (4.0.2-1) ... 09:08:35 Setting up qrencode (4.0.2-1) ... 09:08:35 Setting up tree (1.8.0-1) ... 09:08:35 Setting up xclip (0.13-1) ... 09:08:35 Setting up pass (1.7.3-2) ... 09:08:35 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ... 09:08:35 Setting up xauth (1:1.0.10-1) ... 09:08:35 Processing triggers for libc-bin (2.28-10) ... 09:08:36 Removing intermediate container 7cbf2fed48e2 09:08:36 ---> dd1b0b7cc873 09:08:36 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys 09:08:36 ---> f73633475787 09:08:36 Step 7/19 : RUN gpg2 --import gpg-keys/secret 09:08:36 ---> Running in a7b864e36258 09:08:36 gpg: directory '/root/.gnupg' created 09:08:36 gpg: keybox '/root/.gnupg/pubring.kbx' created 09:08:36 gpg: /root/.gnupg/trustdb.gpg: trustdb created 09:08:36 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported 09:08:36 gpg: key 464ED987A7B21401: secret key imported 09:08:36 gpg: Total number processed: 1 09:08:36 gpg: imported: 1 09:08:36 gpg: secret keys read: 1 09:08:36 gpg: secret keys imported: 1 09:08:37 Removing intermediate container a7b864e36258 09:08:37 ---> 9860a6eca3b0 09:08:37 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust 09:08:37 ---> Running in 94ce5ddd558e 09:08:37 gpg: inserting ownertrust of 6 09:08:38 Removing intermediate container 94ce5ddd558e 09:08:38 ---> 7d3ef57f8b0e 09:08:38 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') 09:08:38 ---> Running in 317e7466c0a9 09:08:38 gpg: please do a --check-trustdb 09:08:38 mkdir: created directory '/root/.password-store/' 09:08:38 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401 09:08:38 Removing intermediate container 317e7466c0a9 09:08:38 ---> 746147334253 09:08:38 Step 10/19 : RUN gpg2 --check-trustdb 09:08:38 ---> Running in c1c0f9bf8d09 09:08:39 gpg: marginals needed: 3 completes needed: 1 trust model: pgp 09:08:39 gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u 09:08:39 Removing intermediate container c1c0f9bf8d09 09:08:39 ---> 45d9504089d7 09:08:39 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3 09:08:39 ---> Running in 54c2dcb0e904 09:08:39 Removing intermediate container 54c2dcb0e904 09:08:39 ---> f1644c075257 09:08:39 Step 12/19 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz && tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass && rm -rf /opt/docker-credential-pass.tar.gz && chmod +x /usr/local/bin/docker-credential-pass 09:08:39 ---> Running in b93e8241b20b 09:08:41 Removing intermediate container b93e8241b20b 09:08:41 ---> 85b5e4779d36 09:08:41 Step 13/19 : WORKDIR /src 09:08:41 ---> Running in 10eb0790d8a1 09:08:41 Removing intermediate container 10eb0790d8a1 09:08:41 ---> 471a272fb8ea 09:08:41 Step 14/19 : COPY requirements.txt /src/requirements.txt 09:08:41 ---> f04a0ea1d95f 09:08:41 Step 15/19 : RUN pip install -r requirements.txt 09:08:41 ---> Running in fc0c52fb9d51 09:08:41 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support 09:08:42 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment 09:08:42 Requirement already satisfied: appdirs==1.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (1.4.3) 09:08:46 Collecting asn1crypto==0.22.0 09:08:47 Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB) 09:08:47 Collecting backports.ssl-match-hostname==3.5.0.1 09:08:47 Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB) 09:08:47 Collecting cffi==1.10.0 09:08:47 Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB) 09:08:47 Collecting cryptography==2.3 09:08:47 Downloading cryptography-2.3-cp27-cp27mu-manylinux1_x86_64.whl (2.1 MB) 09:08:47 Collecting enum34==1.1.6 09:08:47 Downloading enum34-1.1.6-py2-none-any.whl (12 kB) 09:08:47 Collecting idna==2.5 09:08:47 Downloading idna-2.5-py2.py3-none-any.whl (55 kB) 09:08:47 Collecting ipaddress==1.0.18 09:08:47 Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB) 09:08:48 Collecting packaging==16.8 09:08:48 Downloading packaging-16.8-py2.py3-none-any.whl (23 kB) 09:08:48 Collecting paramiko==2.4.2 09:08:48 Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB) 09:08:48 Collecting pycparser==2.17 09:08:48 Downloading pycparser-2.17.tar.gz (231 kB) 09:08:48 Collecting pyOpenSSL==18.0.0 09:08:48 Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB) 09:08:48 Collecting pyparsing==2.2.0 09:08:48 Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB) 09:08:48 Collecting requests==2.20.0 09:08:48 Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB) 09:08:48 Collecting six==1.10.0 09:08:48 Downloading six-1.10.0-py2.py3-none-any.whl (10 kB) 09:08:48 Collecting urllib3==1.24.3 09:08:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:08:48 Collecting websocket-client==0.56.0 09:08:48 Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB) 09:08:49 Collecting pyasn1>=0.1.7 09:08:49 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 09:08:49 Collecting pynacl>=1.0.1 09:08:49 Downloading PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964 kB) 09:08:49 Collecting bcrypt>=3.1.3 09:08:49 Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB) 09:08:49 Collecting certifi>=2017.4.17 09:08:49 Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB) 09:08:49 Collecting chardet<3.1.0,>=3.0.2 09:08:49 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 09:08:49 Building wheels for collected packages: backports.ssl-match-hostname, pycparser 09:08:49 Building wheel for backports.ssl-match-hostname (setup.py): started 09:08:49 Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done' 09:08:49 Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=742e6fdc9ab7a47c0a1e35cd636ed53da57aae396d6d048b1f767251297ee3d1 09:08:49 Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f 09:08:49 Building wheel for pycparser (setup.py): started 09:08:49 Building wheel for pycparser (setup.py): finished with status 'done' 09:08:49 Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193884 sha256=6df13afda76be8451204d98f8e2be3ccd907017afd5a7ba121b05bb75daa27d3 09:08:49 Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3 09:08:49 Successfully built backports.ssl-match-hostname pycparser 09:08:49 Installing collected packages: asn1crypto, backports.ssl-match-hostname, pycparser, cffi, six, idna, enum34, ipaddress, cryptography, pyparsing, packaging, pyasn1, pynacl, bcrypt, paramiko, pyOpenSSL, certifi, chardet, urllib3, requests, websocket-client 09:08:50 Attempting uninstall: six 09:08:50 Found existing installation: six 1.14.0 09:08:50 Uninstalling six-1.14.0: 09:08:50 Successfully uninstalled six-1.14.0 09:08:50 Successfully installed asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.6.20 cffi-1.10.0 chardet-3.0.4 cryptography-2.3 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0 09:08:55 WARNING: You are using pip version 20.0.2; however, version 20.1.1 is available. 09:08:55 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. 09:08:56 Removing intermediate container fc0c52fb9d51 09:08:56 ---> 15c8fe1f4339 09:08:56 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt 09:08:56 ---> 954fcbd9a525 09:08:56 Step 17/19 : RUN pip install -r test-requirements.txt 09:08:56 ---> Running in 28ac8ba9ef31 09:08:56 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support 09:09:01 Collecting setuptools==44.0.0 09:09:02 Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB) 09:09:02 Collecting coverage==4.5.2 09:09:02 Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB) 09:09:02 Collecting flake8==3.6.0 09:09:02 Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB) 09:09:03 Collecting mock==1.0.1 09:09:03 Downloading mock-1.0.1.tar.gz (818 kB) 09:09:03 Collecting pytest==4.3.1 09:09:03 Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB) 09:09:03 Collecting pytest-cov==2.6.1 09:09:03 Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB) 09:09:03 Collecting pytest-timeout==1.3.3 09:09:03 Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB) 09:09:03 Collecting pyflakes<2.1.0,>=2.0.0 09:09:03 Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB) 09:09:03 Requirement already satisfied: configparser; python_version < "3.2" in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 3)) (4.0.2) 09:09:03 Requirement already satisfied: enum34; python_version < "3.4" in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 3)) (1.1.6) 09:09:03 Collecting pycodestyle<2.5.0,>=2.4.0 09:09:03 Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB) 09:09:03 Collecting mccabe<0.7.0,>=0.6.0 09:09:03 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) 09:09:03 Requirement already satisfied: pathlib2>=2.2.0; python_version < "3.6" in /usr/local/lib/python2.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (2.3.5) 09:09:03 Collecting atomicwrites>=1.0 09:09:03 Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB) 09:09:03 Collecting py>=1.5.0 09:09:03 Downloading py-1.9.0-py2.py3-none-any.whl (99 kB) 09:09:03 Collecting attrs>=17.4.0 09:09:03 Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB) 09:09:03 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7" 09:09:03 Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB) 09:09:03 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python2.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0) 09:09:03 Collecting pluggy>=0.7 09:09:03 Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB) 09:09:03 Collecting funcsigs; python_version < "3.0" 09:09:03 Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB) 09:09:03 Requirement already satisfied: scandir; python_version < "3.5" in /usr/local/lib/python2.7/site-packages (from pathlib2>=2.2.0; python_version < "3.6"->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0) 09:09:03 Requirement already satisfied: importlib-metadata>=0.12; python_version < "3.8" in /usr/local/lib/python2.7/site-packages (from pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.6.0) 09:09:03 Requirement already satisfied: contextlib2; python_version < "3" in /usr/local/lib/python2.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (0.6.0.post1) 09:09:03 Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python2.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.2.0) 09:09:04 Building wheels for collected packages: mock 09:09:04 Building wheel for mock (setup.py): started 09:09:04 Building wheel for mock (setup.py): finished with status 'done' 09:09:04 Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=3c18f8934197c37befaf94a82b78ad518a67b75e13e849d1a0e90c628d076631 09:09:04 Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660 09:09:04 Successfully built mock 09:09:04 Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, atomicwrites, py, attrs, more-itertools, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout 09:09:04 Attempting uninstall: setuptools 09:09:04 Found existing installation: setuptools 44.1.0 09:09:04 Uninstalling setuptools-44.1.0: 09:09:04 Successfully uninstalled setuptools-44.1.0 09:09:04 Successfully installed atomicwrites-1.4.0 attrs-19.3.0 coverage-4.5.2 flake8-3.6.0 funcsigs-1.0.2 mccabe-0.6.1 mock-1.0.1 more-itertools-5.0.0 pluggy-0.13.1 py-1.9.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-44.0.0 09:09:05 WARNING: You are using pip version 20.0.2; however, version 20.1.1 is available. 09:09:05 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. 09:09:05 Removing intermediate container 28ac8ba9ef31 09:09:05 ---> 163995601872 09:09:05 Step 18/19 : COPY . /src 09:09:05 ---> 553c3f0c2c5a 09:09:05 Step 19/19 : RUN pip install . 09:09:05 ---> Running in 3eca9e32174e 09:09:06 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support 09:09:06 Processing /src 09:09:06 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0.dev0) (1.10.0) 09:09:06 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0.dev0) (0.56.0) 09:09:06 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0.dev0) (2.20.0) 09:09:06 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0.dev0) (3.5.0.1) 09:09:06 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0.dev0) (1.0.18) 09:09:06 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.3.0.dev0) (2020.6.20) 09:09:06 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.3.0.dev0) (2.5) 09:09:06 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.3.0.dev0) (3.0.4) 09:09:06 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.3.0.dev0) (1.24.3) 09:09:06 Building wheels for collected packages: docker 09:09:06 Building wheel for docker (setup.py): started 09:09:07 Building wheel for docker (setup.py): finished with status 'done' 09:09:07 Created wheel for docker: filename=docker-4.3.0.dev0-py2.py3-none-any.whl size=145059 sha256=c48875163dfef5ffd37ded2833a03a917b9bec22e3cef69314b30b48edacfe7c 09:09:07 Stored in directory: /tmp/pip-ephem-wheel-cache-Wb1Qkb/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c 09:09:07 Successfully built docker 09:09:07 Installing collected packages: docker 09:09:07 Successfully installed docker-4.3.0.dev0 09:09:07 WARNING: You are using pip version 20.0.2; however, version 20.1.1 is available. 09:09:07 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. 09:09:07 Removing intermediate container 3eca9e32174e 09:09:07 ---> f81335fc4315 09:09:07 Successfully built f81335fc4315 09:09:07 Successfully tagged dockerbuildbot/docker-py:py2-e17cbbb79581a601bdc5db11b88fdd6af561bb4f [Pipeline] isUnix [Pipeline] sh 09:09:08 + docker tag dockerbuildbot/docker-py:py2-e17cbbb79581a601bdc5db11b88fdd6af561bb4f dockerbuildbot/docker-py:py2-e17cbbb79581a601bdc5db11b88fdd6af561bb4f [Pipeline] isUnix [Pipeline] sh 09:09:08 + docker push dockerbuildbot/docker-py:py2-e17cbbb79581a601bdc5db11b88fdd6af561bb4f 09:09:08 The push refers to repository [docker.io/dockerbuildbot/docker-py] 09:09:08 a96f9b6a9444: Preparing 09:09:08 015cc1618e88: Preparing 09:09:08 c0b01f161497: Preparing 09:09:08 706baf49e23f: Preparing 09:09:08 d38a0335074f: Preparing 09:09:08 581c556fd993: Preparing 09:09:08 a0f982039e08: Preparing 09:09:08 4074cfbbb149: Preparing 09:09:08 355cb796cadd: Preparing 09:09:08 f3613b9d979e: Preparing 09:09:08 b38ed034d5ce: Preparing 09:09:08 8feb9cd4e656: Preparing 09:09:08 66a7a08c996e: Preparing 09:09:08 c34e662d5ea1: Preparing 09:09:08 e3467d7e761f: Preparing 09:09:08 e571d2d3c73c: Preparing 09:09:08 da7b0a80a4f2: Preparing 09:09:08 ceee8816bb96: Preparing 09:09:08 4074cfbbb149: Waiting 09:09:08 581c556fd993: Waiting 09:09:08 47458fb45d99: Preparing 09:09:08 46829331b1e4: Preparing 09:09:08 8feb9cd4e656: Waiting 09:09:08 a0f982039e08: Waiting 09:09:08 355cb796cadd: Waiting 09:09:08 d35c5bda4793: Preparing 09:09:08 a3c1026c6bcc: Preparing 09:09:08 66a7a08c996e: Waiting 09:09:08 f3613b9d979e: Waiting 09:09:08 b38ed034d5ce: Waiting 09:09:08 f1d420c2af1a: Preparing 09:09:08 c34e662d5ea1: Waiting 09:09:08 461719022993: Preparing 09:09:08 da7b0a80a4f2: Waiting 09:09:08 e3467d7e761f: Waiting 09:09:08 47458fb45d99: Waiting 09:09:08 46829331b1e4: Waiting 09:09:08 ceee8816bb96: Waiting 09:09:08 461719022993: Waiting 09:09:08 d35c5bda4793: Waiting 09:09:08 f1d420c2af1a: Waiting 09:09:08 a3c1026c6bcc: Waiting 09:09:09 a96f9b6a9444: Pushed 09:09:09 706baf49e23f: Pushed 09:09:10 015cc1618e88: Pushed 09:09:10 c0b01f161497: Pushed 09:09:10 581c556fd993: Pushed 09:09:10 a0f982039e08: Pushed 09:09:11 d38a0335074f: Pushed 09:09:11 f3613b9d979e: Pushed 09:09:11 355cb796cadd: Pushed 09:09:11 4074cfbbb149: Pushed 09:09:12 8feb9cd4e656: Pushed 09:09:12 b38ed034d5ce: Pushed 09:09:12 e571d2d3c73c: Layer already exists 09:09:12 da7b0a80a4f2: Layer already exists 09:09:12 47458fb45d99: Layer already exists 09:09:12 46829331b1e4: Layer already exists 09:09:12 d35c5bda4793: Layer already exists 09:09:12 a3c1026c6bcc: Layer already exists 09:09:12 ceee8816bb96: Layer already exists 09:09:12 66a7a08c996e: Pushed 09:09:12 f1d420c2af1a: Layer already exists 09:09:12 461719022993: Layer already exists 09:09:13 e3467d7e761f: Pushed 09:09:15 c34e662d5ea1: Pushed 09:09:16 py2-e17cbbb79581a601bdc5db11b88fdd6af561bb4f: digest: sha256:39dba165ef4e37eeec2c9bec1d50d84feb8ec8fc6f9436958f6112dc49b9a3c7 size: 5353 [Pipeline] isUnix [Pipeline] sh 09:09:16 + docker pull dockerbuildbot/docker-py:py3-e17cbbb79581a601bdc5db11b88fdd6af561bb4f 09:09:16 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-e17cbbb79581a601bdc5db11b88fdd6af561bb4f not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh 09:09:17 + docker build -t dockerbuildbot/docker-py:py3-e17cbbb79581a601bdc5db11b88fdd6af561bb4f -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 . 09:09:17 Sending build context to Docker daemon 1.312MB 09:09:17 Step 1/19 : ARG PYTHON_VERSION=3.7 09:09:17 Step 2/19 : FROM python:${PYTHON_VERSION} 09:09:17 3.7: Pulling from library/python 09:09:17 e9afc4f90ab0: Pulling fs layer 09:09:17 989e6b19a265: Pulling fs layer 09:09:17 af14b6c2f878: Pulling fs layer 09:09:17 5573c4b30949: Pulling fs layer 09:09:17 11a88e764313: Pulling fs layer 09:09:17 ee776f0e36af: Pulling fs layer 09:09:17 0f6c875a5369: Pulling fs layer 09:09:17 a2726e1e2770: Pulling fs layer 09:09:17 029629755bc9: Pulling fs layer 09:09:17 5573c4b30949: Waiting 09:09:17 11a88e764313: Waiting 09:09:17 a2726e1e2770: Waiting 09:09:17 ee776f0e36af: Waiting 09:09:17 029629755bc9: Waiting 09:09:17 0f6c875a5369: Waiting 09:09:17 989e6b19a265: Verifying Checksum 09:09:17 989e6b19a265: Download complete 09:09:17 af14b6c2f878: Verifying Checksum 09:09:17 af14b6c2f878: Download complete 09:09:17 5573c4b30949: Verifying Checksum 09:09:17 5573c4b30949: Download complete 09:09:17 e9afc4f90ab0: Verifying Checksum 09:09:17 e9afc4f90ab0: Download complete 09:09:17 ee776f0e36af: Verifying Checksum 09:09:17 ee776f0e36af: Download complete 09:09:18 a2726e1e2770: Verifying Checksum 09:09:18 a2726e1e2770: Download complete 09:09:18 029629755bc9: Verifying Checksum 09:09:18 029629755bc9: Download complete 09:09:18 0f6c875a5369: Verifying Checksum 09:09:18 0f6c875a5369: Download complete 09:09:19 11a88e764313: Verifying Checksum 09:09:19 11a88e764313: Download complete 09:09:19 e9afc4f90ab0: Pull complete 09:09:19 989e6b19a265: Pull complete 09:09:19 af14b6c2f878: Pull complete 09:09:21 5573c4b30949: Pull complete 09:09:25 11a88e764313: Pull complete 09:09:25 ee776f0e36af: Pull complete 09:09:26 0f6c875a5369: Pull complete 09:09:26 a2726e1e2770: Pull complete 09:09:26 029629755bc9: Pull complete 09:09:26 Digest: sha256:8c3b90d6eea1159930932592e1d186127cad5df7eb8b297c3cdb0ed65a55b2a2 09:09:26 Status: Downloaded newer image for python:3.7 09:09:26 ---> 014d597185ae 09:09:26 Step 3/19 : ARG APT_MIRROR 09:09:29 ---> Running in ec0cdbeea5c5 09:09:29 Removing intermediate container ec0cdbeea5c5 09:09:29 ---> 52a71d22dbf8 09:09:29 Step 4/19 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list 09:09:29 ---> Running in b9737a9cf1bd 09:09:30 Removing intermediate container b9737a9cf1bd 09:09:30 ---> 291902586b38 09:09:30 Step 5/19 : RUN apt-get update && apt-get -y install gnupg2 pass curl 09:09:30 ---> Running in e531b48de134 09:09:31 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] 09:09:31 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] 09:09:31 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] 09:09:31 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [208 kB] 09:09:31 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7905 kB] 09:09:31 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] 09:09:32 Fetched 8360 kB in 2s (5041 kB/s) 09:09:33 Reading package lists... 09:09:33 Reading package lists... 09:09:34 Building dependency tree... 09:09:34 Reading state information... 09:09:34 curl is already the newest version (7.64.0-4+deb10u1). 09:09:34 The following additional packages will be installed: 09:09:34 libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip 09:09:34 Suggested packages: 09:09:34 libxml-simple-perl ruby 09:09:34 The following NEW packages will be installed: 09:09:34 gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip 09:09:34 0 upgraded, 9 newly installed, 0 to remove and 14 not upgraded. 09:09:34 Need to get 708 kB of archives. 09:09:34 After this operation, 1197 kB of additional disk space will be used. 09:09:34 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB] 09:09:34 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB] 09:09:34 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB] 09:09:34 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB] 09:09:34 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB] 09:09:34 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB] 09:09:34 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB] 09:09:34 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB] 09:09:34 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB] 09:09:34 debconf: delaying package configuration, since apt-utils is not installed 09:09:34 Fetched 708 kB in 0s (2163 kB/s) 09:09:34 Selecting previously unselected package gnupg2. 09:09:34 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24603 files and directories currently installed.) 09:09:34 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ... 09:09:34 Unpacking gnupg2 (2.2.12-1+deb10u1) ... 09:09:34 Selecting previously unselected package libqrencode4:amd64. 09:09:34 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ... 09:09:34 Unpacking libqrencode4:amd64 (4.0.2-1) ... 09:09:34 Selecting previously unselected package libxmu6:amd64. 09:09:34 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ... 09:09:34 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ... 09:09:34 Selecting previously unselected package libxmuu1:amd64. 09:09:34 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ... 09:09:34 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ... 09:09:34 Selecting previously unselected package tree. 09:09:34 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ... 09:09:34 Unpacking tree (1.8.0-1) ... 09:09:34 Selecting previously unselected package pass. 09:09:34 Preparing to unpack .../5-pass_1.7.3-2_all.deb ... 09:09:34 Unpacking pass (1.7.3-2) ... 09:09:34 Selecting previously unselected package qrencode. 09:09:34 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ... 09:09:34 Unpacking qrencode (4.0.2-1) ... 09:09:34 Selecting previously unselected package xauth. 09:09:34 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ... 09:09:34 Unpacking xauth (1:1.0.10-1) ... 09:09:34 Selecting previously unselected package xclip. 09:09:34 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ... 09:09:34 Unpacking xclip (0.13-1) ... 09:09:35 Setting up gnupg2 (2.2.12-1+deb10u1) ... 09:09:35 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ... 09:09:35 Setting up libqrencode4:amd64 (4.0.2-1) ... 09:09:35 Setting up qrencode (4.0.2-1) ... 09:09:35 Setting up tree (1.8.0-1) ... 09:09:35 Setting up xclip (0.13-1) ... 09:09:35 Setting up pass (1.7.3-2) ... 09:09:35 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ... 09:09:35 Setting up xauth (1:1.0.10-1) ... 09:09:35 Processing triggers for libc-bin (2.28-10) ... 09:09:36 Removing intermediate container e531b48de134 09:09:36 ---> cdeeda61d00c 09:09:36 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys 09:09:36 ---> bb1f14ae26c9 09:09:36 Step 7/19 : RUN gpg2 --import gpg-keys/secret 09:09:36 ---> Running in c2135a56656e 09:09:36 gpg: directory '/root/.gnupg' created 09:09:36 gpg: keybox '/root/.gnupg/pubring.kbx' created 09:09:36 gpg: /root/.gnupg/trustdb.gpg: trustdb created 09:09:36 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported 09:09:36 gpg: key 464ED987A7B21401: secret key imported 09:09:36 gpg: Total number processed: 1 09:09:36 gpg: imported: 1 09:09:36 gpg: secret keys read: 1 09:09:36 gpg: secret keys imported: 1 09:09:36 Removing intermediate container c2135a56656e 09:09:36 ---> f76cb0009a3b 09:09:36 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust 09:09:37 ---> Running in 518adecca5c1 09:09:37 gpg: inserting ownertrust of 6 09:09:38 Removing intermediate container 518adecca5c1 09:09:38 ---> 6ce8c9745b9c 09:09:38 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') 09:09:38 ---> Running in 9abacd7f4480 09:09:38 gpg: please do a --check-trustdb 09:09:38 mkdir: created directory '/root/.password-store/' 09:09:38 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401 09:09:38 Removing intermediate container 9abacd7f4480 09:09:38 ---> a8d6f6c06e87 09:09:38 Step 10/19 : RUN gpg2 --check-trustdb 09:09:38 ---> Running in 3f8ee7b91c73 09:09:39 gpg: marginals needed: 3 completes needed: 1 trust model: pgp 09:09:39 gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u 09:09:39 Removing intermediate container 3f8ee7b91c73 09:09:39 ---> 3c5fedf12f9e 09:09:39 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3 09:09:39 ---> Running in 86e57005ab32 09:09:39 Removing intermediate container 86e57005ab32 09:09:39 ---> f1359d1d28d3 09:09:39 Step 12/19 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz && tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass && rm -rf /opt/docker-credential-pass.tar.gz && chmod +x /usr/local/bin/docker-credential-pass 09:09:39 ---> Running in 0fbc2694e3f5 09:09:41 Removing intermediate container 0fbc2694e3f5 09:09:41 ---> 297fcbda1dc7 09:09:41 Step 13/19 : WORKDIR /src 09:09:41 ---> Running in 158eb87cb493 09:09:41 Removing intermediate container 158eb87cb493 09:09:41 ---> 19ee9e394a53 09:09:41 Step 14/19 : COPY requirements.txt /src/requirements.txt 09:09:41 ---> 3b6e69154cff 09:09:41 Step 15/19 : RUN pip install -r requirements.txt 09:09:41 ---> Running in 36b810c6e903 09:09:43 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment 09:09:47 Collecting appdirs==1.4.3 09:09:47 Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB) 09:09:47 Collecting asn1crypto==0.22.0 09:09:47 Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB) 09:09:47 Collecting backports.ssl-match-hostname==3.5.0.1 09:09:47 Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB) 09:09:48 Collecting cffi==1.10.0 09:09:48 Downloading cffi-1.10.0.tar.gz (418 kB) 09:09:48 Collecting cryptography==2.3 09:09:48 Downloading cryptography-2.3-cp34-abi3-manylinux1_x86_64.whl (2.1 MB) 09:09:49 Collecting enum34==1.1.6 09:09:49 Downloading enum34-1.1.6-py3-none-any.whl (12 kB) 09:09:49 Collecting idna==2.5 09:09:49 Downloading idna-2.5-py2.py3-none-any.whl (55 kB) 09:09:49 Collecting ipaddress==1.0.18 09:09:49 Downloading ipaddress-1.0.18.tar.gz (32 kB) 09:09:49 Collecting packaging==16.8 09:09:49 Downloading packaging-16.8-py2.py3-none-any.whl (23 kB) 09:09:49 Collecting paramiko==2.4.2 09:09:49 Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB) 09:09:49 Collecting pycparser==2.17 09:09:49 Downloading pycparser-2.17.tar.gz (231 kB) 09:09:49 Collecting pyOpenSSL==18.0.0 09:09:49 Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB) 09:09:49 Collecting pyparsing==2.2.0 09:09:49 Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB) 09:09:49 Collecting requests==2.20.0 09:09:49 Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB) 09:09:49 Collecting six==1.10.0 09:09:49 Downloading six-1.10.0-py2.py3-none-any.whl (10 kB) 09:09:49 Collecting urllib3==1.24.3 09:09:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:09:50 Collecting websocket-client==0.56.0 09:09:50 Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB) 09:09:50 Collecting bcrypt>=3.1.3 09:09:50 Downloading bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl (56 kB) 09:09:50 Collecting pyasn1>=0.1.7 09:09:50 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 09:09:50 Collecting pynacl>=1.0.1 09:09:50 Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB) 09:09:50 Collecting chardet<3.1.0,>=3.0.2 09:09:50 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 09:09:50 Collecting certifi>=2017.4.17 09:09:50 Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB) 09:09:50 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser 09:09:50 Building wheel for backports.ssl-match-hostname (setup.py): started 09:09:50 Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done' 09:09:50 Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5205 sha256=46558581690df9f480adbb93dc6ffedccbcb9163a278c1e52a7d8ef2578aa823 09:09:50 Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738 09:09:50 Building wheel for cffi (setup.py): started 09:09:54 Building wheel for cffi (setup.py): finished with status 'done' 09:09:54 Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371220 sha256=6bc1cc59204100717b6210bdb459bf707bb10a2bbb2063afae8900989bd2c6e9 09:09:54 Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115 09:09:54 Building wheel for ipaddress (setup.py): started 09:09:54 Building wheel for ipaddress (setup.py): finished with status 'done' 09:09:54 Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18104 sha256=6e4eee9d1cfc86f63f8f50397228b97aafa2f7cd51d4598e474a6962513a3f27 09:09:54 Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151 09:09:54 Building wheel for pycparser (setup.py): started 09:09:54 Building wheel for pycparser (setup.py): finished with status 'done' 09:09:54 Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192834 sha256=c383c3f244a0023c20bf13d9a4f4c4f07350b5c557bc71b1471521681e20d3ba 09:09:54 Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37 09:09:54 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser 09:09:54 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, six, idna, cryptography, enum34, ipaddress, pyparsing, packaging, bcrypt, pyasn1, pynacl, paramiko, pyOpenSSL, chardet, urllib3, certifi, requests, websocket-client 09:09:56 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.6.20 cffi-1.10.0 chardet-3.0.4 cryptography-2.3 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0 09:10:01 Removing intermediate container 36b810c6e903 09:10:01 ---> 1cd4ed4abe23 09:10:01 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt 09:10:01 ---> 4b64e34303ea 09:10:01 Step 17/19 : RUN pip install -r test-requirements.txt 09:10:01 ---> Running in 1ebd75df109b 09:10:06 Collecting setuptools==44.0.0 09:10:07 Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB) 09:10:07 Collecting coverage==4.5.2 09:10:07 Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB) 09:10:08 Collecting flake8==3.6.0 09:10:08 Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB) 09:10:08 Collecting mock==1.0.1 09:10:08 Downloading mock-1.0.1.tar.gz (818 kB) 09:10:08 Collecting pytest==4.3.1 09:10:08 Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB) 09:10:08 Collecting pytest-cov==2.6.1 09:10:08 Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB) 09:10:08 Collecting pytest-timeout==1.3.3 09:10:08 Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB) 09:10:08 Collecting pyflakes<2.1.0,>=2.0.0 09:10:08 Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB) 09:10:08 Collecting mccabe<0.7.0,>=0.6.0 09:10:08 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) 09:10:08 Collecting pycodestyle<2.5.0,>=2.4.0 09:10:08 Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB) 09:10:08 Collecting atomicwrites>=1.0 09:10:08 Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB) 09:10:08 Collecting more-itertools>=4.0.0; python_version > "2.7" 09:10:08 Downloading more_itertools-8.4.0-py3-none-any.whl (43 kB) 09:10:08 Collecting pluggy>=0.7 09:10:08 Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB) 09:10:08 Collecting py>=1.5.0 09:10:08 Downloading py-1.9.0-py2.py3-none-any.whl (99 kB) 09:10:08 Collecting attrs>=17.4.0 09:10:08 Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB) 09:10:08 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0) 09:10:08 Collecting importlib-metadata>=0.12; python_version < "3.8" 09:10:08 Downloading importlib_metadata-1.7.0-py2.py3-none-any.whl (31 kB) 09:10:09 Collecting zipp>=0.5 09:10:09 Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB) 09:10:09 Building wheels for collected packages: mock 09:10:09 Building wheel for mock (setup.py): started 09:10:09 Building wheel for mock (setup.py): finished with status 'done' 09:10:09 Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23754 sha256=b9603cdbfb22d8ac1f3fdf7b70370ffccce46945cd633db53acbec65c8d85673 09:10:09 Stored in directory: /root/.cache/pip/wheels/16/03/37/f0a64ab894c9102906f192db1a4071b7592292ad661563c69b 09:10:09 Successfully built mock 09:10:09 Installing collected packages: setuptools, coverage, pyflakes, mccabe, pycodestyle, flake8, mock, atomicwrites, more-itertools, zipp, importlib-metadata, pluggy, py, attrs, pytest, pytest-cov, pytest-timeout 09:10:09 Attempting uninstall: setuptools 09:10:09 Found existing installation: setuptools 47.3.1 09:10:09 Uninstalling setuptools-47.3.1: 09:10:09 Successfully uninstalled setuptools-47.3.1 09:10:10 Successfully installed atomicwrites-1.4.0 attrs-19.3.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-1.7.0 mccabe-0.6.1 mock-1.0.1 more-itertools-8.4.0 pluggy-0.13.1 py-1.9.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-44.0.0 zipp-3.1.0 09:10:10 Removing intermediate container 1ebd75df109b 09:10:10 ---> d02398d5f4dd 09:10:10 Step 18/19 : COPY . /src 09:10:11 ---> e5093da7c2c4 09:10:11 Step 19/19 : RUN pip install . 09:10:11 ---> Running in 541def674e2e 09:10:12 Processing /src 09:10:12 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.3.0.dev0) (1.10.0) 09:10:12 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.3.0.dev0) (0.56.0) 09:10:12 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.3.0.dev0) (2.20.0) 09:10:12 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.3.0.dev0) (2.5) 09:10:12 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.3.0.dev0) (1.24.3) 09:10:12 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.3.0.dev0) (2020.6.20) 09:10:12 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.3.0.dev0) (3.0.4) 09:10:12 Building wheels for collected packages: docker 09:10:12 Building wheel for docker (setup.py): started 09:10:12 Building wheel for docker (setup.py): finished with status 'done' 09:10:12 Created wheel for docker: filename=docker-4.3.0.dev0-py2.py3-none-any.whl size=145062 sha256=571bbc928873649728a5694b97205d4141652bd2c5eeaeb567629f6c1792318a 09:10:12 Stored in directory: /tmp/pip-ephem-wheel-cache-4jsvyxjs/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525 09:10:12 Successfully built docker 09:10:12 Installing collected packages: docker 09:10:12 Successfully installed docker-4.3.0.dev0 09:10:13 Removing intermediate container 541def674e2e 09:10:13 ---> 6d7a3562b76b 09:10:13 Successfully built 6d7a3562b76b 09:10:13 Successfully tagged dockerbuildbot/docker-py:py3-e17cbbb79581a601bdc5db11b88fdd6af561bb4f [Pipeline] isUnix [Pipeline] sh 09:10:13 + docker tag dockerbuildbot/docker-py:py3-e17cbbb79581a601bdc5db11b88fdd6af561bb4f dockerbuildbot/docker-py:py3-e17cbbb79581a601bdc5db11b88fdd6af561bb4f [Pipeline] isUnix [Pipeline] sh 09:10:13 + docker push dockerbuildbot/docker-py:py3-e17cbbb79581a601bdc5db11b88fdd6af561bb4f 09:10:13 The push refers to repository [docker.io/dockerbuildbot/docker-py] 09:10:13 f0a6db68b9ef: Preparing 09:10:13 aa055f8a3f1b: Preparing 09:10:13 924a2b756178: Preparing 09:10:13 065b361be01e: Preparing 09:10:13 8ba5a234a4d6: Preparing 09:10:13 3e22e17c950d: Preparing 09:10:13 0b69eb8c7409: Preparing 09:10:13 c772cd55a902: Preparing 09:10:13 8d2896e3626e: Preparing 09:10:13 32d1597559af: Preparing 09:10:13 2b37c7889eef: Preparing 09:10:13 d1ec7b828909: Preparing 09:10:13 69ee44bbe754: Preparing 09:10:13 b8edf901ebff: Preparing 09:10:13 6ab61f5efa0e: Preparing 09:10:13 f1535a5a6c0c: Preparing 09:10:13 3e01f9fd787f: Preparing 09:10:13 646632873240: Preparing 09:10:13 98d95bdfa037: Preparing 09:10:13 da9418a2e1b1: Preparing 09:10:13 2e5b4ca91984: Preparing 09:10:13 3e22e17c950d: Waiting 09:10:13 8d2896e3626e: Waiting 09:10:13 c772cd55a902: Waiting 09:10:13 32d1597559af: Waiting 09:10:13 0b69eb8c7409: Waiting 09:10:13 2b37c7889eef: Waiting 09:10:13 d1ec7b828909: Waiting 09:10:13 69ee44bbe754: Waiting 09:10:13 527ade4639e0: Preparing 09:10:13 6ab61f5efa0e: Waiting 09:10:13 c2c789d2d3c5: Preparing 09:10:13 8803ef42039d: Preparing 09:10:13 f1535a5a6c0c: Waiting 09:10:13 646632873240: Waiting 09:10:13 3e01f9fd787f: Waiting 09:10:13 98d95bdfa037: Waiting 09:10:13 da9418a2e1b1: Waiting 09:10:13 2e5b4ca91984: Waiting 09:10:13 527ade4639e0: Waiting 09:10:13 c2c789d2d3c5: Waiting 09:10:13 8803ef42039d: Waiting 09:10:13 b8edf901ebff: Waiting 09:10:15 f0a6db68b9ef: Pushed 09:10:15 aa055f8a3f1b: Pushed 09:10:15 065b361be01e: Pushed 09:10:15 924a2b756178: Pushed 09:10:16 3e22e17c950d: Pushed 09:10:16 0b69eb8c7409: Pushed 09:10:16 c772cd55a902: Pushed 09:10:17 8ba5a234a4d6: Pushed 09:10:17 32d1597559af: Pushed 09:10:17 8d2896e3626e: Pushed 09:10:17 d1ec7b828909: Pushed 09:10:17 2b37c7889eef: Pushed 09:10:17 f1535a5a6c0c: Layer already exists 09:10:17 3e01f9fd787f: Layer already exists 09:10:17 646632873240: Layer already exists 09:10:17 98d95bdfa037: Layer already exists 09:10:17 2e5b4ca91984: Layer already exists 09:10:17 da9418a2e1b1: Layer already exists 09:10:17 c2c789d2d3c5: Layer already exists 09:10:17 527ade4639e0: Layer already exists 09:10:17 8803ef42039d: Layer already exists 09:10:18 69ee44bbe754: Pushed 09:10:19 6ab61f5efa0e: Pushed 09:10:19 b8edf901ebff: Pushed 09:10:22 py3-e17cbbb79581a601bdc5db11b88fdd6af561bb4f: digest: sha256:27467f0606319f9293d7d123c091e6df3f22c654f0a15e133a7ab19737072dba size: 5349 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] node Still waiting to schedule task ‘EC2 (managed-agents) - ubuntu-1604-aufs (i-0b64d4198e79600e8)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1604-btrfs (i-09c1f388a09bc98e7)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1604-overlay2 (i-0f0c0c8cfcb85b64d)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0f40d860b0ff73088)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-048b6d832fc44fd40)’ is offline; ‘arm32v7-ubuntu-46’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-47’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-48’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-49’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-50’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-048b6d832fc44fd40) in /home/ubuntu/workspace/docker-py_PR-2471 [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-2471@tmp/790fc467-77dd-4dbf-a62f-a09bb41908be/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] sh 09:17:36 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-e17cbbb79581a601bdc5db11b88fdd6af561bb4f /src/scripts/versions.py 09:17:36 Unable to find image 'dockerbuildbot/docker-py:py3-e17cbbb79581a601bdc5db11b88fdd6af561bb4f' locally 09:17:36 py3-e17cbbb79581a601bdc5db11b88fdd6af561bb4f: Pulling from dockerbuildbot/docker-py 09:17:36 e9afc4f90ab0: Pulling fs layer 09:17:36 989e6b19a265: Pulling fs layer 09:17:36 af14b6c2f878: Pulling fs layer 09:17:36 5573c4b30949: Pulling fs layer 09:17:36 11a88e764313: Pulling fs layer 09:17:36 ee776f0e36af: Pulling fs layer 09:17:36 0f6c875a5369: Pulling fs layer 09:17:36 a2726e1e2770: Pulling fs layer 09:17:36 029629755bc9: Pulling fs layer 09:17:36 ff45a589bc35: Pulling fs layer 09:17:36 7349daa12914: Pulling fs layer 09:17:36 758e06acfe8e: Pulling fs layer 09:17:36 2955a4928544: Pulling fs layer 09:17:36 031b6f82c72f: Pulling fs layer 09:17:36 13c02605ba24: Pulling fs layer 09:17:36 bf40fdf4de5f: Pulling fs layer 09:17:36 1737427f03d9: Pulling fs layer 09:17:36 eebb0c0e2623: Pulling fs layer 09:17:36 eed7f25a560f: Pulling fs layer 09:17:36 81b106dce6f7: Pulling fs layer 09:17:36 deda81c7063b: Pulling fs layer 09:17:36 9ec09956f2e2: Pulling fs layer 09:17:36 f7b7c9414fa9: Pulling fs layer 09:17:36 3545fd81ed47: Pulling fs layer 09:17:36 5573c4b30949: Waiting 09:17:36 11a88e764313: Waiting 09:17:36 ee776f0e36af: Waiting 09:17:36 0f6c875a5369: Waiting 09:17:36 a2726e1e2770: Waiting 09:17:36 029629755bc9: Waiting 09:17:36 ff45a589bc35: Waiting 09:17:36 7349daa12914: Waiting 09:17:36 758e06acfe8e: Waiting 09:17:36 2955a4928544: Waiting 09:17:36 031b6f82c72f: Waiting 09:17:36 13c02605ba24: Waiting 09:17:36 bf40fdf4de5f: Waiting 09:17:36 1737427f03d9: Waiting 09:17:36 eebb0c0e2623: Waiting 09:17:36 eed7f25a560f: Waiting 09:17:36 81b106dce6f7: Waiting 09:17:36 deda81c7063b: Waiting 09:17:36 9ec09956f2e2: Waiting 09:17:36 f7b7c9414fa9: Waiting 09:17:36 3545fd81ed47: Waiting 09:17:36 af14b6c2f878: Verifying Checksum 09:17:36 af14b6c2f878: Download complete 09:17:36 989e6b19a265: Verifying Checksum 09:17:36 989e6b19a265: Download complete 09:17:37 e9afc4f90ab0: Verifying Checksum 09:17:37 e9afc4f90ab0: Download complete 09:17:37 5573c4b30949: Verifying Checksum 09:17:37 5573c4b30949: Download complete 09:17:38 ee776f0e36af: Verifying Checksum 09:17:38 ee776f0e36af: Download complete 09:17:38 a2726e1e2770: Verifying Checksum 09:17:38 a2726e1e2770: Download complete 09:17:38 029629755bc9: Verifying Checksum 09:17:38 029629755bc9: Download complete 09:17:38 0f6c875a5369: Verifying Checksum 09:17:38 0f6c875a5369: Download complete 09:17:38 ff45a589bc35: Verifying Checksum 09:17:38 ff45a589bc35: Download complete 09:17:38 758e06acfe8e: Verifying Checksum 09:17:38 758e06acfe8e: Download complete 09:17:38 2955a4928544: Verifying Checksum 09:17:38 2955a4928544: Download complete 09:17:39 7349daa12914: Verifying Checksum 09:17:39 7349daa12914: Download complete 09:17:39 031b6f82c72f: Verifying Checksum 09:17:39 031b6f82c72f: Download complete 09:17:39 13c02605ba24: Verifying Checksum 09:17:39 13c02605ba24: Download complete 09:17:39 bf40fdf4de5f: Verifying Checksum 09:17:39 bf40fdf4de5f: Download complete 09:17:39 1737427f03d9: Verifying Checksum 09:17:39 1737427f03d9: Download complete 09:17:39 eebb0c0e2623: Verifying Checksum 09:17:39 eebb0c0e2623: Download complete 09:17:39 eed7f25a560f: Verifying Checksum 09:17:39 eed7f25a560f: Download complete 09:17:39 deda81c7063b: Verifying Checksum 09:17:39 deda81c7063b: Download complete 09:17:39 81b106dce6f7: Verifying Checksum 09:17:39 81b106dce6f7: Download complete 09:17:39 f7b7c9414fa9: Verifying Checksum 09:17:39 f7b7c9414fa9: Download complete 09:17:39 9ec09956f2e2: Verifying Checksum 09:17:39 9ec09956f2e2: Download complete 09:17:39 3545fd81ed47: Verifying Checksum 09:17:39 3545fd81ed47: Download complete 09:17:40 11a88e764313: Verifying Checksum 09:17:40 11a88e764313: Download complete 09:17:41 e9afc4f90ab0: Pull complete 09:17:41 989e6b19a265: Pull complete 09:17:42 af14b6c2f878: Pull complete 09:17:44 5573c4b30949: Pull complete 09:17:51 11a88e764313: Pull complete 09:17:51 ee776f0e36af: Pull complete 09:17:52 0f6c875a5369: Pull complete 09:17:52 a2726e1e2770: Pull complete 09:17:52 029629755bc9: Pull complete 09:17:52 ff45a589bc35: Pull complete 09:17:53 7349daa12914: Pull complete 09:17:53 758e06acfe8e: Pull complete 09:17:53 2955a4928544: Pull complete 09:17:53 031b6f82c72f: Pull complete 09:17:53 13c02605ba24: Pull complete 09:17:53 bf40fdf4de5f: Pull complete 09:17:53 1737427f03d9: Pull complete 09:17:53 eebb0c0e2623: Pull complete 09:17:53 eed7f25a560f: Pull complete 09:17:54 81b106dce6f7: Pull complete 09:17:54 deda81c7063b: Pull complete 09:17:54 9ec09956f2e2: Pull complete 09:17:54 f7b7c9414fa9: Pull complete 09:17:55 3545fd81ed47: Pull complete 09:17:55 Digest: sha256:27467f0606319f9293d7d123c091e6df3f22c654f0a15e133a7ab19737072dba 09:17:55 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-e17cbbb79581a601bdc5db11b88fdd6af561bb4f [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] parallel [Pipeline] { (Branch: py2.7_19.03.5) [Pipeline] { (Branch: py2.7_19.03.12) [Pipeline] { (Branch: py3.7_19.03.5) [Pipeline] { (Branch: py3.7_19.03.12) [Pipeline] node [Pipeline] node Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-048b6d832fc44fd40) in /home/ubuntu/workspace/docker-py_PR-2471 [Pipeline] node [Pipeline] node [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2471@tmp/fa4d0f4f-c11d-4d42-9aa4-20595183a07e/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] echo 09:18:27 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 09:18:27 chowning workspace [Pipeline] sh 09:18:27 + pwd 09:18:27 + id -u 09:18:27 + id -g 09:18:27 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2471:/workspace busybox chown -R 1000:1000 /workspace 09:18:27 Unable to find image 'busybox:latest' locally 09:18:28 latest: Pulling from library/busybox 09:18:28 91f30d776fb2: Pulling fs layer 09:18:28 91f30d776fb2: Verifying Checksum 09:18:28 91f30d776fb2: Download complete 09:18:28 91f30d776fb2: Pull complete 09:18:28 Digest: sha256:9ddee63a712cea977267342e8750ecbc60d3aab25f04ceacfa795e6fce341793 09:18:28 Status: Downloaded newer image for busybox:latest [Pipeline] echo 09:18:29 Removing all docker containers [Pipeline] sh 09:18:29 + docker container ls -aq [Pipeline] echo 09:18:29 Docker containers have been removed [Pipeline] echo 09:18:29 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 09:18:29 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py2.7 / docker=19.03.5) [Pipeline] checkout 09:18:30 using credential docker-jenkins-github-credentials 09:18:30 Cloning the remote Git repository 09:18:30 Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2471 # 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/2471/head:refs/remotes/origin/PR-2471 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:18:32 Fetching without tags > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2471/head:refs/remotes/origin/PR-2471 # 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/2471/head:refs/remotes/origin/PR-2471 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:18:32 Merging remotes/origin/master commit c65d437843310b46ccb93b1c418ff7da547a5fec into PR head commit 9f41a6e97a75be61388c5de10f49957c4d8aaa7d 09:18:32 Merge succeeded, producing c224aae6ff06404930fa769634805ee81682001f 09:18:32 Checking out Revision c224aae6ff06404930fa769634805ee81682001f (PR-2471) > git config core.sparsecheckout # timeout=10 > git checkout -f 9f41a6e97a75be61388c5de10f49957c4d8aaa7d # timeout=10 > git merge c65d437843310b46ccb93b1c418ff7da547a5fec # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c224aae6ff06404930fa769634805ee81682001f # timeout=10 09:18:35 Commit message: "Merge commit 'c65d437843310b46ccb93b1c418ff7da547a5fec' into HEAD" [Pipeline] sh 09:18:36 + docker network create dpy-testnet-7-0-py2.7-19.03.5 09:18:36 4c811dc2cad37c549c6a5ccef55a6541fa60853acd51dff28363c84d85cb571e [Pipeline] sh > git rev-list --no-walk 32d2e3bf41d48200bea1ebd040152d936d8d1a69 # timeout=10 09:18:37 + docker run -d --name dpy-dind-7-0-py2.7-19.03.5 -v /tmp --privileged --network dpy-testnet-7-0-py2.7-19.03.5 docker:19.03.5-dind dockerd -H tcp://0.0.0.0:2375 09:18:37 Unable to find image 'docker:19.03.5-dind' locally 09:18:37 19.03.5-dind: Pulling from library/docker 09:18:37 c9b1b535fdd9: Pulling fs layer 09:18:37 cd54125436dc: Pulling fs layer 09:18:37 70d1554c15cb: Pulling fs layer 09:18:37 79e322b40fa7: Pulling fs layer 09:18:37 fa396aa1c77a: Pulling fs layer 09:18:37 af8b1978c51e: Pulling fs layer 09:18:37 e3cc93a7c611: Pulling fs layer 09:18:37 1a997a372dbd: Pulling fs layer 09:18:37 57ab6c938e0f: Pulling fs layer 09:18:37 78fcc3f54ae1: Pulling fs layer 09:18:37 6a8202733384: Pulling fs layer 09:18:37 79e322b40fa7: Waiting 09:18:37 fa396aa1c77a: Waiting 09:18:37 af8b1978c51e: Waiting 09:18:37 e3cc93a7c611: Waiting 09:18:37 1a997a372dbd: Waiting 09:18:37 57ab6c938e0f: Waiting 09:18:37 78fcc3f54ae1: Waiting 09:18:37 6a8202733384: Waiting 09:18:37 70d1554c15cb: Verifying Checksum 09:18:37 70d1554c15cb: Download complete 09:18:37 c9b1b535fdd9: Verifying Checksum 09:18:37 c9b1b535fdd9: Download complete 09:18:37 cd54125436dc: Download complete 09:18:37 fa396aa1c77a: Verifying Checksum 09:18:37 fa396aa1c77a: Download complete 09:18:37 af8b1978c51e: Verifying Checksum 09:18:37 af8b1978c51e: Download complete 09:18:37 e3cc93a7c611: Verifying Checksum 09:18:37 e3cc93a7c611: Download complete 09:18:37 57ab6c938e0f: Verifying Checksum 09:18:37 57ab6c938e0f: Download complete 09:18:37 78fcc3f54ae1: Verifying Checksum 09:18:37 78fcc3f54ae1: Download complete 09:18:37 c9b1b535fdd9: Pull complete 09:18:37 1a997a372dbd: Verifying Checksum 09:18:37 1a997a372dbd: Download complete 09:18:37 6a8202733384: Verifying Checksum 09:18:37 6a8202733384: Download complete 09:18:38 79e322b40fa7: Verifying Checksum 09:18:38 79e322b40fa7: Download complete 09:18:38 cd54125436dc: Pull complete 09:18:38 70d1554c15cb: Pull complete 09:18:40 79e322b40fa7: Pull complete 09:18:40 fa396aa1c77a: Pull complete 09:18:40 af8b1978c51e: Pull complete 09:18:40 e3cc93a7c611: Pull complete 09:18:40 1a997a372dbd: Pull complete 09:18:40 57ab6c938e0f: Pull complete 09:18:40 78fcc3f54ae1: Pull complete 09:18:40 6a8202733384: Pull complete 09:18:40 Digest: sha256:033ba84f8ea98910d8fc51b8263fbeb24c48d6daf55ef7c654e2981784dac2f4 09:18:40 Status: Downloaded newer image for docker:19.03.5-dind Still waiting to schedule task ‘EC2 (managed-agents) - ubuntu-1604-aufs (i-0b64d4198e79600e8)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1604-btrfs (i-09c1f388a09bc98e7)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1604-overlay2 (i-0f0c0c8cfcb85b64d)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1804-overlay2-arm64v8 (i-0738756f4c9e170ee)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0efa2b874362ad253)’ is offline; ‘EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-0fb9d8431d740f4e5)’ is offline; ‘EC2 (managed-agents) - ubuntu-2004-overlay2-arm64v8 (i-0f097a2dc39f38fbd)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-46’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-47’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-48’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-49’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-50’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ Still waiting to schedule task ‘EC2 (managed-agents) - ubuntu-1604-aufs (i-0b64d4198e79600e8)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1604-btrfs (i-09c1f388a09bc98e7)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1604-overlay2 (i-0f0c0c8cfcb85b64d)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1804-overlay2-arm64v8 (i-0738756f4c9e170ee)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0efa2b874362ad253)’ is offline; ‘EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-0fb9d8431d740f4e5)’ is offline; ‘EC2 (managed-agents) - ubuntu-2004-overlay2-arm64v8 (i-0f097a2dc39f38fbd)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-46’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-47’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-48’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-49’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-50’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ Still waiting to schedule task ‘EC2 (managed-agents) - ubuntu-1604-aufs (i-0b64d4198e79600e8)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1604-btrfs (i-09c1f388a09bc98e7)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1604-overlay2 (i-0f0c0c8cfcb85b64d)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1804-overlay2-arm64v8 (i-0738756f4c9e170ee)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0efa2b874362ad253)’ is offline; ‘EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-0fb9d8431d740f4e5)’ is offline; ‘EC2 (managed-agents) - ubuntu-2004-overlay2-arm64v8 (i-0f097a2dc39f38fbd)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-46’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-47’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-48’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-49’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-50’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ 09:18:42 f2bbb6397e157407bc5462e9a56a6eaf1c4b0a55c3965ee696314cb935b032b1 [Pipeline] sh 09:18:43 + docker run --name dpy-tests-7-0-py2.7-19.03.5 -e DOCKER_HOST=tcp://dpy-dind-7-0-py2.7-19.03.5:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-7-0-py2.7-19.03.5 --volumes-from dpy-dind-7-0-py2.7-19.03.5 dockerbuildbot/docker-py:py2-e17cbbb79581a601bdc5db11b88fdd6af561bb4f py.test -v -rxs --cov=docker tests/ 09:18:43 Unable to find image 'dockerbuildbot/docker-py:py2-e17cbbb79581a601bdc5db11b88fdd6af561bb4f' locally 09:18:43 py2-e17cbbb79581a601bdc5db11b88fdd6af561bb4f: Pulling from dockerbuildbot/docker-py 09:18:43 7e2b2a5af8f6: Pulling fs layer 09:18:43 09b6f03ffac4: Pulling fs layer 09:18:43 dc3f0c679f0f: Pulling fs layer 09:18:43 fd4b47407fc3: Pulling fs layer 09:18:43 b32f6bf7d96d: Pulling fs layer 09:18:43 6f4489a7e4cf: Pulling fs layer 09:18:43 af4b99ad9ef0: Pulling fs layer 09:18:43 39db0bc48c26: Pulling fs layer 09:18:43 acb4a89489fc: Pulling fs layer 09:18:43 4a9d7b5c8bbc: Pulling fs layer 09:18:43 9a71e86ea715: Pulling fs layer 09:18:43 eb469057e3d4: Pulling fs layer 09:18:43 16cd3b44e15f: Pulling fs layer 09:18:43 a292d6cb0bcb: Pulling fs layer 09:18:43 64c2208d29ce: Pulling fs layer 09:18:43 4ac9fa3c7fcc: Pulling fs layer 09:18:43 8f5f21bd02d5: Pulling fs layer 09:18:43 e53292b77b02: Pulling fs layer 09:18:43 71ecbc7d5e0e: Pulling fs layer 09:18:43 cec9f18ee527: Pulling fs layer 09:18:43 0e07880eea35: Pulling fs layer 09:18:43 70199d8b8c62: Pulling fs layer 09:18:43 760f18840ab5: Pulling fs layer 09:18:43 218ed93f541e: Pulling fs layer 09:18:43 fd4b47407fc3: Waiting 09:18:43 b32f6bf7d96d: Waiting 09:18:43 6f4489a7e4cf: Waiting 09:18:43 af4b99ad9ef0: Waiting 09:18:43 39db0bc48c26: Waiting 09:18:43 acb4a89489fc: Waiting 09:18:43 9a71e86ea715: Waiting 09:18:43 eb469057e3d4: Waiting 09:18:43 16cd3b44e15f: Waiting 09:18:43 a292d6cb0bcb: Waiting 09:18:43 64c2208d29ce: Waiting 09:18:43 4ac9fa3c7fcc: Waiting 09:18:43 8f5f21bd02d5: Waiting 09:18:43 e53292b77b02: Waiting 09:18:43 71ecbc7d5e0e: Waiting 09:18:43 cec9f18ee527: Waiting 09:18:43 0e07880eea35: Waiting 09:18:43 70199d8b8c62: Waiting 09:18:43 760f18840ab5: Waiting 09:18:43 218ed93f541e: Waiting 09:18:43 4a9d7b5c8bbc: Waiting 09:18:43 dc3f0c679f0f: Verifying Checksum 09:18:43 dc3f0c679f0f: Download complete 09:18:43 09b6f03ffac4: Verifying Checksum 09:18:43 09b6f03ffac4: Download complete 09:18:44 7e2b2a5af8f6: Verifying Checksum 09:18:44 7e2b2a5af8f6: Download complete 09:18:44 6f4489a7e4cf: Verifying Checksum 09:18:44 6f4489a7e4cf: Download complete 09:18:45 fd4b47407fc3: Verifying Checksum 09:18:45 fd4b47407fc3: Download complete 09:18:45 39db0bc48c26: Verifying Checksum 09:18:45 39db0bc48c26: Download complete 09:18:45 af4b99ad9ef0: Verifying Checksum 09:18:45 af4b99ad9ef0: Download complete 09:18:45 4a9d7b5c8bbc: Verifying Checksum 09:18:45 4a9d7b5c8bbc: Download complete 09:18:45 acb4a89489fc: Verifying Checksum 09:18:45 acb4a89489fc: Download complete 09:18:45 eb469057e3d4: Verifying Checksum 09:18:45 eb469057e3d4: Download complete 09:18:45 9a71e86ea715: Verifying Checksum 09:18:45 9a71e86ea715: Download complete 09:18:45 16cd3b44e15f: Verifying Checksum 09:18:45 16cd3b44e15f: Download complete 09:18:45 64c2208d29ce: Verifying Checksum 09:18:45 64c2208d29ce: Download complete 09:18:45 a292d6cb0bcb: Verifying Checksum 09:18:45 a292d6cb0bcb: Download complete 09:18:45 4ac9fa3c7fcc: Verifying Checksum 09:18:45 4ac9fa3c7fcc: Download complete 09:18:45 8f5f21bd02d5: Verifying Checksum 09:18:45 8f5f21bd02d5: Download complete 09:18:45 e53292b77b02: Verifying Checksum 09:18:45 e53292b77b02: Download complete 09:18:46 71ecbc7d5e0e: Verifying Checksum 09:18:46 71ecbc7d5e0e: Download complete 09:18:46 0e07880eea35: Verifying Checksum 09:18:46 0e07880eea35: Download complete 09:18:46 cec9f18ee527: Verifying Checksum 09:18:46 cec9f18ee527: Download complete 09:18:46 760f18840ab5: Verifying Checksum 09:18:46 760f18840ab5: Download complete 09:18:46 70199d8b8c62: Verifying Checksum 09:18:46 70199d8b8c62: Download complete 09:18:46 218ed93f541e: Verifying Checksum 09:18:46 218ed93f541e: Download complete 09:18:46 b32f6bf7d96d: Verifying Checksum 09:18:46 b32f6bf7d96d: Download complete 09:18:48 7e2b2a5af8f6: Pull complete 09:18:48 09b6f03ffac4: Pull complete 09:18:48 dc3f0c679f0f: Pull complete 09:18:51 fd4b47407fc3: Pull complete 09:18:57 b32f6bf7d96d: Pull complete 09:18:57 6f4489a7e4cf: Pull complete 09:18:58 af4b99ad9ef0: Pull complete 09:18:58 39db0bc48c26: Pull complete 09:18:59 acb4a89489fc: Pull complete 09:18:59 4a9d7b5c8bbc: Pull complete 09:19:00 9a71e86ea715: Pull complete 09:19:00 eb469057e3d4: Pull complete 09:19:00 16cd3b44e15f: Pull complete 09:19:00 a292d6cb0bcb: Pull complete 09:19:00 64c2208d29ce: Pull complete 09:19:00 4ac9fa3c7fcc: Pull complete 09:19:00 8f5f21bd02d5: Pull complete 09:19:00 e53292b77b02: Pull complete 09:19:00 71ecbc7d5e0e: Pull complete 09:19:01 cec9f18ee527: Pull complete 09:19:01 0e07880eea35: Pull complete 09:19:01 70199d8b8c62: Pull complete 09:19:01 760f18840ab5: Pull complete 09:19:01 218ed93f541e: Pull complete 09:19:01 Digest: sha256:39dba165ef4e37eeec2c9bec1d50d84feb8ec8fc6f9436958f6112dc49b9a3c7 09:19:01 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-e17cbbb79581a601bdc5db11b88fdd6af561bb4f 09:19:04 ============================= test session starts ============================== 09:19:04 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python 09:19:04 cachedir: .pytest_cache 09:19:04 rootdir: /src, inifile: pytest.ini 09:19:04 plugins: cov-2.6.1, timeout-1.3.3 09:19:07 collecting ... collected 944 items 09:19:07 09:19:08 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [ 0%] 09:19:09 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [ 0%] 09:19:09 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 0%] 09:19:09 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [ 0%] 09:19:09 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 0%] 09:19:10 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 0%] 09:19:10 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 0%] 09:19:10 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [ 0%] 09:19:11 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [ 0%] 09:19:11 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [ 1%] 09:19:11 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 1%] 09:19:11 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [ 1%] 09:19:11 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [ 1%] 09:19:12 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [ 1%] 09:19:12 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [ 1%] 09:19:12 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 1%] 09:19:14 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 1%] 09:19:14 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 1%] 09:19:15 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 2%] 09:19:17 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 2%] 09:19:18 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 2%] 09:19:18 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [ 2%] 09:19:18 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 2%] 09:19:18 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS [ 2%] 09:19:18 tests/integration/api_client_test.py::InformationTest::test_info PASSED [ 2%] 09:19:18 tests/integration/api_client_test.py::InformationTest::test_version PASSED [ 2%] 09:19:18 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [ 2%] 09:19:19 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [ 2%] 09:19:19 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [ 3%] 09:19:19 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [ 3%] 09:19:19 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [ 3%] 09:19:19 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [ 3%] 09:19:19 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [ 3%] 09:19:20 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [ 3%] 09:19:21 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [ 3%] 09:19:21 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [ 3%] 09:19:22 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [ 3%] 09:19:22 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [ 4%] 09:19:22 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 4%] 09:19:22 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 4%] 09:19:22 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 4%] 09:19:23 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 4%] 09:19:23 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 4%] 09:19:23 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 4%] 09:19:24 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 4%] 09:19:24 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 4%] 09:19:25 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 4%] 09:19:25 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 5%] 09:19:28 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 5%] 09:19:28 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 5%] 09:19:28 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 5%] 09:19:28 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 5%] 09:19:28 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 5%] 09:19:28 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 5%] 09:19:28 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 5%] 09:19:47 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 5%] 09:19:47 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 6%] 09:19:47 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 6%] 09:19:47 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 6%] 09:19:47 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 6%] 09:19:47 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 6%] 09:19:47 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 6%] 09:19:48 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 6%] 09:19:48 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 6%] 09:19:49 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 6%] 09:19:49 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 6%] 09:19:49 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 7%] 09:19:50 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 7%] 09:19:50 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 7%] 09:19:53 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 7%] 09:19:53 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 7%] 09:19:53 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 7%] 09:19:58 tests/integration/api_container_test.py::WaitTest::test_wait PASSED [ 7%] 09:20:02 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 7%] 09:20:05 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 7%] 09:20:05 tests/integration/api_container_test.py::LogsTest::test_logs PASSED [ 8%] 09:20:06 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 8%] 09:20:07 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 8%] 09:20:07 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 8%] 09:20:08 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 8%] 09:20:08 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 8%] 09:20:09 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 8%] 09:20:09 tests/integration/api_container_test.py::DiffTest::test_diff PASSED [ 8%] 09:20:10 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 8%] 09:20:12 tests/integration/api_container_test.py::StopTest::test_stop PASSED [ 9%] 09:20:15 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 9%] 09:20:15 tests/integration/api_container_test.py::KillTest::test_kill PASSED [ 9%] 09:20:16 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 9%] 09:20:16 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 9%] 09:20:16 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 9%] 09:20:17 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 9%] 09:20:17 tests/integration/api_container_test.py::PortTest::test_port PASSED [ 9%] 09:20:18 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 9%] 09:20:18 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 9%] 09:20:22 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%] 09:20:24 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%] 09:20:27 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%] 09:20:28 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%] 09:20:28 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%] 09:20:29 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%] 09:20:32 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%] 09:20:33 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%] 09:20:34 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%] 09:20:35 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%] 09:20:36 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%] 09:20:36 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%] 09:20:37 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%] 09:20:38 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%] 09:20:40 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%] 09:20:40 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%] 09:20:40 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%] 09:20:41 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%] 09:20:41 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%] 09:20:41 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%] 09:20:42 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%] 09:20:43 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%] 09:20:45 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%] 09:20:45 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%] 09:20:45 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%] 09:20:46 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%] 09:20:46 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%] 09:20:47 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%] 09:20:47 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 13%] 09:20:48 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 13%] 09:20:48 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%] 09:20:49 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%] 09:20:50 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%] 09:20:50 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%] 09:20:51 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%] 09:20:52 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%] 09:20:53 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%] 09:20:54 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%] 09:20:55 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%] 09:20:56 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%] 09:20:57 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%] 09:20:58 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%] 09:21:00 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%] 09:21:01 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%] 09:21:01 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%] 09:21:05 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%] 09:21:05 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED [ 14%] 09:21:05 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%] 09:21:06 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED [ 15%] 09:21:06 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%] 09:21:06 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%] 09:21:07 tests/integration/api_image_test.py::CommitTest::test_commit PASSED [ 15%] 09:21:07 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%] 09:21:07 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%] 09:21:08 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%] 09:21:08 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%] 09:21:08 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%] 09:21:08 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%] 09:21:08 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%] 09:21:08 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%] 09:21:08 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%] 09:21:08 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%] 09:21:09 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%] 09:21:09 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%] 09:21:10 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%] 09:21:10 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%] 09:21:11 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%] 09:21:12 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%] 09:21:12 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%] 09:21:13 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%] 09:21:15 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%] 09:21:15 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%] 09:21:16 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%] 09:21:16 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%] 09:21:18 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%] 09:21:19 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%] 09:21:19 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%] 09:21:19 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%] 09:21:19 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%] 09:21:19 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%] 09:21:19 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%] 09:21:20 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%] 09:21:20 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%] 09:21:21 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%] 09:21:21 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%] 09:21:22 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%] 09:21:22 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%] 09:21:23 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%] 09:21:23 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%] 09:21:23 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%] 09:21:24 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%] 09:21:24 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%] 09:21:24 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%] 09:21:24 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%] 09:21:25 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 20%] 09:21:26 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%] 09:21:27 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%] 09:21:27 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%] 09:21:29 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%] 09:21:29 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%] 09:21:29 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%] 09:21:29 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%] 09:21:31 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%] 09:21:32 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%] 09:21:32 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%] 09:21:32 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%] 09:21:32 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%] 09:21:33 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%] 09:21:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%] 09:21:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%] 09:21:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%] 09:21:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 22%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 22%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 23%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 24%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 24%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%] 09:21:35 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%] 09:21:36 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%] 09:21:36 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%] 09:21:36 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%] 09:21:36 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%] 09:21:37 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 25%] 09:21:39 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 25%] 09:21:39 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%] 09:21:39 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%] 09:21:39 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%] 09:21:39 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%] 09:21:39 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%] 09:21:39 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%] 09:21:39 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%] 09:21:39 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%] 09:21:39 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 26%] 09:21:39 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 26%] 09:21:39 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%] 09:21:39 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%] 09:21:39 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%] 09:21:39 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%] 09:21:39 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%] 09:21:39 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%] 09:21:40 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%] 09:21:40 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 27%] 09:21:40 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 27%] 09:21:40 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 27%] 09:21:40 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%] 09:21:40 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%] 09:21:40 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%] 09:21:52 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%] 09:21:52 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%] 09:21:53 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%] 09:21:54 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%] 09:21:55 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 28%] 09:21:57 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 28%] 09:21:58 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%] 09:21:59 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%] 09:21:59 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%] 09:22:01 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%] 09:22:07 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%] 09:22:13 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%] 09:22:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%] 09:22:15 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 29%] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0efa2b874362ad253) in /home/ubuntu/workspace/docker-py_PR-2471 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ 09:22:16 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED [ 29%] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-0fb9d8431d740f4e5) in /home/ubuntu/workspace/docker-py_PR-2471 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ 09:22:18 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED [ 29%] 09:22:19 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%] 09:22:20 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%] WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2471@tmp/06f3d671-24a0-4705-9ce6-b8da07d8ea38/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] echo 09:22:23 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 09:22:23 chowning workspace [Pipeline] sh WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2471@tmp/94991844-fc30-4500-9e3f-dbf5da44ce34/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] echo 09:22:24 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 09:22:24 chowning workspace [Pipeline] sh 09:22:24 + pwd 09:22:24 + id -u 09:22:24 + id -g 09:22:24 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2471:/workspace busybox chown -R 1000:1000 /workspace 09:22:24 Unable to find image 'busybox:latest' locally 09:22:24 latest: Pulling from library/busybox 09:22:24 91f30d776fb2: Pulling fs layer 09:22:24 + pwd 09:22:24 + id -u 09:22:24 + id -g 09:22:24 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2471:/workspace busybox chown -R 1000:1000 /workspace 09:22:24 Unable to find image 'busybox:latest' locally 09:22:24 latest: Pulling from library/busybox 09:22:24 91f30d776fb2: Pulling fs layer 09:22:24 91f30d776fb2: Download complete 09:22:24 91f30d776fb2: Verifying Checksum 09:22:24 91f30d776fb2: Download complete 09:22:24 91f30d776fb2: Pull complete 09:22:24 Digest: sha256:9ddee63a712cea977267342e8750ecbc60d3aab25f04ceacfa795e6fce341793 09:22:24 Status: Downloaded newer image for busybox:latest 09:22:24 91f30d776fb2: Pull complete 09:22:24 Digest: sha256:9ddee63a712cea977267342e8750ecbc60d3aab25f04ceacfa795e6fce341793 09:22:24 Status: Downloaded newer image for busybox:latest [Pipeline] echo 09:22:26 Removing all docker containers [Pipeline] sh 09:22:26 + docker container ls -aq [Pipeline] echo 09:22:26 Docker containers have been removed [Pipeline] echo 09:22:26 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 09:22:26 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py3.7 / docker=19.03.5) [Pipeline] checkout [Pipeline] echo 09:22:26 Removing all docker containers [Pipeline] sh 09:22:27 + docker container ls -aq [Pipeline] echo 09:22:27 Docker containers have been removed [Pipeline] echo 09:22:27 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 09:22:27 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py2.7 / docker=19.03.12) [Pipeline] checkout 09:22:27 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED [ 29%] 09:22:28 using credential docker-jenkins-github-credentials 09:22:28 Cloning the remote Git repository 09:22:28 Cloning with configured refspecs honoured and without tags 09:22:28 using credential docker-jenkins-github-credentials 09:22:28 Cloning the remote Git repository 09:22:28 Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2471 # 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/2471/head:refs/remotes/origin/PR-2471 +refs/heads/master:refs/remotes/origin/master # timeout=10 Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2471 # 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/2471/head:refs/remotes/origin/PR-2471 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:22:29 Fetching without tags 09:22:29 Merging remotes/origin/master commit c65d437843310b46ccb93b1c418ff7da547a5fec into PR head commit 9f41a6e97a75be61388c5de10f49957c4d8aaa7d 09:22:29 Merge succeeded, producing 8dad4f246368cbe715016f80a9190e42eeb17417 09:22:29 Checking out Revision 8dad4f246368cbe715016f80a9190e42eeb17417 (PR-2471) 09:22:29 Fetching without tags > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2471/head:refs/remotes/origin/PR-2471 # 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/2471/head:refs/remotes/origin/PR-2471 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:22:29 Merging remotes/origin/master commit c65d437843310b46ccb93b1c418ff7da547a5fec into PR head commit 9f41a6e97a75be61388c5de10f49957c4d8aaa7d 09:22:30 Merge succeeded, producing 33bb20842310455f96e00af64ffec055887b6a44 09:22:30 Checking out Revision 33bb20842310455f96e00af64ffec055887b6a44 (PR-2471) > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2471/head:refs/remotes/origin/PR-2471 # 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/2471/head:refs/remotes/origin/PR-2471 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f41a6e97a75be61388c5de10f49957c4d8aaa7d # timeout=10 > git merge c65d437843310b46ccb93b1c418ff7da547a5fec # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8dad4f246368cbe715016f80a9190e42eeb17417 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f41a6e97a75be61388c5de10f49957c4d8aaa7d # timeout=10 > git merge c65d437843310b46ccb93b1c418ff7da547a5fec # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 33bb20842310455f96e00af64ffec055887b6a44 # timeout=10 09:22:32 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%] 09:22:32 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%] 09:22:33 Commit message: "Merge commit 'c65d437843310b46ccb93b1c418ff7da547a5fec' into HEAD" 09:22:33 Commit message: "Merge commit 'c65d437843310b46ccb93b1c418ff7da547a5fec' into HEAD" [Pipeline] sh 09:22:33 + docker network create dpy-testnet-7-0-py2.7-19.03.12 09:22:33 ba8ffaf20e4a0faa97c669a8c1e34de0563e68abdd5a791571fd3e1a0a778d90 [Pipeline] sh > git rev-list --no-walk 32d2e3bf41d48200bea1ebd040152d936d8d1a69 # timeout=10 09:22:34 + docker run -d --name dpy-dind-7-0-py2.7-19.03.12 -v /tmp --privileged --network dpy-testnet-7-0-py2.7-19.03.12 docker:19.03.12-dind dockerd -H tcp://0.0.0.0:2375 09:22:34 Unable to find image 'docker:19.03.12-dind' locally 09:22:34 19.03.12-dind: Pulling from library/docker 09:22:34 df20fa9351a1: Pulling fs layer 09:22:34 25ad7478873d: Pulling fs layer 09:22:34 4684f6177b5d: Pulling fs layer 09:22:34 46e300cec669: Pulling fs layer 09:22:34 63038576ad94: Pulling fs layer 09:22:34 0fdb76c4706c: Pulling fs layer 09:22:34 cb7edeffdfd5: Pulling fs layer 09:22:34 cc28bd76800f: Pulling fs layer 09:22:34 54196fe38f7e: Pulling fs layer 09:22:34 2d269ba97d21: Pulling fs layer 09:22:34 c4e35c09825f: Pulling fs layer 09:22:34 63038576ad94: Waiting 09:22:34 0fdb76c4706c: Waiting 09:22:34 c4e35c09825f: Waiting 09:22:34 cb7edeffdfd5: Waiting 09:22:34 2d269ba97d21: Waiting 09:22:34 cc28bd76800f: Waiting 09:22:34 54196fe38f7e: Waiting 09:22:34 46e300cec669: Waiting [Pipeline] sh 09:22:34 4684f6177b5d: Download complete 09:22:34 25ad7478873d: Download complete 09:22:34 df20fa9351a1: Verifying Checksum 09:22:34 df20fa9351a1: Download complete 09:22:34 63038576ad94: Verifying Checksum 09:22:34 63038576ad94: Download complete 09:22:34 0fdb76c4706c: Verifying Checksum 09:22:34 0fdb76c4706c: Download complete 09:22:34 cb7edeffdfd5: Verifying Checksum 09:22:34 cb7edeffdfd5: Download complete 09:22:34 df20fa9351a1: Pull complete 09:22:34 54196fe38f7e: Verifying Checksum 09:22:34 54196fe38f7e: Download complete 09:22:34 2d269ba97d21: Verifying Checksum 09:22:34 2d269ba97d21: Download complete 09:22:34 + docker network create dpy-testnet-7-0-py3.7-19.03.5 09:22:34 4fd224716e442216295c608a7c5af1c17e5bb07c174a876cafb8a656a1589a5e [Pipeline] sh 09:22:34 c4e35c09825f: Verifying Checksum 09:22:34 c4e35c09825f: Download complete 09:22:34 cc28bd76800f: Verifying Checksum 09:22:34 cc28bd76800f: Download complete 09:22:34 25ad7478873d: Pull complete 09:22:34 4684f6177b5d: Pull complete > git rev-list --no-walk 32d2e3bf41d48200bea1ebd040152d936d8d1a69 # timeout=10 09:22:34 + docker run -d --name dpy-dind-7-0-py3.7-19.03.5 -v /tmp --privileged --network dpy-testnet-7-0-py3.7-19.03.5 docker:19.03.5-dind dockerd -H tcp://0.0.0.0:2375 09:22:34 Unable to find image 'docker:19.03.5-dind' locally 09:22:34 19.03.5-dind: Pulling from library/docker 09:22:35 c9b1b535fdd9: Pulling fs layer 09:22:35 cd54125436dc: Pulling fs layer 09:22:35 70d1554c15cb: Pulling fs layer 09:22:35 79e322b40fa7: Pulling fs layer 09:22:35 fa396aa1c77a: Pulling fs layer 09:22:35 af8b1978c51e: Pulling fs layer 09:22:35 e3cc93a7c611: Pulling fs layer 09:22:35 1a997a372dbd: Pulling fs layer 09:22:35 57ab6c938e0f: Pulling fs layer 09:22:35 78fcc3f54ae1: Pulling fs layer 09:22:35 6a8202733384: Pulling fs layer 09:22:35 79e322b40fa7: Waiting 09:22:35 fa396aa1c77a: Waiting 09:22:35 af8b1978c51e: Waiting 09:22:35 e3cc93a7c611: Waiting 09:22:35 1a997a372dbd: Waiting 09:22:35 57ab6c938e0f: Waiting 09:22:35 78fcc3f54ae1: Waiting 09:22:35 6a8202733384: Waiting 09:22:35 70d1554c15cb: Verifying Checksum 09:22:35 70d1554c15cb: Download complete 09:22:35 cd54125436dc: Verifying Checksum 09:22:35 cd54125436dc: Download complete 09:22:35 c9b1b535fdd9: Download complete 09:22:35 af8b1978c51e: Verifying Checksum 09:22:35 af8b1978c51e: Download complete 09:22:35 fa396aa1c77a: Verifying Checksum 09:22:35 fa396aa1c77a: Download complete 09:22:35 46e300cec669: Download complete 09:22:35 e3cc93a7c611: Verifying Checksum 09:22:35 e3cc93a7c611: Download complete 09:22:35 1a997a372dbd: Verifying Checksum 09:22:35 1a997a372dbd: Download complete 09:22:35 57ab6c938e0f: Verifying Checksum 09:22:35 57ab6c938e0f: Download complete 09:22:35 6a8202733384: Verifying Checksum 09:22:35 6a8202733384: Download complete 09:22:35 78fcc3f54ae1: Verifying Checksum 09:22:35 78fcc3f54ae1: Download complete 09:22:35 c9b1b535fdd9: Pull complete 09:22:36 46e300cec669: Pull complete 09:22:36 63038576ad94: Pull complete 09:22:36 79e322b40fa7: Verifying Checksum 09:22:36 79e322b40fa7: Download complete 09:22:36 0fdb76c4706c: Pull complete 09:22:36 cb7edeffdfd5: Pull complete 09:22:36 cd54125436dc: Pull complete 09:22:36 70d1554c15cb: Pull complete 09:22:36 cc28bd76800f: Pull complete 09:22:36 54196fe38f7e: Pull complete 09:22:36 2d269ba97d21: Pull complete 09:22:36 c4e35c09825f: Pull complete 09:22:36 Digest: sha256:97b189e06e3a9ea76ed51a852b7117a914241dfba09bfeed9779668ef3d106ed 09:22:36 Status: Downloaded newer image for docker:19.03.12-dind 09:22:38 79e322b40fa7: Pull complete 09:22:38 fa396aa1c77a: Pull complete 09:22:38 af8b1978c51e: Pull complete 09:22:38 e3cc93a7c611: Pull complete 09:22:38 1a997a372dbd: Pull complete 09:22:38 57ab6c938e0f: Pull complete 09:22:38 78fcc3f54ae1: Pull complete 09:22:39 6a8202733384: Pull complete 09:22:39 Digest: sha256:033ba84f8ea98910d8fc51b8263fbeb24c48d6daf55ef7c654e2981784dac2f4 09:22:39 Status: Downloaded newer image for docker:19.03.5-dind 09:22:39 48f7e928938f65c02b5d61faba93661313efb8dd75725ee5c61184adea504873 [Pipeline] sh 09:22:39 + docker run --name dpy-tests-7-0-py2.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-7-0-py2.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-7-0-py2.7-19.03.12 --volumes-from dpy-dind-7-0-py2.7-19.03.12 dockerbuildbot/docker-py:py2-e17cbbb79581a601bdc5db11b88fdd6af561bb4f py.test -v -rxs --cov=docker tests/ 09:22:39 Unable to find image 'dockerbuildbot/docker-py:py2-e17cbbb79581a601bdc5db11b88fdd6af561bb4f' locally 09:22:39 py2-e17cbbb79581a601bdc5db11b88fdd6af561bb4f: Pulling from dockerbuildbot/docker-py 09:22:39 7e2b2a5af8f6: Pulling fs layer 09:22:39 09b6f03ffac4: Pulling fs layer 09:22:39 dc3f0c679f0f: Pulling fs layer 09:22:39 fd4b47407fc3: Pulling fs layer 09:22:39 b32f6bf7d96d: Pulling fs layer 09:22:39 6f4489a7e4cf: Pulling fs layer 09:22:39 af4b99ad9ef0: Pulling fs layer 09:22:39 39db0bc48c26: Pulling fs layer 09:22:39 acb4a89489fc: Pulling fs layer 09:22:39 4a9d7b5c8bbc: Pulling fs layer 09:22:39 9a71e86ea715: Pulling fs layer 09:22:39 eb469057e3d4: Pulling fs layer 09:22:39 16cd3b44e15f: Pulling fs layer 09:22:39 a292d6cb0bcb: Pulling fs layer 09:22:39 64c2208d29ce: Pulling fs layer 09:22:39 4ac9fa3c7fcc: Pulling fs layer 09:22:39 8f5f21bd02d5: Pulling fs layer 09:22:39 e53292b77b02: Pulling fs layer 09:22:39 fd4b47407fc3: Waiting 09:22:39 71ecbc7d5e0e: Pulling fs layer 09:22:39 cec9f18ee527: Pulling fs layer 09:22:39 0e07880eea35: Pulling fs layer 09:22:39 b32f6bf7d96d: Waiting 09:22:39 70199d8b8c62: Pulling fs layer 09:22:39 760f18840ab5: Pulling fs layer 09:22:39 218ed93f541e: Pulling fs layer 09:22:39 6f4489a7e4cf: Waiting 09:22:39 a292d6cb0bcb: Waiting 09:22:39 af4b99ad9ef0: Waiting 09:22:39 64c2208d29ce: Waiting 09:22:39 39db0bc48c26: Waiting 09:22:39 4ac9fa3c7fcc: Waiting 09:22:39 8f5f21bd02d5: Waiting 09:22:39 acb4a89489fc: Waiting 09:22:39 e53292b77b02: Waiting 09:22:39 71ecbc7d5e0e: Waiting 09:22:39 4a9d7b5c8bbc: Waiting 09:22:39 cec9f18ee527: Waiting 09:22:39 9a71e86ea715: Waiting 09:22:39 0e07880eea35: Waiting 09:22:39 eb469057e3d4: Waiting 09:22:39 16cd3b44e15f: Waiting 09:22:39 70199d8b8c62: Waiting 09:22:39 760f18840ab5: Waiting 09:22:39 218ed93f541e: Waiting 09:22:39 dc3f0c679f0f: Download complete 09:22:39 09b6f03ffac4: Verifying Checksum 09:22:39 09b6f03ffac4: Download complete 09:22:40 7e2b2a5af8f6: Verifying Checksum 09:22:40 7e2b2a5af8f6: Download complete 09:22:40 6f4489a7e4cf: Verifying Checksum 09:22:40 6f4489a7e4cf: Download complete 09:22:40 fd4b47407fc3: Verifying Checksum 09:22:40 fd4b47407fc3: Download complete 09:22:40 39db0bc48c26: Download complete 09:22:40 af4b99ad9ef0: Verifying Checksum 09:22:40 af4b99ad9ef0: Download complete 09:22:40 acb4a89489fc: Verifying Checksum 09:22:40 acb4a89489fc: Download complete 09:22:40 4a9d7b5c8bbc: Verifying Checksum 09:22:40 4a9d7b5c8bbc: Download complete 09:22:40 eb469057e3d4: Verifying Checksum 09:22:40 eb469057e3d4: Download complete 09:22:40 16cd3b44e15f: Verifying Checksum 09:22:40 16cd3b44e15f: Download complete 09:22:40 a292d6cb0bcb: Verifying Checksum 09:22:40 a292d6cb0bcb: Download complete 09:22:40 64c2208d29ce: Download complete 09:22:40 4ac9fa3c7fcc: Verifying Checksum 09:22:40 4ac9fa3c7fcc: Download complete 09:22:40 9a71e86ea715: Verifying Checksum 09:22:40 9a71e86ea715: Download complete 09:22:40 8f5f21bd02d5: Verifying Checksum 09:22:40 8f5f21bd02d5: Download complete 09:22:40 e53292b77b02: Verifying Checksum 09:22:40 e53292b77b02: Download complete 09:22:40 71ecbc7d5e0e: Verifying Checksum 09:22:40 71ecbc7d5e0e: Download complete 09:22:40 0e07880eea35: Verifying Checksum 09:22:40 0e07880eea35: Download complete 09:22:41 cec9f18ee527: Verifying Checksum 09:22:41 cec9f18ee527: Download complete 09:22:41 70199d8b8c62: Verifying Checksum 09:22:41 70199d8b8c62: Download complete 09:22:41 760f18840ab5: Verifying Checksum 09:22:41 760f18840ab5: Download complete 09:22:41 218ed93f541e: Verifying Checksum 09:22:41 218ed93f541e: Download complete 09:22:41 95d3201582b2a8dcf6d46b8624b8e7199fa986c36664d27fe712923d6e6bc907 [Pipeline] sh 09:22:41 b32f6bf7d96d: Verifying Checksum 09:22:41 b32f6bf7d96d: Download complete 09:22:41 7e2b2a5af8f6: Pull complete 09:22:42 + docker run --name dpy-tests-7-0-py3.7-19.03.5 -e DOCKER_HOST=tcp://dpy-dind-7-0-py3.7-19.03.5:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-7-0-py3.7-19.03.5 --volumes-from dpy-dind-7-0-py3.7-19.03.5 dockerbuildbot/docker-py:py3-e17cbbb79581a601bdc5db11b88fdd6af561bb4f py.test -v -rxs --cov=docker tests/ 09:22:42 Unable to find image 'dockerbuildbot/docker-py:py3-e17cbbb79581a601bdc5db11b88fdd6af561bb4f' locally 09:22:42 py3-e17cbbb79581a601bdc5db11b88fdd6af561bb4f: Pulling from dockerbuildbot/docker-py 09:22:42 e9afc4f90ab0: Pulling fs layer 09:22:42 989e6b19a265: Pulling fs layer 09:22:42 af14b6c2f878: Pulling fs layer 09:22:42 5573c4b30949: Pulling fs layer 09:22:42 11a88e764313: Pulling fs layer 09:22:42 ee776f0e36af: Pulling fs layer 09:22:42 0f6c875a5369: Pulling fs layer 09:22:42 a2726e1e2770: Pulling fs layer 09:22:42 029629755bc9: Pulling fs layer 09:22:42 ff45a589bc35: Pulling fs layer 09:22:42 7349daa12914: Pulling fs layer 09:22:42 758e06acfe8e: Pulling fs layer 09:22:42 2955a4928544: Pulling fs layer 09:22:42 031b6f82c72f: Pulling fs layer 09:22:42 13c02605ba24: Pulling fs layer 09:22:42 bf40fdf4de5f: Pulling fs layer 09:22:42 1737427f03d9: Pulling fs layer 09:22:42 eebb0c0e2623: Pulling fs layer 09:22:42 eed7f25a560f: Pulling fs layer 09:22:42 81b106dce6f7: Pulling fs layer 09:22:42 deda81c7063b: Pulling fs layer 09:22:42 9ec09956f2e2: Pulling fs layer 09:22:42 f7b7c9414fa9: Pulling fs layer 09:22:42 3545fd81ed47: Pulling fs layer 09:22:42 5573c4b30949: Waiting 09:22:42 11a88e764313: Waiting 09:22:42 ee776f0e36af: Waiting 09:22:42 0f6c875a5369: Waiting 09:22:42 a2726e1e2770: Waiting 09:22:42 029629755bc9: Waiting 09:22:42 ff45a589bc35: Waiting 09:22:42 7349daa12914: Waiting 09:22:42 758e06acfe8e: Waiting 09:22:42 2955a4928544: Waiting 09:22:42 031b6f82c72f: Waiting 09:22:42 13c02605ba24: Waiting 09:22:42 bf40fdf4de5f: Waiting 09:22:42 1737427f03d9: Waiting 09:22:42 eebb0c0e2623: Waiting 09:22:42 eed7f25a560f: Waiting 09:22:42 81b106dce6f7: Waiting 09:22:42 deda81c7063b: Waiting 09:22:42 9ec09956f2e2: Waiting 09:22:42 f7b7c9414fa9: Waiting 09:22:42 3545fd81ed47: Waiting 09:22:42 989e6b19a265: Verifying Checksum 09:22:42 989e6b19a265: Download complete 09:22:42 af14b6c2f878: Verifying Checksum 09:22:42 af14b6c2f878: Download complete 09:22:42 09b6f03ffac4: Pull complete 09:22:43 e9afc4f90ab0: Verifying Checksum 09:22:43 e9afc4f90ab0: Download complete 09:22:43 dc3f0c679f0f: Pull complete 09:22:43 ee776f0e36af: Verifying Checksum 09:22:43 ee776f0e36af: Download complete 09:22:43 5573c4b30949: Verifying Checksum 09:22:43 5573c4b30949: Download complete 09:22:43 a2726e1e2770: Verifying Checksum 09:22:43 a2726e1e2770: Download complete 09:22:43 029629755bc9: Verifying Checksum 09:22:43 029629755bc9: Download complete 09:22:44 ff45a589bc35: Verifying Checksum 09:22:44 ff45a589bc35: Download complete 09:22:44 0f6c875a5369: Verifying Checksum 09:22:44 0f6c875a5369: Download complete 09:22:44 758e06acfe8e: Verifying Checksum 09:22:44 758e06acfe8e: Download complete 09:22:44 2955a4928544: Verifying Checksum 09:22:44 2955a4928544: Download complete 09:22:44 031b6f82c72f: Verifying Checksum 09:22:44 031b6f82c72f: Download complete 09:22:44 13c02605ba24: Verifying Checksum 09:22:44 13c02605ba24: Download complete 09:22:44 bf40fdf4de5f: Verifying Checksum 09:22:44 bf40fdf4de5f: Download complete 09:22:44 7349daa12914: Verifying Checksum 09:22:44 7349daa12914: Download complete 09:22:44 1737427f03d9: Verifying Checksum 09:22:44 1737427f03d9: Download complete 09:22:44 eebb0c0e2623: Verifying Checksum 09:22:44 eebb0c0e2623: Download complete 09:22:44 eed7f25a560f: Verifying Checksum 09:22:44 eed7f25a560f: Download complete 09:22:45 deda81c7063b: Verifying Checksum 09:22:45 deda81c7063b: Download complete 09:22:45 81b106dce6f7: Verifying Checksum 09:22:45 81b106dce6f7: Download complete 09:22:45 9ec09956f2e2: Verifying Checksum 09:22:45 9ec09956f2e2: Download complete 09:22:45 f7b7c9414fa9: Verifying Checksum 09:22:45 f7b7c9414fa9: Download complete 09:22:45 3545fd81ed47: Verifying Checksum 09:22:45 3545fd81ed47: Download complete 09:22:45 fd4b47407fc3: Pull complete 09:22:45 11a88e764313: Verifying Checksum 09:22:45 11a88e764313: Download complete 09:22:46 e9afc4f90ab0: Pull complete 09:22:47 989e6b19a265: Pull complete 09:22:47 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%] 09:22:47 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%] 09:22:47 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%] 09:22:47 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%] 09:22:47 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%] 09:22:47 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%] 09:22:47 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%] 09:22:47 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%] 09:22:47 tests/integration/client_test.py::ClientTest::test_df PASSED [ 30%] 09:22:47 tests/integration/client_test.py::ClientTest::test_info PASSED [ 30%] 09:22:47 tests/integration/client_test.py::ClientTest::test_ping PASSED [ 30%] 09:22:47 tests/integration/client_test.py::ClientTest::test_version PASSED [ 31%] 09:22:47 af14b6c2f878: Pull complete 09:22:49 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%] 09:22:49 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 31%] 09:22:49 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%] 09:22:49 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%] 09:22:49 b32f6bf7d96d: Pull complete 09:22:49 6f4489a7e4cf: Pull complete 09:22:49 5573c4b30949: Pull complete 09:22:49 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%] 09:22:50 af4b99ad9ef0: Pull complete 09:22:50 39db0bc48c26: Pull complete 09:22:50 acb4a89489fc: Pull complete 09:22:50 4a9d7b5c8bbc: Pull complete 09:22:50 9a71e86ea715: Pull complete 09:22:50 eb469057e3d4: Pull complete 09:22:50 16cd3b44e15f: Pull complete 09:22:50 a292d6cb0bcb: Pull complete 09:22:50 64c2208d29ce: Pull complete 09:22:51 4ac9fa3c7fcc: Pull complete 09:22:51 8f5f21bd02d5: Pull complete 09:22:51 e53292b77b02: Pull complete 09:22:51 71ecbc7d5e0e: Pull complete 09:22:51 cec9f18ee527: Pull complete 09:22:51 0e07880eea35: Pull complete 09:22:52 70199d8b8c62: Pull complete 09:22:52 760f18840ab5: Pull complete 09:22:52 218ed93f541e: Pull complete 09:22:52 Digest: sha256:39dba165ef4e37eeec2c9bec1d50d84feb8ec8fc6f9436958f6112dc49b9a3c7 09:22:52 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-e17cbbb79581a601bdc5db11b88fdd6af561bb4f 09:22:56 ============================= test session starts ============================== 09:22:56 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python 09:22:56 cachedir: .pytest_cache 09:22:56 rootdir: /src, inifile: pytest.ini 09:22:56 plugins: cov-2.6.1, timeout-1.3.3 09:22:56 11a88e764313: Pull complete 09:22:56 ee776f0e36af: Pull complete 09:22:57 0f6c875a5369: Pull complete 09:22:57 a2726e1e2770: Pull complete 09:22:57 029629755bc9: Pull complete 09:22:57 ff45a589bc35: Pull complete 09:22:58 7349daa12914: Pull complete 09:22:58 758e06acfe8e: Pull complete 09:22:58 2955a4928544: Pull complete 09:22:58 031b6f82c72f: Pull complete 09:22:58 13c02605ba24: Pull complete 09:22:58 bf40fdf4de5f: Pull complete 09:22:58 1737427f03d9: Pull complete 09:22:58 eebb0c0e2623: Pull complete 09:22:58 eed7f25a560f: Pull complete 09:22:59 81b106dce6f7: Pull complete 09:22:59 deda81c7063b: Pull complete 09:22:59 collecting ... collected 944 items 09:22:59 09:22:59 9ec09956f2e2: Pull complete 09:22:59 f7b7c9414fa9: Pull complete 09:22:59 3545fd81ed47: Pull complete 09:22:59 Digest: sha256:27467f0606319f9293d7d123c091e6df3f22c654f0a15e133a7ab19737072dba 09:22:59 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-e17cbbb79581a601bdc5db11b88fdd6af561bb4f 09:23:02 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [ 0%] 09:23:02 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [ 0%] 09:23:02 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 0%] 09:23:02 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [ 0%] 09:23:02 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 0%] 09:23:03 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 0%] 09:23:03 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 0%] 09:23:03 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [ 0%] 09:23:03 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [ 0%] 09:23:03 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [ 1%] 09:23:04 ============================= test session starts ============================== 09:23:04 platform linux -- Python 3.7.8, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python 09:23:04 cachedir: .pytest_cache 09:23:04 rootdir: /src, inifile: pytest.ini 09:23:04 plugins: cov-2.6.1, timeout-1.3.3 09:23:04 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 1%] 09:23:04 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [ 1%] 09:23:04 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [ 1%] 09:23:04 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [ 1%] 09:23:05 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [ 1%] 09:23:05 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 1%] 09:23:07 collecting ... collected 944 items 09:23:07 09:23:07 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 1%] 09:23:07 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 1%] 09:23:07 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 2%] 09:23:09 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [ 0%] 09:23:09 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [ 0%] 09:23:09 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 0%] 09:23:09 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [ 0%] 09:23:09 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 0%] 09:23:09 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 2%] 09:23:10 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 0%] 09:23:10 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 0%] 09:23:10 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [ 0%] 09:23:10 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [ 0%] 09:23:10 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [ 1%] 09:23:11 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%] 09:23:11 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%] 09:23:11 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%] 09:23:11 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%] 09:23:11 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%] 09:23:11 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 2%] 09:23:11 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [ 2%] 09:23:11 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 2%] 09:23:11 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS [ 2%] 09:23:11 tests/integration/api_client_test.py::InformationTest::test_info PASSED [ 2%] 09:23:11 tests/integration/api_client_test.py::InformationTest::test_version PASSED [ 2%] 09:23:11 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [ 2%] 09:23:11 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 1%] 09:23:11 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [ 1%] 09:23:11 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [ 1%] 09:23:12 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [ 2%] 09:23:12 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [ 3%] 09:23:12 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [ 1%] 09:23:12 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [ 1%] 09:23:12 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [ 3%] 09:23:12 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [ 3%] 09:23:12 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [ 3%] 09:23:12 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [ 3%] 09:23:12 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 1%] 09:23:13 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [ 3%] 09:23:14 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [ 3%] 09:23:14 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [ 3%] 09:23:14 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%] 09:23:14 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 1%] 09:23:14 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 1%] 09:23:15 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [ 3%] 09:23:15 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [ 4%] 09:23:15 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 4%] 09:23:15 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 2%] 09:23:15 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 4%] 09:23:15 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 4%] 09:23:15 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 4%] 09:23:15 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 4%] 09:23:15 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 4%] 09:23:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%] 09:23:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%] 09:23:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%] 09:23:17 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 2%] 09:23:17 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 4%] 09:23:17 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%] 09:23:17 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 4%] 09:23:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 4%] 09:23:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%] 09:23:18 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 2%] 09:23:18 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [ 2%] 09:23:18 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 2%] 09:23:18 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS [ 2%] 09:23:18 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 5%] 09:23:18 tests/integration/api_client_test.py::InformationTest::test_info PASSED [ 2%] 09:23:18 tests/integration/api_client_test.py::InformationTest::test_version PASSED [ 2%] 09:23:18 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [ 2%] 09:23:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%] 09:23:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%] 09:23:19 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [ 2%] 09:23:19 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [ 3%] 09:23:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%] 09:23:19 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [ 3%] 09:23:19 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [ 3%] 09:23:19 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [ 3%] 09:23:19 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [ 3%] 09:23:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%] 09:23:20 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%] 09:23:20 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [ 3%] 09:23:21 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [ 3%] 09:23:21 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [ 3%] 09:23:21 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 5%] 09:23:21 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 5%] 09:23:21 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 5%] 09:23:21 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 5%] 09:23:21 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 5%] 09:23:21 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%] 09:23:21 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 5%] 09:23:21 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%] 09:23:21 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 5%] 09:23:22 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [ 3%] 09:23:22 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [ 4%] 09:23:22 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%] 09:23:22 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 4%] 09:23:22 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 4%] 09:23:22 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 4%] 09:23:22 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%] 09:23:23 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 4%] 09:23:23 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 4%] 09:23:23 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 4%] 09:23:23 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%] 09:23:23 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%] 09:23:24 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 4%] 09:23:24 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 34%] 09:23:24 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 4%] 09:23:24 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%] 09:23:25 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 4%] 09:23:25 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%] 09:23:25 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%] 09:23:25 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 5%] 09:23:26 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%] 09:23:26 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%] 09:23:26 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%] 09:23:27 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%] 09:23:28 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 5%] 09:23:28 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 5%] 09:23:28 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 5%] 09:23:28 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 5%] 09:23:28 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 5%] 09:23:28 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 5%] 09:23:28 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 5%] 09:23:36 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 5%] 09:23:37 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 6%] 09:23:37 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 6%] 09:23:38 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 6%] 09:23:38 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 6%] 09:23:39 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 6%] 09:23:39 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%] 09:23:39 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%] 09:23:39 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 6%] 09:23:40 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 6%] 09:23:40 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 6%] 09:23:41 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%] 09:23:41 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%] 09:23:41 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 6%] 09:23:41 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%] 09:23:42 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 6%] 09:23:42 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%] 09:23:42 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 7%] 09:23:42 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 7%] 09:23:42 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 7%] 09:23:43 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%] 09:23:43 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%] 09:23:43 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 5%] 09:23:43 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%] 09:23:44 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 6%] 09:23:44 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%] 09:23:44 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%] 09:23:44 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 36%] 09:23:44 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 6%] 09:23:45 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%] 09:23:45 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%] 09:23:45 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 6%] 09:23:45 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%] 09:23:46 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%] 09:23:46 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 7%] 09:23:46 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 6%] 09:23:46 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 7%] 09:23:46 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%] 09:23:46 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%] 09:23:46 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 7%] 09:23:46 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 6%] 09:23:46 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%] 09:23:46 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%] 09:23:46 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%] 09:23:47 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%] 09:23:47 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%] 09:23:47 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 6%] 09:23:47 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%] 09:23:47 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%] 09:23:48 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 6%] 09:23:48 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%] 09:23:48 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 6%] 09:23:48 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 6%] 09:23:49 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 6%] 09:23:49 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 7%] 09:23:50 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 7%] 09:23:50 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 7%] 09:23:50 tests/integration/api_container_test.py::WaitTest::test_wait PASSED [ 7%] 09:23:53 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 7%] 09:23:53 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 7%] 09:23:54 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 7%] 09:23:54 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%] 09:23:54 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%] 09:23:55 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 7%] 09:23:55 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%] 09:23:55 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%] 09:23:55 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 38%] 09:23:55 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 38%] 09:23:55 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 38%] 09:23:55 tests/integration/models_services_test.py::ServiceTest::test_get PASSED [ 38%] 09:23:55 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%] 09:23:55 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%] 09:23:55 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%] 09:23:55 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%] 09:23:55 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%] 09:23:55 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%] 09:23:55 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 39%] 09:23:55 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 39%] 09:23:55 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 39%] 09:23:57 tests/integration/api_container_test.py::WaitTest::test_wait PASSED [ 7%] 09:23:58 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 7%] 09:23:58 tests/integration/api_container_test.py::LogsTest::test_logs PASSED [ 8%] 09:23:58 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 8%] 09:24:00 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%] 09:24:00 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 8%] 09:24:00 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 8%] 09:24:01 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 8%] 09:24:01 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 8%] 09:24:01 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%] 09:24:02 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 8%] 09:24:02 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 7%] 09:24:02 tests/integration/api_container_test.py::DiffTest::test_diff PASSED [ 8%] 09:24:02 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 8%] 09:24:03 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%] 09:24:03 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%] 09:24:03 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%] 09:24:03 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%] 09:24:03 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%] 09:24:03 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%] 09:24:05 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 7%] 09:24:05 tests/integration/api_container_test.py::StopTest::test_stop PASSED [ 9%] 09:24:05 tests/integration/api_container_test.py::LogsTest::test_logs PASSED [ 8%] 09:24:05 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 8%] 09:24:06 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%] 09:24:06 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%] 09:24:06 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%] 09:24:06 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%] 09:24:06 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%] 09:24:07 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%] 09:24:07 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%] 09:24:07 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 8%] 09:24:07 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%] 09:24:07 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 41%] 09:24:07 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%] 09:24:07 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED [ 41%] 09:24:07 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%] 09:24:07 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%] 09:24:07 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%] 09:24:07 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%] 09:24:07 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%] 09:24:07 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%] 09:24:07 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%] 09:24:07 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED [ 42%] 09:24:07 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%] 09:24:07 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%] 09:24:07 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%] 09:24:07 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%] 09:24:07 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%] 09:24:07 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%] 09:24:07 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%] 09:24:07 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%] 09:24:07 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%] 09:24:07 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%] 09:24:07 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%] 09:24:07 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%] 09:24:07 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%] 09:24:07 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%] 09:24:07 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%] 09:24:07 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%] 09:24:07 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 45%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 45%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 47%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%] 09:24:07 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED [ 49%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_export PASSED [ 49%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED [ 50%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 50%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED [ 51%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED [ 51%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED [ 51%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_port PASSED [ 51%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%] 09:24:07 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 8%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED [ 52%] 09:24:07 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%] 09:24:07 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED [ 52%] 09:24:07 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 53%] 09:24:07 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED [ 53%] 09:24:07 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED [ 53%] 09:24:07 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 53%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_commit PASSED [ 53%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED [ 53%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED [ 53%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED [ 53%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED [ 53%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_images PASSED [ 54%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED [ 54%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED [ 54%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED [ 54%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED [ 54%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED [ 54%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED [ 54%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_pull PASSED [ 55%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED [ 55%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED [ 55%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED [ 55%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED [ 55%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED [ 55%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED [ 55%] 09:24:07 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED [ 56%] 09:24:07 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%] 09:24:07 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED [ 56%] 09:24:07 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%] 09:24:07 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%] 09:24:07 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED [ 56%] 09:24:07 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED [ 56%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED [ 56%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_events PASSED [ 57%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED [ 57%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_info PASSED [ 57%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_login PASSED [ 57%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED [ 57%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_search PASSED [ 57%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED [ 58%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED [ 58%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED [ 58%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED [ 58%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_version PASSED [ 59%] 09:24:07 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%] 09:24:07 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%] 09:24:07 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 9%] 09:24:08 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 8%] 09:24:08 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%] 09:24:08 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%] 09:24:08 tests/integration/api_container_test.py::KillTest::test_kill PASSED [ 9%] 09:24:08 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 8%] 09:24:08 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%] 09:24:08 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 9%] 09:24:08 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 8%] 09:24:09 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%] 09:24:09 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%] 09:24:09 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%] 09:24:09 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 9%] 09:24:09 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%] 09:24:09 tests/integration/api_container_test.py::DiffTest::test_diff PASSED [ 8%] 09:24:09 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 9%] 09:24:10 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%] 09:24:10 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED [ 60%] 09:24:10 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED [ 60%] 09:24:10 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%] 09:24:10 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%] 09:24:10 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%] 09:24:10 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED [ 60%] 09:24:10 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%] 09:24:10 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%] 09:24:10 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%] 09:24:10 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%] 09:24:10 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%] 09:24:10 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED [ 61%] 09:24:10 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED [ 61%] 09:24:10 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%] 09:24:10 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED [ 61%] 09:24:10 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED [ 61%] 09:24:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%] 09:24:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%] 09:24:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%] 09:24:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%] 09:24:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%] 09:24:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%] 09:24:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%] 09:24:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%] 09:24:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%] 09:24:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%] 09:24:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%] 09:24:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%] 09:24:10 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%] 09:24:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%] 09:24:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%] 09:24:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%] 09:24:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%] 09:24:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%] 09:24:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%] 09:24:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%] 09:24:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%] 09:24:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%] 09:24:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%] 09:24:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%] 09:24:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%] 09:24:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%] 09:24:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%] 09:24:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%] 09:24:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%] 09:24:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%] 09:24:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%] 09:24:10 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%] 09:24:10 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%] 09:24:10 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%] 09:24:10 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%] 09:24:10 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%] 09:24:10 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%] 09:24:10 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%] 09:24:10 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%] 09:24:10 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%] 09:24:10 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED [ 66%] 09:24:10 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED [ 66%] 09:24:10 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%] 09:24:10 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%] 09:24:10 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%] 09:24:10 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%] 09:24:10 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%] 09:24:10 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%] 09:24:10 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%] 09:24:10 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%] 09:24:10 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%] 09:24:10 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 8%] 09:24:10 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 9%] 09:24:10 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%] 09:24:10 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%] 09:24:10 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%] 09:24:10 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%] 09:24:10 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%] 09:24:10 tests/unit/client_test.py::ClientTest::test_call_containers PASSED [ 67%] 09:24:10 tests/unit/client_test.py::ClientTest::test_events PASSED [ 67%] 09:24:10 tests/unit/client_test.py::ClientTest::test_info PASSED [ 68%] 09:24:10 tests/unit/client_test.py::ClientTest::test_ping PASSED [ 68%] 09:24:10 tests/unit/client_test.py::ClientTest::test_version PASSED [ 68%] 09:24:10 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED [ 68%] 09:24:10 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%] 09:24:10 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%] 09:24:10 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%] 09:24:10 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 68%] 09:24:10 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 68%] 09:24:10 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 68%] 09:24:10 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%] 09:24:10 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED [ 69%] 09:24:10 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%] 09:24:10 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 70%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 71%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%] 09:24:10 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%] 09:24:10 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%] 09:24:10 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%] 09:24:10 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%] 09:24:10 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%] 09:24:10 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 72%] 09:24:10 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%] 09:24:10 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%] 09:24:10 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%] 09:24:10 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%] 09:24:10 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%] 09:24:10 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%] 09:24:10 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%] 09:24:10 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%] 09:24:10 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 73%] 09:24:10 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%] 09:24:10 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%] 09:24:10 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED [ 74%] 09:24:10 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%] 09:24:10 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%] 09:24:10 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%] 09:24:10 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%] 09:24:10 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%] 09:24:10 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%] 09:24:10 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%] 09:24:10 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%] 09:24:10 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%] 09:24:10 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%] 09:24:10 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%] 09:24:10 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%] 09:24:10 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%] 09:24:10 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%] 09:24:10 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%] 09:24:10 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 75%] 09:24:10 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%] 09:24:10 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED [ 76%] 09:24:10 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED [ 76%] 09:24:10 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED [ 76%] 09:24:10 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%] 09:24:10 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%] 09:24:10 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%] 09:24:10 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%] 09:24:10 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED [ 76%] 09:24:10 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED [ 77%] 09:24:10 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED [ 77%] 09:24:10 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%] 09:24:10 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%] 09:24:10 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%] 09:24:10 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%] 09:24:10 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%] 09:24:10 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%] 09:24:10 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%] 09:24:10 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 77%] 09:24:10 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%] 09:24:10 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%] 09:24:10 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%] 09:24:10 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%] 09:24:10 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%] 09:24:10 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%] 09:24:10 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%] 09:24:10 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED [ 78%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED [ 79%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED [ 79%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED [ 79%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED [ 79%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED [ 79%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED [ 79%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED [ 79%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED [ 80%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED [ 80%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED [ 80%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED [ 80%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED [ 80%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED [ 80%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED [ 80%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED [ 81%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED [ 81%] 09:24:10 tests/integration/api_container_test.py::PortTest::test_port PASSED [ 9%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED [ 81%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED [ 81%] 09:24:10 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED [ 81%] 09:24:10 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%] 09:24:10 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED [ 81%] 09:24:10 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%] 09:24:10 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED [ 81%] 09:24:10 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED [ 82%] 09:24:10 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 82%] 09:24:10 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%] 09:24:10 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%] 09:24:10 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED [ 82%] 09:24:10 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%] 09:24:10 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%] 09:24:10 tests/unit/models_images_test.py::ImageTest::test_history PASSED [ 82%] 09:24:10 tests/unit/models_images_test.py::ImageTest::test_save PASSED [ 82%] 09:24:10 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED [ 83%] 09:24:10 tests/unit/models_images_test.py::ImageTest::test_tag PASSED [ 83%] 09:24:10 tests/unit/models_images_test.py::ImageTest::test_tags PASSED [ 83%] 09:24:10 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%] 09:24:10 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%] 09:24:10 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%] 09:24:10 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED [ 83%] 09:24:10 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED [ 83%] 09:24:10 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED [ 83%] 09:24:10 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED [ 84%] 09:24:10 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED [ 84%] 09:24:10 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%] 09:24:10 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%] 09:24:10 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%] 09:24:10 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%] 09:24:10 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%] 09:24:10 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%] 09:24:10 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%] 09:24:10 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED [ 84%] 09:24:10 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%] 09:24:10 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED [ 85%] 09:24:10 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED [ 85%] 09:24:10 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED [ 85%] 09:24:11 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 9%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 85%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED [ 86%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 86%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 87%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 88%] 09:24:11 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%] 09:24:11 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED [ 89%] 09:24:11 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED [ 89%] 09:24:11 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%] 09:24:11 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%] 09:24:11 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%] 09:24:11 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED [ 89%] 09:24:11 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%] 09:24:11 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 89%] 09:24:11 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%] 09:24:11 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%] 09:24:11 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%] 09:24:11 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%] 09:24:11 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%] 09:24:11 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%] 09:24:11 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%] 09:24:11 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%] 09:24:11 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%] 09:24:11 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 90%] 09:24:11 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%] 09:24:11 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%] 09:24:11 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%] 09:24:11 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%] 09:24:11 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%] 09:24:11 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%] 09:24:11 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%] 09:24:11 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%] 09:24:11 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED [ 91%] 09:24:11 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%] 09:24:11 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED [ 92%] 09:24:11 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED [ 92%] 09:24:11 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED [ 92%] 09:24:11 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%] 09:24:11 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%] 09:24:11 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%] 09:24:11 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%] 09:24:11 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 92%] 09:24:11 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%] 09:24:11 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%] 09:24:11 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%] 09:24:11 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%] 09:24:11 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%] 09:24:11 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%] 09:24:11 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%] 09:24:11 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%] 09:24:11 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%] 09:24:11 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 93%] 09:24:11 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%] 09:24:11 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%] 09:24:11 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%] 09:24:11 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED [ 94%] 09:24:11 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%] 09:24:11 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED [ 94%] 09:24:11 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%] 09:24:11 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%] 09:24:11 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 94%] 09:24:11 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%] 09:24:11 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%] 09:24:11 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%] 09:24:11 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%] 09:24:11 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%] 09:24:11 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%] 09:24:11 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%] 09:24:11 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED [ 95%] 09:24:11 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%] 09:24:11 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED [ 95%] 09:24:11 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%] 09:24:11 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%] 09:24:11 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED [ 96%] 09:24:11 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%] 09:24:11 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_maxint PASSED [ 96%] 09:24:11 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED [ 96%] 09:24:11 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED [ 96%] 09:24:11 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED [ 96%] 09:24:11 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%] 09:24:11 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED [ 97%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED [ 97%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED [ 98%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED [ 98%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED [ 98%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%] 09:24:11 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED [ 99%] 09:24:11 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%] 09:24:11 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 9%] 09:24:12 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%] 09:24:12 09:24:12 ---------- coverage: platform linux2, python 2.7.18-final-0 ---------- 09:24:12 Name Stmts Miss Branch BrPart Cover 09:24:12 ----------------------------------------------------------------------- 09:24:12 docker/__init__.py 8 0 0 0 100% 09:24:12 docker/api/__init__.py 1 0 0 0 100% 09:24:12 docker/api/build.py 126 19 92 17 82% 09:24:12 docker/api/client.py 265 45 98 12 82% 09:24:12 docker/api/config.py 31 1 6 2 92% 09:24:12 docker/api/container.py 265 17 102 19 90% 09:24:12 docker/api/daemon.py 39 2 14 4 89% 09:24:12 docker/api/exec_api.py 46 4 22 4 88% 09:24:12 docker/api/image.py 149 19 50 10 84% 09:24:12 docker/api/network.py 90 13 48 12 80% 09:24:12 docker/api/plugin.py 90 13 12 4 81% 09:24:12 docker/api/secret.py 36 4 10 3 80% 09:24:12 docker/api/service.py 200 60 149 32 61% 09:24:12 docker/api/swarm.py 106 14 38 10 82% 09:24:12 docker/api/volume.py 38 3 14 3 88% 09:24:12 docker/auth.py 198 16 74 17 88% 09:24:12 docker/client.py 67 4 2 0 94% 09:24:12 docker/constants.py 20 0 0 0 100% 09:24:12 docker/context/__init__.py 2 0 0 0 100% 09:24:12 docker/context/api.py 78 16 38 8 76% 09:24:12 docker/context/config.py 61 27 16 2 52% 09:24:12 docker/context/context.py 151 21 62 15 81% 09:24:12 docker/credentials/__init__.py 3 0 0 0 100% 09:24:12 docker/credentials/constants.py 4 0 0 0 100% 09:24:12 docker/credentials/errors.py 11 1 2 1 85% 09:24:12 docker/credentials/store.py 50 6 16 3 83% 09:24:12 docker/credentials/utils.py 23 13 12 1 31% 09:24:12 docker/errors.py 110 12 18 6 86% 09:24:12 docker/models/__init__.py 0 0 0 0 100% 09:24:12 docker/models/configs.py 21 8 0 0 62% 09:24:12 docker/models/containers.py 183 6 60 5 95% 09:24:12 docker/models/images.py 137 29 52 3 76% 09:24:12 docker/models/networks.py 37 1 8 0 98% 09:24:12 docker/models/nodes.py 15 1 0 0 93% 09:24:12 docker/models/plugins.py 49 30 8 0 33% 09:24:12 docker/models/resource.py 41 9 6 2 77% 09:24:12 docker/models/secrets.py 21 8 0 0 62% 09:24:12 docker/models/services.py 87 3 34 3 95% 09:24:12 docker/models/swarm.py 39 3 6 3 87% 09:24:12 docker/models/volumes.py 23 1 2 0 96% 09:24:12 docker/tls.py 37 6 14 6 76% 09:24:12 docker/transport/__init__.py 11 3 0 0 73% 09:24:12 docker/transport/basehttpadapter.py 6 0 2 1 88% 09:24:12 docker/transport/npipeconn.py 58 53 10 0 7% 09:24:12 docker/transport/npipesocket.py 137 132 22 0 3% 09:24:12 docker/transport/sshconn.py 87 61 22 1 25% 09:24:12 docker/transport/ssladapter.py 36 8 10 4 70% 09:24:12 docker/transport/unixconn.py 65 5 12 4 88% 09:24:12 docker/types/__init__.py 6 0 0 0 100% 09:24:12 docker/types/base.py 5 0 2 0 100% 09:24:12 docker/types/containers.py 418 63 326 43 85% 09:24:12 docker/types/daemon.py 36 9 14 3 68% 09:24:12 docker/types/healthcheck.py 34 12 4 1 61% 09:24:12 docker/types/networks.py 41 6 28 5 81% 09:24:12 docker/types/services.py 312 45 206 33 83% 09:24:12 docker/types/swarm.py 51 24 40 10 52% 09:24:12 docker/utils/__init__.py 3 0 0 0 100% 09:24:12 docker/utils/build.py 154 14 74 7 89% 09:24:12 docker/utils/config.py 36 1 10 1 96% 09:24:12 docker/utils/decorators.py 32 1 12 1 95% 09:24:12 docker/utils/fnmatch.py 55 18 28 2 61% 09:24:12 docker/utils/json_stream.py 43 8 14 2 79% 09:24:12 docker/utils/ports.py 50 3 28 2 91% 09:24:12 docker/utils/proxy.py 32 1 12 0 98% 09:24:12 docker/utils/socket.py 86 8 40 7 87% 09:24:12 docker/utils/utils.py 285 17 164 12 93% 09:24:12 docker/version.py 2 0 0 0 100% 09:24:12 ----------------------------------------------------------------------- 09:24:12 TOTAL 5039 927 2165 346 79% 09:24:12 09:24:12 =========================== short test summary info ============================ 09:24:12 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options 09:24:12 CONFIG_RT_GROUP_SCHED isn't enabled 09:24:12 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt 09:24:12 Not supported on most drivers 09:24:12 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs 09:24:12 Output of docker top depends on host distro, and is not formalized. 09:24:12 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver 09:24:12 This doesn't seem to be taken into account by the engine 09:24:12 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows 09:24:12 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32' 09:24:12 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows 09:24:12 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax 09:24:12 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check 09:24:12 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode 09:24:12 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows 09:24:12 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows 09:24:12 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME 09:24:12 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 09:24:12 09:24:12 ======== 924 passed, 11 skipped, 5 xfailed, 4 xpassed in 308.08 seconds ======== [Pipeline] sh 09:24:12 + docker stop dpy-dind-7-0-py2.7-19.03.5 dpy-tests-7-0-py2.7-19.03.5 09:24:12 tests/integration/api_container_test.py::StopTest::test_stop PASSED [ 9%] 09:24:14 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%] 09:24:15 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 9%] 09:24:15 tests/integration/api_container_test.py::KillTest::test_kill PASSED [ 9%] 09:24:15 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 9%] 09:24:16 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 9%] 09:24:16 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 9%] 09:24:17 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 9%] 09:24:17 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%] 09:24:17 tests/integration/api_container_test.py::PortTest::test_port PASSED [ 9%] 09:24:18 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 9%] 09:24:18 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 9%] 09:24:20 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%] 09:24:21 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%] 09:24:21 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%] 09:24:22 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%] 09:24:22 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%] 09:24:24 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%] 09:24:24 dpy-dind-7-0-py2.7-19.03.5 09:24:24 dpy-tests-7-0-py2.7-19.03.5 09:24:24 + docker rm -vf dpy-dind-7-0-py2.7-19.03.5 dpy-tests-7-0-py2.7-19.03.5 09:24:24 dpy-dind-7-0-py2.7-19.03.5 09:24:24 dpy-tests-7-0-py2.7-19.03.5 09:24:24 + docker network rm dpy-testnet-7-0-py2.7-19.03.5 09:24:24 dpy-testnet-7-0-py2.7-19.03.5 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-048b6d832fc44fd40) in /home/ubuntu/workspace/docker-py_PR-2471 [Pipeline] // node [Pipeline] { [Pipeline] } [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2471@tmp/b6f4f44e-af98-488b-8b3a-8ed8a7aa7320/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] echo 09:24:25 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 09:24:25 chowning workspace [Pipeline] sh 09:24:25 + pwd 09:24:25 + id -u 09:24:25 + id -g 09:24:25 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2471:/workspace busybox chown -R 1000:1000 /workspace 09:24:25 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%] [Pipeline] echo 09:24:26 Removing all docker containers [Pipeline] sh 09:24:26 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%] 09:24:26 + docker container ls -aq [Pipeline] echo 09:24:26 Docker containers have been removed [Pipeline] echo 09:24:26 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 09:24:26 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py3.7 / docker=19.03.12) [Pipeline] checkout 09:24:26 using credential docker-jenkins-github-credentials 09:24:26 Cloning the remote Git repository 09:24:26 Cloning with configured refspecs honoured and without tags 09:24:27 Fetching without tags Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2471 # 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/2471/head:refs/remotes/origin/PR-2471 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2471/head:refs/remotes/origin/PR-2471 # 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/2471/head:refs/remotes/origin/PR-2471 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:24:27 Merging remotes/origin/master commit c65d437843310b46ccb93b1c418ff7da547a5fec into PR head commit 9f41a6e97a75be61388c5de10f49957c4d8aaa7d 09:24:27 Merge succeeded, producing 89b4592b392953ba5fc5a34b5724e865371b5278 09:24:27 Checking out Revision 89b4592b392953ba5fc5a34b5724e865371b5278 (PR-2471) 09:24:27 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%] 09:24:27 Commit message: "Merge commit 'c65d437843310b46ccb93b1c418ff7da547a5fec' into HEAD" 09:24:27 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%] 09:24:27 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%] [Pipeline] sh 09:24:28 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%] > git config core.sparsecheckout # timeout=10 > git checkout -f 9f41a6e97a75be61388c5de10f49957c4d8aaa7d # timeout=10 > git merge c65d437843310b46ccb93b1c418ff7da547a5fec # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 89b4592b392953ba5fc5a34b5724e865371b5278 # timeout=10 > git rev-list --no-walk 32d2e3bf41d48200bea1ebd040152d936d8d1a69 # timeout=10 09:24:28 + docker network create dpy-testnet-7-0-py3.7-19.03.12 09:24:28 b48d64aa9acc4bb4298e3129d1d5fa596b2d8377f47d73df22a20a8697b10c4f [Pipeline] sh 09:24:28 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%] 09:24:28 + docker run -d --name dpy-dind-7-0-py3.7-19.03.12 -v /tmp --privileged --network dpy-testnet-7-0-py3.7-19.03.12 docker:19.03.12-dind dockerd -H tcp://0.0.0.0:2375 09:24:28 Unable to find image 'docker:19.03.12-dind' locally 09:24:28 19.03.12-dind: Pulling from library/docker 09:24:29 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%] 09:24:29 df20fa9351a1: Pulling fs layer 09:24:29 25ad7478873d: Pulling fs layer 09:24:29 4684f6177b5d: Pulling fs layer 09:24:29 46e300cec669: Pulling fs layer 09:24:29 63038576ad94: Pulling fs layer 09:24:29 0fdb76c4706c: Pulling fs layer 09:24:29 cb7edeffdfd5: Pulling fs layer 09:24:29 cc28bd76800f: Pulling fs layer 09:24:29 54196fe38f7e: Pulling fs layer 09:24:29 2d269ba97d21: Pulling fs layer 09:24:29 c4e35c09825f: Pulling fs layer 09:24:29 46e300cec669: Waiting 09:24:29 63038576ad94: Waiting 09:24:29 0fdb76c4706c: Waiting 09:24:29 cb7edeffdfd5: Waiting 09:24:29 cc28bd76800f: Waiting 09:24:29 54196fe38f7e: Waiting 09:24:29 2d269ba97d21: Waiting 09:24:29 c4e35c09825f: Waiting 09:24:29 4684f6177b5d: Verifying Checksum 09:24:29 4684f6177b5d: Download complete 09:24:29 25ad7478873d: Download complete 09:24:29 df20fa9351a1: Verifying Checksum 09:24:29 df20fa9351a1: Download complete 09:24:29 63038576ad94: Verifying Checksum 09:24:29 63038576ad94: Download complete 09:24:29 0fdb76c4706c: Verifying Checksum 09:24:29 0fdb76c4706c: Download complete 09:24:29 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%] 09:24:29 cb7edeffdfd5: Verifying Checksum 09:24:29 cb7edeffdfd5: Download complete 09:24:29 cc28bd76800f: Verifying Checksum 09:24:29 cc28bd76800f: Download complete 09:24:29 54196fe38f7e: Verifying Checksum 09:24:29 54196fe38f7e: Download complete 09:24:29 df20fa9351a1: Pull complete 09:24:29 2d269ba97d21: Verifying Checksum 09:24:29 2d269ba97d21: Download complete 09:24:29 c4e35c09825f: Verifying Checksum 09:24:29 c4e35c09825f: Download complete 09:24:29 25ad7478873d: Pull complete 09:24:29 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%] 09:24:29 46e300cec669: Verifying Checksum 09:24:29 46e300cec669: Download complete 09:24:29 4684f6177b5d: Pull complete 09:24:30 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%] 09:24:31 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%] 09:24:31 46e300cec669: Pull complete 09:24:31 63038576ad94: Pull complete 09:24:31 0fdb76c4706c: Pull complete 09:24:31 cb7edeffdfd5: Pull complete 09:24:32 cc28bd76800f: Pull complete 09:24:32 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%] 09:24:32 54196fe38f7e: Pull complete 09:24:32 2d269ba97d21: Pull complete 09:24:32 c4e35c09825f: Pull complete 09:24:32 Digest: sha256:97b189e06e3a9ea76ed51a852b7117a914241dfba09bfeed9779668ef3d106ed 09:24:32 Status: Downloaded newer image for docker:19.03.12-dind 09:24:32 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%] 09:24:32 bddee9f12d8593eec38e672d60da7d0589cbd8496d95a7efddc97722d94c0b88 09:24:32 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%] 09:24:33 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%] [Pipeline] sh 09:24:33 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%] 09:24:33 + docker run --name dpy-tests-7-0-py3.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-7-0-py3.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-7-0-py3.7-19.03.12 --volumes-from dpy-dind-7-0-py3.7-19.03.12 dockerbuildbot/docker-py:py3-e17cbbb79581a601bdc5db11b88fdd6af561bb4f py.test -v -rxs --cov=docker tests/ 09:24:33 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%] 09:24:34 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%] 09:24:34 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%] 09:24:34 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%] 09:24:34 ============================= test session starts ============================== 09:24:34 platform linux -- Python 3.7.8, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python 09:24:34 cachedir: .pytest_cache 09:24:34 rootdir: /src, inifile: pytest.ini 09:24:34 plugins: cov-2.6.1, timeout-1.3.3 09:24:35 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%] 09:24:35 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%] 09:24:35 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%] 09:24:36 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%] 09:24:36 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%] 09:24:37 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%] 09:24:37 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%] 09:24:37 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%] 09:24:37 collecting ... collected 944 items 09:24:37 09:24:37 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%] 09:24:38 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%] 09:24:39 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%] 09:24:39 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [ 0%] 09:24:39 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [ 0%] 09:24:39 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 0%] 09:24:39 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [ 0%] 09:24:39 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%] 09:24:39 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%] 09:24:39 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 0%] 09:24:39 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%] 09:24:39 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%] 09:24:40 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%] 09:24:40 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 0%] 09:24:40 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 13%] 09:24:40 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%] 09:24:40 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 0%] 09:24:40 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [ 0%] 09:24:40 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [ 0%] 09:24:40 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%] 09:24:41 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 13%] 09:24:41 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [ 1%] 09:24:41 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%] 09:24:41 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%] 09:24:41 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 1%] 09:24:41 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [ 1%] 09:24:41 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [ 1%] 09:24:41 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%] 09:24:41 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%] 09:24:42 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [ 1%] 09:24:42 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [ 1%] 09:24:42 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%] 09:24:42 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 1%] 09:24:42 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%] 09:24:42 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%] 09:24:43 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%] 09:24:44 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%] 09:24:44 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 1%] 09:24:44 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 1%] 09:24:44 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%] 09:24:44 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%] 09:24:44 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 2%] 09:24:45 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%] 09:24:45 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%] 09:24:46 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%] 09:24:46 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%] 09:24:46 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 2%] 09:24:46 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%] 09:24:47 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 13%] 09:24:47 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%] 09:24:47 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 13%] 09:24:48 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%] 09:24:48 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 2%] 09:24:48 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [ 2%] 09:24:48 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 2%] 09:24:48 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS [ 2%] 09:24:48 tests/integration/api_client_test.py::InformationTest::test_info PASSED [ 2%] 09:24:48 tests/integration/api_client_test.py::InformationTest::test_version PASSED [ 2%] 09:24:48 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%] 09:24:48 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [ 2%] 09:24:48 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%] 09:24:48 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [ 2%] 09:24:48 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [ 3%] 09:24:49 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%] 09:24:49 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%] 09:24:49 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [ 3%] 09:24:49 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [ 3%] 09:24:49 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [ 3%] 09:24:49 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [ 3%] 09:24:49 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%] 09:24:49 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%] 09:24:50 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [ 3%] 09:24:50 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [ 3%] 09:24:50 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [ 3%] 09:24:50 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%] 09:24:50 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%] 09:24:51 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [ 3%] 09:24:51 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [ 4%] 09:24:51 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%] 09:24:51 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 4%] 09:24:52 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 4%] 09:24:52 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 4%] 09:24:52 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 4%] 09:24:52 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 4%] 09:24:52 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 4%] 09:24:52 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%] 09:24:52 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%] 09:24:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 4%] 09:24:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 4%] 09:24:54 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%] 09:24:54 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%] 09:24:54 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%] 09:24:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 4%] 09:24:54 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 5%] 09:24:55 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%] 09:24:56 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%] 09:24:56 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%] 09:24:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 5%] 09:24:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 5%] 09:24:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 5%] 09:24:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 5%] 09:24:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 5%] 09:24:57 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%] 09:24:57 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 5%] 09:24:58 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 5%] 09:24:58 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%] 09:24:58 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED [ 14%] 09:24:58 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%] 09:24:58 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED [ 15%] 09:24:58 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%] 09:24:58 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%] 09:24:59 tests/integration/api_image_test.py::CommitTest::test_commit PASSED [ 15%] 09:24:59 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%] 09:24:59 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%] 09:25:00 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%] 09:25:00 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%] 09:25:00 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%] 09:25:00 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%] 09:25:00 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%] 09:25:00 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%] 09:25:00 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%] 09:25:00 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%] 09:25:01 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%] 09:25:01 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%] 09:25:01 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%] 09:25:01 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%] 09:25:01 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%] 09:25:02 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%] 09:25:03 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%] 09:25:03 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%] 09:25:04 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%] 09:25:05 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%] 09:25:05 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED [ 14%] 09:25:05 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%] 09:25:05 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED [ 15%] 09:25:05 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%] 09:25:05 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%] 09:25:05 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%] 09:25:05 tests/integration/api_image_test.py::CommitTest::test_commit PASSED [ 15%] 09:25:06 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%] 09:25:06 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%] 09:25:06 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%] 09:25:07 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%] 09:25:07 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%] 09:25:07 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%] 09:25:07 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%] 09:25:07 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%] 09:25:08 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%] 09:25:08 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%] 09:25:08 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%] 09:25:08 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%] 09:25:08 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%] 09:25:08 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%] 09:25:08 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%] 09:25:09 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%] 09:25:09 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%] 09:25:09 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%] 09:25:10 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%] 09:25:10 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%] 09:25:11 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%] 09:25:11 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%] 09:25:12 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%] 09:25:12 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%] 09:25:12 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%] 09:25:12 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%] 09:25:12 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%] 09:25:12 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%] 09:25:12 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%] 09:25:12 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%] 09:25:13 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%] 09:25:13 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%] 09:25:13 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%] 09:25:14 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%] 09:25:14 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%] 09:25:14 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%] 09:25:15 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%] 09:25:15 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%] 09:25:15 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%] 09:25:15 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%] 09:25:16 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 5%] 09:25:16 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 6%] 09:25:16 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 6%] 09:25:16 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 6%] 09:25:16 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 6%] 09:25:16 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 6%] 09:25:16 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 6%] 09:25:17 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 6%] 09:25:17 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%] 09:25:17 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%] 09:25:17 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%] 09:25:17 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 6%] 09:25:17 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%] 09:25:17 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%] 09:25:17 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%] 09:25:17 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 6%] 09:25:18 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 6%] 09:25:18 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%] 09:25:18 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%] 09:25:18 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%] 09:25:18 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%] 09:25:18 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%] 09:25:18 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%] 09:25:18 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 7%] 09:25:18 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%] 09:25:18 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%] 09:25:18 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%] 09:25:19 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 20%] 09:25:19 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 7%] 09:25:19 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 7%] 09:25:19 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%] 09:25:19 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%] 09:25:20 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%] 09:25:20 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%] 09:25:20 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%] 09:25:21 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%] 09:25:21 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%] 09:25:21 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%] 09:25:21 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 7%] 09:25:22 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 7%] 09:25:22 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%] 09:25:22 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%] 09:25:22 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%] 09:25:22 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%] 09:25:22 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 7%] 09:25:22 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%] 09:25:22 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%] 09:25:22 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%] 09:25:23 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%] 09:25:23 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%] 09:25:24 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%] 09:25:24 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%] 09:25:24 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%] 09:25:24 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 20%] 09:25:24 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%] 09:25:24 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%] 09:25:24 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%] 09:25:24 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%] 09:25:25 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%] 09:25:25 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%] 09:25:25 tests/integration/api_container_test.py::WaitTest::test_wait PASSED [ 7%] 09:25:26 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%] 09:25:26 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%] 09:25:26 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%] 09:25:26 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%] 09:25:26 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%] 09:25:26 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 22%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 22%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 23%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 24%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 24%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%] 09:25:27 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%] 09:25:28 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%] 09:25:28 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%] 09:25:28 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%] 09:25:28 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%] 09:25:29 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%] 09:25:29 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%] 09:25:29 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%] 09:25:29 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%] 09:25:29 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 25%] 09:25:30 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%] 09:25:30 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 25%] 09:25:30 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%] 09:25:30 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%] 09:25:30 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%] 09:25:30 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%] 09:25:30 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%] 09:25:30 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%] 09:25:30 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%] 09:25:30 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%] 09:25:30 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%] 09:25:30 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%] 09:25:30 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 26%] 09:25:30 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 26%] 09:25:30 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%] 09:25:30 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%] 09:25:30 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%] 09:25:31 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 7%] 09:25:31 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%] 09:25:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%] 09:25:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%] 09:25:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%] 09:25:31 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%] 09:25:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%] 09:25:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%] 09:25:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 27%] 09:25:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 27%] 09:25:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 27%] 09:25:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%] 09:25:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%] 09:25:31 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%] 09:25:32 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%] 09:25:32 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%] 09:25:32 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%] 09:25:32 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 22%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 22%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 23%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%] 09:25:33 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 7%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 24%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 24%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%] 09:25:33 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%] 09:25:34 tests/integration/api_container_test.py::LogsTest::test_logs PASSED [ 8%] 09:25:34 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 8%] 09:25:34 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%] 09:25:34 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%] 09:25:34 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%] 09:25:34 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%] 09:25:35 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 8%] 09:25:36 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 25%] 09:25:36 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 8%] 09:25:36 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 8%] 09:25:36 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 8%] 09:25:37 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 25%] 09:25:37 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%] 09:25:37 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%] 09:25:37 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%] 09:25:37 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%] 09:25:37 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%] 09:25:37 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%] 09:25:37 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%] 09:25:37 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%] 09:25:37 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 26%] 09:25:37 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 26%] 09:25:37 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%] 09:25:37 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 8%] 09:25:37 tests/integration/api_container_test.py::DiffTest::test_diff PASSED [ 8%] 09:25:38 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%] 09:25:38 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%] 09:25:38 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%] 09:25:38 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%] 09:25:38 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%] 09:25:38 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%] 09:25:38 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 27%] 09:25:38 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 27%] 09:25:38 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 27%] 09:25:38 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%] 09:25:38 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%] 09:25:38 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%] 09:25:38 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 8%] 09:25:40 tests/integration/api_container_test.py::StopTest::test_stop PASSED [ 9%] 09:25:43 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 9%] 09:25:43 tests/integration/api_container_test.py::KillTest::test_kill PASSED [ 9%] 09:25:43 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%] 09:25:43 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%] 09:25:44 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 9%] 09:25:44 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 9%] 09:25:44 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 9%] 09:25:45 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 9%] 09:25:45 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%] 09:25:45 tests/integration/api_container_test.py::PortTest::test_port PASSED [ 9%] 09:25:45 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 9%] 09:25:46 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 9%] 09:25:46 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%] 09:25:48 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 28%] 09:25:49 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 28%] 09:25:49 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 10%] 09:25:50 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%] 09:25:50 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%] 09:25:51 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%] 09:25:51 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%] 09:25:52 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 10%] 09:25:52 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%] 09:25:52 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%] 09:25:53 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%] 09:25:54 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%] 09:25:54 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 28%] 09:25:55 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 10%] 09:25:55 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 10%] 09:25:55 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%] 09:25:55 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 28%] 09:25:55 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 10%] 09:25:56 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 10%] 09:25:57 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%] 09:25:58 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%] 09:25:58 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%] 09:25:59 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 10%] 09:25:59 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%] 09:26:00 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 10%] 09:26:00 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%] 09:26:00 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%] 09:26:01 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 10%] 09:26:02 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 11%] 09:26:03 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 11%] 09:26:03 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 11%] 09:26:04 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 11%] 09:26:04 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 11%] 09:26:06 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 11%] 09:26:06 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 11%] 09:26:07 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 11%] 09:26:07 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%] 09:26:07 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%] 09:26:07 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 11%] 09:26:07 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 11%] 09:26:07 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 12%] 09:26:08 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 29%] 09:26:08 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 12%] 09:26:09 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 12%] 09:26:09 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED [ 29%] 09:26:11 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 12%] 09:26:11 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED [ 29%] 09:26:11 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 12%] 09:26:11 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 12%] 09:26:12 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 12%] 09:26:12 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 12%] 09:26:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%] 09:26:13 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%] 09:26:13 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 12%] 09:26:13 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 29%] 09:26:13 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 13%] 09:26:14 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 13%] 09:26:14 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 13%] 09:26:15 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED [ 29%] 09:26:15 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 13%] 09:26:15 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 13%] 09:26:16 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 13%] 09:26:16 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED [ 29%] 09:26:17 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 13%] 09:26:17 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%] 09:26:17 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 13%] 09:26:18 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%] 09:26:18 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 13%] 09:26:19 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 13%] 09:26:20 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 14%] 09:26:21 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 14%] 09:26:22 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 14%] 09:26:23 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 14%] 09:26:24 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%] 09:26:24 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED [ 29%] 09:26:25 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%] 09:26:25 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%] 09:26:25 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 14%] 09:26:26 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 14%] 09:26:26 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 14%] 09:26:29 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED [ 29%] 09:26:30 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%] 09:26:30 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%] 09:26:31 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 14%] 09:26:31 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED [ 14%] 09:26:31 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 15%] 09:26:31 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED [ 15%] 09:26:31 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 15%] 09:26:31 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 15%] 09:26:31 tests/integration/api_image_test.py::CommitTest::test_commit PASSED [ 15%] 09:26:32 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 15%] 09:26:32 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 15%] 09:26:32 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 15%] 09:26:32 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 15%] 09:26:32 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 15%] 09:26:32 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 16%] 09:26:32 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 16%] 09:26:32 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 16%] 09:26:33 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 16%] 09:26:33 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 16%] 09:26:33 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 16%] 09:26:33 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 16%] 09:26:34 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 16%] 09:26:35 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 16%] 09:26:35 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 17%] 09:26:36 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 17%] 09:26:37 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 17%] 09:26:37 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 17%] 09:26:39 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 17%] 09:26:39 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 17%] 09:26:41 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 17%] 09:26:41 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 17%] 09:26:42 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 17%] 09:26:43 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%] 09:26:43 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%] 09:26:43 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%] 09:26:43 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%] 09:26:43 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%] 09:26:43 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%] 09:26:43 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%] 09:26:43 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%] 09:26:43 tests/integration/client_test.py::ClientTest::test_df PASSED [ 30%] 09:26:43 tests/integration/client_test.py::ClientTest::test_info PASSED [ 30%] 09:26:43 tests/integration/client_test.py::ClientTest::test_ping PASSED [ 30%] 09:26:43 tests/integration/client_test.py::ClientTest::test_version PASSED [ 31%] 09:26:43 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%] 09:26:43 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 31%] 09:26:43 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%] 09:26:43 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%] 09:26:43 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%] 09:26:43 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 18%] 09:26:43 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 18%] 09:26:43 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 18%] 09:26:43 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 18%] 09:26:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 18%] 09:26:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 18%] 09:26:44 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 18%] 09:26:44 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 18%] 09:26:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 18%] 09:26:45 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%] 09:26:45 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%] 09:26:45 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%] 09:26:45 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%] 09:26:45 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%] 09:26:45 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%] 09:26:45 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%] 09:26:45 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%] 09:26:45 tests/integration/client_test.py::ClientTest::test_df PASSED [ 30%] 09:26:45 tests/integration/client_test.py::ClientTest::test_info PASSED [ 30%] 09:26:45 tests/integration/client_test.py::ClientTest::test_ping PASSED [ 30%] 09:26:45 tests/integration/client_test.py::ClientTest::test_version PASSED [ 31%] 09:26:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 18%] 09:26:46 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 19%] 09:26:46 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 19%] 09:26:47 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 19%] 09:26:47 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 19%] 09:26:47 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 19%] 09:26:48 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 19%] 09:26:48 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 19%] 09:26:48 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%] 09:26:48 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 31%] 09:26:48 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%] 09:26:48 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%] 09:26:48 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%] 09:26:48 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 19%] 09:26:48 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 19%] 09:26:49 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 20%] 09:26:50 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 20%] 09:26:51 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 20%] 09:26:51 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 20%] 09:26:53 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 20%] 09:26:53 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 20%] 09:26:53 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 20%] 09:26:53 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 20%] 09:26:55 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 20%] 09:26:56 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 20%] 09:26:56 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 21%] 09:26:56 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 21%] 09:26:56 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 21%] 09:26:57 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 21%] 09:26:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 21%] 09:26:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 21%] 09:26:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 21%] 09:26:57 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 21%] 09:26:58 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%] 09:26:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 21%] 09:26:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 22%] 09:26:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 22%] 09:26:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 22%] 09:26:58 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%] 09:26:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 22%] 09:26:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 22%] 09:26:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 22%] 09:26:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 22%] 09:26:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 22%] 09:26:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 22%] 09:26:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 22%] 09:26:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 23%] 09:26:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 23%] 09:26:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 23%] 09:26:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 23%] 09:26:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 23%] 09:26:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 23%] 09:26:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 23%] 09:26:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 23%] 09:26:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 23%] 09:26:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 24%] 09:26:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 24%] 09:26:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 24%] 09:26:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 24%] 09:26:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 24%] 09:26:59 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%] 09:26:59 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%] 09:27:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 24%] 09:27:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 24%] 09:27:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 24%] 09:27:00 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 24%] 09:27:00 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%] 09:27:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 25%] 09:27:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 25%] 09:27:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 25%] 09:27:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 25%] 09:27:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 25%] 09:27:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 25%] 09:27:02 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 25%] 09:27:02 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 25%] 09:27:02 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 25%] 09:27:02 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 25%] 09:27:02 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%] 09:27:02 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 26%] 09:27:02 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 26%] 09:27:02 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 26%] 09:27:03 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 26%] 09:27:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 26%] 09:27:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 26%] 09:27:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 26%] 09:27:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 26%] 09:27:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 26%] 09:27:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 27%] 09:27:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 27%] 09:27:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 27%] 09:27:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 27%] 09:27:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 27%] 09:27:03 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 27%] 09:27:05 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%] 09:27:05 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%] 09:27:05 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%] 09:27:05 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%] 09:27:06 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%] 09:27:06 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%] 09:27:06 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%] 09:27:06 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%] 09:27:06 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%] 09:27:06 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%] 09:27:07 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%] 09:27:07 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%] 09:27:08 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%] 09:27:08 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%] 09:27:09 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%] 09:27:09 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%] 09:27:10 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%] 09:27:10 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%] 09:27:10 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%] 09:27:11 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%] 09:27:11 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%] 09:27:11 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%] 09:27:12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%] 09:27:12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%] 09:27:12 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%] 09:27:12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%] 09:27:12 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 34%] 09:27:13 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%] 09:27:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%] 09:27:13 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%] 09:27:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%] 09:27:14 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%] 09:27:14 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%] 09:27:14 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%] 09:27:14 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%] 09:27:15 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%] 09:27:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%] 09:27:15 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%] 09:27:15 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%] 09:27:15 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 27%] 09:27:15 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 27%] 09:27:15 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%] 09:27:16 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%] 09:27:16 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 27%] 09:27:17 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%] 09:27:17 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%] 09:27:17 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%] 09:27:18 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 27%] 09:27:18 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%] 09:27:18 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%] 09:27:19 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 34%] 09:27:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 28%] 09:27:19 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%] 09:27:20 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%] 09:27:20 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%] 09:27:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 28%] 09:27:21 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%] 09:27:21 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%] 09:27:22 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%] 09:27:22 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 28%] 09:27:22 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%] 09:27:23 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 28%] 09:27:23 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 28%] 09:27:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 28%] 09:27:26 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 28%] 09:27:28 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%] 09:27:28 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%] 09:27:28 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%] 09:27:29 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%] 09:27:29 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%] 09:27:30 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%] 09:27:31 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%] 09:27:31 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%] 09:27:32 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%] 09:27:32 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%] 09:27:32 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 28%] 09:27:33 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%] 09:27:33 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 36%] 09:27:33 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%] 09:27:33 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%] 09:27:33 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%] 09:27:34 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%] 09:27:34 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%] 09:27:34 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%] 09:27:34 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%] 09:27:34 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%] 09:27:35 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%] 09:27:35 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%] 09:27:35 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%] 09:27:35 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%] 09:27:35 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%] 09:27:35 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%] 09:27:35 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%] 09:27:35 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%] 09:27:35 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%] 09:27:36 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%] 09:27:36 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%] 09:27:36 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%] 09:27:37 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%] 09:27:37 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%] 09:27:38 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 28%] 09:27:38 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%] 09:27:38 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%] 09:27:39 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 29%] 09:27:39 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%] 09:27:39 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 36%] 09:27:39 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%] 09:27:39 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%] 09:27:40 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%] 09:27:40 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED [ 29%] 09:27:40 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%] 09:27:40 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%] 09:27:40 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%] 09:27:40 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%] 09:27:41 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%] 09:27:41 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%] 09:27:41 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%] 09:27:41 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%] 09:27:41 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%] 09:27:41 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED [ 29%] 09:27:41 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%] 09:27:42 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%] 09:27:42 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 29%] 09:27:43 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%] 09:27:43 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%] 09:27:43 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%] 09:27:43 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%] 09:27:43 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 38%] 09:27:43 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 38%] 09:27:43 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 38%] 09:27:43 tests/integration/models_services_test.py::ServiceTest::test_get PASSED [ 38%] 09:27:43 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%] 09:27:43 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%] 09:27:43 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%] 09:27:43 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%] 09:27:43 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%] 09:27:43 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%] 09:27:43 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 39%] 09:27:44 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 39%] 09:27:44 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 39%] 09:27:48 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%] 09:27:48 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%] 09:27:49 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%] 09:27:49 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%] 09:27:49 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 38%] 09:27:49 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%] 09:27:49 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 29%] 09:27:49 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 38%] 09:27:49 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 38%] 09:27:49 tests/integration/models_services_test.py::ServiceTest::test_get PASSED [ 38%] 09:27:49 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%] 09:27:49 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%] 09:27:49 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%] 09:27:49 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%] 09:27:49 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%] 09:27:49 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%] 09:27:49 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 39%] 09:27:49 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 39%] 09:27:49 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 39%] 09:27:50 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%] 09:27:52 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%] 09:27:52 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%] 09:27:52 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%] 09:27:52 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%] 09:27:52 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%] 09:27:52 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%] 09:27:54 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED [ 29%] 09:27:54 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%] 09:27:54 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%] 09:27:55 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%] 09:27:55 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 29%] 09:27:55 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 29%] 09:27:55 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%] 09:27:55 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%] 09:27:55 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%] 09:27:55 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%] 09:27:56 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%] 09:27:56 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%] 09:27:56 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 41%] 09:27:56 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%] 09:27:56 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED [ 41%] 09:27:56 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%] 09:27:56 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%] 09:27:56 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%] 09:27:56 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%] 09:27:56 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%] 09:27:56 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%] 09:27:56 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%] 09:27:56 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%] 09:27:56 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED [ 42%] 09:27:56 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%] 09:27:56 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%] 09:27:56 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%] 09:27:56 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%] 09:27:56 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%] 09:27:56 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%] 09:27:56 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%] 09:27:56 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%] 09:27:56 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%] 09:27:56 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%] 09:27:56 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%] 09:27:56 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%] 09:27:56 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%] 09:27:56 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%] 09:27:56 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%] 09:27:56 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%] 09:27:56 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 45%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 45%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 47%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%] 09:27:56 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED [ 49%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_export PASSED [ 49%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED [ 50%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 50%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED [ 51%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED [ 51%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED [ 51%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_port PASSED [ 51%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED [ 52%] 09:27:56 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%] 09:27:56 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED [ 52%] 09:27:56 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 53%] 09:27:56 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED [ 53%] 09:27:56 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED [ 53%] 09:27:56 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 53%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_commit PASSED [ 53%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED [ 53%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED [ 53%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED [ 53%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED [ 53%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_images PASSED [ 54%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED [ 54%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED [ 54%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED [ 54%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED [ 54%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED [ 54%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED [ 54%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_pull PASSED [ 55%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED [ 55%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED [ 55%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED [ 55%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED [ 55%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED [ 55%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED [ 55%] 09:27:56 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED [ 56%] 09:27:56 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%] 09:27:56 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED [ 56%] 09:27:56 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%] 09:27:56 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%] 09:27:56 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED [ 56%] 09:27:56 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED [ 56%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED [ 56%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_events PASSED [ 57%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED [ 57%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_info PASSED [ 57%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_login PASSED [ 57%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED [ 57%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_search PASSED [ 57%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED [ 58%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED [ 58%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED [ 58%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED [ 58%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_version PASSED [ 59%] 09:27:56 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%] 09:27:56 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%] 09:27:56 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%] 09:27:57 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%] 09:27:57 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%] 09:27:57 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%] 09:27:57 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%] 09:27:57 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%] 09:27:57 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%] 09:27:57 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%] 09:27:57 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%] 09:27:57 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%] 09:27:57 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%] 09:27:57 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%] 09:27:58 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%] 09:27:58 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%] 09:27:58 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED [ 60%] 09:27:58 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED [ 60%] 09:27:58 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%] 09:27:58 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%] 09:27:58 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%] 09:27:58 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED [ 60%] 09:27:58 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%] 09:27:58 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%] 09:27:58 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%] 09:27:58 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%] 09:27:58 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%] 09:27:58 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED [ 61%] 09:27:58 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED [ 61%] 09:27:58 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%] 09:27:58 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED [ 61%] 09:27:58 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED [ 61%] 09:27:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%] 09:27:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%] 09:27:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%] 09:27:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%] 09:27:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%] 09:27:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%] 09:27:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%] 09:27:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%] 09:27:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%] 09:27:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%] 09:27:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%] 09:27:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%] 09:27:58 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%] 09:27:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%] 09:27:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%] 09:27:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%] 09:27:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%] 09:27:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%] 09:27:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%] 09:27:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%] 09:27:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%] 09:27:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%] 09:27:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%] 09:27:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%] 09:27:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%] 09:27:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%] 09:27:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%] 09:27:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%] 09:27:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%] 09:27:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%] 09:27:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%] 09:27:58 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%] 09:27:58 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%] 09:27:58 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%] 09:27:58 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%] 09:27:58 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%] 09:27:58 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%] 09:27:58 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%] 09:27:58 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%] 09:27:58 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%] 09:27:58 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED [ 66%] 09:27:58 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED [ 66%] 09:27:58 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%] 09:27:58 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%] 09:27:58 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%] 09:27:58 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%] 09:27:58 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%] 09:27:58 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%] 09:27:58 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%] 09:27:58 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%] 09:27:58 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%] 09:27:58 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%] 09:27:58 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%] 09:27:58 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%] 09:27:58 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%] 09:27:58 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%] 09:27:58 tests/unit/client_test.py::ClientTest::test_call_containers PASSED [ 67%] 09:27:58 tests/unit/client_test.py::ClientTest::test_events PASSED [ 67%] 09:27:58 tests/unit/client_test.py::ClientTest::test_info PASSED [ 68%] 09:27:58 tests/unit/client_test.py::ClientTest::test_ping PASSED [ 68%] 09:27:58 tests/unit/client_test.py::ClientTest::test_version PASSED [ 68%] 09:27:58 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED [ 68%] 09:27:58 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%] 09:27:58 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%] 09:27:58 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%] 09:27:58 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 68%] 09:27:58 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 68%] 09:27:58 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 68%] 09:27:58 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%] 09:27:58 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED [ 69%] 09:27:58 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%] 09:27:58 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 70%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 71%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%] 09:27:58 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%] 09:27:58 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%] 09:27:58 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%] 09:27:58 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%] 09:27:58 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%] 09:27:58 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 72%] 09:27:58 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%] 09:27:58 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%] 09:27:58 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%] 09:27:58 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%] 09:27:58 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%] 09:27:58 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%] 09:27:58 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%] 09:27:58 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%] 09:27:58 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 73%] 09:27:58 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%] 09:27:58 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%] 09:27:58 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED [ 74%] 09:27:58 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%] 09:27:58 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%] 09:27:58 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%] 09:27:58 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%] 09:27:58 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%] 09:27:58 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%] 09:27:58 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%] 09:27:58 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%] 09:27:58 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%] 09:27:58 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%] 09:27:58 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%] 09:27:58 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%] 09:27:58 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%] 09:27:58 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%] 09:27:58 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%] 09:27:58 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 75%] 09:27:58 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%] 09:27:58 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED [ 76%] 09:27:58 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED [ 76%] 09:27:58 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED [ 76%] 09:27:58 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%] 09:27:58 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%] 09:27:58 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%] 09:27:58 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%] 09:27:58 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED [ 76%] 09:27:58 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED [ 77%] 09:27:58 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED [ 77%] 09:27:58 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%] 09:27:58 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%] 09:27:58 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%] 09:27:58 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%] 09:27:58 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%] 09:27:58 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%] 09:27:58 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%] 09:27:58 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 77%] 09:27:58 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%] 09:27:58 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%] 09:27:59 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%] 09:27:59 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%] 09:27:59 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%] 09:27:59 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%] 09:27:59 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%] 09:27:59 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED [ 78%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED [ 79%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED [ 79%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED [ 79%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED [ 79%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED [ 79%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED [ 79%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED [ 79%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED [ 80%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED [ 80%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED [ 80%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED [ 80%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED [ 80%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED [ 80%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED [ 80%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED [ 81%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED [ 81%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED [ 81%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED [ 81%] 09:27:59 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED [ 81%] 09:27:59 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%] 09:27:59 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED [ 81%] 09:27:59 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%] 09:27:59 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED [ 81%] 09:27:59 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED [ 82%] 09:27:59 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 82%] 09:27:59 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%] 09:27:59 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%] 09:27:59 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED [ 82%] 09:27:59 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%] 09:27:59 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%] 09:27:59 tests/unit/models_images_test.py::ImageTest::test_history PASSED [ 82%] 09:27:59 tests/unit/models_images_test.py::ImageTest::test_save PASSED [ 82%] 09:27:59 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED [ 83%] 09:27:59 tests/unit/models_images_test.py::ImageTest::test_tag PASSED [ 83%] 09:27:59 tests/unit/models_images_test.py::ImageTest::test_tags PASSED [ 83%] 09:27:59 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%] 09:27:59 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%] 09:27:59 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%] 09:27:59 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED [ 83%] 09:27:59 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED [ 83%] 09:27:59 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED [ 83%] 09:27:59 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED [ 84%] 09:27:59 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED [ 84%] 09:27:59 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%] 09:27:59 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%] 09:27:59 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%] 09:27:59 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%] 09:27:59 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%] 09:27:59 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%] 09:27:59 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%] 09:27:59 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED [ 84%] 09:27:59 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%] 09:27:59 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED [ 85%] 09:27:59 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED [ 85%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED [ 85%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 85%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED [ 86%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 86%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 87%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 88%] 09:27:59 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%] 09:27:59 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED [ 89%] 09:27:59 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED [ 89%] 09:27:59 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%] 09:27:59 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%] 09:27:59 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%] 09:27:59 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED [ 89%] 09:27:59 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%] 09:27:59 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 89%] 09:27:59 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%] 09:27:59 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%] 09:27:59 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%] 09:27:59 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%] 09:27:59 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%] 09:27:59 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%] 09:27:59 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%] 09:27:59 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%] 09:27:59 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%] 09:27:59 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 90%] 09:27:59 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%] 09:27:59 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%] 09:27:59 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%] 09:27:59 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%] 09:27:59 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%] 09:27:59 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%] 09:27:59 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%] 09:27:59 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%] 09:27:59 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED [ 91%] 09:27:59 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%] 09:27:59 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED [ 92%] 09:27:59 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED [ 92%] 09:27:59 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED [ 92%] 09:27:59 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%] 09:27:59 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%] 09:27:59 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%] 09:27:59 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%] 09:27:59 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 92%] 09:27:59 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%] 09:27:59 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%] 09:27:59 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%] 09:27:59 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%] 09:27:59 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%] 09:27:59 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%] 09:27:59 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%] 09:27:59 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%] 09:27:59 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%] 09:27:59 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 93%] 09:27:59 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%] 09:27:59 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%] 09:27:59 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%] 09:27:59 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED [ 94%] 09:27:59 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%] 09:27:59 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED [ 94%] 09:27:59 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%] 09:27:59 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%] 09:27:59 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 94%] 09:27:59 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%] 09:27:59 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%] 09:27:59 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%] 09:27:59 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%] 09:27:59 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%] 09:27:59 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%] 09:27:59 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%] 09:27:59 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED [ 95%] 09:27:59 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%] 09:27:59 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED [ 95%] 09:27:59 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%] 09:27:59 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%] 09:27:59 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED [ 96%] 09:27:59 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%] 09:27:59 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_maxint PASSED [ 96%] 09:27:59 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED [ 96%] 09:27:59 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED [ 96%] 09:27:59 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED [ 96%] 09:27:59 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes PASSED [ 96%] 09:27:59 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%] 09:27:59 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%] 09:27:59 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%] 09:27:59 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%] 09:27:59 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%] 09:27:59 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%] 09:27:59 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%] 09:27:59 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED [ 97%] 09:28:00 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%] 09:28:00 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED [ 97%] 09:28:00 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED [ 98%] 09:28:00 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%] 09:28:00 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED [ 98%] 09:28:00 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%] 09:28:00 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%] 09:28:00 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED [ 98%] 09:28:00 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%] 09:28:00 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%] 09:28:00 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%] 09:28:00 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%] 09:28:00 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%] 09:28:00 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%] 09:28:00 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%] 09:28:00 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%] 09:28:00 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%] 09:28:00 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%] 09:28:00 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED [ 99%] 09:28:00 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%] 09:28:00 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%] 09:28:00 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%] 09:28:00 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%] 09:28:00 09:28:00 ---------- coverage: platform linux2, python 2.7.18-final-0 ---------- 09:28:00 Name Stmts Miss Branch BrPart Cover 09:28:00 ----------------------------------------------------------------------- 09:28:00 docker/__init__.py 8 0 0 0 100% 09:28:00 docker/api/__init__.py 1 0 0 0 100% 09:28:00 docker/api/build.py 126 19 92 17 82% 09:28:00 docker/api/client.py 265 45 98 12 82% 09:28:00 docker/api/config.py 31 1 6 2 92% 09:28:00 docker/api/container.py 265 17 102 19 90% 09:28:00 docker/api/daemon.py 39 2 14 4 89% 09:28:00 docker/api/exec_api.py 46 4 22 4 88% 09:28:00 docker/api/image.py 149 19 50 10 84% 09:28:00 docker/api/network.py 90 13 48 12 80% 09:28:00 docker/api/plugin.py 90 13 12 4 81% 09:28:00 docker/api/secret.py 36 4 10 3 80% 09:28:00 docker/api/service.py 200 60 149 32 61% 09:28:00 docker/api/swarm.py 106 14 38 10 82% 09:28:00 docker/api/volume.py 38 3 14 3 88% 09:28:00 docker/auth.py 198 16 74 17 88% 09:28:00 docker/client.py 67 4 2 0 94% 09:28:00 docker/constants.py 20 0 0 0 100% 09:28:00 docker/context/__init__.py 2 0 0 0 100% 09:28:00 docker/context/api.py 78 16 38 8 76% 09:28:00 docker/context/config.py 61 27 16 2 52% 09:28:00 docker/context/context.py 151 21 62 15 81% 09:28:00 docker/credentials/__init__.py 3 0 0 0 100% 09:28:00 docker/credentials/constants.py 4 0 0 0 100% 09:28:00 docker/credentials/errors.py 11 1 2 1 85% 09:28:00 docker/credentials/store.py 50 6 16 3 83% 09:28:00 docker/credentials/utils.py 23 13 12 1 31% 09:28:00 docker/errors.py 110 12 18 6 86% 09:28:00 docker/models/__init__.py 0 0 0 0 100% 09:28:00 docker/models/configs.py 21 8 0 0 62% 09:28:00 docker/models/containers.py 183 6 60 5 95% 09:28:00 docker/models/images.py 137 29 52 3 76% 09:28:00 docker/models/networks.py 37 1 8 0 98% 09:28:00 docker/models/nodes.py 15 1 0 0 93% 09:28:00 docker/models/plugins.py 49 30 8 0 33% 09:28:00 docker/models/resource.py 41 9 6 2 77% 09:28:00 docker/models/secrets.py 21 8 0 0 62% 09:28:00 docker/models/services.py 87 3 34 3 95% 09:28:00 docker/models/swarm.py 39 3 6 3 87% 09:28:00 docker/models/volumes.py 23 1 2 0 96% 09:28:00 docker/tls.py 37 6 14 6 76% 09:28:00 docker/transport/__init__.py 11 3 0 0 73% 09:28:00 docker/transport/basehttpadapter.py 6 0 2 1 88% 09:28:00 docker/transport/npipeconn.py 58 53 10 0 7% 09:28:00 docker/transport/npipesocket.py 137 132 22 0 3% 09:28:00 docker/transport/sshconn.py 87 61 22 1 25% 09:28:00 docker/transport/ssladapter.py 36 8 10 4 70% 09:28:00 docker/transport/unixconn.py 65 5 12 4 88% 09:28:00 docker/types/__init__.py 6 0 0 0 100% 09:28:00 docker/types/base.py 5 0 2 0 100% 09:28:00 docker/types/containers.py 418 63 326 43 85% 09:28:00 docker/types/daemon.py 36 9 14 3 68% 09:28:00 docker/types/healthcheck.py 34 12 4 1 61% 09:28:00 docker/types/networks.py 41 6 28 5 81% 09:28:00 docker/types/services.py 312 45 206 33 83% 09:28:00 docker/types/swarm.py 51 24 40 10 52% 09:28:00 docker/utils/__init__.py 3 0 0 0 100% 09:28:00 docker/utils/build.py 154 14 74 7 89% 09:28:00 docker/utils/config.py 36 1 10 1 96% 09:28:00 docker/utils/decorators.py 32 1 12 1 95% 09:28:00 docker/utils/fnmatch.py 55 18 28 2 61% 09:28:00 docker/utils/json_stream.py 43 8 14 2 79% 09:28:00 docker/utils/ports.py 50 3 28 2 91% 09:28:00 docker/utils/proxy.py 32 1 12 0 98% 09:28:00 docker/utils/socket.py 86 8 40 7 87% 09:28:00 docker/utils/utils.py 285 17 164 12 93% 09:28:00 docker/version.py 2 0 0 0 100% 09:28:00 ----------------------------------------------------------------------- 09:28:00 TOTAL 5039 927 2165 346 79% 09:28:00 09:28:00 =========================== short test summary info ============================ 09:28:00 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options 09:28:00 CONFIG_RT_GROUP_SCHED isn't enabled 09:28:00 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt 09:28:00 Not supported on most drivers 09:28:00 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs 09:28:00 Output of docker top depends on host distro, and is not formalized. 09:28:00 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver 09:28:00 This doesn't seem to be taken into account by the engine 09:28:00 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows 09:28:00 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32' 09:28:00 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows 09:28:00 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax 09:28:00 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check 09:28:00 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode 09:28:00 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows 09:28:00 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows 09:28:00 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME 09:28:00 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 09:28:00 09:28:00 ======== 924 passed, 11 skipped, 5 xfailed, 4 xpassed in 304.70 seconds ======== 09:28:01 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%] 09:28:01 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%] 09:28:01 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%] 09:28:01 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%] [Pipeline] sh 09:28:01 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%] 09:28:01 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%] 09:28:01 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 41%] 09:28:01 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%] 09:28:01 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED [ 41%] 09:28:01 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%] 09:28:01 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%] 09:28:01 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%] 09:28:01 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%] 09:28:01 + docker stop dpy-dind-7-0-py2.7-19.03.12 dpy-tests-7-0-py2.7-19.03.12 09:28:01 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%] 09:28:01 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%] 09:28:01 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%] 09:28:01 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED [ 42%] 09:28:01 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%] 09:28:01 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%] 09:28:01 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%] 09:28:01 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%] 09:28:01 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%] 09:28:01 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%] 09:28:01 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%] 09:28:01 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%] 09:28:01 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%] 09:28:01 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%] 09:28:01 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%] 09:28:01 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%] 09:28:01 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%] 09:28:01 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%] 09:28:01 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%] 09:28:01 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%] 09:28:01 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 45%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 45%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 47%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%] 09:28:01 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED [ 49%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_export PASSED [ 49%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED [ 50%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 50%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED [ 51%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED [ 51%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED [ 51%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_port PASSED [ 51%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED [ 52%] 09:28:01 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%] 09:28:01 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED [ 52%] 09:28:01 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 53%] 09:28:01 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED [ 53%] 09:28:01 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED [ 53%] 09:28:01 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 53%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_commit PASSED [ 53%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED [ 53%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED [ 53%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED [ 53%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED [ 53%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_images PASSED [ 54%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED [ 54%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED [ 54%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED [ 54%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED [ 54%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED [ 54%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED [ 54%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_pull PASSED [ 55%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED [ 55%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED [ 55%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED [ 55%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED [ 55%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED [ 55%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED [ 55%] 09:28:01 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED [ 56%] 09:28:01 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%] 09:28:01 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED [ 56%] 09:28:01 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%] 09:28:01 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%] 09:28:01 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED [ 56%] 09:28:01 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED [ 56%] 09:28:01 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%] 09:28:01 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%] 09:28:01 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED [ 56%] 09:28:01 tests/unit/api_test.py::DockerApiTest::test_events PASSED [ 57%] 09:28:01 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED [ 57%] 09:28:01 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%] 09:28:02 tests/unit/api_test.py::DockerApiTest::test_info PASSED [ 57%] 09:28:02 tests/unit/api_test.py::DockerApiTest::test_login PASSED [ 57%] 09:28:02 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED [ 57%] 09:28:02 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%] 09:28:02 tests/unit/api_test.py::DockerApiTest::test_search PASSED [ 57%] 09:28:02 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%] 09:28:02 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%] 09:28:02 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%] 09:28:02 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%] 09:28:02 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%] 09:28:02 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%] 09:28:02 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED [ 58%] 09:28:02 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED [ 58%] 09:28:02 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED [ 58%] 09:28:02 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED [ 58%] 09:28:02 tests/unit/api_test.py::DockerApiTest::test_version PASSED [ 59%] 09:28:02 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%] 09:28:02 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%] 09:28:02 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%] 09:28:02 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%] 09:28:02 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%] 09:28:02 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%] 09:28:03 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%] 09:28:03 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%] 09:28:03 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%] 09:28:04 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%] 09:28:04 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED [ 60%] 09:28:04 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED [ 60%] 09:28:04 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%] 09:28:04 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%] 09:28:04 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%] 09:28:04 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED [ 60%] 09:28:04 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%] 09:28:04 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%] 09:28:04 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%] 09:28:04 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%] 09:28:04 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%] 09:28:04 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED [ 61%] 09:28:04 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED [ 61%] 09:28:04 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%] 09:28:04 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED [ 61%] 09:28:04 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED [ 61%] 09:28:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%] 09:28:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%] 09:28:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%] 09:28:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%] 09:28:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%] 09:28:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%] 09:28:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%] 09:28:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%] 09:28:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%] 09:28:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%] 09:28:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%] 09:28:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%] 09:28:04 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%] 09:28:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%] 09:28:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%] 09:28:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%] 09:28:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%] 09:28:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%] 09:28:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%] 09:28:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%] 09:28:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%] 09:28:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%] 09:28:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%] 09:28:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%] 09:28:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%] 09:28:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%] 09:28:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%] 09:28:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%] 09:28:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%] 09:28:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%] 09:28:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%] 09:28:04 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%] 09:28:04 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%] 09:28:04 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%] 09:28:04 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%] 09:28:04 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%] 09:28:04 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%] 09:28:04 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%] 09:28:04 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%] 09:28:04 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%] 09:28:04 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED [ 66%] 09:28:04 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED [ 66%] 09:28:04 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%] 09:28:04 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%] 09:28:04 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%] 09:28:04 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%] 09:28:04 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%] 09:28:04 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%] 09:28:04 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%] 09:28:04 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%] 09:28:04 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%] 09:28:04 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%] 09:28:04 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%] 09:28:04 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%] 09:28:04 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%] 09:28:04 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%] 09:28:04 tests/unit/client_test.py::ClientTest::test_call_containers PASSED [ 67%] 09:28:04 tests/unit/client_test.py::ClientTest::test_events PASSED [ 67%] 09:28:04 tests/unit/client_test.py::ClientTest::test_info PASSED [ 68%] 09:28:04 tests/unit/client_test.py::ClientTest::test_ping PASSED [ 68%] 09:28:04 tests/unit/client_test.py::ClientTest::test_version PASSED [ 68%] 09:28:04 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED [ 68%] 09:28:04 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%] 09:28:04 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%] 09:28:04 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%] 09:28:04 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 68%] 09:28:04 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 68%] 09:28:04 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 68%] 09:28:04 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%] 09:28:04 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED [ 69%] 09:28:04 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%] 09:28:04 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 70%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 71%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%] 09:28:04 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%] 09:28:04 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%] 09:28:04 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%] 09:28:04 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%] 09:28:04 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%] 09:28:04 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 72%] 09:28:04 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%] 09:28:04 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%] 09:28:04 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%] 09:28:04 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%] 09:28:04 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%] 09:28:04 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%] 09:28:04 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%] 09:28:04 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%] 09:28:04 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 73%] 09:28:04 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%] 09:28:04 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%] 09:28:04 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED [ 74%] 09:28:04 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%] 09:28:04 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%] 09:28:04 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%] 09:28:04 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%] 09:28:04 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%] 09:28:04 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%] 09:28:04 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%] 09:28:04 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%] 09:28:04 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%] 09:28:04 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%] 09:28:04 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%] 09:28:04 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%] 09:28:04 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%] 09:28:04 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%] 09:28:04 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%] 09:28:04 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 75%] 09:28:04 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%] 09:28:04 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED [ 76%] 09:28:04 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED [ 76%] 09:28:04 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED [ 76%] 09:28:04 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%] 09:28:04 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%] 09:28:04 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%] 09:28:04 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%] 09:28:04 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED [ 76%] 09:28:04 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED [ 77%] 09:28:04 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED [ 77%] 09:28:04 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%] 09:28:04 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%] 09:28:04 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%] 09:28:04 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%] 09:28:04 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%] 09:28:04 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%] 09:28:04 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%] 09:28:04 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 77%] 09:28:04 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%] 09:28:04 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%] 09:28:04 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%] 09:28:04 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%] 09:28:04 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%] 09:28:04 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%] 09:28:04 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%] 09:28:04 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED [ 78%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED [ 79%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED [ 79%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED [ 79%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED [ 79%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED [ 79%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED [ 79%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED [ 79%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED [ 80%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED [ 80%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED [ 80%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED [ 80%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED [ 80%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED [ 80%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED [ 80%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED [ 81%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED [ 81%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED [ 81%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED [ 81%] 09:28:04 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED [ 81%] 09:28:04 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%] 09:28:04 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED [ 81%] 09:28:04 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%] 09:28:04 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED [ 81%] 09:28:04 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED [ 82%] 09:28:04 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 82%] 09:28:04 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%] 09:28:04 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%] 09:28:04 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED [ 82%] 09:28:04 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%] 09:28:04 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%] 09:28:04 tests/unit/models_images_test.py::ImageTest::test_history PASSED [ 82%] 09:28:04 tests/unit/models_images_test.py::ImageTest::test_save PASSED [ 82%] 09:28:04 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED [ 83%] 09:28:04 tests/unit/models_images_test.py::ImageTest::test_tag PASSED [ 83%] 09:28:04 tests/unit/models_images_test.py::ImageTest::test_tags PASSED [ 83%] 09:28:04 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%] 09:28:04 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%] 09:28:04 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%] 09:28:04 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED [ 83%] 09:28:04 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED [ 83%] 09:28:05 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED [ 83%] 09:28:05 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED [ 84%] 09:28:05 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED [ 84%] 09:28:05 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%] 09:28:05 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%] 09:28:05 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%] 09:28:05 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%] 09:28:05 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%] 09:28:05 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%] 09:28:05 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%] 09:28:05 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED [ 84%] 09:28:05 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%] 09:28:05 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED [ 85%] 09:28:05 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED [ 85%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED [ 85%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 85%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED [ 86%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 86%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 87%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 88%] 09:28:05 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%] 09:28:05 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED [ 89%] 09:28:05 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED [ 89%] 09:28:05 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%] 09:28:05 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%] 09:28:05 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%] 09:28:05 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED [ 89%] 09:28:05 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%] 09:28:05 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 89%] 09:28:05 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%] 09:28:05 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%] 09:28:05 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%] 09:28:05 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%] 09:28:05 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%] 09:28:05 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%] 09:28:05 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%] 09:28:05 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%] 09:28:05 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%] 09:28:05 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 90%] 09:28:05 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%] 09:28:05 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%] 09:28:05 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%] 09:28:05 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%] 09:28:05 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%] 09:28:05 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%] 09:28:05 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%] 09:28:05 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%] 09:28:05 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED [ 91%] 09:28:05 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%] 09:28:05 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED [ 92%] 09:28:05 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED [ 92%] 09:28:05 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED [ 92%] 09:28:05 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%] 09:28:05 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%] 09:28:05 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%] 09:28:05 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%] 09:28:05 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 92%] 09:28:05 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%] 09:28:05 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%] 09:28:05 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%] 09:28:05 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%] 09:28:05 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%] 09:28:05 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%] 09:28:05 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%] 09:28:05 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%] 09:28:05 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%] 09:28:05 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 93%] 09:28:05 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%] 09:28:05 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%] 09:28:05 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%] 09:28:05 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED [ 94%] 09:28:05 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%] 09:28:05 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED [ 94%] 09:28:05 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%] 09:28:05 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%] 09:28:05 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 94%] 09:28:05 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%] 09:28:05 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%] 09:28:05 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%] 09:28:05 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%] 09:28:05 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%] 09:28:05 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%] 09:28:05 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%] 09:28:05 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED [ 95%] 09:28:05 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%] 09:28:05 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED [ 95%] 09:28:05 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%] 09:28:05 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%] 09:28:05 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED [ 96%] 09:28:05 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%] 09:28:05 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_maxint PASSED [ 96%] 09:28:05 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED [ 96%] 09:28:05 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED [ 96%] 09:28:05 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED [ 96%] 09:28:05 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%] 09:28:05 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED [ 97%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED [ 97%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED [ 98%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED [ 98%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED [ 98%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%] 09:28:05 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED [ 99%] 09:28:05 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%] 09:28:06 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%] 09:28:06 09:28:06 =============================== warnings summary =============================== 09:28:06 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23 09:28:06 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working 09:28:06 from collections import MutableMapping 09:28:06 09:28:06 -- Docs: https://docs.pytest.org/en/latest/warnings.html 09:28:06 09:28:06 ----------- coverage: platform linux, python 3.7.8-final-0 ----------- 09:28:06 Name Stmts Miss Branch BrPart Cover 09:28:06 ----------------------------------------------------------------------- 09:28:06 docker/__init__.py 8 0 0 0 100% 09:28:06 docker/api/__init__.py 1 0 0 0 100% 09:28:06 docker/api/build.py 126 19 93 17 82% 09:28:06 docker/api/client.py 265 46 100 13 82% 09:28:06 docker/api/config.py 31 0 6 2 95% 09:28:06 docker/api/container.py 265 17 104 19 90% 09:28:06 docker/api/daemon.py 39 2 14 4 89% 09:28:06 docker/api/exec_api.py 46 4 22 4 88% 09:28:06 docker/api/image.py 149 19 52 10 85% 09:28:06 docker/api/network.py 90 13 48 12 80% 09:28:06 docker/api/plugin.py 90 13 14 4 82% 09:28:06 docker/api/secret.py 36 3 10 3 83% 09:28:06 docker/api/service.py 200 60 149 32 61% 09:28:06 docker/api/swarm.py 106 14 38 10 82% 09:28:06 docker/api/volume.py 38 3 14 3 88% 09:28:06 docker/auth.py 198 16 74 16 88% 09:28:06 docker/client.py 67 4 2 0 94% 09:28:06 docker/constants.py 20 0 0 0 100% 09:28:06 docker/context/__init__.py 2 0 0 0 100% 09:28:06 docker/context/api.py 78 16 38 8 76% 09:28:06 docker/context/config.py 61 27 16 2 52% 09:28:06 docker/context/context.py 151 21 62 15 81% 09:28:06 docker/credentials/__init__.py 3 0 0 0 100% 09:28:06 docker/credentials/constants.py 4 0 0 0 100% 09:28:06 docker/credentials/errors.py 11 1 2 1 85% 09:28:06 docker/credentials/store.py 50 9 16 5 73% 09:28:06 docker/credentials/utils.py 23 13 12 1 31% 09:28:06 docker/errors.py 110 12 20 6 86% 09:28:06 docker/models/__init__.py 0 0 0 0 100% 09:28:06 docker/models/configs.py 21 8 2 0 57% 09:28:06 docker/models/containers.py 183 6 70 5 95% 09:28:06 docker/models/images.py 137 29 58 3 76% 09:28:06 docker/models/networks.py 37 1 12 0 98% 09:28:06 docker/models/nodes.py 15 1 2 0 94% 09:28:06 docker/models/plugins.py 49 30 10 0 32% 09:28:06 docker/models/resource.py 41 9 6 2 77% 09:28:06 docker/models/secrets.py 21 8 2 0 57% 09:28:06 docker/models/services.py 87 3 36 3 95% 09:28:06 docker/models/swarm.py 39 3 6 3 87% 09:28:06 docker/models/volumes.py 23 1 4 0 96% 09:28:06 docker/tls.py 37 6 14 6 76% 09:28:06 docker/transport/__init__.py 11 3 0 0 73% 09:28:06 docker/transport/basehttpadapter.py 6 0 2 1 88% 09:28:06 docker/transport/npipeconn.py 58 53 10 0 7% 09:28:06 docker/transport/npipesocket.py 137 132 22 0 3% 09:28:06 docker/transport/sshconn.py 87 61 22 1 25% 09:28:06 docker/transport/ssladapter.py 36 10 10 4 65% 09:28:06 docker/transport/unixconn.py 65 6 12 4 87% 09:28:06 docker/types/__init__.py 6 0 0 0 100% 09:28:06 docker/types/base.py 5 0 2 0 100% 09:28:06 docker/types/containers.py 418 63 328 43 85% 09:28:06 docker/types/daemon.py 36 8 14 4 72% 09:28:06 docker/types/healthcheck.py 34 12 4 1 61% 09:28:06 docker/types/networks.py 41 6 28 5 81% 09:28:06 docker/types/services.py 312 45 206 33 83% 09:28:06 docker/types/swarm.py 51 24 40 10 52% 09:28:06 docker/utils/__init__.py 3 0 0 0 100% 09:28:06 docker/utils/build.py 154 18 76 7 87% 09:28:06 docker/utils/config.py 36 1 10 1 96% 09:28:06 docker/utils/decorators.py 32 1 12 1 95% 09:28:06 docker/utils/fnmatch.py 55 18 28 2 61% 09:28:06 docker/utils/json_stream.py 43 8 14 2 79% 09:28:06 docker/utils/ports.py 50 3 32 2 91% 09:28:06 docker/utils/proxy.py 32 1 12 0 98% 09:28:06 docker/utils/socket.py 86 9 40 7 86% 09:28:06 docker/utils/utils.py 285 19 177 13 92% 09:28:06 docker/version.py 2 0 2 0 100% 09:28:06 ----------------------------------------------------------------------- 09:28:06 TOTAL 5039 938 2231 350 79% 09:28:06 09:28:06 =========================== short test summary info ============================ 09:28:06 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options 09:28:06 CONFIG_RT_GROUP_SCHED isn't enabled 09:28:06 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt 09:28:06 Not supported on most drivers 09:28:06 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs 09:28:06 Output of docker top depends on host distro, and is not formalized. 09:28:06 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver 09:28:06 This doesn't seem to be taken into account by the engine 09:28:06 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows 09:28:06 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode 09:28:06 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME 09:28:06 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 09:28:06 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax 09:28:06 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check 09:28:06 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows 09:28:06 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows 09:28:06 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows 09:28:06 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32' 09:28:06 SKIPPED [1] tests/unit/utils_test.py:486: shlex doesn't support bytes in py3 09:28:06 == 923 passed, 12 skipped, 5 xfailed, 4 xpassed, 1 warnings in 302.09 seconds == [Pipeline] sh 09:28:06 + docker stop dpy-dind-7-0-py3.7-19.03.5 dpy-tests-7-0-py3.7-19.03.5 09:28:13 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 29%] 09:28:13 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 29%] 09:28:13 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 30%] 09:28:13 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 30%] 09:28:13 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 30%] 09:28:13 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 30%] 09:28:13 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 30%] 09:28:13 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 30%] 09:28:13 tests/integration/client_test.py::ClientTest::test_df PASSED [ 30%] 09:28:13 tests/integration/client_test.py::ClientTest::test_info PASSED [ 30%] 09:28:13 tests/integration/client_test.py::ClientTest::test_ping PASSED [ 30%] 09:28:13 tests/integration/client_test.py::ClientTest::test_version PASSED [ 31%] 09:28:13 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 31%] 09:28:13 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 31%] 09:28:13 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 31%] 09:28:13 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 31%] 09:28:13 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 31%] 09:28:13 dpy-dind-7-0-py2.7-19.03.12 09:28:13 dpy-tests-7-0-py2.7-19.03.12 09:28:13 + docker rm -vf dpy-dind-7-0-py2.7-19.03.12 dpy-tests-7-0-py2.7-19.03.12 09:28:13 dpy-dind-7-0-py2.7-19.03.12 09:28:13 dpy-tests-7-0-py2.7-19.03.12 09:28:13 + docker network rm dpy-testnet-7-0-py2.7-19.03.12 09:28:13 dpy-testnet-7-0-py2.7-19.03.12 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } 09:28:19 dpy-dind-7-0-py3.7-19.03.5 09:28:19 dpy-tests-7-0-py3.7-19.03.5 09:28:19 + docker rm -vf dpy-dind-7-0-py3.7-19.03.5 dpy-tests-7-0-py3.7-19.03.5 09:28:19 dpy-dind-7-0-py3.7-19.03.5 09:28:19 dpy-tests-7-0-py3.7-19.03.5 09:28:19 + docker network rm dpy-testnet-7-0-py3.7-19.03.5 09:28:19 dpy-testnet-7-0-py3.7-19.03.5 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } 09:28:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 31%] 09:28:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 31%] 09:28:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 31%] 09:28:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 31%] 09:28:31 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 32%] 09:28:33 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 32%] 09:28:35 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 32%] 09:28:36 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 32%] 09:28:36 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 32%] 09:28:36 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 32%] 09:28:37 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 32%] 09:28:38 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 32%] 09:28:38 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 32%] 09:28:38 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 33%] 09:28:39 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 33%] 09:28:39 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 33%] 09:28:40 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 33%] 09:28:41 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 33%] 09:28:41 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 33%] 09:28:41 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 33%] 09:28:42 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 33%] 09:28:42 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 33%] 09:28:43 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 34%] 09:28:43 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 34%] 09:28:43 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 34%] 09:28:44 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 34%] 09:28:44 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 34%] 09:28:45 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 34%] 09:28:45 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 34%] 09:28:45 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 34%] 09:28:57 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 34%] 09:28:57 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 34%] 09:28:58 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 35%] 09:28:59 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 35%] 09:28:59 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 35%] 09:28:59 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 35%] 09:29:00 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 35%] 09:29:01 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 35%] 09:29:01 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 35%] 09:29:01 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 35%] 09:29:02 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 35%] 09:29:02 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 36%] 09:29:03 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 36%] 09:29:03 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 36%] 09:29:03 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 36%] 09:29:04 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 36%] 09:29:04 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 36%] 09:29:04 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 36%] 09:29:04 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 36%] 09:29:04 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 36%] 09:29:04 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 36%] 09:29:04 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 37%] 09:29:04 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 37%] 09:29:05 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 37%] 09:29:05 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 37%] 09:29:06 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 37%] 09:29:11 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 37%] 09:29:12 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 37%] 09:29:12 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 37%] 09:29:12 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 37%] 09:29:12 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 38%] 09:29:12 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 38%] 09:29:12 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 38%] 09:29:12 tests/integration/models_services_test.py::ServiceTest::test_get PASSED [ 38%] 09:29:12 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 38%] 09:29:12 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 38%] 09:29:12 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 38%] 09:29:13 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 38%] 09:29:13 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 38%] 09:29:13 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 38%] 09:29:13 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 39%] 09:29:13 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 39%] 09:29:13 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 39%] 09:29:18 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 39%] 09:29:19 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 39%] 09:29:21 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 39%] 09:29:21 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 39%] 09:29:21 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 39%] 09:29:21 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 39%] 09:29:21 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 40%] 09:29:21 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 40%] 09:29:23 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 40%] 09:29:23 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 40%] 09:29:24 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 40%] 09:29:24 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 40%] 09:29:24 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 40%] 09:29:24 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 40%] 09:29:24 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 40%] 09:29:25 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 40%] 09:29:25 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 41%] 09:29:25 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [ 41%] 09:29:25 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED [ 41%] 09:29:25 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 41%] 09:29:25 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 41%] 09:29:25 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 41%] 09:29:25 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 41%] 09:29:25 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 41%] 09:29:25 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 41%] 09:29:25 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 42%] 09:29:25 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED [ 42%] 09:29:25 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 42%] 09:29:25 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 42%] 09:29:25 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 42%] 09:29:25 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 42%] 09:29:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 42%] 09:29:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 42%] 09:29:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 42%] 09:29:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 43%] 09:29:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 43%] 09:29:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 43%] 09:29:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 43%] 09:29:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 43%] 09:29:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 43%] 09:29:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 43%] 09:29:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 43%] 09:29:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 43%] 09:29:25 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 43%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 44%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 44%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 44%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 44%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 44%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 44%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 44%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 44%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 44%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 45%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 45%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 45%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 45%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 45%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 45%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 45%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 45%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 45%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 45%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 46%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 46%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 46%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 46%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 46%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 46%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 46%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 46%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 46%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 47%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 47%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 47%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 47%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 47%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 47%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 47%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 47%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 47%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 47%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 48%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 48%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 48%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 48%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 48%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 48%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 48%] 09:29:25 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 48%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 48%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 49%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 49%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 49%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED [ 49%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 49%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_export PASSED [ 49%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 49%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 49%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 49%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 50%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 50%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 50%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 50%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 50%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 50%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED [ 50%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 50%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 50%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 50%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 51%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED [ 51%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED [ 51%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED [ 51%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 51%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 51%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_port PASSED [ 51%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 51%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 51%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 52%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 52%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 52%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 52%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 52%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 52%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 52%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED [ 52%] 09:29:25 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 52%] 09:29:25 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED [ 52%] 09:29:25 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 53%] 09:29:25 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED [ 53%] 09:29:25 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED [ 53%] 09:29:25 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 53%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_commit PASSED [ 53%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED [ 53%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED [ 53%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED [ 53%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED [ 53%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_images PASSED [ 54%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED [ 54%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED [ 54%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED [ 54%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 54%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 54%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED [ 54%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 54%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED [ 54%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED [ 54%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_pull PASSED [ 55%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED [ 55%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED [ 55%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED [ 55%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 55%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 55%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED [ 55%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED [ 55%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED [ 55%] 09:29:25 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED [ 56%] 09:29:25 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 56%] 09:29:25 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED [ 56%] 09:29:25 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 56%] 09:29:25 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 56%] 09:29:25 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED [ 56%] 09:29:25 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED [ 56%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 56%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 56%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED [ 56%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_events PASSED [ 57%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED [ 57%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 57%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_info PASSED [ 57%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_login PASSED [ 57%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED [ 57%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 57%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_search PASSED [ 57%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 57%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 58%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 58%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 58%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 58%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 58%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED [ 58%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED [ 58%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED [ 58%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED [ 58%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_version PASSED [ 59%] 09:29:25 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 59%] 09:29:25 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 59%] 09:29:25 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 59%] 09:29:26 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 59%] 09:29:26 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 59%] 09:29:26 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 59%] 09:29:26 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 59%] 09:29:26 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 59%] 09:29:27 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 59%] 09:29:27 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 60%] 09:29:27 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED [ 60%] 09:29:27 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED [ 60%] 09:29:27 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 60%] 09:29:27 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 60%] 09:29:27 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 60%] 09:29:27 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED [ 60%] 09:29:27 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 60%] 09:29:27 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 60%] 09:29:27 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 61%] 09:29:27 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 61%] 09:29:27 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 61%] 09:29:27 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED [ 61%] 09:29:27 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED [ 61%] 09:29:27 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 61%] 09:29:27 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED [ 61%] 09:29:27 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED [ 61%] 09:29:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 61%] 09:29:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 61%] 09:29:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 62%] 09:29:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 62%] 09:29:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 62%] 09:29:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 62%] 09:29:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 62%] 09:29:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 62%] 09:29:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 62%] 09:29:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 62%] 09:29:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 62%] 09:29:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 63%] 09:29:27 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 63%] 09:29:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 63%] 09:29:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 63%] 09:29:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 63%] 09:29:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 63%] 09:29:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 63%] 09:29:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 63%] 09:29:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 63%] 09:29:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 63%] 09:29:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 64%] 09:29:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 64%] 09:29:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 64%] 09:29:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 64%] 09:29:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 64%] 09:29:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 64%] 09:29:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 64%] 09:29:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 64%] 09:29:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 64%] 09:29:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 65%] 09:29:27 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 65%] 09:29:27 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 65%] 09:29:27 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 65%] 09:29:27 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 65%] 09:29:27 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 65%] 09:29:27 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 65%] 09:29:27 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 65%] 09:29:27 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 65%] 09:29:27 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 65%] 09:29:27 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED [ 66%] 09:29:27 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED [ 66%] 09:29:27 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 66%] 09:29:27 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 66%] 09:29:27 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 66%] 09:29:27 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 66%] 09:29:27 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 66%] 09:29:27 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 66%] 09:29:27 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 66%] 09:29:27 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 67%] 09:29:27 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 67%] 09:29:27 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 67%] 09:29:27 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 67%] 09:29:27 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 67%] 09:29:27 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 67%] 09:29:27 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 67%] 09:29:27 tests/unit/client_test.py::ClientTest::test_call_containers PASSED [ 67%] 09:29:27 tests/unit/client_test.py::ClientTest::test_events PASSED [ 67%] 09:29:27 tests/unit/client_test.py::ClientTest::test_info PASSED [ 68%] 09:29:27 tests/unit/client_test.py::ClientTest::test_ping PASSED [ 68%] 09:29:27 tests/unit/client_test.py::ClientTest::test_version PASSED [ 68%] 09:29:27 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED [ 68%] 09:29:27 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 68%] 09:29:27 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 68%] 09:29:27 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 68%] 09:29:27 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 68%] 09:29:27 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 68%] 09:29:27 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 68%] 09:29:27 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 69%] 09:29:27 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED [ 69%] 09:29:27 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 69%] 09:29:27 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 69%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 69%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 69%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 69%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 69%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 69%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 70%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 70%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 70%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 70%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 70%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 70%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 70%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 70%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 70%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 70%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 71%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 71%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 71%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 71%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 71%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 71%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 71%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 71%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 71%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 72%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 72%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 72%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 72%] 09:29:27 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 72%] 09:29:27 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 72%] 09:29:27 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 72%] 09:29:27 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 72%] 09:29:27 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 72%] 09:29:27 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 72%] 09:29:27 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 73%] 09:29:27 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 73%] 09:29:27 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 73%] 09:29:27 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 73%] 09:29:27 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 73%] 09:29:27 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 73%] 09:29:27 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 73%] 09:29:27 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 73%] 09:29:27 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 73%] 09:29:27 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 74%] 09:29:27 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 74%] 09:29:27 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED [ 74%] 09:29:27 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 74%] 09:29:27 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 74%] 09:29:27 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 74%] 09:29:27 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 74%] 09:29:27 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 74%] 09:29:27 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 74%] 09:29:27 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 75%] 09:29:27 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 75%] 09:29:27 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 75%] 09:29:27 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 75%] 09:29:27 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 75%] 09:29:27 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 75%] 09:29:27 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 75%] 09:29:27 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 75%] 09:29:27 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 75%] 09:29:27 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 75%] 09:29:27 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 76%] 09:29:27 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED [ 76%] 09:29:27 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED [ 76%] 09:29:27 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED [ 76%] 09:29:27 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 76%] 09:29:27 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 76%] 09:29:27 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 76%] 09:29:27 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 76%] 09:29:27 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED [ 76%] 09:29:27 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED [ 77%] 09:29:27 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED [ 77%] 09:29:27 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 77%] 09:29:27 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 77%] 09:29:27 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 77%] 09:29:27 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 77%] 09:29:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 77%] 09:29:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 77%] 09:29:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 77%] 09:29:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 77%] 09:29:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 78%] 09:29:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 78%] 09:29:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 78%] 09:29:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 78%] 09:29:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 78%] 09:29:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 78%] 09:29:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%] 09:29:28 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 78%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED [ 78%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED [ 79%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED [ 79%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 79%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 79%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED [ 79%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 79%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED [ 79%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED [ 79%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED [ 79%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED [ 79%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED [ 80%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED [ 80%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 80%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED [ 80%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED [ 80%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED [ 80%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 80%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED [ 80%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED [ 80%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED [ 81%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED [ 81%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED [ 81%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 81%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED [ 81%] 09:29:28 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED [ 81%] 09:29:28 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 81%] 09:29:28 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED [ 81%] 09:29:28 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 81%] 09:29:28 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED [ 81%] 09:29:28 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED [ 82%] 09:29:28 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 82%] 09:29:28 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 82%] 09:29:28 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 82%] 09:29:28 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED [ 82%] 09:29:28 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 82%] 09:29:28 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 82%] 09:29:28 tests/unit/models_images_test.py::ImageTest::test_history PASSED [ 82%] 09:29:28 tests/unit/models_images_test.py::ImageTest::test_save PASSED [ 82%] 09:29:28 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED [ 83%] 09:29:28 tests/unit/models_images_test.py::ImageTest::test_tag PASSED [ 83%] 09:29:28 tests/unit/models_images_test.py::ImageTest::test_tags PASSED [ 83%] 09:29:28 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 83%] 09:29:28 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 83%] 09:29:28 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 83%] 09:29:28 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED [ 83%] 09:29:28 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED [ 83%] 09:29:28 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED [ 83%] 09:29:28 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED [ 84%] 09:29:28 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED [ 84%] 09:29:28 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 84%] 09:29:28 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 84%] 09:29:28 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 84%] 09:29:28 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 84%] 09:29:28 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 84%] 09:29:28 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 84%] 09:29:28 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 84%] 09:29:28 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED [ 84%] 09:29:28 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 85%] 09:29:28 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED [ 85%] 09:29:28 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED [ 85%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED [ 85%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 85%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 85%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 85%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 85%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 85%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 86%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 86%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 86%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 86%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 86%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 86%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 86%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 86%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED [ 86%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 86%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 87%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 87%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 87%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 87%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 87%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 87%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 87%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 87%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 87%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 88%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 88%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 88%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 88%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 88%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 88%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 88%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 88%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 88%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 88%] 09:29:28 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 89%] 09:29:28 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED [ 89%] 09:29:28 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED [ 89%] 09:29:28 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 89%] 09:29:28 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 89%] 09:29:28 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 89%] 09:29:28 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED [ 89%] 09:29:28 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 89%] 09:29:28 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 89%] 09:29:28 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 90%] 09:29:28 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 90%] 09:29:28 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 90%] 09:29:28 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 90%] 09:29:28 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 90%] 09:29:28 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 90%] 09:29:28 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 90%] 09:29:28 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 90%] 09:29:28 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 90%] 09:29:28 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 90%] 09:29:28 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 91%] 09:29:28 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 91%] 09:29:28 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 91%] 09:29:28 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 91%] 09:29:28 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 91%] 09:29:28 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 91%] 09:29:28 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 91%] 09:29:28 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 91%] 09:29:28 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED [ 91%] 09:29:28 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 92%] 09:29:28 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED [ 92%] 09:29:28 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED [ 92%] 09:29:28 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED [ 92%] 09:29:28 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 92%] 09:29:28 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 92%] 09:29:28 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 92%] 09:29:28 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 92%] 09:29:28 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 92%] 09:29:28 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 93%] 09:29:28 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 93%] 09:29:28 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 93%] 09:29:28 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 93%] 09:29:28 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 93%] 09:29:28 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 93%] 09:29:28 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 93%] 09:29:28 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 93%] 09:29:28 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 93%] 09:29:28 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 93%] 09:29:28 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 94%] 09:29:28 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 94%] 09:29:28 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 94%] 09:29:28 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED [ 94%] 09:29:28 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 94%] 09:29:28 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED [ 94%] 09:29:28 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 94%] 09:29:28 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 94%] 09:29:28 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 94%] 09:29:28 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 95%] 09:29:28 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 95%] 09:29:28 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 95%] 09:29:28 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 95%] 09:29:28 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 95%] 09:29:28 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 95%] 09:29:28 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 95%] 09:29:28 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED [ 95%] 09:29:28 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 95%] 09:29:28 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED [ 95%] 09:29:28 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 96%] 09:29:28 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 96%] 09:29:28 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED [ 96%] 09:29:28 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 96%] 09:29:28 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_maxint PASSED [ 96%] 09:29:28 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED [ 96%] 09:29:28 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED [ 96%] 09:29:28 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED [ 96%] 09:29:28 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_bytes SKIPPED [ 96%] 09:29:28 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 97%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 97%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 97%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 97%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 97%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 97%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 97%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED [ 97%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 97%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED [ 97%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED [ 98%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 98%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED [ 98%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 98%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 98%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED [ 98%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 98%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 98%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 99%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 99%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 99%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 99%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 99%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%] 09:29:28 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED [ 99%] 09:29:28 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%] 09:29:29 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%] 09:29:29 09:29:29 =============================== warnings summary =============================== 09:29:29 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23 09:29:29 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working 09:29:29 from collections import MutableMapping 09:29:29 09:29:29 -- Docs: https://docs.pytest.org/en/latest/warnings.html 09:29:29 09:29:29 ----------- coverage: platform linux, python 3.7.8-final-0 ----------- 09:29:29 Name Stmts Miss Branch BrPart Cover 09:29:29 ----------------------------------------------------------------------- 09:29:29 docker/__init__.py 8 0 0 0 100% 09:29:29 docker/api/__init__.py 1 0 0 0 100% 09:29:29 docker/api/build.py 126 19 93 17 82% 09:29:29 docker/api/client.py 265 46 100 13 82% 09:29:29 docker/api/config.py 31 0 6 2 95% 09:29:29 docker/api/container.py 265 17 104 19 90% 09:29:29 docker/api/daemon.py 39 2 14 4 89% 09:29:29 docker/api/exec_api.py 46 4 22 4 88% 09:29:29 docker/api/image.py 149 19 52 10 85% 09:29:29 docker/api/network.py 90 13 48 12 80% 09:29:29 docker/api/plugin.py 90 13 14 4 82% 09:29:29 docker/api/secret.py 36 3 10 3 83% 09:29:29 docker/api/service.py 200 60 149 32 61% 09:29:29 docker/api/swarm.py 106 14 38 10 82% 09:29:29 docker/api/volume.py 38 3 14 3 88% 09:29:29 docker/auth.py 198 16 74 16 88% 09:29:29 docker/client.py 67 4 2 0 94% 09:29:29 docker/constants.py 20 0 0 0 100% 09:29:29 docker/context/__init__.py 2 0 0 0 100% 09:29:29 docker/context/api.py 78 16 38 8 76% 09:29:29 docker/context/config.py 61 27 16 2 52% 09:29:29 docker/context/context.py 151 21 62 15 81% 09:29:29 docker/credentials/__init__.py 3 0 0 0 100% 09:29:29 docker/credentials/constants.py 4 0 0 0 100% 09:29:29 docker/credentials/errors.py 11 1 2 1 85% 09:29:29 docker/credentials/store.py 50 9 16 5 73% 09:29:29 docker/credentials/utils.py 23 13 12 1 31% 09:29:29 docker/errors.py 110 12 20 6 86% 09:29:29 docker/models/__init__.py 0 0 0 0 100% 09:29:29 docker/models/configs.py 21 8 2 0 57% 09:29:29 docker/models/containers.py 183 6 70 5 95% 09:29:29 docker/models/images.py 137 29 58 3 76% 09:29:29 docker/models/networks.py 37 1 12 0 98% 09:29:29 docker/models/nodes.py 15 1 2 0 94% 09:29:29 docker/models/plugins.py 49 30 10 0 32% 09:29:29 docker/models/resource.py 41 9 6 2 77% 09:29:29 docker/models/secrets.py 21 8 2 0 57% 09:29:29 docker/models/services.py 87 3 36 3 95% 09:29:29 docker/models/swarm.py 39 3 6 3 87% 09:29:29 docker/models/volumes.py 23 1 4 0 96% 09:29:29 docker/tls.py 37 6 14 6 76% 09:29:29 docker/transport/__init__.py 11 3 0 0 73% 09:29:29 docker/transport/basehttpadapter.py 6 0 2 1 88% 09:29:29 docker/transport/npipeconn.py 58 53 10 0 7% 09:29:29 docker/transport/npipesocket.py 137 132 22 0 3% 09:29:29 docker/transport/sshconn.py 87 61 22 1 25% 09:29:29 docker/transport/ssladapter.py 36 10 10 4 65% 09:29:29 docker/transport/unixconn.py 65 6 12 4 87% 09:29:29 docker/types/__init__.py 6 0 0 0 100% 09:29:29 docker/types/base.py 5 0 2 0 100% 09:29:29 docker/types/containers.py 418 63 328 43 85% 09:29:29 docker/types/daemon.py 36 8 14 4 72% 09:29:29 docker/types/healthcheck.py 34 12 4 1 61% 09:29:29 docker/types/networks.py 41 6 28 5 81% 09:29:29 docker/types/services.py 312 45 206 33 83% 09:29:29 docker/types/swarm.py 51 24 40 10 52% 09:29:29 docker/utils/__init__.py 3 0 0 0 100% 09:29:29 docker/utils/build.py 154 18 76 7 87% 09:29:29 docker/utils/config.py 36 1 10 1 96% 09:29:29 docker/utils/decorators.py 32 1 12 1 95% 09:29:29 docker/utils/fnmatch.py 55 18 28 2 61% 09:29:29 docker/utils/json_stream.py 43 8 14 2 79% 09:29:29 docker/utils/ports.py 50 3 32 2 91% 09:29:29 docker/utils/proxy.py 32 1 12 0 98% 09:29:29 docker/utils/socket.py 86 9 40 7 86% 09:29:29 docker/utils/utils.py 285 19 177 13 92% 09:29:29 docker/version.py 2 0 2 0 100% 09:29:29 ----------------------------------------------------------------------- 09:29:29 TOTAL 5039 938 2231 350 79% 09:29:29 09:29:29 =========================== short test summary info ============================ 09:29:29 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options 09:29:29 CONFIG_RT_GROUP_SCHED isn't enabled 09:29:29 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt 09:29:29 Not supported on most drivers 09:29:29 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs 09:29:29 Output of docker top depends on host distro, and is not formalized. 09:29:29 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver 09:29:29 This doesn't seem to be taken into account by the engine 09:29:29 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows 09:29:29 SKIPPED [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode 09:29:29 SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME 09:29:29 SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 09:29:29 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax 09:29:29 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check 09:29:29 SKIPPED [1] tests/unit/utils_build_test.py:232: Backslash patterns only on Windows 09:29:29 SKIPPED [1] tests/unit/utils_build_test.py:254: Backslash patterns only on Windows 09:29:29 SKIPPED [1] tests/unit/utils_build_test.py:402: root user always has access ; no chmod on Windows 09:29:29 SKIPPED [1] tests/unit/utils_config_test.py:58: condition: sys.platform != 'win32' 09:29:29 SKIPPED [1] tests/unit/utils_test.py:486: shlex doesn't support bytes in py3 09:29:29 == 923 passed, 12 skipped, 5 xfailed, 4 xpassed, 1 warnings in 295.25 seconds == [Pipeline] sh 09:29:30 + docker stop dpy-dind-7-0-py3.7-19.03.12 dpy-tests-7-0-py3.7-19.03.12 09:29:42 dpy-dind-7-0-py3.7-19.03.12 09:29:42 dpy-tests-7-0-py3.7-19.03.12 09:29:42 + docker rm -vf dpy-dind-7-0-py3.7-19.03.12 dpy-tests-7-0-py3.7-19.03.12 09:29:42 dpy-dind-7-0-py3.7-19.03.12 09:29:42 dpy-tests-7-0-py3.7-19.03.12 09:29:42 + docker network rm dpy-testnet-7-0-py3.7-19.03.12 09:29:42 dpy-testnet-7-0-py3.7-19.03.12 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // parallel [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS