Push event to branch master 17:25:48 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from a48a5a9647761406d66e8271f19fab7fa0c5f582 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/docker-py_master@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task All nodes of label ‘amd64&&ubuntu-2004&&overlay2’ are offline Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0c11ab9c1bbf4a16b) in /home/ubuntu/workspace/docker-py_master [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_master@tmp/5146b4a7-9e1f-4b3a-be05-c01955915d25/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 17:26:57 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 17:26:57 chowning workspace [Pipeline] sh 17:26:58 + pwd 17:26:58 + id -u 17:26:58 + id -g 17:26:58 + docker run --rm -v /home/ubuntu/workspace/docker-py_master:/workspace busybox chown -R 1000:1000 /workspace 17:26:58 Unable to find image 'busybox:latest' locally 17:26:58 latest: Pulling from library/busybox 17:26:58 24fb2886d6f6: Pulling fs layer 17:26:58 24fb2886d6f6: Verifying Checksum 17:26:58 24fb2886d6f6: Download complete 17:26:58 24fb2886d6f6: Pull complete 17:26:58 Digest: sha256:f7ca5a32c10d51aeda3b4d01c61c6061f497893d7f6628b92f822f7117182a57 17:26:58 Status: Downloaded newer image for busybox:latest [Pipeline] echo 17:27:01 Removing all docker containers [Pipeline] sh 17:27:01 + docker container ls -aq [Pipeline] echo 17:27:01 Docker containers have been removed [Pipeline] echo 17:27:01 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 17:27:01 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image) [Pipeline] checkout 17:27:02 The recommended git tool is: git 17:27:04 using credential docker-jenkins-github-credentials 17:27:04 Cloning the remote Git repository 17:27:04 Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:27:06 Avoid second fetch 17:27:06 Checking out Revision a48a5a9647761406d66e8271f19fab7fa0c5f582 (master) > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a48a5a9647761406d66e8271f19fab7fa0c5f582 # timeout=10 17:27:09 Commit message: "Merge pull request #2898 from hugovk/add-3.10" > git rev-list --no-walk ac5f6ef93aa392090b5e6bc3c8b1112cf0c8981d # timeout=10 [Pipeline] sh 17:27:13 + git rev-parse HEAD [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:27:14 + docker pull dockerpinata/docker-py:sshdind-a48a5a9647761406d66e8271f19fab7fa0c5f582 17:27:14 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-a48a5a9647761406d66e8271f19fab7fa0c5f582 not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh 17:27:14 + docker build -t dockerpinata/docker-py:sshdind-a48a5a9647761406d66e8271f19fab7fa0c5f582 -f tests/Dockerfile-ssh-dind . 17:27:14 Sending build context to Docker daemon 1.374MB 17:27:14 Step 1/11 : ARG API_VERSION=1.39 17:27:14 Step 2/11 : ARG ENGINE_VERSION=19.03.12 17:27:14 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind $ 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_master@tmp/d2130b46-6dcf-4319-96e3-13a4e9b3d078/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded 17:27:15 19.03.12-dind: Pulling from library/docker 17:27:15 df20fa9351a1: Pulling fs layer 17:27:15 25ad7478873d: Pulling fs layer 17:27:15 4684f6177b5d: Pulling fs layer 17:27:15 46e300cec669: Pulling fs layer 17:27:15 63038576ad94: Pulling fs layer 17:27:15 0fdb76c4706c: Pulling fs layer 17:27:15 cb7edeffdfd5: Pulling fs layer 17:27:15 cc28bd76800f: Pulling fs layer 17:27:15 54196fe38f7e: Pulling fs layer 17:27:15 ea71acc29633: Pulling fs layer 17:27:15 657cc4c15165: Pulling fs layer 17:27:15 46e300cec669: Waiting 17:27:15 63038576ad94: Waiting 17:27:15 0fdb76c4706c: Waiting 17:27:15 cb7edeffdfd5: Waiting 17:27:15 ea71acc29633: Waiting 17:27:15 cc28bd76800f: Waiting 17:27:15 657cc4c15165: Waiting 17:27:15 54196fe38f7e: Waiting 17:27:15 4684f6177b5d: Verifying Checksum 17:27:15 4684f6177b5d: Download complete 17:27:15 25ad7478873d: Verifying Checksum 17:27:15 25ad7478873d: Download complete 17:27:15 df20fa9351a1: Verifying Checksum 17:27:15 63038576ad94: Verifying Checksum 17:27:15 63038576ad94: Download complete 17:27:15 0fdb76c4706c: Verifying Checksum 17:27:15 0fdb76c4706c: Download complete 17:27:15 cb7edeffdfd5: Verifying Checksum 17:27:15 cb7edeffdfd5: Download complete 17:27:15 54196fe38f7e: Verifying Checksum 17:27:15 54196fe38f7e: Download complete 17:27:15 cc28bd76800f: Verifying Checksum 17:27:15 cc28bd76800f: Download complete 17:27:15 657cc4c15165: Verifying Checksum 17:27:15 657cc4c15165: Download complete 17:27:15 ea71acc29633: Verifying Checksum 17:27:15 ea71acc29633: Download complete 17:27:15 df20fa9351a1: Pull complete 17:27:16 46e300cec669: Verifying Checksum 17:27:16 46e300cec669: Download complete 17:27:16 25ad7478873d: Pull complete 17:27:16 4684f6177b5d: Pull complete 17:27:18 46e300cec669: Pull complete 17:27:18 63038576ad94: Pull complete 17:27:18 0fdb76c4706c: Pull complete 17:27:18 cb7edeffdfd5: Pull complete 17:27:19 cc28bd76800f: Pull complete 17:27:19 54196fe38f7e: Pull complete 17:27:19 ea71acc29633: Pull complete 17:27:19 657cc4c15165: Pull complete 17:27:19 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771 17:27:19 Status: Downloaded newer image for docker:19.03.12-dind 17:27:19 ---> 66dc2d45749a 17:27:19 Step 4/11 : RUN apk add --no-cache openssh 17:27:21 ---> Running in 67c02ea4f046 17:27:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:27:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:27:23 (1/4) Installing openssh-sftp-server (8.3_p1-r3) 17:27:23 (2/4) Installing openssh-server-common (8.3_p1-r3) 17:27:23 (3/4) Installing openssh-server (8.3_p1-r3) 17:27:23 (4/4) Installing openssh (8.3_p1-r3) 17:27:23 Executing busybox-1.31.1-r16.trigger 17:27:23 OK: 28 MiB in 51 packages 17:27:24 Removing intermediate container 67c02ea4f046 17:27:24 ---> 8148cca8e921 17:27:24 Step 5/11 : RUN ssh-keygen -A 17:27:24 ---> Running in bb4a578debec 17:27:25 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 17:27:25 Removing intermediate container bb4a578debec 17:27:25 ---> 6d90be0cd710 17:27:25 Step 6/11 : RUN echo "IgnoreUserKnownHosts yes" > /etc/ssh/sshd_config && echo "PubkeyAuthentication yes" >> /etc/ssh/sshd_config && echo "PermitRootLogin yes" >> /etc/ssh/sshd_config 17:27:26 ---> Running in b20fefc02a80 17:27:27 Removing intermediate container b20fefc02a80 17:27:27 ---> 5aa769700b67 17:27:27 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys 17:27:27 ---> f594da674634 17:27:27 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys 17:27:27 ---> Running in dd8c9fd053b5 17:27:28 Removing intermediate container dd8c9fd053b5 17:27:28 ---> c158bcb2659d 17:27:28 Step 9/11 : RUN echo "root:root" | chpasswd 17:27:28 ---> Running in 907c333202f6 17:27:29 chpasswd: password for 'root' changed 17:27:30 Removing intermediate container 907c333202f6 17:27:30 ---> 61f781b394e1 17:27:30 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker 17:27:30 ---> Running in 4e62888cb6ed 17:27:31 Removing intermediate container 4e62888cb6ed 17:27:31 ---> c9c17e70d575 17:27:31 Step 11/11 : EXPOSE 22 17:27:31 ---> Running in 02293248dc05 17:27:31 Removing intermediate container 02293248dc05 17:27:31 ---> 92f588c727b5 17:27:31 Successfully built 92f588c727b5 17:27:31 Successfully tagged dockerpinata/docker-py:sshdind-a48a5a9647761406d66e8271f19fab7fa0c5f582 [Pipeline] isUnix [Pipeline] sh 17:27:31 + docker tag dockerpinata/docker-py:sshdind-a48a5a9647761406d66e8271f19fab7fa0c5f582 dockerpinata/docker-py:sshdind-a48a5a9647761406d66e8271f19fab7fa0c5f582 [Pipeline] isUnix [Pipeline] sh 17:27:32 + docker push dockerpinata/docker-py:sshdind-a48a5a9647761406d66e8271f19fab7fa0c5f582 17:27:32 The push refers to repository [docker.io/dockerpinata/docker-py] 17:27:32 6d68d3e780e1: Preparing 17:27:32 6711fe6e9fe1: Preparing 17:27:32 54ab72ccc95b: Preparing 17:27:32 4c5f5dc18d25: Preparing 17:27:32 0c467a4e11bb: Preparing 17:27:32 8bdd911b50a1: Preparing 17:27:32 d3c90877f16c: Preparing 17:27:32 1149e736aa92: Preparing 17:27:32 39e79983ac8b: Preparing 17:27:32 da8c28465f82: Preparing 17:27:32 d1292e236c36: Preparing 17:27:32 8890c171a12b: Preparing 17:27:32 4ae5bd84d450: Preparing 17:27:32 723a561964c8: Preparing 17:27:32 78764725b56c: Preparing 17:27:32 51d6d3d09136: Preparing 17:27:32 1507bc794612: Preparing 17:27:32 50644c29ef5a: Preparing 17:27:32 8bdd911b50a1: Waiting 17:27:32 d3c90877f16c: Waiting 17:27:32 1149e736aa92: Waiting 17:27:32 39e79983ac8b: Waiting 17:27:32 da8c28465f82: Waiting 17:27:32 d1292e236c36: Waiting 17:27:32 8890c171a12b: Waiting 17:27:32 4ae5bd84d450: Waiting 17:27:32 723a561964c8: Waiting 17:27:32 78764725b56c: Waiting 17:27:32 51d6d3d09136: Waiting 17:27:32 1507bc794612: Waiting 17:27:32 50644c29ef5a: Waiting 17:27:33 4c5f5dc18d25: Pushed 17:27:33 54ab72ccc95b: Pushed 17:27:33 0c467a4e11bb: Pushed 17:27:33 6711fe6e9fe1: Pushed 17:27:33 1149e736aa92: Layer already exists 17:27:33 39e79983ac8b: Layer already exists 17:27:33 6d68d3e780e1: Pushed 17:27:33 da8c28465f82: Layer already exists 17:27:33 8890c171a12b: Layer already exists 17:27:33 d1292e236c36: Layer already exists 17:27:33 78764725b56c: Layer already exists 17:27:33 4ae5bd84d450: Layer already exists 17:27:33 723a561964c8: Layer already exists 17:27:33 51d6d3d09136: Layer already exists 17:27:33 1507bc794612: Layer already exists 17:27:33 50644c29ef5a: Layer already exists 17:27:34 8bdd911b50a1: Pushed 17:27:34 d3c90877f16c: Pushed 17:27:35 sshdind-a48a5a9647761406d66e8271f19fab7fa0c5f582: digest: sha256:ea9d15ad6311abe4487a047857346664263d95c12cc6b01deda284fe4f8d337d size: 4067 [Pipeline] isUnix [Pipeline] sh 17:27:36 + docker pull dockerpinata/docker-py:py3-a48a5a9647761406d66e8271f19fab7fa0c5f582 17:27:36 Error response from daemon: manifest for dockerpinata/docker-py:py3-a48a5a9647761406d66e8271f19fab7fa0c5f582 not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh 17:27:36 + docker build -t dockerpinata/docker-py:py3-a48a5a9647761406d66e8271f19fab7fa0c5f582 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 . 17:27:36 Sending build context to Docker daemon 1.374MB 17:27:36 Step 1/21 : ARG PYTHON_VERSION=3.7 17:27:36 Step 2/21 : FROM python:${PYTHON_VERSION} 17:27:37 3.7: Pulling from library/python 17:27:37 bb7d5a84853b: Pulling fs layer 17:27:37 f02b617c6a8c: Pulling fs layer 17:27:37 d32e17419b7e: Pulling fs layer 17:27:37 c9d2d81226a4: Pulling fs layer 17:27:37 3c24ae8b6604: Pulling fs layer 17:27:37 8a4322d1621d: Pulling fs layer 17:27:37 637b803a116b: Pulling fs layer 17:27:37 3d1bee7e0864: Pulling fs layer 17:27:37 c98ebb0625ce: Pulling fs layer 17:27:37 3c24ae8b6604: Waiting 17:27:37 8a4322d1621d: Waiting 17:27:37 637b803a116b: Waiting 17:27:37 3d1bee7e0864: Waiting 17:27:37 c98ebb0625ce: Waiting 17:27:37 c9d2d81226a4: Waiting 17:27:37 f02b617c6a8c: Verifying Checksum 17:27:37 f02b617c6a8c: Download complete 17:27:37 d32e17419b7e: Verifying Checksum 17:27:37 d32e17419b7e: Download complete 17:27:38 bb7d5a84853b: Verifying Checksum 17:27:38 bb7d5a84853b: Download complete 17:27:38 8a4322d1621d: Verifying Checksum 17:27:38 8a4322d1621d: Download complete 17:27:39 c9d2d81226a4: Verifying Checksum 17:27:39 c9d2d81226a4: Download complete 17:27:39 637b803a116b: Verifying Checksum 17:27:39 637b803a116b: Download complete 17:27:39 3d1bee7e0864: Verifying Checksum 17:27:39 3d1bee7e0864: Download complete 17:27:39 c98ebb0625ce: Verifying Checksum 17:27:39 c98ebb0625ce: Download complete 17:27:40 3c24ae8b6604: Verifying Checksum 17:27:40 3c24ae8b6604: Download complete 17:27:42 bb7d5a84853b: Pull complete 17:27:42 f02b617c6a8c: Pull complete 17:27:43 d32e17419b7e: Pull complete 17:27:45 c9d2d81226a4: Pull complete 17:27:53 3c24ae8b6604: Pull complete 17:27:53 8a4322d1621d: Pull complete 17:27:54 637b803a116b: Pull complete 17:27:54 3d1bee7e0864: Pull complete 17:27:54 c98ebb0625ce: Pull complete 17:27:54 Digest: sha256:2fb1f5e24f8866dea7568d1dc2c25d8dec1a1aba1c6831fc510eba030e560123 17:27:54 Status: Downloaded newer image for python:3.7 17:27:54 ---> e3db4b1108b4 17:27:54 Step 3/21 : ARG APT_MIRROR 17:27:57 ---> Running in 6ec695f4dcd0 17:27:57 Removing intermediate container 6ec695f4dcd0 17:27:57 ---> 0077bf55677a 17:27:57 Step 4/21 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list 17:27:57 ---> Running in 8b853e298e7e 17:27:58 Removing intermediate container 8b853e298e7e 17:27:58 ---> df2c835ae374 17:27:58 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends gnupg2 pass 17:27:58 ---> Running in e4ff081b4eee 17:27:58 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] 17:27:58 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] 17:27:58 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] 17:27:59 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [48.0 kB] 17:27:59 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] 17:27:59 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2300 B] 17:28:01 Fetched 8430 kB in 3s (3320 kB/s) 17:28:01 Reading package lists... 17:28:02 Reading package lists... 17:28:02 Building dependency tree... 17:28:02 Reading state information... 17:28:02 The following additional packages will be installed: 17:28:02 tree 17:28:02 Suggested packages: 17:28:02 python libxml-simple-perl ruby 17:28:02 Recommended packages: 17:28:02 qrencode xclip 17:28:02 The following NEW packages will be installed: 17:28:02 gnupg2 pass tree 17:28:02 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. 17:28:02 Need to get 523 kB of archives. 17:28:02 After this operation, 727 kB of additional disk space will be used. 17:28:02 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2 [434 kB] 17:28:02 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB] 17:28:02 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB] 17:28:03 debconf: delaying package configuration, since apt-utils is not installed 17:28:03 Fetched 523 kB in 0s (1931 kB/s) 17:28:03 Selecting previously unselected package gnupg2. 17:28:03 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23378 files and directories currently installed.) 17:28:03 Preparing to unpack .../gnupg2_2.2.27-2_all.deb ... 17:28:03 Unpacking gnupg2 (2.2.27-2) ... 17:28:03 Selecting previously unselected package tree. 17:28:03 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ... 17:28:03 Unpacking tree (1.8.0-1+b1) ... 17:28:03 Selecting previously unselected package pass. 17:28:03 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ... 17:28:03 Unpacking pass (1.7.3-2) ... 17:28:03 Setting up gnupg2 (2.2.27-2) ... 17:28:03 Setting up tree (1.8.0-1+b1) ... 17:28:03 Setting up pass (1.7.3-2) ... 17:28:04 Removing intermediate container e4ff081b4eee 17:28:04 ---> 134b528aee8d 17:28:04 Step 6/21 : COPY tests/ssh-keys /root/.ssh 17:28:04 ---> 4f708922ab1d 17:28:04 Step 7/21 : RUN chmod -R 600 /root/.ssh 17:28:04 ---> Running in 842d4abbc13b 17:28:06 Removing intermediate container 842d4abbc13b 17:28:06 ---> 888defff8795 17:28:06 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys 17:28:06 ---> 4205773b3f10 17:28:06 Step 9/21 : RUN gpg2 --import gpg-keys/secret 17:28:06 ---> Running in fc5c727c1f91 17:28:07 gpg: directory '/root/.gnupg' created 17:28:07 gpg: keybox '/root/.gnupg/pubring.kbx' created 17:28:07 gpg: /root/.gnupg/trustdb.gpg: trustdb created 17:28:07 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported 17:28:07 gpg: key 464ED987A7B21401: secret key imported 17:28:07 gpg: Total number processed: 1 17:28:07 gpg: imported: 1 17:28:07 gpg: secret keys read: 1 17:28:07 gpg: secret keys imported: 1 17:28:07 Removing intermediate container fc5c727c1f91 17:28:07 ---> 56d9e13f2682 17:28:07 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust 17:28:07 ---> Running in 831ca3b524f3 17:28:08 gpg: inserting ownertrust of 6 17:28:08 Removing intermediate container 831ca3b524f3 17:28:08 ---> bc1233846faf 17:28:08 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') 17:28:08 ---> Running in abb4d0936f03 17:28:09 gpg: please do a --check-trustdb 17:28:09 mkdir: created directory '/root/.password-store/' 17:28:09 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401 17:28:09 Removing intermediate container abb4d0936f03 17:28:09 ---> a7860e2058bf 17:28:09 Step 12/21 : RUN gpg2 --check-trustdb 17:28:09 ---> Running in d3346aa09c6e 17:28:10 gpg: marginals needed: 3 completes needed: 1 trust model: pgp 17:28:10 gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u 17:28:11 Removing intermediate container d3346aa09c6e 17:28:11 ---> 5f08520f3b3e 17:28:11 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3 17:28:11 ---> Running in 5f70cdf84eb0 17:28:11 Removing intermediate container 5f70cdf84eb0 17:28:11 ---> 19ee7221706a 17:28:11 Step 14/21 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz && tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass && rm -rf /opt/docker-credential-pass.tar.gz && chmod +x /usr/local/bin/docker-credential-pass 17:28:11 ---> Running in d49b6cd853ca 17:28:13 Removing intermediate container d49b6cd853ca 17:28:13 ---> 0c284fb3d919 17:28:13 Step 15/21 : WORKDIR /src 17:28:13 ---> Running in d7406ce43870 17:28:13 Removing intermediate container d7406ce43870 17:28:13 ---> f6ecb28e4a8e 17:28:13 Step 16/21 : COPY requirements.txt /src/requirements.txt 17:28:13 ---> 3154abb52eff 17:28:13 Step 17/21 : RUN pip install -r requirements.txt 17:28:13 ---> Running in 787648c5f1ac 17:28:16 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment 17:28:21 Collecting appdirs==1.4.3 17:28:21 Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB) 17:28:22 Collecting asn1crypto==0.22.0 17:28:22 Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB) 17:28:22 Collecting backports.ssl-match-hostname==3.5.0.1 17:28:22 Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB) 17:28:23 Collecting cffi==1.14.4 17:28:23 Downloading cffi-1.14.4-cp37-cp37m-manylinux1_x86_64.whl (402 kB) 17:28:23 Collecting cryptography==3.4.7 17:28:23 Downloading cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl (3.2 MB) 17:28:23 Collecting enum34==1.1.6 17:28:23 Downloading enum34-1.1.6-py3-none-any.whl (12 kB) 17:28:23 Collecting idna==2.5 17:28:23 Downloading idna-2.5-py2.py3-none-any.whl (55 kB) 17:28:23 Collecting ipaddress==1.0.18 17:28:23 Downloading ipaddress-1.0.18.tar.gz (32 kB) 17:28:24 Collecting packaging==16.8 17:28:24 Downloading packaging-16.8-py2.py3-none-any.whl (23 kB) 17:28:24 Collecting paramiko==2.8.0 17:28:24 Downloading paramiko-2.8.0-py2.py3-none-any.whl (206 kB) 17:28:24 Collecting pycparser==2.17 17:28:24 Downloading pycparser-2.17.tar.gz (231 kB) 17:28:24 Collecting pyOpenSSL==18.0.0 17:28:24 Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB) 17:28:24 Collecting pyparsing==2.2.0 17:28:24 Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB) 17:28:24 Collecting requests==2.26.0 17:28:24 Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) 17:28:24 Collecting urllib3==1.26.5 17:28:24 Downloading urllib3-1.26.5-py2.py3-none-any.whl (138 kB) 17:28:24 Collecting websocket-client==0.56.0 17:28:24 Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB) 17:28:24 Collecting six 17:28:24 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 17:28:25 Collecting pynacl>=1.0.1 17:28:25 Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB) 17:28:25 Collecting bcrypt>=3.1.3 17:28:25 Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB) 17:28:25 Collecting certifi>=2017.4.17 17:28:25 Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB) 17:28:25 Collecting charset-normalizer~=2.0.0 17:28:25 Downloading charset_normalizer-2.0.7-py3-none-any.whl (38 kB) 17:28:25 Building wheels for collected packages: backports.ssl-match-hostname, ipaddress, pycparser 17:28:25 Building wheel for backports.ssl-match-hostname (setup.py): started 17:28:25 Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done' 17:28:25 Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=00079aeee5371a3a0f054bf2f65a5a3eb0da062cd256358c011553ca3d8c4057 17:28:25 Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738 17:28:25 Building wheel for ipaddress (setup.py): started 17:28:26 Building wheel for ipaddress (setup.py): finished with status 'done' 17:28:26 Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18124 sha256=435ed839e6fe9aeb75c87a1b0ff4a74ae298ac3562790fb2e8db3663b2c7b31e 17:28:26 Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151 17:28:26 Building wheel for pycparser (setup.py): started 17:28:26 Building wheel for pycparser (setup.py): finished with status 'done' 17:28:26 Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192898 sha256=82046cc0f7e18e64c359600ebe5935b4879b5076578997bb61111247598722b7 17:28:26 Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37 17:28:26 Successfully built backports.ssl-match-hostname ipaddress pycparser 17:28:26 Installing collected packages: pycparser, six, cffi, urllib3, pyparsing, pynacl, idna, cryptography, charset-normalizer, certifi, bcrypt, websocket-client, requests, pyOpenSSL, paramiko, packaging, ipaddress, enum34, backports.ssl-match-hostname, asn1crypto, appdirs 17:28:27 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.0 certifi-2021.10.8 cffi-1.14.4 charset-normalizer-2.0.7 cryptography-3.4.7 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.8.0 pyOpenSSL-18.0.0 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.26.0 six-1.16.0 urllib3-1.26.5 websocket-client-0.56.0 17:28:27 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 17:28:31 WARNING: You are using pip version 21.2.4; however, version 21.3 is available. 17:28:31 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. 17:28:34 Removing intermediate container 787648c5f1ac 17:28:34 ---> fdf9e421291b 17:28:34 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt 17:28:34 ---> 67da20dcea48 17:28:34 Step 19/21 : RUN pip install -r test-requirements.txt 17:28:34 ---> Running in 25d49195b588 17:28:39 Collecting setuptools==58.2.0 17:28:40 Downloading setuptools-58.2.0-py3-none-any.whl (946 kB) 17:28:41 Collecting coverage==6.0.1 17:28:41 Downloading coverage-6.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (252 kB) 17:28:41 Collecting flake8==4.0.1 17:28:41 Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB) 17:28:41 Collecting pytest==6.2.5 17:28:41 Downloading pytest-6.2.5-py3-none-any.whl (280 kB) 17:28:41 Collecting pytest-cov==3.0.0 17:28:41 Downloading pytest_cov-3.0.0-py3-none-any.whl (20 kB) 17:28:41 Collecting pytest-timeout==2.0.1 17:28:41 Downloading pytest_timeout-2.0.1-py3-none-any.whl (11 kB) 17:28:41 Collecting pyflakes<2.5.0,>=2.4.0 17:28:41 Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB) 17:28:41 Collecting pycodestyle<2.9.0,>=2.8.0 17:28:41 Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB) 17:28:41 Collecting importlib-metadata<4.3 17:28:41 Downloading importlib_metadata-4.2.0-py3-none-any.whl (16 kB) 17:28:41 Collecting mccabe<0.7.0,>=0.6.0 17:28:41 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) 17:28:41 Collecting pluggy<2.0,>=0.12 17:28:41 Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 17:28:41 Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from pytest==6.2.5->-r test-requirements.txt (line 4)) (16.8) 17:28:41 Collecting attrs>=19.2.0 17:28:41 Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB) 17:28:41 Collecting py>=1.8.2 17:28:41 Downloading py-1.10.0-py2.py3-none-any.whl (97 kB) 17:28:41 Collecting iniconfig 17:28:41 Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB) 17:28:41 Collecting toml 17:28:41 Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) 17:28:41 Collecting coverage[toml]>=5.2.1 17:28:41 Downloading coverage-6.0.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (253 kB) 17:28:42 Collecting tomli 17:28:42 Downloading tomli-1.2.1-py3-none-any.whl (11 kB) 17:28:42 Collecting zipp>=0.5 17:28:42 Downloading zipp-3.6.0-py3-none-any.whl (5.3 kB) 17:28:42 Collecting typing-extensions>=3.6.4 17:28:42 Downloading typing_extensions-3.10.0.2-py3-none-any.whl (26 kB) 17:28:42 Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from packaging->pytest==6.2.5->-r test-requirements.txt (line 4)) (1.16.0) 17:28:42 Requirement already satisfied: pyparsing in /usr/local/lib/python3.7/site-packages (from packaging->pytest==6.2.5->-r test-requirements.txt (line 4)) (2.2.0) 17:28:42 Installing collected packages: zipp, typing-extensions, importlib-metadata, tomli, toml, py, pluggy, iniconfig, coverage, attrs, pytest, pyflakes, pycodestyle, mccabe, setuptools, pytest-timeout, pytest-cov, flake8 17:28:43 Attempting uninstall: setuptools 17:28:43 Found existing installation: setuptools 57.5.0 17:28:43 Uninstalling setuptools-57.5.0: 17:28:43 Successfully uninstalled setuptools-57.5.0 17:28:43 Successfully installed attrs-21.2.0 coverage-6.0.1 flake8-4.0.1 importlib-metadata-4.2.0 iniconfig-1.1.1 mccabe-0.6.1 pluggy-1.0.0 py-1.10.0 pycodestyle-2.8.0 pyflakes-2.4.0 pytest-6.2.5 pytest-cov-3.0.0 pytest-timeout-2.0.1 setuptools-58.2.0 toml-0.10.2 tomli-1.2.1 typing-extensions-3.10.0.2 zipp-3.6.0 17:28:43 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 17:28:43 WARNING: You are using pip version 21.2.4; however, version 21.3 is available. 17:28:43 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. 17:28:45 Removing intermediate container 25d49195b588 17:28:45 ---> 136af74b956c 17:28:45 Step 20/21 : COPY . /src 17:28:45 ---> 303911788e4a 17:28:45 Step 21/21 : RUN pip install . 17:28:45 ---> Running in 2fa723acd45d 17:28:46 Processing /src 17:28:46  DEPRECATION: A future pip version will change local packages to be built in-place without first copying to a temporary directory. We recommend you use --use-feature=in-tree-build to test your packages with this new behavior before it becomes the default. 17:28:46 pip 21.3 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/7555. 17:28:46 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==5.1.0.dev0) (0.56.0) 17:28:46 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==5.1.0.dev0) (2.26.0) 17:28:46 Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (1.26.5) 17:28:46 Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2.5) 17:28:46 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2021.10.8) 17:28:46 Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2.0.7) 17:28:46 Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from websocket-client>=0.32.0->docker==5.1.0.dev0) (1.16.0) 17:28:46 Building wheels for collected packages: docker 17:28:46 Building wheel for docker (setup.py): started 17:28:47 Building wheel for docker (setup.py): finished with status 'done' 17:28:47 Created wheel for docker: filename=docker-5.1.0.dev0-py3-none-any.whl size=146316 sha256=68cf02109a879f280a541e48b60401b13d4500b9b271ab70fd30df311105ff37 17:28:47 Stored in directory: /tmp/pip-ephem-wheel-cache-_ompex7q/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525 17:28:47 Successfully built docker 17:28:47 Installing collected packages: docker 17:28:47 Successfully installed docker-5.1.0.dev0 17:28:47 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 17:28:47 WARNING: You are using pip version 21.2.4; however, version 21.3 is available. 17:28:47 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. 17:28:48 Removing intermediate container 2fa723acd45d 17:28:48 ---> 45ed0ea35cd4 17:28:48 Successfully built 45ed0ea35cd4 17:28:48 Successfully tagged dockerpinata/docker-py:py3-a48a5a9647761406d66e8271f19fab7fa0c5f582 [Pipeline] isUnix [Pipeline] sh 17:28:48 + docker tag dockerpinata/docker-py:py3-a48a5a9647761406d66e8271f19fab7fa0c5f582 dockerpinata/docker-py:py3-a48a5a9647761406d66e8271f19fab7fa0c5f582 [Pipeline] isUnix [Pipeline] sh 17:28:48 + docker push dockerpinata/docker-py:py3-a48a5a9647761406d66e8271f19fab7fa0c5f582 17:28:48 The push refers to repository [docker.io/dockerpinata/docker-py] 17:28:48 636d3f1f76ec: Preparing 17:28:48 cbf0d924403a: Preparing 17:28:48 189bf394a291: Preparing 17:28:48 fbdfedd57ba8: Preparing 17:28:48 a31c60c0dc65: Preparing 17:28:48 2d78536b9d36: Preparing 17:28:48 c400cffd08bf: Preparing 17:28:48 32cdb1210b26: Preparing 17:28:48 02c44eded7fa: Preparing 17:28:48 96cb1e12ea20: Preparing 17:28:48 58a319fd91b1: Preparing 17:28:48 1b15cc119c33: Preparing 17:28:48 a4155113ae43: Preparing 17:28:48 8c920b394b3f: Preparing 17:28:48 3c13eb45e592: Preparing 17:28:48 bc07ff75a5e2: Preparing 17:28:48 52f2c080dbef: Preparing 17:28:48 cd61869a0a0d: Preparing 17:28:48 da8ee6936a47: Preparing 17:28:48 6ae392c466cc: Preparing 17:28:48 7fcd2600f5ad: Preparing 17:28:48 8f56c3340629: Preparing 17:28:48 ba6e5ff31f23: Preparing 17:28:48 9f9f651e9303: Preparing 17:28:48 0b3c02b5d746: Preparing 17:28:48 62a747bf1719: Preparing 17:28:48 8c920b394b3f: Waiting 17:28:48 3c13eb45e592: Waiting 17:28:48 bc07ff75a5e2: Waiting 17:28:48 52f2c080dbef: Waiting 17:28:48 cd61869a0a0d: Waiting 17:28:48 da8ee6936a47: Waiting 17:28:48 6ae392c466cc: Waiting 17:28:48 7fcd2600f5ad: Waiting 17:28:48 8f56c3340629: Waiting 17:28:48 ba6e5ff31f23: Waiting 17:28:48 9f9f651e9303: Waiting 17:28:48 2d78536b9d36: Waiting 17:28:48 c400cffd08bf: Waiting 17:28:48 32cdb1210b26: Waiting 17:28:48 02c44eded7fa: Waiting 17:28:48 96cb1e12ea20: Waiting 17:28:48 58a319fd91b1: Waiting 17:28:48 1b15cc119c33: Waiting 17:28:48 a4155113ae43: Waiting 17:28:48 0b3c02b5d746: Waiting 17:28:48 62a747bf1719: Waiting 17:28:50 fbdfedd57ba8: Pushed 17:28:50 cbf0d924403a: Pushed 17:28:50 636d3f1f76ec: Pushed 17:28:50 2d78536b9d36: Pushed 17:28:51 189bf394a291: Pushed 17:28:51 32cdb1210b26: Pushed 17:28:51 c400cffd08bf: Pushed 17:28:51 02c44eded7fa: Pushed 17:28:51 96cb1e12ea20: Pushed 17:28:52 1b15cc119c33: Pushed 17:28:52 a31c60c0dc65: Pushed 17:28:52 a4155113ae43: Pushed 17:28:53 8c920b394b3f: Pushed 17:28:53 cd61869a0a0d: Layer already exists 17:28:53 da8ee6936a47: Layer already exists 17:28:53 6ae392c466cc: Layer already exists 17:28:53 7fcd2600f5ad: Layer already exists 17:28:53 8f56c3340629: Layer already exists 17:28:53 ba6e5ff31f23: Layer already exists 17:28:53 9f9f651e9303: Layer already exists 17:28:53 0b3c02b5d746: Layer already exists 17:28:53 62a747bf1719: Layer already exists 17:28:53 3c13eb45e592: Pushed 17:28:53 52f2c080dbef: Pushed 17:28:54 58a319fd91b1: Pushed 17:28:55 bc07ff75a5e2: Pushed 17:28:56 py3-a48a5a9647761406d66e8271f19fab7fa0c5f582: digest: sha256:48ff1cb926d2d0a0b9f0f8292658c61c2debc49f46491675122d796882282026 size: 5766 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] node Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0c11ab9c1bbf4a16b) in /home/ubuntu/workspace/docker-py_master [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_master@tmp/026bc305-f8fa-4648-9f07-378395de70f9/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 17:28:56 + docker run --rm --entrypoint=python dockerpinata/docker-py:py3-a48a5a9647761406d66e8271f19fab7fa0c5f582 /src/scripts/versions.py [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] parallel [Pipeline] { (Branch: py3.7_19.03.12) [Pipeline] { (Branch: py3.7_19.03.13) [Pipeline] { (Branch: py3.7_20.10.9) [Pipeline] node [Pipeline] node Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0c11ab9c1bbf4a16b) in /home/ubuntu/workspace/docker-py_master [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_master@tmp/4027e5a3-eac0-488e-a16f-76526b19c733/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 17:29:23 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 17:29:23 chowning workspace [Pipeline] sh 17:29:23 + pwd 17:29:23 + id -u 17:29:23 + id -g 17:29:23 + docker run --rm -v /home/ubuntu/workspace/docker-py_master:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 17:29:24 Removing all docker containers [Pipeline] sh 17:29:24 + docker container ls -aq [Pipeline] echo 17:29:24 Docker containers have been removed [Pipeline] echo 17:29:24 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 17:29:24 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py3.7 / docker=19.03.12) [Pipeline] checkout 17:29:24 The recommended git tool is: git 17:29:24 using credential docker-jenkins-github-credentials 17:29:24 Cloning the remote Git repository 17:29:24 Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:29:26 Avoid second fetch 17:29:26 Checking out Revision a48a5a9647761406d66e8271f19fab7fa0c5f582 (master) 17:29:26 Commit message: "Merge pull request #2898 from hugovk/add-3.10" > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a48a5a9647761406d66e8271f19fab7fa0c5f582 # timeout=10 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] sh 17:29:27 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-a48a5a9647761406d66e8271f19fab7fa0c5f582 py.test -v -rxs --cov=docker tests/unit $ 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_master@tmp/73f4a141-7892-45b0-bdc6-9694582b0281/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded 17:29:28 ============================= test session starts ============================== 17:29:28 platform linux -- Python 3.7.12, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 -- /usr/local/bin/python 17:29:28 cachedir: .pytest_cache 17:29:28 rootdir: /src, configfile: pytest.ini 17:29:28 plugins: timeout-2.0.1, cov-3.0.0 17:29:30 collecting ... collected 571 items 17:29:30 17:29:30 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED [ 0%] 17:29:30 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 0%] 17:29:30 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 0%] 17:29:30 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 0%] 17:29:30 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 0%] 17:29:30 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 1%] 17:29:30 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 1%] 17:29:30 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 1%] 17:29:30 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED [ 1%] 17:29:30 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 1%] 17:29:30 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 1%] 17:29:30 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 2%] 17:29:30 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 2%] 17:29:30 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 2%] 17:29:30 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 2%] 17:29:30 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 2%] 17:29:30 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 2%] 17:29:30 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 3%] 17:29:30 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 3%] 17:29:30 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 3%] 17:29:30 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 3%] 17:29:30 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 3%] 17:29:30 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 4%] 17:29:30 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 4%] 17:29:30 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 4%] 17:29:30 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 4%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 4%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 4%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 5%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 5%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 5%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 5%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 5%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 5%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 6%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 6%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 6%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 6%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 6%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 7%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 7%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 7%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 7%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 7%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 7%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 8%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 8%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 8%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 8%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 8%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 8%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 9%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 9%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 9%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 9%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 9%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 9%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 10%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 10%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 10%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 10%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 10%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 11%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 11%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 11%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 11%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 11%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 11%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 12%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 12%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 12%] 17:29:30 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 12%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 12%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 12%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 13%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 13%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED [ 13%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 13%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_export PASSED [ 13%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 14%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 14%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 14%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 14%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 14%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 14%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 15%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 15%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 15%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED [ 15%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 15%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 15%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 16%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 16%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED [ 16%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED [ 16%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED [ 16%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 16%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 17%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_port PASSED [ 17%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 17%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 17%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 17%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 18%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 18%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 18%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 18%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 18%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 18%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED [ 19%] 17:29:30 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 19%] 17:29:30 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED [ 19%] 17:29:30 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 19%] 17:29:30 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED [ 19%] 17:29:30 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED [ 19%] 17:29:30 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 20%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_commit PASSED [ 20%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED [ 20%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED [ 20%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED [ 20%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED [ 21%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_images PASSED [ 21%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED [ 21%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED [ 21%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED [ 21%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED [ 21%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 22%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 22%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED [ 22%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 22%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED [ 22%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED [ 22%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_pull PASSED [ 23%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED [ 23%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED [ 23%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED [ 23%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 23%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 23%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED [ 24%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED [ 24%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED [ 24%] 17:29:30 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED [ 24%] 17:29:30 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 24%] 17:29:30 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED [ 25%] 17:29:30 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 25%] 17:29:30 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 25%] 17:29:30 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED [ 25%] 17:29:30 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED [ 25%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 25%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 26%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED [ 26%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_events PASSED [ 26%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED [ 26%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 26%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_info PASSED [ 26%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_login PASSED [ 27%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED [ 27%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 27%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_search PASSED [ 27%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 27%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 28%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 28%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 28%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 28%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 28%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED [ 28%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED [ 29%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED [ 29%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED [ 29%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_version PASSED [ 29%] 17:29:30 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 29%] 17:29:30 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 29%] 17:29:31 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 30%] 17:29:31 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 30%] 17:29:31 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 30%] 17:29:31 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 30%] 17:29:31 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 30%] 17:29:32 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 30%] 17:29:32 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 31%] 17:29:32 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 31%] 17:29:32 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED [ 31%] 17:29:32 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED [ 31%] 17:29:32 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 31%] 17:29:32 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 32%] 17:29:32 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 32%] 17:29:32 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED [ 32%] 17:29:32 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 32%] 17:29:32 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 32%] 17:29:32 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 32%] 17:29:32 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 33%] 17:29:32 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 33%] 17:29:32 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED [ 33%] 17:29:32 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED [ 33%] 17:29:32 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 33%] 17:29:32 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED [ 33%] 17:29:32 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED [ 34%] 17:29:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 34%] 17:29:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 34%] 17:29:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 34%] 17:29:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 34%] 17:29:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 35%] 17:29:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 35%] 17:29:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 35%] 17:29:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 35%] 17:29:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 35%] 17:29:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 35%] 17:29:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 36%] 17:29:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 36%] 17:29:32 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 36%] 17:29:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 36%] 17:29:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 36%] 17:29:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 36%] 17:29:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 37%] 17:29:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 37%] 17:29:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 37%] 17:29:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 37%] 17:29:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 37%] 17:29:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 38%] 17:29:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 38%] 17:29:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 38%] 17:29:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 38%] 17:29:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 38%] 17:29:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 38%] 17:29:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 39%] 17:29:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 39%] 17:29:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 39%] 17:29:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 39%] 17:29:32 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 39%] 17:29:32 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 39%] 17:29:32 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 40%] 17:29:32 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 40%] 17:29:32 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 40%] 17:29:32 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 40%] 17:29:32 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 40%] 17:29:32 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 40%] 17:29:32 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 41%] 17:29:32 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED [ 41%] 17:29:32 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED [ 41%] 17:29:32 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 41%] 17:29:32 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 41%] 17:29:32 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 42%] 17:29:32 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 42%] 17:29:32 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 42%] 17:29:32 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 42%] 17:29:32 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 42%] 17:29:32 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 42%] 17:29:32 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 43%] 17:29:32 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 43%] 17:29:32 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 43%] 17:29:32 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 43%] 17:29:32 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 43%] 17:29:32 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 43%] 17:29:32 tests/unit/client_test.py::ClientTest::test_call_containers PASSED [ 44%] 17:29:32 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 44%] 17:29:32 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 44%] 17:29:32 tests/unit/client_test.py::ClientTest::test_events PASSED [ 44%] 17:29:32 tests/unit/client_test.py::ClientTest::test_info PASSED [ 44%] 17:29:32 tests/unit/client_test.py::ClientTest::test_ping PASSED [ 45%] 17:29:32 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED [ 45%] 17:29:32 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED (N...) [ 45%] 17:29:32 tests/unit/client_test.py::ClientTest::test_version PASSED [ 45%] 17:29:32 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 45%] 17:29:32 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 45%] 17:29:32 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED [ 46%] 17:29:32 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 46%] 17:29:32 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 46%] 17:29:32 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 46%] 17:29:32 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 46%] 17:29:32 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 46%] 17:29:32 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 47%] 17:29:32 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 47%] 17:29:32 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 47%] 17:29:32 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 47%] 17:29:32 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED [ 47%] 17:29:32 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 47%] 17:29:32 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 48%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 48%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 48%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 48%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 48%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 49%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 49%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 49%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 49%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 49%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 49%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 50%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 50%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 50%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 50%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 50%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 50%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 51%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 51%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 51%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 51%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 51%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 52%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 52%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 52%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 52%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 52%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 52%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 53%] 17:29:32 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 53%] 17:29:32 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 53%] 17:29:32 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 53%] 17:29:32 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 53%] 17:29:32 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 53%] 17:29:32 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 54%] 17:29:32 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 54%] 17:29:32 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 54%] 17:29:32 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 54%] 17:29:32 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 54%] 17:29:32 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 54%] 17:29:32 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 55%] 17:29:32 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 55%] 17:29:32 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 55%] 17:29:32 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 55%] 17:29:32 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 55%] 17:29:32 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 56%] 17:29:32 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED [ 56%] 17:29:33 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 56%] 17:29:33 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 56%] 17:29:33 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 56%] 17:29:33 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 56%] 17:29:33 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 57%] 17:29:33 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 57%] 17:29:33 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 57%] 17:29:33 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 57%] 17:29:33 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 57%] 17:29:33 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 57%] 17:29:33 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 58%] 17:29:33 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 58%] 17:29:33 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 58%] 17:29:33 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 58%] 17:29:33 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 58%] 17:29:33 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 59%] 17:29:33 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 59%] 17:29:33 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED [ 59%] 17:29:33 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED [ 59%] 17:29:33 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED [ 59%] 17:29:33 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 59%] 17:29:33 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 60%] 17:29:33 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 60%] 17:29:33 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 60%] 17:29:33 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED [ 60%] 17:29:33 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED [ 60%] 17:29:33 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED [ 60%] 17:29:33 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 61%] 17:29:33 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 61%] 17:29:33 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 61%] 17:29:33 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 61%] 17:29:33 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 61%] 17:29:33 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 61%] 17:29:33 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 62%] 17:29:33 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 62%] 17:29:33 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 62%] 17:29:33 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 62%] 17:29:33 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 62%] 17:29:33 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 63%] 17:29:33 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 63%] 17:29:33 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 63%] 17:29:33 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 63%] 17:29:33 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 63%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED [ 63%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED [ 64%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED [ 64%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 64%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 64%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED [ 64%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 64%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED [ 65%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED [ 65%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED [ 65%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED [ 65%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED [ 65%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED [ 66%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 66%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED [ 66%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED [ 66%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED [ 66%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 66%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED [ 67%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED [ 67%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED [ 67%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED [ 67%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED [ 67%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 67%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED [ 68%] 17:29:33 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED [ 68%] 17:29:33 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 68%] 17:29:33 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED [ 68%] 17:29:33 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 68%] 17:29:33 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED [ 69%] 17:29:33 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED [ 69%] 17:29:33 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 69%] 17:29:33 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 69%] 17:29:33 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 69%] 17:29:33 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 69%] 17:29:33 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED [ 70%] 17:29:33 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 70%] 17:29:33 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 70%] 17:29:33 tests/unit/models_images_test.py::ImageCollectionTest::test_search_limit PASSED [ 70%] 17:29:33 tests/unit/models_images_test.py::ImageTest::test_history PASSED [ 70%] 17:29:33 tests/unit/models_images_test.py::ImageTest::test_save PASSED [ 70%] 17:29:33 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED [ 71%] 17:29:33 tests/unit/models_images_test.py::ImageTest::test_tag PASSED [ 71%] 17:29:33 tests/unit/models_images_test.py::ImageTest::test_tags PASSED [ 71%] 17:29:33 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 71%] 17:29:33 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 71%] 17:29:33 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 71%] 17:29:33 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED [ 72%] 17:29:33 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED [ 72%] 17:29:33 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED [ 72%] 17:29:33 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED [ 72%] 17:29:33 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED [ 72%] 17:29:33 tests/unit/models_secrets_test.py::CreateServiceTest::test_secrets_repr PASSED [ 73%] 17:29:33 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 73%] 17:29:33 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_hostname_prefix_trim PASSED [ 73%] 17:29:33 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_and_port PASSED [ 73%] 17:29:33 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_only PASSED [ 73%] 17:29:33 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_url PASSED [ 73%] 17:29:33 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_user_and_hostname PASSED [ 74%] 17:29:33 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 74%] 17:29:33 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 74%] 17:29:33 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 74%] 17:29:33 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 74%] 17:29:33 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 74%] 17:29:33 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 75%] 17:29:33 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED [ 75%] 17:29:33 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 75%] 17:29:33 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED [ 75%] 17:29:33 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED [ 75%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED [ 76%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 76%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 76%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 76%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 76%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 76%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 77%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 77%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 77%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 77%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 77%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 77%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 78%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 78%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED [ 78%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 78%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 78%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 78%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 79%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 79%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 79%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 79%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 79%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 80%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 80%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 80%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 80%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 80%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 80%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 81%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 81%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 81%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 81%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 81%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 81%] 17:29:33 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 82%] 17:29:33 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED [ 82%] 17:29:33 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED [ 82%] 17:29:33 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 82%] 17:29:33 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 82%] 17:29:33 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 83%] 17:29:33 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED [ 83%] 17:29:33 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 83%] 17:29:33 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 83%] 17:29:33 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 83%] 17:29:33 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 83%] 17:29:33 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 84%] 17:29:33 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 84%] 17:29:33 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 84%] 17:29:33 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 84%] 17:29:33 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 84%] 17:29:33 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 84%] 17:29:33 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 85%] 17:29:33 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 85%] 17:29:33 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 85%] 17:29:33 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 85%] 17:29:33 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 85%] 17:29:33 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 85%] 17:29:33 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 86%] 17:29:33 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 86%] 17:29:33 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 86%] 17:29:33 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 86%] 17:29:33 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED [ 86%] 17:29:33 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 87%] 17:29:33 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED [ 87%] 17:29:33 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED [ 87%] 17:29:33 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED [ 87%] 17:29:33 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 87%] 17:29:33 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 87%] 17:29:33 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 88%] 17:29:33 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 88%] 17:29:33 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 88%] 17:29:33 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 88%] 17:29:33 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 88%] 17:29:33 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 88%] 17:29:33 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 89%] 17:29:33 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 89%] 17:29:33 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 89%] 17:29:33 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 89%] 17:29:33 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 89%] 17:29:33 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 90%] 17:29:33 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 90%] 17:29:33 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 90%] 17:29:33 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 90%] 17:29:33 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 90%] 17:29:33 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED [ 90%] 17:29:33 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 91%] 17:29:33 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED [ 91%] 17:29:33 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 91%] 17:29:33 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 91%] 17:29:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 91%] 17:29:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 91%] 17:29:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 92%] 17:29:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 92%] 17:29:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 92%] 17:29:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 92%] 17:29:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 92%] 17:29:33 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 92%] 17:29:33 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED [ 93%] 17:29:33 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 93%] 17:29:33 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED [ 93%] 17:29:33 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 93%] 17:29:33 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 93%] 17:29:33 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED [ 94%] 17:29:33 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 94%] 17:29:33 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED [ 94%] 17:29:33 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED [ 94%] 17:29:33 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED [ 94%] 17:29:33 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 94%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 95%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 95%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 95%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 95%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 95%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 95%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED [ 96%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 96%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED [ 96%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED [ 96%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 96%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED [ 97%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 97%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 97%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED [ 97%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 97%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 97%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 98%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 98%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 98%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 98%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 98%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_square_brackets_address PASSED [ 99%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%] 17:29:33 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED [ 99%] 17:29:33 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%] 17:29:34 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%] 17:29:34 17:29:34 ---------- coverage: platform linux, python 3.7.12-final-0 ----------- 17:29:34 Name Stmts Miss Branch BrPart Cover 17:29:34 ----------------------------------------------------------------------- 17:29:34 docker/__init__.py 8 0 0 0 100% 17:29:34 docker/api/__init__.py 1 0 0 0 100% 17:29:34 docker/api/build.py 126 41 92 21 62% 17:29:34 docker/api/client.py 261 65 92 11 75% 17:29:34 docker/api/config.py 29 18 4 0 33% 17:29:34 docker/api/container.py 265 72 104 25 65% 17:29:34 docker/api/daemon.py 39 4 14 4 85% 17:29:34 docker/api/exec_api.py 45 11 22 9 67% 17:29:34 docker/api/image.py 159 43 60 14 70% 17:29:34 docker/api/network.py 90 35 48 11 51% 17:29:34 docker/api/plugin.py 89 68 14 0 20% 17:29:34 docker/api/secret.py 34 22 8 0 29% 17:29:34 docker/api/service.py 200 176 149 0 7% 17:29:34 docker/api/swarm.py 106 67 38 1 28% 17:29:34 docker/api/volume.py 38 9 14 2 71% 17:29:34 docker/auth.py 197 16 74 16 88% 17:29:34 docker/client.py 69 9 2 0 87% 17:29:34 docker/constants.py 21 0 0 0 100% 17:29:34 docker/context/__init__.py 2 0 0 0 100% 17:29:34 docker/context/api.py 78 41 38 8 39% 17:29:34 docker/context/config.py 61 33 16 2 42% 17:29:34 docker/context/context.py 154 96 64 6 29% 17:29:34 docker/credentials/__init__.py 3 0 0 0 100% 17:29:34 docker/credentials/constants.py 4 0 0 0 100% 17:29:34 docker/credentials/errors.py 11 4 2 0 54% 17:29:34 docker/credentials/store.py 44 30 12 0 25% 17:29:34 docker/credentials/utils.py 23 18 12 0 14% 17:29:34 docker/errors.py 110 26 20 4 71% 17:29:34 docker/models/__init__.py 0 0 0 0 100% 17:29:34 docker/models/configs.py 21 8 2 0 57% 17:29:34 docker/models/containers.py 183 11 70 9 91% 17:29:34 docker/models/images.py 136 55 56 4 52% 17:29:34 docker/models/networks.py 37 7 12 3 71% 17:29:34 docker/models/nodes.py 15 5 2 0 59% 17:29:34 docker/models/plugins.py 48 29 8 0 34% 17:29:34 docker/models/resource.py 41 10 6 3 72% 17:29:34 docker/models/secrets.py 22 4 2 0 75% 17:29:34 docker/models/services.py 87 35 36 4 59% 17:29:34 docker/models/swarm.py 39 21 6 0 40% 17:29:34 docker/models/volumes.py 23 10 4 0 48% 17:29:34 docker/tls.py 37 6 14 6 76% 17:29:34 docker/transport/__init__.py 11 3 0 0 73% 17:29:34 docker/transport/basehttpadapter.py 6 0 2 1 88% 17:29:34 docker/transport/npipeconn.py 57 52 8 0 8% 17:29:34 docker/transport/npipesocket.py 134 130 20 0 3% 17:29:34 docker/transport/sshconn.py 162 105 54 3 30% 17:29:34 docker/transport/ssladapter.py 36 10 10 4 65% 17:29:34 docker/transport/unixconn.py 54 3 6 1 93% 17:29:34 docker/types/__init__.py 6 0 0 0 100% 17:29:34 docker/types/base.py 4 0 2 0 100% 17:29:34 docker/types/containers.py 419 79 326 43 81% 17:29:34 docker/types/daemon.py 36 24 14 0 24% 17:29:34 docker/types/healthcheck.py 33 20 4 0 35% 17:29:34 docker/types/networks.py 41 11 28 9 65% 17:29:34 docker/types/services.py 321 146 216 41 50% 17:29:34 docker/types/swarm.py 51 45 40 0 7% 17:29:34 docker/utils/__init__.py 3 0 0 0 100% 17:29:34 docker/utils/build.py 150 24 72 10 83% 17:29:34 docker/utils/config.py 36 1 10 1 96% 17:29:34 docker/utils/decorators.py 32 1 12 1 95% 17:29:34 docker/utils/fnmatch.py 55 18 28 2 61% 17:29:34 docker/utils/json_stream.py 40 8 14 2 78% 17:29:34 docker/utils/ports.py 50 3 32 2 91% 17:29:34 docker/utils/proxy.py 32 1 12 0 98% 17:29:34 docker/utils/socket.py 85 10 40 8 84% 17:29:34 docker/utils/utils.py 278 18 171 13 92% 17:29:34 docker/version.py 2 0 2 0 100% 17:29:34 ----------------------------------------------------------------------- 17:29:34 TOTAL 5090 1817 2240 304 60% 17:29:34 17:29:34 17:29:34 =========================== short test summary info ============================ 17:29:34 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows 17:29:34 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax 17:29:34 SKIPPED [1] tests/unit/client_test.py:99: Npipe Connection Pool only on Windows 17:29:34 SKIPPED [1] tests/unit/client_test.py:138: Npipe Connection Pool only on Windows 17:29:34 SKIPPED [1] tests/unit/client_test.py:212: Npipe Connection Pool only on Windows 17:29:34 SKIPPED [1] tests/unit/client_test.py:249: Npipe Connection Pool only on Windows 17:29:34 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check 17:29:34 SKIPPED [1] tests/unit/utils_build_test.py:230: Backslash patterns only on Windows 17:29:34 SKIPPED [1] tests/unit/utils_build_test.py:252: Backslash patterns only on Windows 17:29:34 SKIPPED [1] tests/unit/utils_build_test.py:400: root user always has access ; no chmod on Windows 17:29:34 SKIPPED [1] tests/unit/utils_config_test.py:54: condition: sys.platform != 'win32' 17:29:34 ================== 560 passed, 10 skipped, 1 xfailed in 6.16s ================== [Pipeline] sh 17:29:35 + docker network create dpy-testnet-131-0-py3.7-19.03.12 17:29:35 bb7d42bcff4541bd50bb3cd4b5e9ffb49322f2a80b6455b5b4364c7a4917e63c [Pipeline] sh 17:29:35 + docker run --rm -d --name dpy-dind-131-0-py3.7-19.03.12 -v /tmp --privileged --network dpy-testnet-131-0-py3.7-19.03.12 dockerpinata/docker-py:sshdind-a48a5a9647761406d66e8271f19fab7fa0c5f582 dockerd -H tcp://0.0.0.0:2375 17:29:35 a761b10c0fb553c881efd5b61060e2fbbd73b5a557330b0da67ada249b18e18a [Pipeline] sh 17:29:36 + docker run --rm --name dpy-tests-131-0-py3.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-131-0-py3.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-131-0-py3.7-19.03.12 --volumes-from dpy-dind-131-0-py3.7-19.03.12 -v /home/ubuntu/workspace/docker-py_master@tmp/73f4a141-7892-45b0-bdc6-9694582b0281/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-a48a5a9647761406d66e8271f19fab7fa0c5f582 py.test -v -rxs --cov=docker tests/integration Still waiting to schedule task ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-040dfef16b3e29faf)’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0560b7f3b6adcf449)’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a7e7eb20119ed821)’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-00fa5b23947507d0a)’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0796debe93c11cbf6)’ is offline ‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0f67128ea07f9ebc7)’ is offline ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0788385c8c4af4d72)’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘azwin-2-84c691’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘azwin-2-c91cb0’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ Still waiting to schedule task ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-040dfef16b3e29faf)’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0560b7f3b6adcf449)’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a7e7eb20119ed821)’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-00fa5b23947507d0a)’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0796debe93c11cbf6)’ is offline ‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0f67128ea07f9ebc7)’ is offline ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0788385c8c4af4d72)’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘azwin-2-84c691’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘azwin-2-c91cb0’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ 17:29:39 ============================= test session starts ============================== 17:29:39 platform linux -- Python 3.7.12, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 -- /usr/local/bin/python 17:29:39 cachedir: .pytest_cache 17:29:39 rootdir: /src, configfile: pytest.ini 17:29:39 plugins: timeout-2.0.1, cov-3.0.0 17:29:40 collecting ... collected 395 items 17:29:40 17:29:42 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [ 0%] 17:29:42 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [ 0%] 17:29:42 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 0%] 17:29:42 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [ 1%] 17:29:43 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 1%] 17:29:43 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 1%] 17:29:44 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 1%] 17:29:44 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [ 2%] 17:29:44 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [ 2%] 17:29:44 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [ 2%] 17:29:45 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 2%] 17:29:45 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [ 3%] 17:29:45 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [ 3%] 17:29:45 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [ 3%] 17:29:45 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [ 3%] 17:29:46 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 4%] 17:29:48 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 4%] 17:29:48 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 4%] 17:29:48 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 4%] 17:29:50 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 5%] 17:29:51 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 5%] 17:29:51 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [ 5%] 17:29:51 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 5%] 17:29:51 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS [ 6%] 17:29:51 tests/integration/api_client_test.py::InformationTest::test_info PASSED [ 6%] 17:29:51 tests/integration/api_client_test.py::InformationTest::test_version PASSED [ 6%] 17:29:51 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [ 6%] 17:29:52 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [ 7%] 17:29:52 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [ 7%] 17:29:53 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [ 7%] 17:29:53 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [ 7%] 17:29:53 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_with_templating PASSED [ 8%] 17:29:53 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [ 8%] 17:29:53 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [ 8%] 17:29:53 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [ 8%] 17:29:54 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [ 9%] 17:29:54 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [ 9%] 17:29:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [ 9%] 17:29:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [ 9%] 17:29:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 10%] 17:29:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 10%] 17:29:55 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 10%] 17:29:56 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 10%] 17:29:56 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 11%] 17:29:56 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 11%] 17:29:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 11%] 17:29:57 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 11%] 17:29:58 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 12%] 17:29:58 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 12%] 17:30:01 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 12%] 17:30:01 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 12%] 17:30:01 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 13%] 17:30:01 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 13%] 17:30:01 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 13%] 17:30:01 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 13%] 17:30:02 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 14%] 17:30:16 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 14%] 17:30:17 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 14%] 17:30:17 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 14%] 17:30:18 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 15%] 17:30:18 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 15%] 17:30:19 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 15%] 17:30:20 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 15%] 17:30:20 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 16%] 17:30:20 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 16%] 17:30:21 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 16%] 17:30:21 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 16%] Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-05503d3ee65da17a3) in /home/ubuntu/workspace/docker-py_master [Pipeline] { [Pipeline] withDockerRegistry Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0796debe93c11cbf6) in /home/ubuntu/workspace/docker-py_master [Pipeline] { [Pipeline] withDockerRegistry 17:30:22 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 17%] $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ 17:30:22 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 17%] $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ 17:30:22 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 17%] 17:30:25 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 17%] 17:30:25 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 18%] 17:30:26 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 18%] WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_master@tmp/0d1a612b-6856-4196-9801-04bc2d42bb5b/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 17:30:29 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 17:30:29 chowning workspace [Pipeline] sh WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_master@tmp/b3d39b8e-170f-47e3-a3d8-61ecd6e63a61/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] { 17:30:29 tests/integration/api_container_test.py::WaitTest::test_wait PASSED [ 18%] [Pipeline] wrap [Pipeline] { [Pipeline] echo 17:30:29 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 17:30:29 chowning workspace [Pipeline] sh 17:30:29 + pwd 17:30:29 + id -u 17:30:29 + id -g 17:30:29 + docker run --rm -v /home/ubuntu/workspace/docker-py_master:/workspace busybox chown -R 1000:1000 /workspace 17:30:29 Unable to find image 'busybox:latest' locally 17:30:30 latest: Pulling from library/busybox 17:30:30 24fb2886d6f6: Pulling fs layer 17:30:30 24fb2886d6f6: Verifying Checksum 17:30:30 24fb2886d6f6: Download complete 17:30:30 + pwd 17:30:30 + id -u 17:30:30 + id -g 17:30:30 + docker run --rm -v /home/ubuntu/workspace/docker-py_master:/workspace busybox chown -R 1000:1000 /workspace 17:30:30 Unable to find image 'busybox:latest' locally 17:30:30 24fb2886d6f6: Pull complete 17:30:30 latest: Pulling from library/busybox 17:30:30 24fb2886d6f6: Pulling fs layer 17:30:30 24fb2886d6f6: Download complete 17:30:30 Digest: sha256:f7ca5a32c10d51aeda3b4d01c61c6061f497893d7f6628b92f822f7117182a57 17:30:30 Status: Downloaded newer image for busybox:latest 17:30:30 24fb2886d6f6: Pull complete 17:30:30 Digest: sha256:f7ca5a32c10d51aeda3b4d01c61c6061f497893d7f6628b92f822f7117182a57 17:30:31 Status: Downloaded newer image for busybox:latest 17:30:34 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 18%] [Pipeline] echo 17:30:36 Removing all docker containers [Pipeline] sh 17:30:36 + docker container ls -aq [Pipeline] echo 17:30:36 Docker containers have been removed [Pipeline] echo 17:30:36 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 17:30:36 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py3.7 / docker=20.10.9) [Pipeline] checkout 17:30:36 The recommended git tool is: git [Pipeline] echo 17:30:36 Removing all docker containers [Pipeline] sh 17:30:36 + docker container ls -aq [Pipeline] echo 17:30:36 Docker containers have been removed [Pipeline] echo 17:30:36 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 17:30:36 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py3.7 / docker=19.03.13) [Pipeline] checkout 17:30:36 The recommended git tool is: git 17:30:37 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 19%] 17:30:37 tests/integration/api_container_test.py::LogsTest::test_logs PASSED [ 19%] 17:30:38 using credential docker-jenkins-github-credentials 17:30:38 Cloning the remote Git repository 17:30:38 Cloning with configured refspecs honoured and without tags 17:30:38 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 19%] 17:30:38 using credential docker-jenkins-github-credentials 17:30:38 Cloning the remote Git repository 17:30:38 Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_master # timeout=10 Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:30:39 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 20%] 17:30:39 Avoid second fetch 17:30:39 Checking out Revision a48a5a9647761406d66e8271f19fab7fa0c5f582 (master) 17:30:39 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 20%] 17:30:40 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 20%] 17:30:40 Avoid second fetch 17:30:40 Checking out Revision a48a5a9647761406d66e8271f19fab7fa0c5f582 (master) > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a48a5a9647761406d66e8271f19fab7fa0c5f582 # timeout=10 17:30:40 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 20%] 17:30:41 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 21%] > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a48a5a9647761406d66e8271f19fab7fa0c5f582 # timeout=10 17:30:41 tests/integration/api_container_test.py::DiffTest::test_diff PASSED [ 21%] 17:30:41 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 21%] 17:30:43 Commit message: "Merge pull request #2898 from hugovk/add-3.10" 17:30:43 Commit message: "Merge pull request #2898 from hugovk/add-3.10" [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] sh [Pipeline] withDockerRegistry 17:30:44 tests/integration/api_container_test.py::StopTest::test_stop PASSED [ 21%] [Pipeline] { [Pipeline] sh 17:30:44 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-a48a5a9647761406d66e8271f19fab7fa0c5f582 py.test -v -rxs --cov=docker tests/unit 17:30:44 Unable to find image 'dockerpinata/docker-py:py3-a48a5a9647761406d66e8271f19fab7fa0c5f582' locally 17:30:44 py3-a48a5a9647761406d66e8271f19fab7fa0c5f582: Pulling from dockerpinata/docker-py 17:30:44 bb7d5a84853b: Pulling fs layer 17:30:44 f02b617c6a8c: Pulling fs layer 17:30:44 d32e17419b7e: Pulling fs layer 17:30:44 c9d2d81226a4: Pulling fs layer 17:30:44 3c24ae8b6604: Pulling fs layer 17:30:44 8a4322d1621d: Pulling fs layer 17:30:44 637b803a116b: Pulling fs layer 17:30:44 3d1bee7e0864: Pulling fs layer 17:30:44 c98ebb0625ce: Pulling fs layer 17:30:44 111ddf0e549a: Pulling fs layer 17:30:44 94ca09c9c2a0: Pulling fs layer 17:30:44 ad97908d59ea: Pulling fs layer 17:30:44 de6e0cfb8608: Pulling fs layer 17:30:44 c62c20649c5e: Pulling fs layer 17:30:44 e931d47a1909: Pulling fs layer 17:30:44 24fe433a3049: Pulling fs layer 17:30:44 a8ed3028ed5b: Pulling fs layer 17:30:44 19d5914df341: Pulling fs layer 17:30:44 15ed1c525eb7: Pulling fs layer 17:30:44 e5aeadf1e089: Pulling fs layer 17:30:44 e99463ed2e09: Pulling fs layer 17:30:44 dff1cfb909d6: Pulling fs layer 17:30:44 bb387cf14524: Pulling fs layer 17:30:44 407a2fd5e3c5: Pulling fs layer 17:30:44 e98f824911a6: Pulling fs layer 17:30:44 f228a6f4fb09: Pulling fs layer 17:30:44 c9d2d81226a4: Waiting 17:30:44 3c24ae8b6604: Waiting 17:30:44 8a4322d1621d: Waiting 17:30:44 637b803a116b: Waiting 17:30:44 3d1bee7e0864: Waiting 17:30:44 c98ebb0625ce: Waiting 17:30:44 111ddf0e549a: Waiting 17:30:44 94ca09c9c2a0: Waiting 17:30:44 ad97908d59ea: Waiting 17:30:44 de6e0cfb8608: Waiting 17:30:44 c62c20649c5e: Waiting 17:30:44 e931d47a1909: Waiting 17:30:44 24fe433a3049: Waiting 17:30:44 a8ed3028ed5b: Waiting 17:30:44 19d5914df341: Waiting 17:30:44 15ed1c525eb7: Waiting 17:30:44 e5aeadf1e089: Waiting 17:30:44 e99463ed2e09: Waiting 17:30:44 dff1cfb909d6: Waiting 17:30:44 bb387cf14524: Waiting 17:30:44 407a2fd5e3c5: Waiting 17:30:44 e98f824911a6: Waiting 17:30:44 f228a6f4fb09: Waiting 17:30:44 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-a48a5a9647761406d66e8271f19fab7fa0c5f582 py.test -v -rxs --cov=docker tests/unit 17:30:44 Unable to find image 'dockerpinata/docker-py:py3-a48a5a9647761406d66e8271f19fab7fa0c5f582' locally 17:30:44 d32e17419b7e: Verifying Checksum 17:30:44 d32e17419b7e: Download complete 17:30:44 f02b617c6a8c: Verifying Checksum 17:30:44 f02b617c6a8c: Download complete 17:30:44 py3-a48a5a9647761406d66e8271f19fab7fa0c5f582: Pulling from dockerpinata/docker-py 17:30:44 bb7d5a84853b: Pulling fs layer 17:30:44 f02b617c6a8c: Pulling fs layer 17:30:44 d32e17419b7e: Pulling fs layer 17:30:44 c9d2d81226a4: Pulling fs layer 17:30:44 3c24ae8b6604: Pulling fs layer 17:30:44 8a4322d1621d: Pulling fs layer 17:30:44 637b803a116b: Pulling fs layer 17:30:44 3d1bee7e0864: Pulling fs layer 17:30:44 c98ebb0625ce: Pulling fs layer 17:30:44 111ddf0e549a: Pulling fs layer 17:30:44 94ca09c9c2a0: Pulling fs layer 17:30:44 ad97908d59ea: Pulling fs layer 17:30:44 de6e0cfb8608: Pulling fs layer 17:30:44 c62c20649c5e: Pulling fs layer 17:30:44 e931d47a1909: Pulling fs layer 17:30:44 24fe433a3049: Pulling fs layer 17:30:44 a8ed3028ed5b: Pulling fs layer 17:30:44 19d5914df341: Pulling fs layer 17:30:44 15ed1c525eb7: Pulling fs layer 17:30:44 e5aeadf1e089: Pulling fs layer 17:30:44 e99463ed2e09: Pulling fs layer 17:30:44 dff1cfb909d6: Pulling fs layer 17:30:44 bb387cf14524: Pulling fs layer 17:30:44 407a2fd5e3c5: Pulling fs layer 17:30:44 e98f824911a6: Pulling fs layer 17:30:44 f228a6f4fb09: Pulling fs layer 17:30:44 c9d2d81226a4: Waiting 17:30:44 3c24ae8b6604: Waiting 17:30:44 8a4322d1621d: Waiting 17:30:44 637b803a116b: Waiting 17:30:44 3d1bee7e0864: Waiting 17:30:44 c98ebb0625ce: Waiting 17:30:44 111ddf0e549a: Waiting 17:30:44 94ca09c9c2a0: Waiting 17:30:44 ad97908d59ea: Waiting 17:30:44 de6e0cfb8608: Waiting 17:30:44 c62c20649c5e: Waiting 17:30:44 e931d47a1909: Waiting 17:30:44 24fe433a3049: Waiting 17:30:44 a8ed3028ed5b: Waiting 17:30:44 19d5914df341: Waiting 17:30:44 15ed1c525eb7: Waiting 17:30:44 e5aeadf1e089: Waiting 17:30:44 e99463ed2e09: Waiting 17:30:44 dff1cfb909d6: Waiting 17:30:44 bb387cf14524: Waiting 17:30:44 407a2fd5e3c5: Waiting 17:30:44 e98f824911a6: Waiting 17:30:44 f228a6f4fb09: Waiting 17:30:44 d32e17419b7e: Verifying Checksum 17:30:44 d32e17419b7e: Download complete 17:30:44 f02b617c6a8c: Verifying Checksum 17:30:44 f02b617c6a8c: Download complete $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_master@tmp/5feb61f5-342c-41be-b78f-16c70d0565d3/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ 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_master@tmp/08fc64f1-2a39-427d-aa92-2bf0aeec07bc/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded 17:30:45 bb7d5a84853b: Verifying Checksum 17:30:45 bb7d5a84853b: Download complete 17:30:45 bb7d5a84853b: Verifying Checksum 17:30:45 bb7d5a84853b: Download complete 17:30:45 c9d2d81226a4: Verifying Checksum 17:30:45 c9d2d81226a4: Download complete 17:30:45 8a4322d1621d: Verifying Checksum 17:30:45 8a4322d1621d: Download complete 17:30:45 3d1bee7e0864: Verifying Checksum 17:30:45 3d1bee7e0864: Download complete 17:30:45 c9d2d81226a4: Verifying Checksum 17:30:45 c9d2d81226a4: Download complete 17:30:45 8a4322d1621d: Verifying Checksum 17:30:45 8a4322d1621d: Download complete 17:30:45 c98ebb0625ce: Verifying Checksum 17:30:45 c98ebb0625ce: Download complete 17:30:45 637b803a116b: Verifying Checksum 17:30:45 637b803a116b: Download complete 17:30:45 111ddf0e549a: Verifying Checksum 17:30:45 111ddf0e549a: Download complete 17:30:46 3d1bee7e0864: Verifying Checksum 17:30:46 3d1bee7e0864: Download complete 17:30:46 ad97908d59ea: Verifying Checksum 17:30:46 ad97908d59ea: Download complete 17:30:46 de6e0cfb8608: Verifying Checksum 17:30:46 de6e0cfb8608: Download complete 17:30:46 94ca09c9c2a0: Verifying Checksum 17:30:46 94ca09c9c2a0: Download complete 17:30:46 c62c20649c5e: Verifying Checksum 17:30:46 c62c20649c5e: Download complete 17:30:46 c98ebb0625ce: Verifying Checksum 17:30:46 c98ebb0625ce: Download complete 17:30:46 637b803a116b: Verifying Checksum 17:30:46 637b803a116b: Download complete 17:30:46 111ddf0e549a: Verifying Checksum 17:30:46 111ddf0e549a: Download complete 17:30:46 ad97908d59ea: Verifying Checksum 17:30:46 ad97908d59ea: Download complete 17:30:46 de6e0cfb8608: Verifying Checksum 17:30:46 de6e0cfb8608: Download complete 17:30:46 e931d47a1909: Verifying Checksum 17:30:46 e931d47a1909: Download complete 17:30:46 24fe433a3049: Verifying Checksum 17:30:46 24fe433a3049: Download complete 17:30:46 19d5914df341: Verifying Checksum 17:30:46 19d5914df341: Download complete 17:30:46 a8ed3028ed5b: Verifying Checksum 17:30:46 a8ed3028ed5b: Download complete 17:30:46 e5aeadf1e089: Verifying Checksum 17:30:46 e5aeadf1e089: Download complete 17:30:46 15ed1c525eb7: Verifying Checksum 17:30:46 15ed1c525eb7: Download complete 17:30:46 94ca09c9c2a0: Verifying Checksum 17:30:46 94ca09c9c2a0: Download complete 17:30:46 c62c20649c5e: Verifying Checksum 17:30:46 c62c20649c5e: Download complete 17:30:46 24fe433a3049: Verifying Checksum 17:30:46 24fe433a3049: Download complete 17:30:46 e931d47a1909: Verifying Checksum 17:30:46 e931d47a1909: Download complete 17:30:46 19d5914df341: Verifying Checksum 17:30:46 19d5914df341: Download complete 17:30:46 a8ed3028ed5b: Verifying Checksum 17:30:46 a8ed3028ed5b: Download complete 17:30:46 e99463ed2e09: Verifying Checksum 17:30:46 e99463ed2e09: Download complete 17:30:46 bb387cf14524: Verifying Checksum 17:30:46 bb387cf14524: Download complete 17:30:46 e5aeadf1e089: Verifying Checksum 17:30:46 e5aeadf1e089: Download complete 17:30:46 e99463ed2e09: Verifying Checksum 17:30:46 e99463ed2e09: Download complete 17:30:46 15ed1c525eb7: Verifying Checksum 17:30:46 15ed1c525eb7: Download complete 17:30:46 dff1cfb909d6: Verifying Checksum 17:30:46 dff1cfb909d6: Download complete 17:30:46 407a2fd5e3c5: Verifying Checksum 17:30:46 407a2fd5e3c5: Download complete 17:30:46 e98f824911a6: Verifying Checksum 17:30:46 e98f824911a6: Download complete 17:30:46 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 22%] 17:30:47 dff1cfb909d6: Verifying Checksum 17:30:47 dff1cfb909d6: Download complete 17:30:47 bb387cf14524: Verifying Checksum 17:30:47 bb387cf14524: Download complete 17:30:47 f228a6f4fb09: Verifying Checksum 17:30:47 f228a6f4fb09: Download complete 17:30:47 tests/integration/api_container_test.py::KillTest::test_kill PASSED [ 22%] 17:30:47 e98f824911a6: Verifying Checksum 17:30:47 e98f824911a6: Download complete 17:30:47 407a2fd5e3c5: Verifying Checksum 17:30:47 407a2fd5e3c5: Download complete 17:30:47 f228a6f4fb09: Verifying Checksum 17:30:47 f228a6f4fb09: Download complete 17:30:47 3c24ae8b6604: Verifying Checksum 17:30:47 3c24ae8b6604: Download complete 17:30:47 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 22%] 17:30:47 3c24ae8b6604: Verifying Checksum 17:30:47 3c24ae8b6604: Download complete 17:30:47 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 22%] 17:30:48 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 23%] 17:30:48 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 23%] 17:30:48 bb7d5a84853b: Pull complete 17:30:49 tests/integration/api_container_test.py::PortTest::test_port PASSED [ 23%] 17:30:49 f02b617c6a8c: Pull complete 17:30:49 bb7d5a84853b: Pull complete 17:30:49 f02b617c6a8c: Pull complete 17:30:49 d32e17419b7e: Pull complete 17:30:49 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 23%] 17:30:49 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 24%] 17:30:50 d32e17419b7e: Pull complete 17:30:52 c9d2d81226a4: Pull complete 17:30:52 c9d2d81226a4: Pull complete 17:30:53 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 24%] 17:30:55 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 24%] 17:30:59 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 24%] 17:30:59 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 25%] 17:30:59 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 25%] 17:30:59 3c24ae8b6604: Pull complete 17:30:59 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 25%] 17:31:00 8a4322d1621d: Pull complete 17:31:00 637b803a116b: Pull complete 17:31:00 3c24ae8b6604: Pull complete 17:31:00 8a4322d1621d: Pull complete 17:31:00 3d1bee7e0864: Pull complete 17:31:00 637b803a116b: Pull complete 17:31:01 c98ebb0625ce: Pull complete 17:31:01 111ddf0e549a: Pull complete 17:31:01 3d1bee7e0864: Pull complete 17:31:01 c98ebb0625ce: Pull complete 17:31:01 94ca09c9c2a0: Pull complete 17:31:01 ad97908d59ea: Pull complete 17:31:01 de6e0cfb8608: Pull complete 17:31:01 111ddf0e549a: Pull complete 17:31:01 c62c20649c5e: Pull complete 17:31:01 e931d47a1909: Pull complete 17:31:01 94ca09c9c2a0: Pull complete 17:31:01 ad97908d59ea: Pull complete 17:31:02 24fe433a3049: Pull complete 17:31:02 a8ed3028ed5b: Pull complete 17:31:02 19d5914df341: Pull complete 17:31:02 de6e0cfb8608: Pull complete 17:31:02 c62c20649c5e: Pull complete 17:31:02 15ed1c525eb7: Pull complete 17:31:02 e5aeadf1e089: Pull complete 17:31:02 e931d47a1909: Pull complete 17:31:02 24fe433a3049: Pull complete 17:31:02 e99463ed2e09: Pull complete 17:31:02 a8ed3028ed5b: Pull complete 17:31:02 19d5914df341: Pull complete 17:31:03 15ed1c525eb7: Pull complete 17:31:03 e5aeadf1e089: Pull complete 17:31:03 e99463ed2e09: Pull complete 17:31:03 dff1cfb909d6: Pull complete 17:31:03 bb387cf14524: Pull complete 17:31:03 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 25%] 17:31:03 407a2fd5e3c5: Pull complete 17:31:03 dff1cfb909d6: Pull complete 17:31:03 bb387cf14524: Pull complete 17:31:04 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 26%] 17:31:04 e98f824911a6: Pull complete 17:31:04 f228a6f4fb09: Pull complete 17:31:04 Digest: sha256:48ff1cb926d2d0a0b9f0f8292658c61c2debc49f46491675122d796882282026 17:31:04 Status: Downloaded newer image for dockerpinata/docker-py:py3-a48a5a9647761406d66e8271f19fab7fa0c5f582 17:31:04 407a2fd5e3c5: Pull complete 17:31:04 e98f824911a6: Pull complete 17:31:04 f228a6f4fb09: Pull complete 17:31:04 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 26%] 17:31:05 Digest: sha256:48ff1cb926d2d0a0b9f0f8292658c61c2debc49f46491675122d796882282026 17:31:05 Status: Downloaded newer image for dockerpinata/docker-py:py3-a48a5a9647761406d66e8271f19fab7fa0c5f582 17:31:06 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 26%] 17:31:06 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 26%] 17:31:07 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 27%] 17:31:07 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 27%] 17:31:07 ============================= test session starts ============================== 17:31:07 platform linux -- Python 3.7.12, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 -- /usr/local/bin/python 17:31:07 cachedir: .pytest_cache 17:31:07 rootdir: /src, configfile: pytest.ini 17:31:07 plugins: timeout-2.0.1, cov-3.0.0 17:31:08 ============================= test session starts ============================== 17:31:08 platform linux -- Python 3.7.12, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 -- /usr/local/bin/python 17:31:08 cachedir: .pytest_cache 17:31:08 rootdir: /src, configfile: pytest.ini 17:31:08 plugins: timeout-2.0.1, cov-3.0.0 17:31:08 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 27%] 17:31:09 collecting ... collected 571 items 17:31:09 17:31:09 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED [ 0%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 0%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 0%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 0%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 0%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 1%] 17:31:09 collecting ... collected 571 items 17:31:09 17:31:09 tests/unit/api_build_test.py::BuildTest::test_build_container PASSED [ 0%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context PASSED [ 0%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_build_container_custom_context_gzip PASSED [ 0%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_build_container_invalid_container_limits PASSED [ 0%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_build_container_pull PASSED [ 0%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_build_container_with_container_limits PASSED [ 1%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 1%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 1%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED [ 1%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 1%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 1%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 2%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 2%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 2%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 2%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 2%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 2%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 3%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 3%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 3%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 3%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 3%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 4%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 4%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 4%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 4%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 4%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 4%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 5%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 5%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 5%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 5%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 5%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 5%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 6%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 6%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 6%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 6%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 6%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 7%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 7%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 7%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 7%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 7%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 7%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 8%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 8%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 8%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 8%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 8%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 8%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 9%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 9%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 9%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 9%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 9%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 9%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 10%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 10%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 10%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 10%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 10%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 11%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 11%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 11%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 11%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 11%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 11%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 12%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 12%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 12%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 12%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 12%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 12%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 13%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 13%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED [ 13%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 13%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_export PASSED [ 13%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 14%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 14%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 14%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 14%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 14%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 14%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 15%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 15%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_build_container_with_named_dockerfile PASSED [ 1%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_build_remote_with_registry_auth PASSED [ 1%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile PASSED [ 1%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_process_dockerfile_win_longpath_prefix SKIPPED [ 1%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_auth_configs PASSED [ 1%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_dict_and_no_auth_configs PASSED [ 2%] 17:31:09 tests/unit/api_build_test.py::BuildTest::test_set_auth_headers_with_empty_dict_and_auth_configs PASSED [ 2%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container PASSED [ 2%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_none PASSED [ 2%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_privileged PASSED [ 2%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_regression_573 PASSED [ 2%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_ro PASSED [ 3%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_binds_rw PASSED [ 3%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 3%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links PASSED [ 3%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_links_as_list_of_tuples PASSED [ 3%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf PASSED [ 4%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_lxc_conf_compat PASSED [ 4%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_multiple_links PASSED [ 4%] 17:31:09 tests/unit/api_container_test.py::StartContainerTest::test_start_container_with_port_binds PASSED [ 4%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container PASSED [ 4%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_privileged PASSED [ 4%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_added_capabilities PASSED [ 5%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_aliases PASSED [ 5%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds PASSED [ 5%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_list PASSED [ 5%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode PASSED [ 5%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_mode_and_ro_error PASSED [ 5%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_ro PASSED [ 6%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_binds_rw PASSED [ 6%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_cgroup_parent PASSED [ 6%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_device_requests PASSED [ 6%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_devices PASSED [ 6%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_dropped_capabilities PASSED [ 7%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_entrypoint PASSED [ 7%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpu_shares PASSED [ 7%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpus PASSED [ 7%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset PASSED [ 7%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_host_config_cpuset_mems PASSED [ 7%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_dict PASSED [ 8%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_labels_list PASSED [ 8%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links PASSED [ 8%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_links_as_list_of_tuples PASSED [ 8%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf PASSED [ 8%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_lxc_conf_compat PASSED [ 8%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mac_address PASSED [ 9%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_int PASSED [ 9%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string PASSED [ 9%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_g_unit PASSED [ 9%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_k_unit PASSED [ 9%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_m_unit PASSED [ 9%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_mem_limit_as_string_with_wrong_value PASSED [ 10%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_multiple_links PASSED [ 10%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_named_volume PASSED [ 10%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_port_binds PASSED [ 10%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_ports PASSED [ 10%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_restart_policy PASSED [ 11%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stdin_open PASSED [ 11%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_stop_signal PASSED [ 11%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_sysctl PASSED [ 11%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_dict PASSED [ 11%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_tmpfs_list PASSED [ 11%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_unicode_envvars PASSED [ 12%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_volume_string PASSED [ 12%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_container_with_working_dir PASSED [ 12%] 17:31:09 tests/unit/api_container_test.py::CreateContainerTest::test_create_named_container PASSED [ 12%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_container_stats PASSED [ 12%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_container_top PASSED [ 12%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_container_top_with_psargs PASSED [ 13%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_container_update PASSED [ 13%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_diff PASSED [ 13%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_diff_with_dict_instead_of_id PASSED [ 13%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_export PASSED [ 13%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_export_with_dict_instead_of_id PASSED [ 14%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_inspect_container PASSED [ 14%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_inspect_container_undefined_id PASSED [ 14%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_kill_container PASSED [ 14%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_dict_instead_of_id PASSED [ 14%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_kill_container_with_signal PASSED [ 14%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_list_containers PASSED [ 15%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_log_following PASSED [ 15%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 15%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED [ 15%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 15%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 15%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 16%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 16%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED [ 16%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED [ 16%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED [ 16%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 16%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 17%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_port PASSED [ 17%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 17%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 17%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 17%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 18%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 18%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 18%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 18%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 18%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 18%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_log_following_backwards PASSED [ 15%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_log_since PASSED [ 15%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_datetime PASSED [ 15%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_log_since_with_invalid_value_raises_error PASSED [ 15%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_log_streaming PASSED [ 16%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_log_streaming_and_following PASSED [ 16%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_log_tail PASSED [ 16%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_log_tty PASSED [ 16%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_logs PASSED [ 16%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_logs_with_dict_instead_of_id PASSED [ 16%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_pause_container PASSED [ 17%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_port PASSED [ 17%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_remove_container PASSED [ 17%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_remove_container_with_dict_instead_of_id PASSED [ 17%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_rename_container PASSED [ 17%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_resize_container PASSED [ 18%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_restart_container PASSED [ 18%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_restart_container_with_dict_instead_of_id PASSED [ 18%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_stop_container PASSED [ 18%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_stop_container_with_dict_instead_of_id PASSED [ 18%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_unpause_container PASSED [ 18%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED [ 19%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 19%] 17:31:09 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED [ 19%] 17:31:09 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 19%] 17:31:09 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED [ 19%] 17:31:09 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED [ 19%] 17:31:09 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 20%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_commit PASSED [ 20%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED [ 20%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED [ 20%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED [ 20%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED [ 21%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_images PASSED [ 21%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED [ 21%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED [ 21%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED [ 21%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED [ 21%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 22%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 22%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED [ 22%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 22%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED [ 22%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED [ 22%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_pull PASSED [ 23%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED [ 23%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED [ 23%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED [ 23%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 23%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 23%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED [ 24%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED [ 24%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED [ 24%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED [ 24%] 17:31:09 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 24%] 17:31:09 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED [ 25%] 17:31:09 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 25%] 17:31:09 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 25%] 17:31:09 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED [ 25%] 17:31:09 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED [ 25%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 25%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 26%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED [ 26%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_events PASSED [ 26%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED [ 26%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 26%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_info PASSED [ 26%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_login PASSED [ 27%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED [ 27%] 17:31:09 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 27%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_wait PASSED [ 19%] 17:31:09 tests/unit/api_container_test.py::ContainerTest::test_wait_with_dict_instead_of_id PASSED [ 19%] 17:31:09 tests/unit/api_exec_test.py::ExecTest::test_exec_create PASSED [ 19%] 17:31:09 tests/unit/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 19%] 17:31:09 tests/unit/api_exec_test.py::ExecTest::test_exec_resize PASSED [ 19%] 17:31:09 tests/unit/api_exec_test.py::ExecTest::test_exec_start PASSED [ 19%] 17:31:09 tests/unit/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 20%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_commit PASSED [ 20%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_get_image PASSED [ 20%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_image_history PASSED [ 20%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_image_ids PASSED [ 20%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_image_viz PASSED [ 21%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_images PASSED [ 21%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_images_filters PASSED [ 21%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_images_name PASSED [ 21%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_images_quiet PASSED [ 21%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_import_image PASSED [ 21%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_import_image_from_bytes PASSED [ 22%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_import_image_from_image PASSED [ 22%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_inspect_image PASSED [ 22%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_inspect_image_undefined_id PASSED [ 22%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_load_image PASSED [ 22%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_load_image_quiet PASSED [ 22%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_pull PASSED [ 23%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_pull_stream PASSED [ 23%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_push_image PASSED [ 23%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_push_image_stream PASSED [ 23%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_push_image_with_auth PASSED [ 23%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_push_image_with_tag PASSED [ 23%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_remove_image PASSED [ 24%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_tag_image PASSED [ 24%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_tag_image_force PASSED [ 24%] 17:31:09 tests/unit/api_image_test.py::ImageTest::test_tag_image_tag PASSED [ 24%] 17:31:09 tests/unit/api_network_test.py::NetworkTest::test_connect_container_to_network PASSED [ 24%] 17:31:09 tests/unit/api_network_test.py::NetworkTest::test_create_network PASSED [ 25%] 17:31:09 tests/unit/api_network_test.py::NetworkTest::test_disconnect_container_from_network PASSED [ 25%] 17:31:09 tests/unit/api_network_test.py::NetworkTest::test_inspect_network PASSED [ 25%] 17:31:09 tests/unit/api_network_test.py::NetworkTest::test_list_networks PASSED [ 25%] 17:31:09 tests/unit/api_network_test.py::NetworkTest::test_remove_network PASSED [ 25%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_auto_retrieve_server_version PASSED [ 25%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_create_host_config_secopt PASSED [ 26%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_ctor PASSED [ 26%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_events PASSED [ 26%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_events_with_filters PASSED [ 26%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_events_with_since_until PASSED [ 26%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_info PASSED [ 26%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_login PASSED [ 27%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_remove_link PASSED [ 27%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 27%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_search PASSED [ 27%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 27%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 28%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 28%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 28%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 28%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 28%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED [ 28%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED [ 29%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED [ 29%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED [ 29%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_version PASSED [ 29%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 29%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_retrieve_server_version PASSED [ 27%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_search PASSED [ 27%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_stream_helper_decoding PASSED [ 27%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http PASSED [ 28%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_http_unix_triple_slash PASSED [ 28%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_tcp PASSED [ 28%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix PASSED [ 28%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_url_compatibility_unix_triple_slash PASSED [ 28%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_url_invalid_resource PASSED [ 28%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_url_no_resource PASSED [ 29%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_url_unversioned_api PASSED [ 29%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_url_valid_resource PASSED [ 29%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_version PASSED [ 29%] 17:31:09 tests/unit/api_test.py::DockerApiTest::test_version_no_api_version PASSED [ 29%] 17:31:09 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 29%] 17:31:09 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 28%] 17:31:10 tests/unit/api_test.py::UnixSocketStreamTest::test_early_stream_response PASSED [ 29%] 17:31:10 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 30%] 17:31:10 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty PASSED [ 30%] 17:31:10 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 30%] 17:31:10 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_no_tty_demux PASSED [ 30%] 17:31:10 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 30%] 17:31:10 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty PASSED [ 30%] 17:31:10 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 28%] 17:31:10 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 30%] 17:31:10 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_stream_tty_demux PASSED [ 30%] 17:31:10 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 28%] 17:31:10 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 30%] 17:31:10 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 30%] 17:31:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty PASSED [ 30%] 17:31:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_no_tty_demux PASSED [ 30%] 17:31:11 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 28%] 17:31:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 31%] 17:31:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty PASSED [ 31%] 17:31:11 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 29%] 17:31:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 31%] 17:31:11 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED [ 31%] 17:31:11 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED [ 31%] 17:31:11 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 31%] 17:31:11 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 32%] 17:31:11 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 32%] 17:31:11 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED [ 32%] 17:31:11 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 32%] 17:31:11 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 32%] 17:31:11 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 32%] 17:31:11 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 33%] 17:31:11 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 33%] 17:31:11 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED [ 33%] 17:31:11 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED [ 33%] 17:31:11 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 33%] 17:31:11 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED [ 33%] 17:31:11 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED [ 34%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 34%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 34%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 34%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 34%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 35%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 35%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 35%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 35%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 35%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 35%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 36%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 36%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 36%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 36%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 36%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 36%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 37%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 37%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 37%] 17:31:11 tests/unit/api_test.py::TCPSocketStreamTest::test_read_from_socket_tty_demux PASSED [ 31%] 17:31:11 tests/unit/api_test.py::UserAgentTest::test_custom_user_agent PASSED [ 31%] 17:31:11 tests/unit/api_test.py::UserAgentTest::test_default_user_agent PASSED [ 31%] 17:31:11 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout PASSED [ 31%] 17:31:11 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timeout2 PASSED [ 32%] 17:31:11 tests/unit/api_test.py::DisableSocketTest::test_disable_socket_timout_non_blocking PASSED [ 32%] 17:31:11 tests/unit/api_volume_test.py::VolumeTest::test_create_volume PASSED [ 32%] 17:31:11 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_invalid_opts_type PASSED [ 32%] 17:31:11 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_driver PASSED [ 32%] 17:31:11 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_invalid_labels PASSED [ 32%] 17:31:11 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_labels PASSED [ 33%] 17:31:11 tests/unit/api_volume_test.py::VolumeTest::test_create_volume_with_no_specified_name PASSED [ 33%] 17:31:11 tests/unit/api_volume_test.py::VolumeTest::test_inspect_volume PASSED [ 33%] 17:31:11 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes PASSED [ 33%] 17:31:11 tests/unit/api_volume_test.py::VolumeTest::test_list_volumes_and_filters PASSED [ 33%] 17:31:11 tests/unit/api_volume_test.py::VolumeTest::test_remove_volume PASSED [ 33%] 17:31:11 tests/unit/auth_test.py::RegressionTest::test_803_urlsafe_encode PASSED [ 34%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_hub_index_library_image PASSED [ 34%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_explicit_legacy_hub_index_library_image PASSED [ 34%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_invalid_index_name PASSED [ 34%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_dotted_hub_library_image PASSED [ 34%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_image PASSED [ 35%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_hub_library_image PASSED [ 35%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost PASSED [ 35%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_localhost_with_username PASSED [ 35%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port PASSED [ 35%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_no_dots_but_port_and_username PASSED [ 35%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry PASSED [ 36%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_port PASSED [ 36%] 17:31:11 tests/unit/auth_test.py::ResolveRepositoryNameTest::test_resolve_repository_name_private_registry_with_username PASSED [ 36%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_auth_with_empty_credstore_and_auth_dict PASSED [ 36%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_explicit_none PASSED [ 36%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_default_registry PASSED [ 36%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_fully_explicit PASSED [ 37%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_hostname_only PASSED [ 37%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_legacy_config PASSED [ 37%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 37%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 37%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 38%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 38%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 38%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 38%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 38%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 38%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 39%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 39%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 39%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 39%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 39%] 17:31:11 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 29%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_match PASSED [ 37%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path PASSED [ 37%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_trailing_slash PASSED [ 38%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_insecure_proto PASSED [ 38%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_path_wrong_secure_proto PASSED [ 38%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_no_protocol PASSED [ 38%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_authconfig_path_wrong_proto PASSED [ 38%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_hub PASSED [ 38%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_explicit_legacy_hub PASSED [ 39%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_hub_image PASSED [ 39%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_library_image PASSED [ 39%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_private_registry PASSED [ 39%] 17:31:11 tests/unit/auth_test.py::ResolveAuthTest::test_resolve_registry_and_auth_unauthenticated_registry PASSED [ 39%] 17:31:11 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 39%] 17:31:11 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 40%] 17:31:11 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 40%] 17:31:11 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 40%] 17:31:11 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 40%] 17:31:11 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 40%] 17:31:11 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 40%] 17:31:11 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 41%] 17:31:11 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED [ 41%] 17:31:11 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED [ 41%] 17:31:11 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 41%] 17:31:11 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 41%] 17:31:11 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 42%] 17:31:11 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 42%] 17:31:11 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 42%] 17:31:11 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 42%] 17:31:11 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 42%] 17:31:11 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 42%] 17:31:11 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 43%] 17:31:11 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 43%] 17:31:11 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 43%] 17:31:11 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 43%] 17:31:11 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 43%] 17:31:11 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 43%] 17:31:11 tests/unit/client_test.py::ClientTest::test_call_containers PASSED [ 44%] 17:31:11 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 44%] 17:31:11 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 44%] 17:31:11 tests/unit/client_test.py::ClientTest::test_events PASSED [ 44%] 17:31:11 tests/unit/client_test.py::ClientTest::test_info PASSED [ 44%] 17:31:11 tests/unit/client_test.py::ClientTest::test_ping PASSED [ 45%] 17:31:11 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED [ 45%] 17:31:11 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED (N...) [ 45%] 17:31:11 tests/unit/client_test.py::ClientTest::test_version PASSED [ 45%] 17:31:11 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 45%] 17:31:11 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 45%] 17:31:11 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED [ 46%] 17:31:11 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 46%] 17:31:11 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 46%] 17:31:11 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 46%] 17:31:11 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 46%] 17:31:11 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 46%] 17:31:11 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 47%] 17:31:11 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 47%] 17:31:11 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 47%] 17:31:11 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 47%] 17:31:11 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED [ 47%] 17:31:11 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 47%] 17:31:11 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 48%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 48%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 48%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 48%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 48%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 49%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 49%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 49%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 49%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 49%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 49%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 50%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 50%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 50%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 50%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 50%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 50%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 51%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 51%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 51%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 51%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 51%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 52%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 52%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 52%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 52%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 52%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 52%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 53%] 17:31:11 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 53%] 17:31:11 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 53%] 17:31:11 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 53%] 17:31:11 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 53%] 17:31:11 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 53%] 17:31:11 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 54%] 17:31:11 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 54%] 17:31:11 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 54%] 17:31:11 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 54%] 17:31:11 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 54%] 17:31:11 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 54%] 17:31:11 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 55%] 17:31:11 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 55%] 17:31:11 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 55%] 17:31:11 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 55%] 17:31:11 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 55%] 17:31:11 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 56%] 17:31:11 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED [ 56%] 17:31:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env PASSED [ 39%] 17:31:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_utf8 PASSED [ 40%] 17:31:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_custom_config_env_with_auths PASSED [ 40%] 17:31:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_identity_token PASSED [ 40%] 17:31:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_invalid_auth_dict PASSED [ 40%] 17:31:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 40%] 17:31:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_unknown_keys PASSED [ 40%] 17:31:12 tests/unit/auth_test.py::LoadConfigTest::test_load_config_with_random_name PASSED [ 41%] 17:31:12 tests/unit/auth_test.py::LoadConfigTest::test_load_json_config PASSED [ 41%] 17:31:12 tests/unit/auth_test.py::LoadConfigTest::test_load_legacy_config PASSED [ 41%] 17:31:12 tests/unit/auth_test.py::LoadConfigTest::test_load_modern_json_config PASSED [ 41%] 17:31:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_3_sources PASSED [ 41%] 17:31:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_only PASSED [ 42%] 17:31:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_credstore_overrides_auth_entry PASSED [ 42%] 17:31:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_helpers_override_default PASSED [ 42%] 17:31:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_auths_entries PASSED [ 42%] 17:31:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_credhelpers_only PASSED [ 42%] 17:31:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_auths_entry PASSED [ 42%] 17:31:12 tests/unit/auth_test.py::CredstoreTest::test_get_all_credentials_with_empty_credhelper PASSED [ 43%] 17:31:12 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store PASSED [ 43%] 17:31:12 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_default_index PASSED [ 43%] 17:31:12 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_no_default PASSED [ 43%] 17:31:12 tests/unit/auth_test.py::CredstoreTest::test_get_credential_store_with_plain_dict PASSED [ 43%] 17:31:12 tests/unit/client_test.py::ClientTest::test_call_api_client_method PASSED [ 43%] 17:31:12 tests/unit/client_test.py::ClientTest::test_call_containers PASSED [ 44%] 17:31:12 tests/unit/client_test.py::ClientTest::test_default_pool_size_unix PASSED [ 44%] 17:31:12 tests/unit/client_test.py::ClientTest::test_default_pool_size_win SKIPPED [ 44%] 17:31:12 tests/unit/client_test.py::ClientTest::test_events PASSED [ 44%] 17:31:12 tests/unit/client_test.py::ClientTest::test_info PASSED [ 44%] 17:31:12 tests/unit/client_test.py::ClientTest::test_ping PASSED [ 45%] 17:31:12 tests/unit/client_test.py::ClientTest::test_pool_size_unix PASSED [ 45%] 17:31:12 tests/unit/client_test.py::ClientTest::test_pool_size_win SKIPPED (N...) [ 45%] 17:31:12 tests/unit/client_test.py::ClientTest::test_version PASSED [ 45%] 17:31:12 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_unix PASSED [ 45%] 17:31:12 tests/unit/client_test.py::FromEnvTest::test_default_pool_size_from_env_win SKIPPED [ 45%] 17:31:12 tests/unit/client_test.py::FromEnvTest::test_from_env PASSED [ 46%] 17:31:12 tests/unit/client_test.py::FromEnvTest::test_from_env_with_version PASSED [ 46%] 17:31:12 tests/unit/client_test.py::FromEnvTest::test_from_env_without_timeout_uses_default PASSED [ 46%] 17:31:12 tests/unit/client_test.py::FromEnvTest::test_from_env_without_version_uses_default PASSED [ 46%] 17:31:12 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_unix PASSED [ 46%] 17:31:12 tests/unit/client_test.py::FromEnvTest::test_pool_size_from_env_win SKIPPED [ 46%] 17:31:12 tests/unit/context_test.py::BaseContextTest::test_context_inspect_without_params PASSED [ 47%] 17:31:12 tests/unit/context_test.py::BaseContextTest::test_default_in_context_list PASSED [ 47%] 17:31:12 tests/unit/context_test.py::BaseContextTest::test_fail_on_default_context_create PASSED [ 47%] 17:31:12 tests/unit/context_test.py::BaseContextTest::test_get_current_context PASSED [ 47%] 17:31:12 tests/unit/context_test.py::BaseContextTest::test_https_host PASSED [ 47%] 17:31:12 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_linux PASSED [ 47%] 17:31:12 tests/unit/context_test.py::BaseContextTest::test_url_compatibility_on_windows SKIPPED [ 48%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_cfs_types PASSED [ 48%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_count_types PASSED [ 48%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_cpu_percent_types PASSED [ 48%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_mem_swappiness PASSED [ 48%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_invalid_nano_cpus_types PASSED [ 49%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_no_options_newer_api_version PASSED [ 49%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_pid_mode PASSED [ 49%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_blkio_constraints PASSED [ 49%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_count PASSED [ 49%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_percent PASSED [ 49%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_period PASSED [ 50%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_quota PASSED [ 50%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period PASSED [ 50%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_period_types PASSED [ 50%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_cpu_rt_runtime PASSED [ 50%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_dns_opt PASSED [ 50%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_isolation PASSED [ 51%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_kernel_memory PASSED [ 51%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_mem_reservation PASSED [ 51%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_nano_cpus PASSED [ 51%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_kill_disable PASSED [ 51%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_oom_score_adj PASSED [ 52%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_pids_limit PASSED [ 52%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size PASSED [ 52%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_shm_size_in_mb PASSED [ 52%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_userns_mode PASSED [ 52%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_uts PASSED [ 52%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_create_host_config_with_volume_driver PASSED [ 53%] 17:31:12 tests/unit/dockertypes_test.py::HostConfigTest::test_ctrate_host_config_with_cpu_rt_runtime_types PASSED [ 53%] 17:31:12 tests/unit/dockertypes_test.py::ContainerSpecTest::test_parse_mounts PASSED [ 53%] 17:31:12 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit PASSED [ 53%] 17:31:12 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_dict_ulimit_capitals PASSED [ 53%] 17:31:12 tests/unit/dockertypes_test.py::UlimitTest::test_create_host_config_obj_ulimit PASSED [ 53%] 17:31:12 tests/unit/dockertypes_test.py::UlimitTest::test_ulimit_invalid_type PASSED [ 54%] 17:31:12 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_dict_logconfig PASSED [ 54%] 17:31:12 tests/unit/dockertypes_test.py::LogConfigTest::test_create_host_config_obj_logconfig PASSED [ 54%] 17:31:12 tests/unit/dockertypes_test.py::LogConfigTest::test_logconfig_invalid_config_type PASSED [ 54%] 17:31:12 tests/unit/dockertypes_test.py::EndpointConfigTest::test_create_endpoint_config_with_aliases PASSED [ 54%] 17:31:12 tests/unit/dockertypes_test.py::IPAMConfigTest::test_create_ipam_config PASSED [ 54%] 17:31:12 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_replicas_error PASSED [ 55%] 17:31:12 tests/unit/dockertypes_test.py::ServiceModeTest::test_global_simple PASSED [ 55%] 17:31:12 tests/unit/dockertypes_test.py::ServiceModeTest::test_invalid_mode PASSED [ 55%] 17:31:12 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas PASSED [ 55%] 17:31:12 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_replicas_0 PASSED [ 55%] 17:31:12 tests/unit/dockertypes_test.py::ServiceModeTest::test_replicated_simple PASSED [ 56%] 17:31:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind PASSED [ 56%] 17:31:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 56%] 17:31:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 56%] 17:31:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 56%] 17:31:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 56%] 17:31:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 57%] 17:31:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 57%] 17:31:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 57%] 17:31:12 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 57%] 17:31:12 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 57%] 17:31:12 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 57%] 17:31:12 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 58%] 17:31:12 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 58%] 17:31:12 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 58%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 58%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 58%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 59%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 59%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED [ 59%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED [ 59%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED [ 59%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 59%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 60%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 60%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 60%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED [ 60%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED [ 60%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED [ 60%] 17:31:12 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 61%] 17:31:12 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 61%] 17:31:12 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 61%] 17:31:12 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 61%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 61%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 61%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 62%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 62%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 62%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 62%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 62%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 63%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 63%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 63%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 63%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 63%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED [ 63%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED [ 64%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED [ 64%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 64%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 64%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED [ 64%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 64%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED [ 65%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED [ 65%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED [ 65%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED [ 65%] 17:31:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows XFAIL [ 56%] 17:31:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_named_volume PASSED [ 56%] 17:31:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_invalid PASSED [ 56%] 17:31:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_no_source PASSED [ 56%] 17:31:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_ro PASSED [ 57%] 17:31:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_rw PASSED [ 57%] 17:31:12 tests/unit/dockertypes_test.py::MountTest::test_parse_mount_string_short_form PASSED [ 57%] 17:31:12 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_invalid PASSED [ 57%] 17:31:12 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_multiple PASSED [ 57%] 17:31:12 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_no_protocol_and_mode PASSED [ 57%] 17:31:12 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_simple PASSED [ 58%] 17:31:12 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol PASSED [ 58%] 17:31:12 tests/unit/dockertypes_test.py::ServicePortsTest::test_convert_service_ports_with_protocol_and_mode PASSED [ 58%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_api_error_is_caught_by_dockerexception PASSED [ 58%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_create_error_from_exception PASSED [ 58%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_400 PASSED [ 59%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_is_client_error_500 PASSED [ 59%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_is_error_300 PASSED [ 59%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_is_error_400 PASSED [ 59%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_is_error_500 PASSED [ 59%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_200 PASSED [ 59%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_300 PASSED [ 60%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_400 PASSED [ 60%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_is_server_error_500 PASSED [ 60%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_status_code_200 PASSED [ 60%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_status_code_400 PASSED [ 60%] 17:31:12 tests/unit/errors_test.py::APIErrorTest::test_status_code_500 PASSED [ 60%] 17:31:12 tests/unit/errors_test.py::ContainerErrorTest::test_container_with_stderr PASSED [ 61%] 17:31:12 tests/unit/errors_test.py::ContainerErrorTest::test_container_without_stderr PASSED [ 61%] 17:31:12 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_multiple PASSED [ 61%] 17:31:12 tests/unit/errors_test.py::CreateUnexpectedKwargsErrorTest::test_create_unexpected_kwargs_error_single PASSED [ 61%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create PASSED [ 61%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_container_args PASSED [ 61%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_create_with_image_object PASSED [ 62%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 62%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 62%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_list_ignore_removed PASSED [ 62%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 62%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 63%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_pull PASSED [ 63%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_remove PASSED [ 63%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 63%] 17:31:12 tests/unit/models_containers_test.py::ContainerCollectionTest::test_run_with_image_object PASSED [ 63%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_attach PASSED [ 63%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_commit PASSED [ 64%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_diff PASSED [ 64%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_exec_run PASSED [ 64%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_exec_run_failure PASSED [ 64%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_export PASSED [ 64%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_get_archive PASSED [ 64%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_image PASSED [ 65%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_kill PASSED [ 65%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_labels PASSED [ 65%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_logs PASSED [ 65%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED [ 65%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED [ 66%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 66%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED [ 66%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_name PASSED [ 65%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_pause PASSED [ 66%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_put_archive PASSED [ 66%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_remove PASSED [ 66%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED [ 66%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED [ 66%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 66%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED [ 67%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED [ 67%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED [ 67%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED [ 67%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED [ 67%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 67%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED [ 68%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED [ 68%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 68%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED [ 68%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 68%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED [ 69%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED [ 69%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 69%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 69%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 69%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 69%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED [ 70%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 70%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 70%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_search_limit PASSED [ 70%] 17:31:12 tests/unit/models_images_test.py::ImageTest::test_history PASSED [ 70%] 17:31:12 tests/unit/models_images_test.py::ImageTest::test_save PASSED [ 70%] 17:31:12 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED [ 71%] 17:31:12 tests/unit/models_images_test.py::ImageTest::test_tag PASSED [ 71%] 17:31:12 tests/unit/models_images_test.py::ImageTest::test_tags PASSED [ 71%] 17:31:12 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 71%] 17:31:12 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 71%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_rename PASSED [ 66%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_resize PASSED [ 66%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_restart PASSED [ 66%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_start PASSED [ 67%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_stats PASSED [ 67%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_status PASSED [ 67%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_stop PASSED [ 67%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_top PASSED [ 67%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_unpause PASSED [ 67%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_update PASSED [ 68%] 17:31:12 tests/unit/models_containers_test.py::ContainerTest::test_wait PASSED [ 68%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_build PASSED [ 68%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_get PASSED [ 68%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_labels PASSED [ 68%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_list PASSED [ 69%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_load PASSED [ 69%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 69%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 69%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_tag_precedence PASSED [ 69%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_pull_with_stream_param PASSED [ 69%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_push PASSED [ 70%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_remove PASSED [ 70%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_search PASSED [ 70%] 17:31:12 tests/unit/models_images_test.py::ImageCollectionTest::test_search_limit PASSED [ 70%] 17:31:12 tests/unit/models_images_test.py::ImageTest::test_history PASSED [ 70%] 17:31:12 tests/unit/models_images_test.py::ImageTest::test_save PASSED [ 70%] 17:31:12 tests/unit/models_images_test.py::ImageTest::test_short_id PASSED [ 71%] 17:31:12 tests/unit/models_images_test.py::ImageTest::test_tag PASSED [ 71%] 17:31:12 tests/unit/models_images_test.py::ImageTest::test_tags PASSED [ 71%] 17:31:12 tests/unit/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 71%] 17:31:12 tests/unit/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 71%] 17:31:12 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 71%] 17:31:12 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED [ 72%] 17:31:12 tests/unit/models_networks_test.py::NetworkCollectionTest::test_list PASSED [ 71%] 17:31:12 tests/unit/models_networks_test.py::NetworkTest::test_connect PASSED [ 72%] 17:31:12 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED [ 72%] 17:31:12 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED [ 72%] 17:31:12 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED [ 72%] 17:31:12 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED [ 72%] 17:31:12 tests/unit/models_secrets_test.py::CreateServiceTest::test_secrets_repr PASSED [ 73%] 17:31:12 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 73%] 17:31:12 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_hostname_prefix_trim PASSED [ 73%] 17:31:12 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_and_port PASSED [ 73%] 17:31:12 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_only PASSED [ 73%] 17:31:12 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_url PASSED [ 73%] 17:31:12 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_user_and_hostname PASSED [ 74%] 17:31:12 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 74%] 17:31:12 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 74%] 17:31:12 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 74%] 17:31:12 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 74%] 17:31:12 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 74%] 17:31:12 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 75%] 17:31:12 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED [ 75%] 17:31:12 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 75%] 17:31:12 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED [ 75%] 17:31:12 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED [ 75%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED [ 76%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 76%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 76%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 76%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 76%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 76%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 77%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 77%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 77%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 77%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 77%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 77%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 78%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 78%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED [ 78%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 78%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 78%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 78%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 79%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 79%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 79%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 79%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 79%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 80%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 80%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 80%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 80%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 80%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 80%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 81%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 81%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 81%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 81%] 17:31:12 tests/unit/models_networks_test.py::NetworkTest::test_disconnect PASSED [ 72%] 17:31:12 tests/unit/models_networks_test.py::NetworkTest::test_remove PASSED [ 72%] 17:31:12 tests/unit/models_resources_test.py::ModelTest::test_hash PASSED [ 72%] 17:31:12 tests/unit/models_resources_test.py::ModelTest::test_reload PASSED [ 72%] 17:31:12 tests/unit/models_secrets_test.py::CreateServiceTest::test_secrets_repr PASSED [ 73%] 17:31:12 tests/unit/models_services_test.py::CreateServiceKwargsTest::test_get_create_service_kwargs PASSED [ 73%] 17:31:12 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_hostname_prefix_trim PASSED [ 73%] 17:31:12 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_and_port PASSED [ 73%] 17:31:12 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_hostname_only PASSED [ 73%] 17:31:12 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_url PASSED [ 73%] 17:31:12 tests/unit/sshadapter_test.py::SSHAdapterTest::test_ssh_parse_user_and_hostname PASSED [ 74%] 17:31:12 tests/unit/ssladapter_test.py::SSLAdapterTest::test_only_uses_tls PASSED [ 74%] 17:31:12 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_failure PASSED [ 74%] 17:31:12 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_dns_success PASSED [ 74%] 17:31:12 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_failure PASSED [ 74%] 17:31:12 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_ip_address_success PASSED [ 74%] 17:31:12 tests/unit/ssladapter_test.py::MatchHostnameTest::test_match_localhost_success PASSED [ 75%] 17:31:12 tests/unit/swarm_test.py::SwarmTest::test_join_swarm PASSED [ 75%] 17:31:12 tests/unit/swarm_test.py::SwarmTest::test_join_swarm_no_listen_address_takes_default PASSED [ 75%] 17:31:12 tests/unit/swarm_test.py::SwarmTest::test_node_update PASSED [ 75%] 17:31:12 tests/unit/types_containers_test.py::test_uid_0_is_not_elided PASSED [ 75%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory PASSED [ 76%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_single_exception PASSED [ 76%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception PASSED [ 76%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_subdir_exception_win32_pathsep SKIPPED [ 76%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_trailing_slash PASSED [ 76%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_directory_with_wildcard_exception PASSED [ 76%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard PASSED [ 77%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_double_wildcard_with_exception PASSED [ 77%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_custom_dockerfile PASSED [ 77%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_child PASSED [ 77%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_dockerfile_dockerignore PASSED [ 77%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_exclude_include_absolute_path PASSED [ 77%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_include_wildcard PASSED [ 78%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_last_line_precedence PASSED [ 78%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_dupes PASSED [ 78%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_no_excludes PASSED [ 78%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_parent_directory PASSED [ 78%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_question_mark PASSED [ 78%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_and_double_wildcard PASSED [ 79%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename PASSED [ 79%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_leading_dot_slash PASSED [ 79%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_filename_trailing_slash PASSED [ 79%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename PASSED [ 79%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_single_filename_leading_slash PASSED [ 80%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_wildcard_filename PASSED [ 80%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_single_subdir_with_path_traversal PASSED [ 80%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory PASSED [ 80%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_subdirectory_win32_pathsep SKIPPED [ 80%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_trailing_double_wildcard PASSED [ 80%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_exclude PASSED [ 81%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_end PASSED [ 81%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_filename_start PASSED [ 81%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_single_filename PASSED [ 81%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 81%] 17:31:12 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 81%] 17:31:12 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 29%] 17:31:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_subdir_wildcard_filename PASSED [ 81%] 17:31:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_exception PASSED [ 81%] 17:31:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 82%] 17:31:13 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED [ 82%] 17:31:13 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED [ 82%] 17:31:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 82%] 17:31:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 82%] 17:31:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 83%] 17:31:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED [ 83%] 17:31:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 83%] 17:31:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 83%] 17:31:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 83%] 17:31:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 83%] 17:31:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 84%] 17:31:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 84%] 17:31:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 84%] 17:31:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 84%] 17:31:13 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 84%] 17:31:13 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 84%] 17:31:13 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 85%] 17:31:13 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 85%] 17:31:13 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 85%] 17:31:13 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 85%] 17:31:13 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 85%] 17:31:13 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 85%] 17:31:13 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 86%] 17:31:13 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 86%] 17:31:13 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 86%] 17:31:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 86%] 17:31:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED [ 86%] 17:31:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 87%] 17:31:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED [ 87%] 17:31:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED [ 87%] 17:31:13 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED [ 87%] 17:31:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 87%] 17:31:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 87%] 17:31:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 88%] 17:31:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 88%] 17:31:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 88%] 17:31:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 88%] 17:31:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 88%] 17:31:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 88%] 17:31:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 89%] 17:31:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 89%] 17:31:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 89%] 17:31:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 89%] 17:31:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 89%] 17:31:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 90%] 17:31:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 90%] 17:31:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 90%] 17:31:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 90%] 17:31:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 90%] 17:31:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED [ 90%] 17:31:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 91%] 17:31:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED [ 91%] 17:31:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 91%] 17:31:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 91%] 17:31:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 91%] 17:31:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 91%] 17:31:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 92%] 17:31:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 92%] 17:31:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 92%] 17:31:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 92%] 17:31:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 92%] 17:31:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 92%] 17:31:13 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED [ 93%] 17:31:13 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 93%] 17:31:13 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED [ 93%] 17:31:13 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 93%] 17:31:13 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 93%] 17:31:13 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED [ 94%] 17:31:13 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 94%] 17:31:13 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED [ 94%] 17:31:13 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED [ 94%] 17:31:13 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED [ 94%] 17:31:13 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 94%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 95%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 95%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 95%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 95%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 95%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 95%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED [ 96%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 96%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED [ 96%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED [ 96%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 96%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED [ 97%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 97%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 97%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED [ 97%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 97%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 97%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 98%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 98%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 98%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 98%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 98%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_square_brackets_address PASSED [ 99%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED [ 99%] 17:31:13 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%] 17:31:13 tests/unit/utils_build_test.py::ExcludePathsTest::test_wildcard_with_wildcard_exception PASSED [ 82%] 17:31:13 tests/unit/utils_build_test.py::TarTest::test_tar_directory_link PASSED [ 82%] 17:31:13 tests/unit/utils_build_test.py::TarTest::test_tar_socket_file PASSED [ 82%] 17:31:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_broken_symlinks PASSED [ 82%] 17:31:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_directory_symlinks PASSED [ 82%] 17:31:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_empty_directory PASSED [ 83%] 17:31:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_excludes PASSED [ 83%] 17:31:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_file_symlinks PASSED [ 83%] 17:31:13 tests/unit/utils_build_test.py::TarTest::test_tar_with_inaccessible_file SKIPPED [ 83%] 17:31:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_fallback PASSED [ 83%] 17:31:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_environment PASSED [ 83%] 17:31:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_explicit_path PASSED [ 84%] 17:31:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_legacy_name PASSED [ 84%] 17:31:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_posix PASSED [ 84%] 17:31:13 tests/unit/utils_config_test.py::FindConfigFileTest::test_find_config_from_home_windows SKIPPED [ 84%] 17:31:13 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_custom_headers PASSED [ 84%] 17:31:13 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_detach_keys PASSED [ 84%] 17:31:13 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_from_env PASSED [ 85%] 17:31:13 tests/unit/utils_config_test.py::LoadConfigTest::test_load_config_no_file PASSED [ 85%] 17:31:13 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 85%] 17:31:13 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 85%] 17:31:13 tests/unit/utils_json_stream_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 85%] 17:31:13 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 85%] 17:31:13 tests/unit/utils_json_stream_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 86%] 17:31:13 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 86%] 17:31:13 tests/unit/utils_json_stream_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 86%] 17:31:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_environment PASSED [ 86%] 17:31:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_from_dict PASSED [ 86%] 17:31:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_inject_proxy_environment PASSED [ 87%] 17:31:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_new PASSED [ 87%] 17:31:13 tests/unit/utils_proxy_test.py::ProxyConfigTest::test_truthiness PASSED [ 87%] 17:31:13 tests/unit/utils_test.py::DecoratorsTest::test_update_headers PASSED [ 87%] 17:31:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_alternate_env PASSED [ 87%] 17:31:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_empty PASSED [ 87%] 17:31:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_no_cert_path PASSED [ 88%] 17:31:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls PASSED [ 88%] 17:31:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false PASSED [ 88%] 17:31:13 tests/unit/utils_test.py::KwargsFromEnvTest::test_kwargs_from_env_tls_verify_false_no_cert PASSED [ 88%] 17:31:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_compact PASSED [ 88%] 17:31:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_complete PASSED [ 88%] 17:31:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_empty PASSED [ 89%] 17:31:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_list PASSED [ 89%] 17:31:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_no_mode PASSED [ 89%] 17:31:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_bytes_input PASSED [ 89%] 17:31:13 tests/unit/utils_test.py::ConverVolumeBindsTest::test_convert_volume_binds_unicode_unicode_input PASSED [ 89%] 17:31:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_commented_line PASSED [ 90%] 17:31:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_invalid_line PASSED [ 90%] 17:31:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_newline PASSED [ 90%] 17:31:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_proper PASSED [ 90%] 17:31:13 tests/unit/utils_test.py::ParseEnvFileTest::test_parse_env_file_with_equals_character PASSED [ 90%] 17:31:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host PASSED [ 90%] 17:31:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host_empty_value PASSED [ 91%] 17:31:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls PASSED [ 91%] 17:31:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host_tls_tcp_proto PASSED [ 91%] 17:31:13 tests/unit/utils_test.py::ParseHostTest::test_parse_host_trailing_slash PASSED [ 91%] 17:31:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_no_tag PASSED [ 91%] 17:31:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_sha PASSED [ 91%] 17:31:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_image_tag PASSED [ 92%] 17:31:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_no_tag PASSED [ 92%] 17:31:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_index_user_image_tag PASSED [ 92%] 17:31:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_no_tag PASSED [ 92%] 17:31:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_sha PASSED [ 92%] 17:31:13 tests/unit/utils_test.py::ParseRepositoryTagTest::test_private_reg_image_tag PASSED [ 92%] 17:31:13 tests/unit/utils_test.py::ParseDeviceTest::test_dict PASSED [ 93%] 17:31:13 tests/unit/utils_test.py::ParseDeviceTest::test_full_string_definition PASSED [ 93%] 17:31:13 tests/unit/utils_test.py::ParseDeviceTest::test_hybrid_list PASSED [ 93%] 17:31:13 tests/unit/utils_test.py::ParseDeviceTest::test_partial_string_definition PASSED [ 93%] 17:31:13 tests/unit/utils_test.py::ParseDeviceTest::test_permissionless_string_definition PASSED [ 93%] 17:31:13 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_float PASSED [ 94%] 17:31:13 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_invalid PASSED [ 94%] 17:31:13 tests/unit/utils_test.py::ParseBytesTest::test_parse_bytes_valid PASSED [ 94%] 17:31:13 tests/unit/utils_test.py::UtilsTest::test_convert_filters PASSED [ 94%] 17:31:13 tests/unit/utils_test.py::UtilsTest::test_decode_json_header PASSED [ 94%] 17:31:13 tests/unit/utils_test.py::SplitCommandTest::test_split_command_with_unicode PASSED [ 94%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_port_ranges PASSED [ 95%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_matching_internal_ports PASSED [ 95%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_port_ranges PASSED [ 95%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_nonmatching_internal_ports PASSED [ 95%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_one_port PASSED [ 95%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_build_port_bindings_with_port_range PASSED [ 95%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_host_only_with_colon PASSED [ 96%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_non_matching_length_port_ranges PASSED [ 96%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_port_and_range_invalid PASSED [ 96%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_port_only_with_colon PASSED [ 96%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_empty_string PASSED [ 96%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_invalid PASSED [ 97%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_invalid_protocol PASSED [ 97%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_no_host_port PASSED [ 97%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_non_string PASSED [ 97%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_random_port_range_with_host_port PASSED [ 97%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_range_no_host_port PASSED [ 97%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_ip_no_port PASSED [ 98%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_host_port PASSED [ 98%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_range_with_protocol PASSED [ 98%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip PASSED [ 98%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_ip_no_port PASSED [ 98%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_host_port PASSED [ 98%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_address PASSED [ 99%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_ipv6_square_brackets_address PASSED [ 99%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_split_port_with_protocol PASSED [ 99%] 17:31:13 tests/unit/utils_test.py::PortsTest::test_with_no_container_port PASSED [ 99%] 17:31:13 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_binary_unicode_value PASSED [ 99%] 17:31:14 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%] 17:31:14 17:31:14 ---------- coverage: platform linux, python 3.7.12-final-0 ----------- 17:31:14 Name Stmts Miss Branch BrPart Cover 17:31:14 ----------------------------------------------------------------------- 17:31:14 docker/__init__.py 8 0 0 0 100% 17:31:14 docker/api/__init__.py 1 0 0 0 100% 17:31:14 docker/api/build.py 126 41 92 21 62% 17:31:14 docker/api/client.py 261 65 92 11 75% 17:31:14 docker/api/config.py 29 18 4 0 33% 17:31:14 docker/api/container.py 265 72 104 25 65% 17:31:14 docker/api/daemon.py 39 4 14 4 85% 17:31:14 docker/api/exec_api.py 45 11 22 9 67% 17:31:14 docker/api/image.py 159 43 60 14 70% 17:31:14 docker/api/network.py 90 35 48 11 51% 17:31:14 docker/api/plugin.py 89 68 14 0 20% 17:31:14 docker/api/secret.py 34 22 8 0 29% 17:31:14 docker/api/service.py 200 176 149 0 7% 17:31:14 docker/api/swarm.py 106 67 38 1 28% 17:31:14 docker/api/volume.py 38 9 14 2 71% 17:31:14 docker/auth.py 197 16 74 16 88% 17:31:14 docker/client.py 69 9 2 0 87% 17:31:14 docker/constants.py 21 0 0 0 100% 17:31:14 docker/context/__init__.py 2 0 0 0 100% 17:31:14 docker/context/api.py 78 41 38 8 39% 17:31:14 docker/context/config.py 61 33 16 2 42% 17:31:14 docker/context/context.py 154 96 64 6 29% 17:31:14 docker/credentials/__init__.py 3 0 0 0 100% 17:31:14 docker/credentials/constants.py 4 0 0 0 100% 17:31:14 docker/credentials/errors.py 11 4 2 0 54% 17:31:14 docker/credentials/store.py 44 30 12 0 25% 17:31:14 docker/credentials/utils.py 23 18 12 0 14% 17:31:14 docker/errors.py 110 26 20 4 71% 17:31:14 docker/models/__init__.py 0 0 0 0 100% 17:31:14 docker/models/configs.py 21 8 2 0 57% 17:31:14 docker/models/containers.py 183 11 70 9 91% 17:31:14 docker/models/images.py 136 55 56 4 52% 17:31:14 docker/models/networks.py 37 7 12 3 71% 17:31:14 docker/models/nodes.py 15 5 2 0 59% 17:31:14 docker/models/plugins.py 48 29 8 0 34% 17:31:14 docker/models/resource.py 41 10 6 3 72% 17:31:14 docker/models/secrets.py 22 4 2 0 75% 17:31:14 docker/models/services.py 87 35 36 4 59% 17:31:14 docker/models/swarm.py 39 21 6 0 40% 17:31:14 docker/models/volumes.py 23 10 4 0 48% 17:31:14 docker/tls.py 37 6 14 6 76% 17:31:14 docker/transport/__init__.py 11 3 0 0 73% 17:31:14 docker/transport/basehttpadapter.py 6 0 2 1 88% 17:31:14 docker/transport/npipeconn.py 57 52 8 0 8% 17:31:14 docker/transport/npipesocket.py 134 130 20 0 3% 17:31:14 docker/transport/sshconn.py 162 105 54 3 30% 17:31:14 docker/transport/ssladapter.py 36 10 10 4 65% 17:31:14 docker/transport/unixconn.py 54 3 6 1 93% 17:31:14 docker/types/__init__.py 6 0 0 0 100% 17:31:14 docker/types/base.py 4 0 2 0 100% 17:31:14 docker/types/containers.py 419 79 326 43 81% 17:31:14 docker/types/daemon.py 36 24 14 0 24% 17:31:14 docker/types/healthcheck.py 33 20 4 0 35% 17:31:14 docker/types/networks.py 41 11 28 9 65% 17:31:14 docker/types/services.py 321 146 216 41 50% 17:31:14 docker/types/swarm.py 51 45 40 0 7% 17:31:14 docker/utils/__init__.py 3 0 0 0 100% 17:31:14 docker/utils/build.py 150 24 72 10 83% 17:31:14 docker/utils/config.py 36 1 10 1 96% 17:31:14 docker/utils/decorators.py 32 1 12 1 95% 17:31:14 docker/utils/fnmatch.py 55 18 28 2 61% 17:31:14 docker/utils/json_stream.py 40 8 14 2 78% 17:31:14 docker/utils/ports.py 50 3 32 2 91% 17:31:14 docker/utils/proxy.py 32 1 12 0 98% 17:31:14 docker/utils/socket.py 85 10 40 8 84% 17:31:14 docker/utils/utils.py 278 18 171 13 92% 17:31:14 docker/version.py 2 0 2 0 100% 17:31:14 ----------------------------------------------------------------------- 17:31:14 TOTAL 5090 1817 2240 304 60% 17:31:14 17:31:14 17:31:14 =========================== short test summary info ============================ 17:31:14 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows 17:31:14 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax 17:31:14 SKIPPED [1] tests/unit/client_test.py:99: Npipe Connection Pool only on Windows 17:31:14 SKIPPED [1] tests/unit/client_test.py:138: Npipe Connection Pool only on Windows 17:31:14 SKIPPED [1] tests/unit/client_test.py:212: Npipe Connection Pool only on Windows 17:31:14 SKIPPED [1] tests/unit/client_test.py:249: Npipe Connection Pool only on Windows 17:31:14 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check 17:31:14 SKIPPED [1] tests/unit/utils_build_test.py:230: Backslash patterns only on Windows 17:31:14 SKIPPED [1] tests/unit/utils_build_test.py:252: Backslash patterns only on Windows 17:31:14 SKIPPED [1] tests/unit/utils_build_test.py:400: root user always has access ; no chmod on Windows 17:31:14 SKIPPED [1] tests/unit/utils_config_test.py:54: condition: sys.platform != 'win32' 17:31:14 ================== 560 passed, 10 skipped, 1 xfailed in 6.23s ================== 17:31:14 tests/unit/utils_test.py::FormatEnvironmentTest::test_format_env_no_value PASSED [100%] 17:31:14 17:31:14 ---------- coverage: platform linux, python 3.7.12-final-0 ----------- 17:31:14 Name Stmts Miss Branch BrPart Cover 17:31:14 ----------------------------------------------------------------------- 17:31:14 docker/__init__.py 8 0 0 0 100% 17:31:14 docker/api/__init__.py 1 0 0 0 100% 17:31:14 docker/api/build.py 126 41 92 21 62% 17:31:14 docker/api/client.py 261 65 92 11 75% 17:31:14 docker/api/config.py 29 18 4 0 33% 17:31:14 docker/api/container.py 265 72 104 25 65% 17:31:14 docker/api/daemon.py 39 4 14 4 85% 17:31:14 docker/api/exec_api.py 45 11 22 9 67% 17:31:14 docker/api/image.py 159 43 60 14 70% 17:31:14 docker/api/network.py 90 35 48 11 51% 17:31:14 docker/api/plugin.py 89 68 14 0 20% 17:31:14 docker/api/secret.py 34 22 8 0 29% 17:31:14 docker/api/service.py 200 176 149 0 7% 17:31:14 docker/api/swarm.py 106 67 38 1 28% 17:31:14 docker/api/volume.py 38 9 14 2 71% 17:31:14 docker/auth.py 197 16 74 16 88% 17:31:14 docker/client.py 69 9 2 0 87% 17:31:14 docker/constants.py 21 0 0 0 100% 17:31:14 docker/context/__init__.py 2 0 0 0 100% 17:31:14 docker/context/api.py 78 41 38 8 39% 17:31:14 docker/context/config.py 61 33 16 2 42% 17:31:14 docker/context/context.py 154 96 64 6 29% 17:31:14 docker/credentials/__init__.py 3 0 0 0 100% 17:31:14 docker/credentials/constants.py 4 0 0 0 100% 17:31:14 docker/credentials/errors.py 11 4 2 0 54% 17:31:14 docker/credentials/store.py 44 30 12 0 25% 17:31:14 docker/credentials/utils.py 23 18 12 0 14% 17:31:14 docker/errors.py 110 26 20 4 71% 17:31:14 docker/models/__init__.py 0 0 0 0 100% 17:31:14 docker/models/configs.py 21 8 2 0 57% 17:31:14 docker/models/containers.py 183 11 70 9 91% 17:31:14 docker/models/images.py 136 55 56 4 52% 17:31:14 docker/models/networks.py 37 7 12 3 71% 17:31:14 docker/models/nodes.py 15 5 2 0 59% 17:31:14 docker/models/plugins.py 48 29 8 0 34% 17:31:14 docker/models/resource.py 41 10 6 3 72% 17:31:14 docker/models/secrets.py 22 4 2 0 75% 17:31:14 docker/models/services.py 87 35 36 4 59% 17:31:14 docker/models/swarm.py 39 21 6 0 40% 17:31:14 docker/models/volumes.py 23 10 4 0 48% 17:31:14 docker/tls.py 37 6 14 6 76% 17:31:14 docker/transport/__init__.py 11 3 0 0 73% 17:31:14 docker/transport/basehttpadapter.py 6 0 2 1 88% 17:31:14 docker/transport/npipeconn.py 57 52 8 0 8% 17:31:14 docker/transport/npipesocket.py 134 130 20 0 3% 17:31:14 docker/transport/sshconn.py 162 105 54 3 30% 17:31:14 docker/transport/ssladapter.py 36 10 10 4 65% 17:31:14 docker/transport/unixconn.py 54 3 6 1 93% 17:31:14 docker/types/__init__.py 6 0 0 0 100% 17:31:14 docker/types/base.py 4 0 2 0 100% 17:31:14 docker/types/containers.py 419 79 326 43 81% 17:31:14 docker/types/daemon.py 36 24 14 0 24% 17:31:14 docker/types/healthcheck.py 33 20 4 0 35% 17:31:14 docker/types/networks.py 41 11 28 9 65% 17:31:14 docker/types/services.py 321 146 216 41 50% 17:31:14 docker/types/swarm.py 51 45 40 0 7% 17:31:14 docker/utils/__init__.py 3 0 0 0 100% 17:31:14 docker/utils/build.py 150 24 72 10 83% 17:31:14 docker/utils/config.py 36 1 10 1 96% 17:31:14 docker/utils/decorators.py 32 1 12 1 95% 17:31:14 docker/utils/fnmatch.py 55 18 28 2 61% 17:31:14 docker/utils/json_stream.py 40 8 14 2 78% 17:31:14 docker/utils/ports.py 50 3 32 2 91% 17:31:14 docker/utils/proxy.py 32 1 12 0 98% 17:31:14 docker/utils/socket.py 85 10 40 8 84% 17:31:14 docker/utils/utils.py 278 18 171 13 92% 17:31:14 docker/version.py 2 0 2 0 100% 17:31:14 ----------------------------------------------------------------------- 17:31:14 TOTAL 5090 1817 2240 304 60% 17:31:14 17:31:14 17:31:14 =========================== short test summary info ============================ 17:31:14 XFAIL tests/unit/dockertypes_test.py::MountTest::test_parse_mount_bind_windows 17:31:14 SKIPPED [1] tests/unit/api_build_test.py:169: Windows-specific syntax 17:31:14 SKIPPED [1] tests/unit/client_test.py:99: Npipe Connection Pool only on Windows 17:31:14 SKIPPED [1] tests/unit/client_test.py:138: Npipe Connection Pool only on Windows 17:31:14 SKIPPED [1] tests/unit/client_test.py:212: Npipe Connection Pool only on Windows 17:31:14 SKIPPED [1] tests/unit/client_test.py:249: Npipe Connection Pool only on Windows 17:31:14 SKIPPED [1] tests/unit/context_test.py:18: Windows specific path check 17:31:14 SKIPPED [1] tests/unit/utils_build_test.py:230: Backslash patterns only on Windows 17:31:14 SKIPPED [1] tests/unit/utils_build_test.py:252: Backslash patterns only on Windows 17:31:14 SKIPPED [1] tests/unit/utils_build_test.py:400: root user always has access ; no chmod on Windows 17:31:14 SKIPPED [1] tests/unit/utils_config_test.py:54: condition: sys.platform != 'win32' 17:31:14 ================== 560 passed, 10 skipped, 1 xfailed in 6.41s ================== 17:31:14 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 29%] [Pipeline] sh [Pipeline] sh 17:31:14 + docker network create dpy-testnet-131-0-py3.7-19.03.13 17:31:14 4ac91063b084e2d5838d38bf716b23d8ba09574864774cbdf1ef29c20aacbb4e [Pipeline] sh 17:31:14 + docker network create dpy-testnet-131-0-py3.7-20.10.9 17:31:14 0ebe206ce088622bccabdac876d83c93954f5f6772c5a6ae379de7217bc68749 [Pipeline] sh 17:31:14 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 30%] 17:31:14 + docker run --rm -d --name dpy-dind-131-0-py3.7-19.03.13 -v /tmp --privileged --network dpy-testnet-131-0-py3.7-19.03.13 dockerpinata/docker-py:sshdind-a48a5a9647761406d66e8271f19fab7fa0c5f582 dockerd -H tcp://0.0.0.0:2375 17:31:14 Unable to find image 'dockerpinata/docker-py:sshdind-a48a5a9647761406d66e8271f19fab7fa0c5f582' locally 17:31:14 + docker run --rm -d --name dpy-dind-131-0-py3.7-20.10.9 -v /tmp --privileged --network dpy-testnet-131-0-py3.7-20.10.9 dockerpinata/docker-py:sshdind-a48a5a9647761406d66e8271f19fab7fa0c5f582 dockerd -H tcp://0.0.0.0:2375 17:31:14 Unable to find image 'dockerpinata/docker-py:sshdind-a48a5a9647761406d66e8271f19fab7fa0c5f582' locally 17:31:15 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 30%] 17:31:15 sshdind-a48a5a9647761406d66e8271f19fab7fa0c5f582: Pulling from dockerpinata/docker-py 17:31:15 df20fa9351a1: Pulling fs layer 17:31:15 25ad7478873d: Pulling fs layer 17:31:15 4684f6177b5d: Pulling fs layer 17:31:15 46e300cec669: Pulling fs layer 17:31:15 63038576ad94: Pulling fs layer 17:31:15 0fdb76c4706c: Pulling fs layer 17:31:15 cb7edeffdfd5: Pulling fs layer 17:31:15 cc28bd76800f: Pulling fs layer 17:31:15 54196fe38f7e: Pulling fs layer 17:31:15 ea71acc29633: Pulling fs layer 17:31:15 657cc4c15165: Pulling fs layer 17:31:15 1d3282881881: Pulling fs layer 17:31:15 b40fa35a8953: Pulling fs layer 17:31:15 ebd485b7bb1d: Pulling fs layer 17:31:15 5e886e944ef1: Pulling fs layer 17:31:15 cae10588f892: Pulling fs layer 17:31:15 71ad4e714d89: Pulling fs layer 17:31:15 861a102a1acc: Pulling fs layer 17:31:15 ea71acc29633: Waiting 17:31:15 46e300cec669: Waiting 17:31:15 63038576ad94: Waiting 17:31:15 0fdb76c4706c: Waiting 17:31:15 cb7edeffdfd5: Waiting 17:31:15 cc28bd76800f: Waiting 17:31:15 54196fe38f7e: Waiting 17:31:15 657cc4c15165: Waiting 17:31:15 1d3282881881: Waiting 17:31:15 b40fa35a8953: Waiting 17:31:15 ebd485b7bb1d: Waiting 17:31:15 5e886e944ef1: Waiting 17:31:15 cae10588f892: Waiting 17:31:15 71ad4e714d89: Waiting 17:31:15 861a102a1acc: Waiting 17:31:15 4684f6177b5d: Verifying Checksum 17:31:15 4684f6177b5d: Download complete 17:31:15 25ad7478873d: Verifying Checksum 17:31:15 25ad7478873d: Download complete 17:31:15 df20fa9351a1: Verifying Checksum 17:31:15 df20fa9351a1: Download complete 17:31:15 63038576ad94: Verifying Checksum 17:31:15 63038576ad94: Download complete 17:31:15 0fdb76c4706c: Verifying Checksum 17:31:15 0fdb76c4706c: Download complete 17:31:15 cb7edeffdfd5: Verifying Checksum 17:31:15 cb7edeffdfd5: Download complete 17:31:15 sshdind-a48a5a9647761406d66e8271f19fab7fa0c5f582: Pulling from dockerpinata/docker-py 17:31:15 df20fa9351a1: Pulling fs layer 17:31:15 25ad7478873d: Pulling fs layer 17:31:15 4684f6177b5d: Pulling fs layer 17:31:15 46e300cec669: Pulling fs layer 17:31:15 63038576ad94: Pulling fs layer 17:31:15 0fdb76c4706c: Pulling fs layer 17:31:15 cb7edeffdfd5: Pulling fs layer 17:31:15 cc28bd76800f: Pulling fs layer 17:31:15 54196fe38f7e: Pulling fs layer 17:31:15 ea71acc29633: Pulling fs layer 17:31:15 657cc4c15165: Pulling fs layer 17:31:15 1d3282881881: Pulling fs layer 17:31:15 b40fa35a8953: Pulling fs layer 17:31:15 ebd485b7bb1d: Pulling fs layer 17:31:15 5e886e944ef1: Pulling fs layer 17:31:15 cae10588f892: Pulling fs layer 17:31:15 71ad4e714d89: Pulling fs layer 17:31:15 861a102a1acc: Pulling fs layer 17:31:15 46e300cec669: Waiting 17:31:15 63038576ad94: Waiting 17:31:15 0fdb76c4706c: Waiting 17:31:15 cb7edeffdfd5: Waiting 17:31:15 cc28bd76800f: Waiting 17:31:15 54196fe38f7e: Waiting 17:31:15 ea71acc29633: Waiting 17:31:15 657cc4c15165: Waiting 17:31:15 1d3282881881: Waiting 17:31:15 b40fa35a8953: Waiting 17:31:15 ebd485b7bb1d: Waiting 17:31:15 5e886e944ef1: Waiting 17:31:15 cae10588f892: Waiting 17:31:15 71ad4e714d89: Waiting 17:31:15 861a102a1acc: Waiting 17:31:15 4684f6177b5d: Verifying Checksum 17:31:15 4684f6177b5d: Download complete 17:31:15 25ad7478873d: Verifying Checksum 17:31:15 25ad7478873d: Download complete 17:31:15 df20fa9351a1: Verifying Checksum 17:31:15 df20fa9351a1: Download complete 17:31:15 63038576ad94: Verifying Checksum 17:31:15 63038576ad94: Download complete 17:31:15 54196fe38f7e: Verifying Checksum 17:31:15 54196fe38f7e: Download complete 17:31:15 cc28bd76800f: Verifying Checksum 17:31:15 cc28bd76800f: Download complete 17:31:15 ea71acc29633: Verifying Checksum 17:31:15 ea71acc29633: Download complete 17:31:15 657cc4c15165: Verifying Checksum 17:31:15 657cc4c15165: Download complete 17:31:15 0fdb76c4706c: Verifying Checksum 17:31:15 0fdb76c4706c: Download complete 17:31:15 cb7edeffdfd5: Verifying Checksum 17:31:15 cb7edeffdfd5: Download complete 17:31:15 54196fe38f7e: Verifying Checksum 17:31:15 b40fa35a8953: Download complete 17:31:15 1d3282881881: Verifying Checksum 17:31:15 1d3282881881: Download complete 17:31:15 ebd485b7bb1d: Verifying Checksum 17:31:15 ebd485b7bb1d: Download complete 17:31:15 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 30%] 17:31:15 ea71acc29633: Verifying Checksum 17:31:15 ea71acc29633: Download complete 17:31:15 cc28bd76800f: Verifying Checksum 17:31:15 cc28bd76800f: Download complete 17:31:15 657cc4c15165: Verifying Checksum 17:31:15 657cc4c15165: Download complete 17:31:15 5e886e944ef1: Verifying Checksum 17:31:15 5e886e944ef1: Download complete 17:31:15 df20fa9351a1: Pull complete 17:31:15 cae10588f892: Verifying Checksum 17:31:15 cae10588f892: Download complete 17:31:15 71ad4e714d89: Verifying Checksum 17:31:15 71ad4e714d89: Download complete 17:31:15 861a102a1acc: Verifying Checksum 17:31:15 861a102a1acc: Download complete 17:31:15 1d3282881881: Verifying Checksum 17:31:15 1d3282881881: Download complete 17:31:15 b40fa35a8953: Verifying Checksum 17:31:15 b40fa35a8953: Download complete 17:31:15 df20fa9351a1: Pull complete 17:31:15 ebd485b7bb1d: Verifying Checksum 17:31:15 ebd485b7bb1d: Download complete 17:31:15 5e886e944ef1: Verifying Checksum 17:31:15 5e886e944ef1: Download complete 17:31:15 cae10588f892: Verifying Checksum 17:31:15 cae10588f892: Download complete 17:31:15 71ad4e714d89: Verifying Checksum 17:31:15 71ad4e714d89: Download complete 17:31:15 861a102a1acc: Verifying Checksum 17:31:15 861a102a1acc: Download complete 17:31:16 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 30%] 17:31:16 25ad7478873d: Pull complete 17:31:16 4684f6177b5d: Pull complete 17:31:16 46e300cec669: Verifying Checksum 17:31:16 46e300cec669: Download complete 17:31:16 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 31%] 17:31:16 25ad7478873d: Pull complete 17:31:16 4684f6177b5d: Pull complete 17:31:16 46e300cec669: Verifying Checksum 17:31:16 46e300cec669: Download complete 17:31:17 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 31%] 17:31:17 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 31%] 17:31:17 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 31%] 17:31:18 46e300cec669: Pull complete 17:31:18 63038576ad94: Pull complete 17:31:18 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 32%] 17:31:18 0fdb76c4706c: Pull complete 17:31:18 cb7edeffdfd5: Pull complete 17:31:18 46e300cec669: Pull complete 17:31:18 63038576ad94: Pull complete 17:31:18 0fdb76c4706c: Pull complete 17:31:18 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 32%] 17:31:18 cc28bd76800f: Pull complete 17:31:18 54196fe38f7e: Pull complete 17:31:18 cb7edeffdfd5: Pull complete 17:31:19 ea71acc29633: Pull complete 17:31:19 657cc4c15165: Pull complete 17:31:19 1d3282881881: Pull complete 17:31:19 cc28bd76800f: Pull complete 17:31:19 54196fe38f7e: Pull complete 17:31:19 ea71acc29633: Pull complete 17:31:19 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 32%] 17:31:19 b40fa35a8953: Pull complete 17:31:19 ebd485b7bb1d: Pull complete 17:31:19 5e886e944ef1: Pull complete 17:31:19 cae10588f892: Pull complete 17:31:19 657cc4c15165: Pull complete 17:31:19 1d3282881881: Pull complete 17:31:19 b40fa35a8953: Pull complete 17:31:19 ebd485b7bb1d: Pull complete 17:31:19 71ad4e714d89: Pull complete 17:31:19 861a102a1acc: Pull complete 17:31:19 Digest: sha256:ea9d15ad6311abe4487a047857346664263d95c12cc6b01deda284fe4f8d337d 17:31:19 Status: Downloaded newer image for dockerpinata/docker-py:sshdind-a48a5a9647761406d66e8271f19fab7fa0c5f582 17:31:19 5e886e944ef1: Pull complete 17:31:19 cae10588f892: Pull complete 17:31:19 71ad4e714d89: Pull complete 17:31:19 861a102a1acc: Pull complete 17:31:19 Digest: sha256:ea9d15ad6311abe4487a047857346664263d95c12cc6b01deda284fe4f8d337d 17:31:19 Status: Downloaded newer image for dockerpinata/docker-py:sshdind-a48a5a9647761406d66e8271f19fab7fa0c5f582 17:31:20 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 32%] 17:31:21 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 33%] 17:31:21 424bcaec15f272994f43d09e0ceaef60a6138518e684b25e291e86f91d7b8fec 17:31:22 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 33%] [Pipeline] sh 17:31:22 + docker run --rm --name dpy-tests-131-0-py3.7-20.10.9 -e DOCKER_HOST=tcp://dpy-dind-131-0-py3.7-20.10.9:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-131-0-py3.7-20.10.9 --volumes-from dpy-dind-131-0-py3.7-20.10.9 -v /home/ubuntu/workspace/docker-py_master@tmp/5feb61f5-342c-41be-b78f-16c70d0565d3/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-a48a5a9647761406d66e8271f19fab7fa0c5f582 py.test -v -rxs --cov=docker tests/integration 17:31:22 2c419b621a51dfb04c0304db15476bd5d5f4c4fc674e84213adb27e2ad29b6c4 [Pipeline] sh 17:31:23 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 33%] 17:31:23 + docker run --rm --name dpy-tests-131-0-py3.7-19.03.13 -e DOCKER_HOST=tcp://dpy-dind-131-0-py3.7-19.03.13:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-131-0-py3.7-19.03.13 --volumes-from dpy-dind-131-0-py3.7-19.03.13 -v /home/ubuntu/workspace/docker-py_master@tmp/08fc64f1-2a39-427d-aa92-2bf0aeec07bc/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-a48a5a9647761406d66e8271f19fab7fa0c5f582 py.test -v -rxs --cov=docker tests/integration 17:31:24 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 33%] 17:31:24 ============================= test session starts ============================== 17:31:24 platform linux -- Python 3.7.12, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 -- /usr/local/bin/python 17:31:24 cachedir: .pytest_cache 17:31:24 rootdir: /src, configfile: pytest.ini 17:31:24 plugins: timeout-2.0.1, cov-3.0.0 17:31:24 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 34%] 17:31:25 ============================= test session starts ============================== 17:31:25 platform linux -- Python 3.7.12, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 -- /usr/local/bin/python 17:31:25 cachedir: .pytest_cache 17:31:25 rootdir: /src, configfile: pytest.ini 17:31:25 plugins: timeout-2.0.1, cov-3.0.0 17:31:25 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 34%] 17:31:26 collecting ... collected 395 items 17:31:26 17:31:26 collecting ... collected 395 items 17:31:26 17:31:26 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 34%] 17:31:28 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [ 0%] 17:31:28 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [ 0%] 17:31:28 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 0%] 17:31:28 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [ 1%] 17:31:28 tests/integration/api_build_test.py::BuildTest::test_build_container_with_target PASSED [ 0%] 17:31:28 tests/integration/api_build_test.py::BuildTest::test_build_from_stringio PASSED [ 0%] 17:31:28 tests/integration/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 0%] 17:31:28 tests/integration/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [ 1%] 17:31:28 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 1%] 17:31:28 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 34%] 17:31:29 tests/integration/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 1%] 17:31:29 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 1%] 17:31:29 tests/integration/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 1%] 17:31:29 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 1%] 17:31:29 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [ 2%] 17:31:29 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [ 2%] 17:31:30 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [ 2%] 17:31:30 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 35%] 17:31:30 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 35%] 17:31:30 tests/integration/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 1%] 17:31:30 tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform SKIPPED [ 2%] 17:31:30 tests/integration/api_build_test.py::BuildTest::test_build_isolation PASSED [ 2%] 17:31:30 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 2%] 17:31:30 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [ 3%] 17:31:30 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [ 3%] 17:31:30 tests/integration/api_build_test.py::BuildTest::test_build_labels PASSED [ 2%] 17:31:31 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [ 3%] 17:31:31 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [ 3%] 17:31:31 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 4%] 17:31:32 tests/integration/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 2%] 17:31:32 tests/integration/api_build_test.py::BuildTest::test_build_shmsize PASSED [ 3%] 17:31:32 tests/integration/api_build_test.py::BuildTest::test_build_squash SKIPPED [ 3%] 17:31:32 tests/integration/api_build_test.py::BuildTest::test_build_stderr_data PASSED [ 3%] 17:31:33 tests/integration/api_build_test.py::BuildTest::test_build_streaming PASSED [ 3%] 17:31:33 tests/integration/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 4%] 17:31:34 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 4%] 17:31:34 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 4%] 17:31:34 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 4%] 17:31:34 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 35%] 17:31:34 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED [ 35%] 17:31:34 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 36%] 17:31:34 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED [ 36%] 17:31:34 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 36%] 17:31:34 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 36%] 17:31:35 tests/integration/api_image_test.py::CommitTest::test_commit PASSED [ 37%] 17:31:35 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 37%] 17:31:35 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 37%] 17:31:35 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 5%] 17:31:36 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 37%] 17:31:36 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 38%] 17:31:36 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 38%] 17:31:36 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 38%] 17:31:36 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 38%] 17:31:36 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 39%] 17:31:36 tests/integration/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 4%] 17:31:36 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 4%] 17:31:36 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 39%] 17:31:36 tests/integration/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 4%] 17:31:36 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 39%] 17:31:36 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 40%] 17:31:37 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 40%] 17:31:37 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 5%] 17:31:37 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [ 5%] 17:31:37 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 5%] 17:31:37 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS [ 6%] 17:31:37 tests/integration/api_client_test.py::InformationTest::test_info PASSED [ 6%] 17:31:37 tests/integration/api_client_test.py::InformationTest::test_version PASSED [ 6%] 17:31:37 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [ 6%] 17:31:38 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [ 7%] 17:31:38 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [ 7%] 17:31:38 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 40%] 17:31:38 tests/integration/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 5%] 17:31:38 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [ 7%] 17:31:38 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [ 7%] 17:31:38 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_with_templating PASSED [ 8%] 17:31:38 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [ 8%] 17:31:38 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [ 8%] 17:31:38 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 40%] 17:31:39 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 41%] 17:31:39 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [ 8%] 17:31:39 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [ 9%] 17:31:39 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [ 9%] 17:31:39 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 41%] 17:31:40 tests/integration/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 5%] 17:31:40 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy PASSED [ 5%] 17:31:40 tests/integration/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 5%] 17:31:40 tests/integration/api_build_test.py::BuildTest::test_prune_builds XPASS [ 6%] 17:31:40 tests/integration/api_client_test.py::InformationTest::test_info PASSED [ 6%] 17:31:40 tests/integration/api_client_test.py::InformationTest::test_version PASSED [ 6%] 17:31:40 tests/integration/api_client_test.py::AutoDetectVersionTest::test_client_init PASSED [ 6%] 17:31:40 tests/integration/api_client_test.py::ConnectionTimeoutTest::test_timeout PASSED [ 7%] 17:31:40 tests/integration/api_client_test.py::UnixconnTest::test_resource_warnings PASSED [ 7%] 17:31:40 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 41%] 17:31:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [ 9%] 17:31:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [ 9%] 17:31:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 10%] 17:31:41 tests/integration/api_config_test.py::ConfigAPITest::test_create_config PASSED [ 7%] 17:31:41 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_unicode_data PASSED [ 7%] 17:31:41 tests/integration/api_config_test.py::ConfigAPITest::test_create_config_with_templating PASSED [ 8%] 17:31:41 tests/integration/api_config_test.py::ConfigAPITest::test_inspect_config PASSED [ 8%] 17:31:41 tests/integration/api_config_test.py::ConfigAPITest::test_list_configs PASSED [ 8%] 17:31:41 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 41%] 17:31:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 10%] 17:31:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 10%] 17:31:41 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 10%] 17:31:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 11%] 17:31:42 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 11%] 17:31:42 tests/integration/api_config_test.py::ConfigAPITest::test_remove_config PASSED [ 8%] 17:31:42 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 42%] 17:31:42 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 42%] 17:31:42 tests/integration/api_container_test.py::ListContainersTest::test_list_containers PASSED [ 9%] 17:31:42 tests/integration/api_container_test.py::CreateContainerTest::test_create PASSED [ 9%] 17:31:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 11%] 17:31:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 11%] 17:31:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_container_with_volumes_from PASSED [ 9%] 17:31:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_auto_remove PASSED [ 9%] 17:31:43 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 12%] 17:31:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options XFAIL [ 10%] 17:31:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 12%] 17:31:44 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 42%] 17:31:44 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 42%] 17:31:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_device_cgroup_rules PASSED [ 10%] 17:31:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_environment_variable_no_value PASSED [ 10%] 17:31:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_host_pid_mode PASSED [ 10%] 17:31:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_init PASSED [ 11%] 17:31:44 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_isolation PASSED [ 11%] 17:31:45 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 43%] 17:31:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 12%] 17:31:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 12%] 17:31:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 13%] 17:31:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 13%] 17:31:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 13%] 17:31:47 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 43%] 17:31:47 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 43%] 17:31:47 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 43%] 17:31:47 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 44%] 17:31:47 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 44%] 17:31:47 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 44%] 17:31:47 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 13%] 17:31:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_links PASSED [ 11%] 17:31:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_mac_address PASSED [ 11%] 17:31:47 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 44%] 17:31:47 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 14%] 17:31:47 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_int PASSED [ 12%] 17:31:48 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 45%] 17:31:48 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_memory_constraints_with_str PASSED [ 12%] 17:31:48 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 45%] 17:31:48 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 45%] 17:31:49 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 45%] 17:31:50 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 46%] 17:31:50 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_restart_policy PASSED [ 12%] 17:31:50 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_stop_timeout PASSED [ 12%] 17:31:50 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt XFAIL [ 13%] 17:31:50 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_tmpfs PASSED [ 13%] 17:31:50 tests/integration/api_container_test.py::CreateContainerTest::test_create_with_uts_mode PASSED [ 13%] 17:31:51 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 46%] 17:31:51 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_ints PASSED [ 13%] 17:31:51 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 46%] 17:31:51 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 46%] 17:31:51 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 47%] 17:31:51 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 47%] 17:31:51 tests/integration/api_container_test.py::CreateContainerTest::test_group_id_strings PASSED [ 14%] 17:31:52 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 47%] 17:31:52 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 47%] 17:31:53 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 48%] 17:31:53 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 48%] 17:31:54 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 48%] 17:31:55 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 48%] 17:31:57 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 49%] 17:31:57 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 49%] 17:31:57 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 49%] 17:31:57 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 49%] 17:31:59 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 50%] 17:32:00 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 50%] 17:32:00 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 50%] 17:32:00 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 50%] 17:32:00 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 51%] 17:32:01 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 51%] 17:32:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_add SKIPPED [ 51%] 17:32:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_drop SKIPPED [ 51%] 17:32:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 52%] 17:32:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 52%] 17:32:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 52%] 17:32:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 52%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 53%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 53%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 53%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 53%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 54%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 54%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 54%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 54%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 55%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 55%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 55%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 55%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 56%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 56%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 56%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 56%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_maxreplicas PASSED [ 57%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 57%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 57%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 57%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 58%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 58%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 58%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 58%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 59%] 17:32:03 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 59%] 17:32:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 59%] 17:32:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 60%] 17:32:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 60%] 17:32:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 60%] 17:32:05 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 60%] 17:32:05 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 14%] 17:32:05 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 14%] 17:32:05 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 14%] 17:32:05 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 15%] 17:32:05 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 15%] 17:32:05 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 15%] 17:32:05 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 15%] 17:32:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 61%] 17:32:06 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 16%] 17:32:06 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 16%] 17:32:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 61%] 17:32:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 61%] 17:32:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 61%] 17:32:06 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 62%] 17:32:06 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 62%] 17:32:06 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 62%] 17:32:06 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 62%] 17:32:06 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 63%] 17:32:06 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 63%] 17:32:06 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 63%] 17:32:06 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 63%] 17:32:07 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 16%] 17:32:07 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 16%] 17:32:07 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 64%] 17:32:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 64%] 17:32:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 64%] 17:32:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 64%] 17:32:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 65%] 17:32:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 65%] 17:32:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 65%] 17:32:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 65%] 17:32:07 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 17%] 17:32:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 66%] 17:32:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 66%] 17:32:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 66%] 17:32:07 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 66%] 17:32:08 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 17%] 17:32:08 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 17%] 17:32:09 tests/integration/api_container_test.py::CreateContainerTest::test_invalid_log_driver_raises_exception PASSED [ 14%] 17:32:09 tests/integration/api_container_test.py::CreateContainerTest::test_valid_log_driver_and_log_opt PASSED [ 14%] 17:32:09 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_config_specified PASSED [ 14%] 17:32:09 tests/integration/api_container_test.py::CreateContainerTest::test_valid_no_log_driver_specified PASSED [ 15%] 17:32:09 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_ro PASSED [ 15%] 17:32:09 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_binds_rw PASSED [ 15%] 17:32:10 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts PASSED [ 15%] 17:32:11 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 17%] 17:32:11 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_mounts_ro PASSED [ 16%] 17:32:11 tests/integration/api_container_test.py::VolumeBindTest::test_create_with_volume_mount PASSED [ 16%] 17:32:11 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 18%] 17:32:11 tests/integration/api_container_test.py::ArchiveTest::test_copy_directory_to_container PASSED [ 16%] 17:32:11 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 18%] 17:32:12 tests/integration/api_container_test.py::ArchiveTest::test_copy_file_to_container PASSED [ 16%] 17:32:12 tests/integration/api_container_test.py::ArchiveTest::test_get_file_archive_from_container PASSED [ 17%] 17:32:13 tests/integration/api_container_test.py::ArchiveTest::test_get_file_stat_from_container PASSED [ 17%] 17:32:13 tests/integration/api_container_test.py::RenameContainerTest::test_rename_container PASSED [ 17%] 17:32:15 tests/integration/api_container_test.py::WaitTest::test_wait PASSED [ 18%] 17:32:16 tests/integration/api_container_test.py::StartContainerTest::test_run_shlex_commands PASSED [ 17%] 17:32:16 tests/integration/api_container_test.py::StartContainerTest::test_start_container PASSED [ 18%] 17:32:16 tests/integration/api_container_test.py::StartContainerTest::test_start_container_with_dict_instead_of_id PASSED [ 18%] 17:32:18 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 67%] 17:32:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 67%] 17:32:20 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 18%] 17:32:20 tests/integration/api_container_test.py::WaitTest::test_wait PASSED [ 18%] 17:32:21 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 67%] 17:32:22 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 67%] 17:32:23 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 19%] 17:32:23 tests/integration/api_container_test.py::LogsTest::test_logs PASSED [ 19%] 17:32:23 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 68%] 17:32:23 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 19%] 17:32:24 tests/integration/api_container_test.py::WaitTest::test_wait_with_condition PASSED [ 18%] 17:32:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 68%] 17:32:25 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 20%] 17:32:25 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 20%] 17:32:26 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 20%] 17:32:26 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 68%] 17:32:26 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 20%] 17:32:26 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 21%] 17:32:27 tests/integration/api_container_test.py::DiffTest::test_diff PASSED [ 21%] 17:32:27 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 21%] 17:32:28 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 68%] 17:32:28 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 69%] 17:32:28 tests/integration/api_container_test.py::WaitTest::test_wait_with_dict_instead_of_id PASSED [ 19%] 17:32:28 tests/integration/api_container_test.py::LogsTest::test_logs PASSED [ 19%] 17:32:28 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow PASSED [ 19%] 17:32:29 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 69%] 17:32:30 tests/integration/api_container_test.py::StopTest::test_stop PASSED [ 21%] 17:32:30 tests/integration/api_container_test.py::LogsTest::test_logs_streaming_and_follow_and_cancel PASSED [ 20%] 17:32:31 tests/integration/api_container_test.py::LogsTest::test_logs_tail_option PASSED [ 20%] 17:32:31 tests/integration/api_container_test.py::LogsTest::test_logs_with_dict_instead_of_id PASSED [ 20%] 17:32:32 tests/integration/api_container_test.py::LogsTest::test_logs_with_tail_0 PASSED [ 20%] 17:32:32 tests/integration/api_container_test.py::LogsTest::test_logs_with_until PASSED [ 21%] 17:32:32 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 22%] 17:32:32 tests/integration/api_container_test.py::KillTest::test_kill PASSED [ 22%] 17:32:33 tests/integration/api_container_test.py::DiffTest::test_diff PASSED [ 21%] 17:32:33 tests/integration/api_container_test.py::DiffTest::test_diff_with_dict_instead_of_id PASSED [ 21%] 17:32:33 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 22%] 17:32:33 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 22%] 17:32:34 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 23%] 17:32:34 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 23%] 17:32:35 tests/integration/api_container_test.py::PortTest::test_port PASSED [ 23%] 17:32:35 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 23%] 17:32:35 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 24%] 17:32:35 tests/integration/api_container_test.py::StopTest::test_stop PASSED [ 21%] 17:32:35 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 69%] 17:32:38 tests/integration/api_container_test.py::StopTest::test_stop_with_dict_instead_of_id PASSED [ 22%] 17:32:38 tests/integration/api_container_test.py::KillTest::test_kill PASSED [ 22%] 17:32:39 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 24%] 17:32:39 tests/integration/api_container_test.py::KillTest::test_kill_with_dict_instead_of_id PASSED [ 22%] 17:32:39 tests/integration/api_container_test.py::KillTest::test_kill_with_signal PASSED [ 22%] 17:32:40 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_integer PASSED [ 23%] 17:32:40 tests/integration/api_container_test.py::KillTest::test_kill_with_signal_name PASSED [ 23%] 17:32:40 tests/integration/api_container_test.py::PortTest::test_port PASSED [ 23%] 17:32:41 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 69%] 17:32:41 tests/integration/api_container_test.py::ContainerTopTest::test_top XPASS [ 23%] 17:32:41 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 24%] 17:32:42 tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs XFAIL [ 24%] 17:32:42 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 70%] 17:32:43 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 70%] 17:32:44 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED [ 70%] 17:32:44 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 24%] 17:32:44 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 25%] 17:32:45 tests/integration/api_container_test.py::RestartContainerTest::test_restart PASSED [ 24%] 17:32:45 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 25%] 17:32:45 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream FAILED [ 25%] 17:32:46 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED [ 70%] 17:32:47 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 71%] 17:32:47 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_dict_instead_of_id PASSED [ 24%] 17:32:49 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 25%] 17:32:50 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 26%] 17:32:50 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 26%] 17:32:51 tests/integration/api_container_test.py::RestartContainerTest::test_restart_with_low_timeout PASSED [ 24%] 17:32:51 tests/integration/api_container_test.py::RemoveContainerTest::test_remove PASSED [ 25%] 17:32:51 tests/integration/api_container_test.py::RemoveContainerTest::test_remove_with_dict_instead_of_id PASSED [ 25%] 17:32:51 tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream PASSED [ 25%] 17:32:52 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 26%] 17:32:52 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 26%] 17:32:53 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 27%] 17:32:53 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 27%] 17:32:54 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 71%] 17:32:54 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 27%] 17:32:55 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 27%] 17:32:56 tests/integration/api_container_test.py::AttachContainerTest::test_attach_stream_and_cancel PASSED [ 25%] 17:32:56 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 28%] 17:32:56 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_arg PASSED [ 26%] 17:32:56 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 28%] 17:32:57 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 28%] 17:32:57 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_config_file PASSED [ 26%] 17:32:57 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 28%] 17:32:57 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 29%] 17:32:58 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 29%] 17:32:58 tests/integration/api_container_test.py::AttachContainerTest::test_detach_with_default PASSED [ 26%] 17:32:59 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 29%] 17:32:59 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_reading_socket PASSED [ 26%] 17:32:59 tests/integration/api_container_test.py::AttachContainerTest::test_run_container_streaming PASSED [ 27%] 17:32:59 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED [ 71%] 17:33:00 tests/integration/api_container_test.py::PauseTest::test_pause_unpause PASSED [ 27%] 17:33:00 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 71%] 17:33:00 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 72%] 17:33:00 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 29%] 17:33:00 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 30%] 17:33:00 tests/integration/api_container_test.py::PruneTest::test_prune_containers PASSED [ 27%] 17:33:01 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 30%] 17:33:01 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 30%] 17:33:02 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 30%] 17:33:02 tests/integration/api_container_test.py::GetContainerStatsTest::test_get_container_stats_no_stream PASSED [ 27%] 17:33:02 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 31%] 17:33:02 tests/integration/api_container_test.py::ContainerUpdateTest::test_restart_policy_update PASSED [ 28%] 17:33:03 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 31%] 17:33:03 tests/integration/api_container_test.py::ContainerUpdateTest::test_update_container PASSED [ 28%] 17:33:03 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 31%] 17:33:03 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpu_shares PASSED [ 28%] 17:33:03 tests/integration/api_container_test.py::ContainerCPUTest::test_container_cpuset PASSED [ 28%] 17:33:03 tests/integration/api_container_test.py::ContainerCPUTest::test_create_with_runtime PASSED [ 29%] 17:33:04 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 31%] 17:33:04 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 32%] 17:33:04 tests/integration/api_container_test.py::LinkTest::test_remove_link PASSED [ 29%] 17:33:05 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 32%] 17:33:05 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 32%] 17:33:05 tests/integration/api_exec_test.py::ExecTest::test_detach_with_config_file PASSED [ 29%] 17:33:06 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 32%] 17:33:07 tests/integration/api_exec_test.py::ExecTest::test_detach_with_default PASSED [ 29%] 17:33:07 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 33%] 17:33:07 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_root PASSED [ 30%] 17:33:08 tests/integration/api_exec_test.py::ExecTest::test_exec_command_as_user PASSED [ 30%] 17:33:08 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 33%] 17:33:08 tests/integration/api_exec_test.py::ExecTest::test_exec_command_streaming PASSED [ 30%] 17:33:09 tests/integration/api_exec_test.py::ExecTest::test_exec_command_string PASSED [ 30%] 17:33:09 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 33%] 17:33:09 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_env PASSED [ 31%] 17:33:09 tests/integration/api_exec_test.py::ExecTest::test_exec_command_with_workdir PASSED [ 31%] 17:33:10 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 33%] 17:33:10 tests/integration/api_exec_test.py::ExecTest::test_exec_inspect PASSED [ 31%] 17:33:11 tests/integration/api_exec_test.py::ExecTest::test_exec_start_detached PASSED [ 31%] 17:33:11 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 34%] 17:33:11 tests/integration/api_exec_test.py::ExecTest::test_exec_start_socket PASSED [ 32%] 17:33:11 tests/integration/api_exec_test.py::ExecTest::test_execute_command PASSED [ 32%] 17:33:12 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 34%] 17:33:12 tests/integration/api_exec_test.py::ExecTest::test_execute_command_with_proxy_env PASSED [ 32%] 17:33:13 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 34%] 17:33:13 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_demux PASSED [ 32%] 17:33:14 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_no_stream_no_demux PASSED [ 33%] 17:33:15 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 34%] 17:33:15 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_demux PASSED [ 33%] 17:33:15 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 72%] 17:33:15 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 72%] 17:33:15 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 72%] 17:33:15 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 73%] 17:33:15 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 73%] 17:33:15 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 73%] 17:33:15 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 73%] 17:33:15 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 74%] 17:33:15 tests/integration/client_test.py::ClientTest::test_df PASSED [ 74%] 17:33:15 tests/integration/client_test.py::ClientTest::test_info PASSED [ 74%] 17:33:15 tests/integration/client_test.py::ClientTest::test_ping PASSED [ 74%] 17:33:15 tests/integration/client_test.py::ClientTest::test_version PASSED [ 75%] 17:33:16 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 35%] 17:33:16 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 35%] 17:33:16 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_stream_no_demux PASSED [ 33%] 17:33:17 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_demux PASSED [ 33%] 17:33:17 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 75%] 17:33:17 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 75%] 17:33:17 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 75%] 17:33:17 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 76%] 17:33:17 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 76%] 17:33:18 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_no_stream_no_demux PASSED [ 34%] 17:33:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 76%] 17:33:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 76%] 17:33:19 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_demux PASSED [ 34%] 17:33:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 77%] 17:33:20 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 77%] 17:33:20 tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux PASSED [ 34%] 17:33:20 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 77%] 17:33:20 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 35%] 17:33:20 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED [ 35%] 17:33:20 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 36%] 17:33:20 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED [ 36%] 17:33:20 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 36%] 17:33:20 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 36%] 17:33:21 tests/integration/api_image_test.py::CommitTest::test_commit PASSED [ 37%] 17:33:21 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 37%] 17:33:21 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 37%] 17:33:22 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 37%] 17:33:22 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 38%] 17:33:22 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 38%] 17:33:22 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED [ 34%] 17:33:22 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 38%] 17:33:22 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 38%] 17:33:22 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 39%] 17:33:22 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 39%] 17:33:23 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 39%] 17:33:23 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 40%] 17:33:23 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 77%] 17:33:23 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 40%] 17:33:23 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED [ 35%] 17:33:23 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED [ 35%] 17:33:24 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 40%] 17:33:24 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 40%] 17:33:25 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 41%] 17:33:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 78%] 17:33:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%] 17:33:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 78%] 17:33:25 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 41%] 17:33:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 78%] 17:33:26 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 41%] 17:33:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 79%] 17:33:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 79%] 17:33:27 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 41%] 17:33:27 tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED [ 35%] 17:33:27 tests/integration/api_image_test.py::ListImagesTest::test_images PASSED [ 35%] 17:33:27 tests/integration/api_image_test.py::ListImagesTest::test_images_quiet PASSED [ 36%] 17:33:27 tests/integration/api_image_test.py::PullImageTest::test_pull PASSED [ 36%] 17:33:27 tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform SKIPPED [ 36%] 17:33:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 79%] 17:33:28 tests/integration/api_image_test.py::PullImageTest::test_pull_streaming PASSED [ 36%] 17:33:28 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 80%] 17:33:28 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 80%] 17:33:28 tests/integration/api_image_test.py::CommitTest::test_commit PASSED [ 37%] 17:33:28 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 42%] 17:33:28 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 42%] 17:33:28 tests/integration/api_image_test.py::CommitTest::test_commit_with_changes PASSED [ 37%] 17:33:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 80%] 17:33:29 tests/integration/api_image_test.py::RemoveImageTest::test_remove PASSED [ 37%] 17:33:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 80%] 17:33:29 tests/integration/api_image_test.py::ImportImageTest::test_get_load_image PASSED [ 37%] 17:33:29 tests/integration/api_image_test.py::ImportImageTest::test_import_from_bytes PASSED [ 38%] 17:33:30 tests/integration/api_image_test.py::ImportImageTest::test_import_from_file PASSED [ 38%] 17:33:30 tests/integration/api_image_test.py::ImportImageTest::test_import_from_stream PASSED [ 38%] 17:33:30 tests/integration/api_image_test.py::ImportImageTest::test_import_from_url SKIPPED [ 38%] 17:33:30 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 81%] 17:33:30 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 81%] 17:33:30 tests/integration/api_image_test.py::ImportImageTest::test_import_image_from_data_with_changes PASSED [ 39%] 17:33:30 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 42%] 17:33:30 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 42%] 17:33:30 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 81%] 17:33:30 tests/integration/api_image_test.py::ImportImageTest::test_import_image_with_changes PASSED [ 39%] 17:33:31 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 81%] 17:33:31 tests/integration/api_image_test.py::PruneImagesTest::test_prune_images PASSED [ 39%] 17:33:31 tests/integration/api_image_test.py::SaveLoadImagesTest::test_get_image_load_image PASSED [ 40%] 17:33:31 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 82%] 17:33:32 tests/integration/api_image_test.py::InspectDistributionTest::test_inspect_distribution PASSED [ 40%] 17:33:32 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 43%] 17:33:32 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 82%] 17:33:32 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 82%] 17:33:32 tests/integration/api_network_test.py::TestNetworks::test_connect_and_disconnect_container PASSED [ 40%] 17:33:33 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 82%] 17:33:33 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 43%] 17:33:33 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 43%] 17:33:33 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 43%] 17:33:33 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 44%] 17:33:33 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 44%] 17:33:33 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 44%] 17:33:33 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 83%] 17:33:33 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 44%] 17:33:33 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 83%] 17:33:33 tests/integration/api_network_test.py::TestNetworks::test_connect_and_force_disconnect_container PASSED [ 40%] 17:33:34 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 45%] 17:33:34 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 83%] 17:33:34 tests/integration/api_network_test.py::TestNetworks::test_connect_on_container_create PASSED [ 41%] 17:33:34 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 83%] 17:33:34 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 45%] 17:33:35 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 84%] 17:33:35 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 45%] 17:33:35 tests/integration/api_network_test.py::TestNetworks::test_connect_with_aliases PASSED [ 41%] 17:33:35 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 45%] 17:33:35 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv4_address PASSED [ 41%] 17:33:36 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 46%] 17:33:37 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 46%] 17:33:37 tests/integration/api_network_test.py::TestNetworks::test_connect_with_ipv6_address PASSED [ 41%] 17:33:37 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 46%] 17:33:37 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 46%] 17:33:37 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 47%] 17:33:37 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 47%] 17:33:38 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 47%] 17:33:38 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 47%] 17:33:39 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 48%] 17:33:39 tests/integration/api_network_test.py::TestNetworks::test_connect_with_links PASSED [ 42%] 17:33:39 tests/integration/api_network_test.py::TestNetworks::test_create_check_duplicate PASSED [ 42%] 17:33:40 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 48%] 17:33:40 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 48%] 17:33:41 tests/integration/api_network_test.py::TestNetworks::test_create_inspect_network_with_scope PASSED [ 42%] 17:33:41 tests/integration/api_network_test.py::TestNetworks::test_create_internal_networks PASSED [ 42%] 17:33:41 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 48%] 17:33:42 tests/integration/api_network_test.py::TestNetworks::test_create_network_attachable PASSED [ 43%] 17:33:42 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 49%] 17:33:42 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 49%] 17:33:42 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 49%] 17:33:42 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 49%] 17:33:43 tests/integration/api_network_test.py::TestNetworks::test_create_network_ingress PASSED [ 43%] 17:33:43 tests/integration/api_network_test.py::TestNetworks::test_create_network_ipv6_enabled PASSED [ 43%] 17:33:43 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_host_driver_fails PASSED [ 43%] 17:33:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_ipam_config PASSED [ 44%] 17:33:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels PASSED [ 44%] 17:33:44 tests/integration/api_network_test.py::TestNetworks::test_create_network_with_labels_wrong_type PASSED [ 44%] 17:33:44 tests/integration/api_network_test.py::TestNetworks::test_create_remove_network_with_space_in_name PASSED [ 44%] 17:33:44 tests/integration/api_network_test.py::TestNetworks::test_create_with_aliases PASSED [ 45%] 17:33:45 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 50%] 17:33:45 tests/integration/api_network_test.py::TestNetworks::test_create_with_driveropt PASSED [ 45%] 17:33:45 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 50%] 17:33:45 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 50%] 17:33:45 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 50%] 17:33:45 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 51%] 17:33:46 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv4_address PASSED [ 45%] 17:33:46 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 51%] 17:33:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_add SKIPPED [ 51%] 17:33:46 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_drop SKIPPED [ 51%] 17:33:46 tests/integration/api_network_test.py::TestNetworks::test_create_with_ipv6_address PASSED [ 45%] 17:33:47 tests/integration/api_network_test.py::TestNetworks::test_create_with_linklocal_ips PASSED [ 46%] 17:33:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 52%] 17:33:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 52%] 17:33:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 52%] 17:33:47 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 52%] 17:33:47 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 84%] 17:33:47 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 84%] 17:33:47 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 84%] 17:33:48 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 85%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 53%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 53%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 53%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 53%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 54%] 17:33:48 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 85%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 54%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 54%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 54%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 55%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 55%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 55%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 55%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 56%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 56%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 56%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 56%] 17:33:48 tests/integration/api_network_test.py::TestNetworks::test_create_with_links PASSED [ 46%] 17:33:48 tests/integration/api_network_test.py::TestNetworks::test_inspect_network PASSED [ 46%] 17:33:48 tests/integration/api_network_test.py::TestNetworks::test_list_networks PASSED [ 46%] 17:33:48 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 85%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_maxreplicas PASSED [ 57%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 57%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 57%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 57%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 58%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 58%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 58%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 58%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 59%] 17:33:48 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 59%] 17:33:48 tests/integration/api_network_test.py::TestNetworks::test_prune_networks PASSED [ 47%] 17:33:48 tests/integration/api_network_test.py::TestNetworks::test_remove_network PASSED [ 47%] 17:33:49 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 85%] 17:33:49 tests/integration/api_plugin_test.py::PluginTest::test_configure_plugin PASSED [ 47%] 17:33:49 tests/integration/api_plugin_test.py::PluginTest::test_create_plugin PASSED [ 47%] 17:33:50 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 59%] 17:33:50 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 60%] 17:33:50 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 60%] 17:33:50 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 60%] 17:33:50 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 86%] 17:33:50 tests/integration/api_plugin_test.py::PluginTest::test_disable_plugin PASSED [ 48%] 17:33:50 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 86%] 17:33:51 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 60%] 17:33:51 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 86%] 17:33:51 tests/integration/api_plugin_test.py::PluginTest::test_enable_plugin PASSED [ 48%] 17:33:51 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 86%] 17:33:51 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 87%] 17:33:51 tests/integration/api_plugin_test.py::PluginTest::test_force_remove_plugin PASSED [ 48%] 17:33:51 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 87%] 17:33:51 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 87%] 17:33:52 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 87%] 17:33:52 tests/integration/api_plugin_test.py::PluginTest::test_inspect_plugin PASSED [ 48%] 17:33:52 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 88%] 17:33:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 61%] 17:33:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 61%] 17:33:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 61%] 17:33:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 61%] 17:33:52 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 62%] 17:33:52 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 62%] 17:33:52 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 62%] 17:33:52 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 62%] 17:33:52 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 63%] 17:33:52 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 63%] 17:33:52 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 63%] 17:33:52 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 63%] 17:33:52 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 88%] 17:33:52 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 88%] 17:33:53 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 88%] 17:33:53 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 89%] 17:33:53 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 89%] 17:33:53 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 64%] 17:33:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 64%] 17:33:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 64%] 17:33:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 64%] 17:33:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 65%] 17:33:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 65%] 17:33:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 65%] 17:33:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 65%] 17:33:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 66%] 17:33:53 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 89%] 17:33:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 66%] 17:33:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 66%] 17:33:53 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 66%] 17:33:53 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 89%] 17:33:53 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 90%] 17:33:53 tests/integration/api_plugin_test.py::PluginTest::test_install_plugin PASSED [ 49%] 17:33:53 tests/integration/api_plugin_test.py::PluginTest::test_list_plugins PASSED [ 49%] 17:33:54 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 90%] 17:33:54 tests/integration/api_plugin_test.py::PluginTest::test_plugin_privileges PASSED [ 49%] 17:33:54 tests/integration/api_plugin_test.py::PluginTest::test_remove_plugin PASSED [ 49%] 17:33:54 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 90%] 17:33:56 tests/integration/api_plugin_test.py::PluginTest::test_upgrade_plugin PASSED [ 50%] 17:33:57 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret PASSED [ 50%] 17:33:57 tests/integration/api_secret_test.py::SecretAPITest::test_create_secret_unicode_data PASSED [ 50%] 17:33:57 tests/integration/api_secret_test.py::SecretAPITest::test_inspect_secret PASSED [ 50%] 17:33:57 tests/integration/api_secret_test.py::SecretAPITest::test_list_secrets PASSED [ 51%] 17:33:58 tests/integration/api_secret_test.py::SecretAPITest::test_remove_secret PASSED [ 51%] 17:33:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_add SKIPPED [ 51%] 17:33:58 tests/integration/api_service_test.py::ServiceTest::test_create_service_cap_drop SKIPPED [ 51%] 17:33:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_custom_log_driver PASSED [ 52%] 17:33:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_global_mode PASSED [ 52%] 17:33:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_replicated_mode PASSED [ 52%] 17:33:59 tests/integration/api_service_test.py::ServiceTest::test_create_service_simple PASSED [ 52%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_config PASSED [ 53%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_custom_networks PASSED [ 53%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_dns_config PASSED [ 53%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec PASSED [ 53%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_endpoint_spec_host_publish_mode PASSED [ 54%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_env PASSED [ 54%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_failure_action_rollback PASSED [ 54%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_generic_resources PASSED [ 54%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_groups PASSED [ 55%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_healthcheck PASSED [ 55%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hostname PASSED [ 55%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_hosts PASSED [ 55%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_init PASSED [ 56%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_invalid_generic_resources PASSED [ 56%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_network_attachment_config PASSED [ 56%] 17:34:01 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 90%] 17:34:01 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 91%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement PASSED [ 56%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_maxreplicas PASSED [ 57%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_object PASSED [ 57%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_platform PASSED [ 57%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences PASSED [ 57%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_placement_preferences_tuple PASSED [ 58%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_privileges PASSED [ 58%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_readonly PASSED [ 58%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_resources_constraints PASSED [ 58%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_restart_policy PASSED [ 59%] 17:34:01 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_rollback_config PASSED [ 59%] 17:34:01 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 91%] 17:34:01 tests/integration/models_services_test.py::ServiceTest::test_create_cap_add SKIPPED [ 91%] 17:34:01 tests/integration/models_services_test.py::ServiceTest::test_create_cap_drop SKIPPED [ 91%] 17:34:01 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 92%] 17:34:01 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 92%] 17:34:01 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 92%] 17:34:01 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 92%] 17:34:01 tests/integration/models_services_test.py::ServiceTest::test_get PASSED [ 93%] 17:34:01 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 93%] 17:34:01 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 93%] 17:34:01 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 93%] 17:34:02 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 94%] 17:34:02 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 94%] 17:34:02 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 94%] 17:34:02 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 94%] 17:34:02 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 95%] 17:34:02 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 95%] 17:34:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_secret PASSED [ 59%] 17:34:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_stop_signal PASSED [ 60%] 17:34:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty PASSED [ 60%] 17:34:02 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_tty_dict PASSED [ 60%] 17:34:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_config PASSED [ 60%] 17:34:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_unicode_secret PASSED [ 61%] 17:34:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config PASSED [ 61%] 17:34:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_config_monitor PASSED [ 61%] 17:34:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_update_order PASSED [ 61%] 17:34:04 tests/integration/api_service_test.py::ServiceTest::test_create_service_with_volume_mount PASSED [ 62%] 17:34:04 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_id PASSED [ 62%] 17:34:05 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_by_name PASSED [ 62%] 17:34:05 tests/integration/api_service_test.py::ServiceTest::test_inspect_service_insert_defaults PASSED [ 62%] 17:34:05 tests/integration/api_service_test.py::ServiceTest::test_list_services PASSED [ 63%] 17:34:05 tests/integration/api_service_test.py::ServiceTest::test_list_services_filter_by_label PASSED [ 63%] 17:34:05 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_id PASSED [ 63%] 17:34:05 tests/integration/api_service_test.py::ServiceTest::test_remove_service_by_name PASSED [ 63%] 17:34:05 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 67%] 17:34:05 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 67%] 17:34:06 tests/integration/api_service_test.py::ServiceTest::test_service_logs PASSED [ 64%] 17:34:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_force_update PASSED [ 64%] 17:34:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_container_labels PASSED [ 64%] 17:34:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_healthcheck PASSED [ 64%] 17:34:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_remove_labels PASSED [ 65%] 17:34:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_container_labels PASSED [ 65%] 17:34:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_endpoint_spec PASSED [ 65%] 17:34:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_labels PASSED [ 65%] 17:34:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_mode PASSED [ 66%] 17:34:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_name PASSED [ 66%] 17:34:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_networks PASSED [ 66%] 17:34:06 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_defaults_update_config PASSED [ 66%] 17:34:06 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 67%] 17:34:07 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 95%] 17:34:07 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 67%] 17:34:08 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 68%] 17:34:10 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 68%] 17:34:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 68%] 17:34:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 68%] 17:34:12 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 69%] 17:34:13 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 95%] 17:34:14 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 96%] 17:34:14 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 96%] 17:34:14 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 96%] 17:34:14 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 96%] 17:34:14 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 69%] 17:34:14 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 97%] 17:34:14 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 97%] 17:34:16 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 97%] 17:34:17 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 97%] 17:34:17 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 98%] 17:34:17 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 98%] 17:34:17 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 98%] 17:34:18 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 98%] 17:34:18 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 99%] 17:34:18 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 99%] 17:34:18 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 99%] 17:34:18 tests/integration/api_service_test.py::ServiceTest::test_update_service_with_network_change PASSED [ 67%] 17:34:18 tests/integration/api_swarm_test.py::SwarmTest::test_init_already_in_cluster PASSED [ 67%] 17:34:18 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [100%] 17:34:18 17:34:18 ---------- coverage: platform linux, python 3.7.12-final-0 ----------- 17:34:18 Name Stmts Miss Branch BrPart Cover 17:34:18 ----------------------------------------------------------------------- 17:34:18 docker/__init__.py 8 0 0 0 100% 17:34:18 docker/api/__init__.py 1 0 0 0 100% 17:34:18 docker/api/build.py 126 26 92 23 74% 17:34:18 docker/api/client.py 261 56 92 19 76% 17:34:18 docker/api/config.py 29 0 4 1 97% 17:34:18 docker/api/container.py 265 34 104 26 83% 17:34:18 docker/api/daemon.py 39 14 14 3 53% 17:34:18 docker/api/exec_api.py 45 9 22 3 79% 17:34:18 docker/api/image.py 159 45 60 13 67% 17:34:18 docker/api/network.py 90 13 48 12 80% 17:34:18 docker/api/plugin.py 89 10 14 4 84% 17:34:18 docker/api/secret.py 34 3 8 2 83% 17:34:18 docker/api/service.py 200 58 149 32 62% 17:34:18 docker/api/swarm.py 106 15 38 10 81% 17:34:18 docker/api/volume.py 38 5 14 5 81% 17:34:18 docker/auth.py 197 93 74 22 48% 17:34:18 docker/client.py 69 5 2 1 92% 17:34:18 docker/constants.py 21 0 0 0 100% 17:34:18 docker/context/__init__.py 2 0 0 0 100% 17:34:18 docker/context/api.py 78 18 38 10 72% 17:34:18 docker/context/config.py 61 25 16 3 53% 17:34:18 docker/context/context.py 154 26 64 15 78% 17:34:18 docker/credentials/__init__.py 3 0 0 0 100% 17:34:18 docker/credentials/constants.py 4 0 0 0 100% 17:34:18 docker/credentials/errors.py 11 1 2 1 85% 17:34:18 docker/credentials/store.py 44 5 12 4 80% 17:34:18 docker/credentials/utils.py 23 13 12 1 31% 17:34:18 docker/errors.py 110 22 20 6 75% 17:34:18 docker/models/__init__.py 0 0 0 0 100% 17:34:18 docker/models/configs.py 21 8 2 0 57% 17:34:18 docker/models/containers.py 183 21 70 9 86% 17:34:18 docker/models/images.py 136 41 56 6 67% 17:34:18 docker/models/networks.py 37 1 12 2 94% 17:34:18 docker/models/nodes.py 15 1 2 0 94% 17:34:18 docker/models/plugins.py 48 29 8 0 34% 17:34:18 docker/models/resource.py 41 11 6 2 72% 17:34:18 docker/models/secrets.py 22 9 2 0 54% 17:34:18 docker/models/services.py 87 5 36 5 92% 17:34:18 docker/models/swarm.py 39 3 6 3 87% 17:34:18 docker/models/volumes.py 23 1 4 0 96% 17:34:18 docker/tls.py 37 13 14 5 57% 17:34:18 docker/transport/__init__.py 11 3 0 0 73% 17:34:18 docker/transport/basehttpadapter.py 6 3 2 0 38% 17:34:18 docker/transport/npipeconn.py 57 52 8 0 8% 17:34:18 docker/transport/npipesocket.py 134 130 20 0 3% 17:34:18 docker/transport/sshconn.py 162 123 54 0 18% 17:34:18 docker/transport/ssladapter.py 36 22 10 1 33% 17:34:18 docker/transport/unixconn.py 54 33 6 0 35% 17:34:18 docker/types/__init__.py 6 0 0 0 100% 17:34:18 docker/types/base.py 4 0 2 0 100% 17:34:18 docker/types/containers.py 419 222 326 70 45% 17:34:18 docker/types/daemon.py 36 8 14 4 72% 17:34:18 docker/types/healthcheck.py 33 12 4 1 59% 17:34:18 docker/types/networks.py 41 7 28 6 78% 17:34:18 docker/types/services.py 321 76 216 42 73% 17:34:18 docker/types/swarm.py 51 24 40 10 52% 17:34:18 docker/utils/__init__.py 3 0 0 0 100% 17:34:18 docker/utils/build.py 150 22 72 13 82% 17:34:18 docker/utils/config.py 36 9 10 5 70% 17:34:18 docker/utils/decorators.py 32 6 12 4 73% 17:34:18 docker/utils/fnmatch.py 55 27 28 4 41% 17:34:18 docker/utils/json_stream.py 40 8 14 3 76% 17:34:18 docker/utils/ports.py 50 50 32 0 0% 17:34:18 docker/utils/proxy.py 32 2 12 1 93% 17:34:18 docker/utils/socket.py 85 9 40 7 86% 17:34:18 docker/utils/utils.py 278 98 171 32 60% 17:34:18 docker/version.py 2 0 2 0 100% 17:34:18 ----------------------------------------------------------------------- 17:34:18 TOTAL 5090 1585 2240 451 65% 17:34:18 17:34:18 17:34:18 =========================== short test summary info ============================ 17:34:18 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options 17:34:18 CONFIG_RT_GROUP_SCHED isn't enabled 17:34:18 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt 17:34:18 Not supported on most drivers 17:34:18 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs 17:34:18 Output of docker top depends on host distro, and is not formalized. 17:34:18 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver 17:34:18 This doesn't seem to be taken into account by the engine 17:34:18 SKIPPED [3] tests/helpers.py:69: Feature requires Docker Engine experimental mode 17:34:18 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME 17:34:18 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41) 17:34:18 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41) 17:34:18 SKIPPED [1] tests/integration/api_swarm_test.py:30: Test stalls the engine on 1.12.0 17:34:18 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41) 17:34:18 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41) 17:34:18 ======= 378 passed, 9 skipped, 4 xfailed, 4 xpassed in 280.27s (0:04:40) ======= [Pipeline] sh 17:34:19 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_both_args PASSED [ 67%] 17:34:19 + docker stop dpy-dind-131-0-py3.7-19.03.12 17:34:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_defaults PASSED [ 67%] 17:34:20 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 69%] 17:34:22 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_pool PASSED [ 68%] 17:34:23 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_addr_pool_only_subnet_size PASSED [ 68%] 17:34:25 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_custom_raft_spec PASSED [ 68%] 17:34:26 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 69%] 17:34:26 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr XPASS [ 68%] 17:34:26 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_force_new_cluster SKIPPED [ 69%] 17:34:27 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 70%] 17:34:28 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_simple PASSED [ 69%] 17:34:28 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 70%] 17:34:29 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_autolock_managers PASSED [ 69%] 17:34:29 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED [ 70%] 17:34:31 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED [ 70%] 17:34:31 dpy-dind-131-0-py3.7-19.03.12 [Pipeline] sh 17:34:32 + docker run --rm -d --name dpy-dind-131-0-py3.7-19.03.12 -v /tmp --privileged --network dpy-testnet-131-0-py3.7-19.03.12 dockerpinata/docker-py:sshdind-a48a5a9647761406d66e8271f19fab7fa0c5f582 dockerd --experimental 17:34:32 801863c0e3d838b98549e6ce32ae365cc397fbbd55113555ae35e211e89e74d2 17:34:32 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 71%] [Pipeline] sh 17:34:33 + docker exec dpy-dind-131-0-py3.7-19.03.12 sh -c /usr/sbin/sshd [Pipeline] sh 17:34:33 + docker run --rm --name dpy-tests-131-0-py3.7-19.03.12 -e DOCKER_HOST=ssh://dpy-dind-131-0-py3.7-19.03.12:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-131-0-py3.7-19.03.12 --volumes-from dpy-dind-131-0-py3.7-19.03.12 -v /home/ubuntu/workspace/docker-py_master@tmp/73f4a141-7892-45b0-bdc6-9694582b0281/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-a48a5a9647761406d66e8271f19fab7fa0c5f582 py.test -v -rxs --cov=docker tests/ssh 17:34:34 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 71%] 17:34:34 ============================= test session starts ============================== 17:34:34 platform linux -- Python 3.7.12, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 -- /usr/local/bin/python 17:34:34 cachedir: .pytest_cache 17:34:34 rootdir: /src, configfile: pytest.ini 17:34:34 plugins: timeout-2.0.1, cov-3.0.0 17:34:35 collecting ... collected 24 items 17:34:35 17:34:36 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_ca_config PASSED [ 69%] 17:34:37 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [ 4%] 17:34:37 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED [ 8%] 17:34:37 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%] 17:34:37 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [ 16%] 17:34:39 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%] 17:34:40 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%] 17:34:40 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED [ 71%] 17:34:41 tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver XFAIL [ 70%] 17:34:41 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%] 17:34:41 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%] 17:34:42 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED [ 37%] 17:34:42 tests/integration/api_swarm_test.py::SwarmTest::test_inspect_node PASSED [ 70%] 17:34:42 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED [ 41%] 17:34:43 tests/integration/api_swarm_test.py::SwarmTest::test_leave_swarm PASSED [ 70%] 17:34:43 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%] 17:34:44 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED [ 50%] 17:34:45 tests/integration/api_swarm_test.py::SwarmTest::test_list_nodes PASSED [ 70%] 17:34:45 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 71%] 17:34:45 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 72%] 17:34:46 tests/integration/api_swarm_test.py::SwarmTest::test_remove_main_node PASSED [ 71%] 17:34:46 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED [ 54%] 17:34:47 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED [ 58%] 17:34:47 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED [ 62%] 17:34:47 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%] 17:34:50 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%] 17:34:50 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%] 17:34:52 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%] 17:34:53 tests/integration/api_swarm_test.py::SwarmTest::test_rotate_manager_unlock_key PASSED [ 71%] 17:34:54 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%] 17:34:57 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%] 17:34:57 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED [ 91%] 17:34:57 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%] 17:34:58 tests/integration/api_swarm_test.py::SwarmTest::test_update_node PASSED [ 71%] 17:34:58 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS (Cur...) [100%] 17:34:58 17:34:58 ---------- coverage: platform linux, python 3.7.12-final-0 ----------- 17:34:58 Name Stmts Miss Branch BrPart Cover 17:34:58 ----------------------------------------------------------------------- 17:34:58 docker/__init__.py 8 0 0 0 100% 17:34:58 docker/api/__init__.py 1 0 0 0 100% 17:34:58 docker/api/build.py 126 22 92 23 78% 17:34:58 docker/api/client.py 261 101 92 15 56% 17:34:58 docker/api/config.py 29 18 4 0 33% 17:34:58 docker/api/container.py 265 171 104 10 28% 17:34:58 docker/api/daemon.py 39 28 14 0 21% 17:34:58 docker/api/exec_api.py 45 36 22 0 13% 17:34:58 docker/api/image.py 159 108 60 5 26% 17:34:58 docker/api/network.py 90 56 48 7 30% 17:34:58 docker/api/plugin.py 89 68 14 0 20% 17:34:58 docker/api/secret.py 34 22 8 0 29% 17:34:58 docker/api/service.py 200 176 149 0 7% 17:34:58 docker/api/swarm.py 106 77 38 0 20% 17:34:58 docker/api/volume.py 38 29 14 0 17% 17:34:58 docker/auth.py 197 93 74 22 48% 17:34:58 docker/client.py 69 20 2 0 69% 17:34:58 docker/constants.py 21 0 0 0 100% 17:34:58 docker/context/__init__.py 2 0 0 0 100% 17:34:58 docker/context/api.py 78 57 38 0 18% 17:34:58 docker/context/config.py 61 42 16 1 26% 17:34:58 docker/context/context.py 154 113 64 2 20% 17:34:58 docker/credentials/__init__.py 3 0 0 0 100% 17:34:58 docker/credentials/constants.py 4 0 0 0 100% 17:34:58 docker/credentials/errors.py 11 4 2 0 54% 17:34:58 docker/credentials/store.py 44 30 12 0 25% 17:34:58 docker/credentials/utils.py 23 18 12 0 14% 17:34:58 docker/errors.py 110 38 20 5 61% 17:34:58 docker/models/__init__.py 0 0 0 0 100% 17:34:58 docker/models/configs.py 21 8 2 0 57% 17:34:58 docker/models/containers.py 183 131 70 0 21% 17:34:58 docker/models/images.py 136 92 56 0 23% 17:34:58 docker/models/networks.py 37 20 12 0 35% 17:34:58 docker/models/nodes.py 15 5 2 0 59% 17:34:58 docker/models/plugins.py 48 29 8 0 34% 17:34:58 docker/models/resource.py 41 24 6 0 36% 17:34:58 docker/models/secrets.py 22 9 2 0 54% 17:34:58 docker/models/services.py 87 63 36 0 20% 17:34:58 docker/models/swarm.py 39 21 6 0 40% 17:34:58 docker/models/volumes.py 23 10 4 0 48% 17:34:58 docker/tls.py 37 26 14 0 22% 17:34:58 docker/transport/__init__.py 11 3 0 0 73% 17:34:58 docker/transport/basehttpadapter.py 6 0 2 1 88% 17:34:58 docker/transport/npipeconn.py 57 52 8 0 8% 17:34:58 docker/transport/npipesocket.py 134 130 20 0 3% 17:34:58 docker/transport/sshconn.py 162 58 54 15 55% 17:34:58 docker/transport/ssladapter.py 36 22 10 1 33% 17:34:58 docker/transport/unixconn.py 54 33 6 0 35% 17:34:58 docker/types/__init__.py 6 0 0 0 100% 17:34:58 docker/types/base.py 4 2 2 0 33% 17:34:58 docker/types/containers.py 419 356 326 11 10% 17:34:58 docker/types/daemon.py 36 26 14 0 20% 17:34:58 docker/types/healthcheck.py 33 20 4 0 35% 17:34:58 docker/types/networks.py 41 21 28 8 41% 17:34:58 docker/types/services.py 321 269 216 0 10% 17:34:58 docker/types/swarm.py 51 45 40 0 7% 17:34:58 docker/utils/__init__.py 3 0 0 0 100% 17:34:58 docker/utils/build.py 150 24 72 13 81% 17:34:58 docker/utils/config.py 36 9 10 5 70% 17:34:58 docker/utils/decorators.py 32 6 12 4 73% 17:34:58 docker/utils/fnmatch.py 55 27 28 4 41% 17:34:58 docker/utils/json_stream.py 40 8 14 3 76% 17:34:58 docker/utils/ports.py 50 50 32 0 0% 17:34:58 docker/utils/proxy.py 32 3 12 2 89% 17:34:58 docker/utils/socket.py 85 64 40 0 17% 17:34:58 docker/utils/utils.py 278 182 171 25 29% 17:34:58 docker/version.py 2 0 2 0 100% 17:34:58 ----------------------------------------------------------------------- 17:34:58 TOTAL 5090 3175 2240 182 31% 17:34:58 17:34:58 17:34:58 ======================== 23 passed, 1 xpassed in 24.21s ======================== [Pipeline] sh 17:34:59 + docker stop dpy-dind-131-0-py3.7-19.03.12 17:34:59 tests/integration/api_swarm_test.py::SwarmTest::test_update_swarm PASSED [ 71%] 17:34:59 tests/integration/api_volume_test.py::TestVolumes::test_create_volume PASSED [ 72%] 17:35:00 dpy-dind-131-0-py3.7-19.03.12 17:35:00 + docker network rm dpy-testnet-131-0-py3.7-19.03.12 17:35:00 dpy-testnet-131-0-py3.7-19.03.12 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } 17:35:00 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 72%] 17:35:00 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 72%] 17:35:00 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 72%] 17:35:00 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 73%] 17:35:00 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 73%] 17:35:00 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 73%] 17:35:00 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 73%] 17:35:00 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 74%] 17:35:00 tests/integration/client_test.py::ClientTest::test_df PASSED [ 74%] 17:35:00 tests/integration/client_test.py::ClientTest::test_info PASSED [ 74%] 17:35:00 tests/integration/client_test.py::ClientTest::test_ping PASSED [ 74%] 17:35:00 tests/integration/client_test.py::ClientTest::test_version PASSED [ 75%] 17:35:02 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 75%] 17:35:02 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 75%] 17:35:02 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 75%] 17:35:02 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 76%] 17:35:03 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 76%] 17:35:04 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 76%] 17:35:04 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 76%] 17:35:04 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 77%] 17:35:05 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 77%] 17:35:05 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 77%] 17:35:08 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 77%] 17:35:10 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 78%] 17:35:10 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%] 17:35:10 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 78%] 17:35:11 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 78%] 17:35:12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 79%] 17:35:12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 79%] 17:35:12 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 79%] 17:35:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 80%] 17:35:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 80%] 17:35:13 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 80%] 17:35:14 tests/integration/api_volume_test.py::TestVolumes::test_create_volume_invalid_driver PASSED [ 72%] 17:35:14 tests/integration/api_volume_test.py::TestVolumes::test_force_remove_volume PASSED [ 72%] 17:35:14 tests/integration/api_volume_test.py::TestVolumes::test_inspect_nonexistent_volume PASSED [ 72%] 17:35:14 tests/integration/api_volume_test.py::TestVolumes::test_inspect_volume PASSED [ 73%] 17:35:14 tests/integration/api_volume_test.py::TestVolumes::test_list_volumes PASSED [ 73%] 17:35:14 tests/integration/api_volume_test.py::TestVolumes::test_prune_volumes PASSED [ 73%] 17:35:14 tests/integration/api_volume_test.py::TestVolumes::test_remove_nonexistent_volume PASSED [ 73%] 17:35:14 tests/integration/api_volume_test.py::TestVolumes::test_remove_volume PASSED [ 74%] 17:35:14 tests/integration/client_test.py::ClientTest::test_df PASSED [ 74%] 17:35:14 tests/integration/client_test.py::ClientTest::test_info PASSED [ 74%] 17:35:14 tests/integration/client_test.py::ClientTest::test_ping PASSED [ 74%] 17:35:14 tests/integration/client_test.py::ClientTest::test_version PASSED [ 75%] 17:35:14 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 80%] 17:35:15 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 81%] 17:35:15 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 81%] 17:35:16 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 81%] 17:35:16 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 81%] 17:35:17 tests/integration/client_test.py::CancellableEventsTest::test_cancel_events PASSED [ 75%] 17:35:17 tests/integration/context_api_test.py::ContextLifecycleTest::test_context_remove PASSED [ 75%] 17:35:17 tests/integration/context_api_test.py::ContextLifecycleTest::test_lifecycle PASSED [ 75%] 17:35:17 tests/integration/context_api_test.py::ContextLifecycleTest::test_load_context_without_orchestrator PASSED [ 76%] 17:35:17 tests/integration/errors_test.py::ErrorsTest::test_api_error_parses_json PASSED [ 76%] 17:35:17 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 82%] 17:35:17 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 82%] 17:35:17 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 82%] 17:35:17 tests/integration/models_containers_test.py::ContainerCollectionTest::test_get PASSED [ 76%] 17:35:18 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 82%] 17:35:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list PASSED [ 76%] 17:35:18 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 83%] 17:35:18 tests/integration/models_containers_test.py::ContainerCollectionTest::test_list_sparse PASSED [ 77%] 17:35:19 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 83%] 17:35:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run PASSED [ 77%] 17:35:19 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 83%] 17:35:19 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_detach PASSED [ 77%] 17:35:19 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 83%] 17:35:20 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 84%] 17:35:22 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove PASSED [ 77%] 17:35:24 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_auto_remove_error PASSED [ 78%] 17:35:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_error PASSED [ 78%] 17:35:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_image_that_does_not_exist PASSED [ 78%] 17:35:25 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_json_file_driver PASSED [ 78%] 17:35:26 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_named_volume PASSED [ 79%] 17:35:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_network PASSED [ 79%] 17:35:27 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_none_driver PASSED [ 79%] 17:35:28 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_proxy_config PASSED [ 80%] 17:35:28 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs PASSED [ 80%] 17:35:28 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_streamed_logs_and_cancel PASSED [ 80%] 17:35:29 tests/integration/models_containers_test.py::ContainerCollectionTest::test_run_with_volume PASSED [ 80%] 17:35:30 tests/integration/models_containers_test.py::ContainerTest::test_commit PASSED [ 81%] 17:35:30 tests/integration/models_containers_test.py::ContainerTest::test_create_with_volume_driver PASSED [ 81%] 17:35:31 tests/integration/models_containers_test.py::ContainerTest::test_diff PASSED [ 81%] 17:35:31 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed PASSED [ 81%] 17:35:32 tests/integration/models_containers_test.py::ContainerTest::test_exec_run_success PASSED [ 82%] 17:35:32 tests/integration/models_containers_test.py::ContainerTest::test_kill PASSED [ 82%] 17:35:32 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 84%] 17:35:32 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 84%] 17:35:33 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 84%] 17:35:33 tests/integration/models_containers_test.py::ContainerTest::test_logs PASSED [ 82%] 17:35:33 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 85%] 17:35:33 tests/integration/models_containers_test.py::ContainerTest::test_pause PASSED [ 82%] 17:35:33 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 85%] 17:35:34 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_list PASSED [ 83%] 17:35:34 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 85%] 17:35:34 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_none PASSED [ 83%] 17:35:35 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 85%] 17:35:35 tests/integration/models_containers_test.py::ContainerTest::test_ports_target_tuple PASSED [ 83%] 17:35:35 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 86%] 17:35:35 tests/integration/models_containers_test.py::ContainerTest::test_remove PASSED [ 83%] 17:35:36 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 86%] 17:35:36 tests/integration/models_containers_test.py::ContainerTest::test_rename PASSED [ 84%] 17:35:36 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 86%] 17:35:36 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 86%] 17:35:36 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 87%] 17:35:37 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 87%] 17:35:37 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 87%] 17:35:37 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 87%] 17:35:38 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 88%] 17:35:38 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 88%] 17:35:38 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 88%] 17:35:38 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 88%] 17:35:38 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 89%] 17:35:38 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 89%] 17:35:39 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 89%] 17:35:39 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 89%] 17:35:39 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 90%] 17:35:39 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 90%] 17:35:40 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 90%] 17:35:45 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 90%] 17:35:46 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 91%] 17:35:47 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 91%] 17:35:47 tests/integration/models_services_test.py::ServiceTest::test_create_cap_add SKIPPED [ 91%] 17:35:47 tests/integration/models_services_test.py::ServiceTest::test_create_cap_drop SKIPPED [ 91%] 17:35:47 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 92%] 17:35:47 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 92%] 17:35:47 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 92%] 17:35:47 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 92%] 17:35:47 tests/integration/models_services_test.py::ServiceTest::test_get PASSED [ 93%] 17:35:47 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 93%] 17:35:47 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 93%] 17:35:47 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 93%] 17:35:47 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 94%] 17:35:47 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 94%] 17:35:47 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 94%] 17:35:47 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 94%] 17:35:47 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 95%] 17:35:47 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 95%] 17:35:47 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 95%] 17:35:48 tests/integration/models_containers_test.py::ContainerTest::test_restart PASSED [ 84%] 17:35:48 tests/integration/models_containers_test.py::ContainerTest::test_start PASSED [ 84%] 17:35:49 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 95%] 17:35:49 tests/integration/models_containers_test.py::ContainerTest::test_stats PASSED [ 84%] 17:35:50 tests/integration/models_containers_test.py::ContainerTest::test_stop PASSED [ 85%] 17:35:50 tests/integration/models_containers_test.py::ContainerTest::test_top PASSED [ 85%] 17:35:50 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 96%] 17:35:50 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 96%] 17:35:50 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 96%] 17:35:50 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 96%] 17:35:50 tests/integration/models_containers_test.py::ContainerTest::test_update PASSED [ 85%] 17:35:50 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 97%] 17:35:50 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 97%] 17:35:51 tests/integration/models_containers_test.py::ContainerTest::test_wait PASSED [ 85%] 17:35:52 tests/integration/models_images_test.py::ImageCollectionTest::test_build PASSED [ 86%] 17:35:52 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_error PASSED [ 86%] 17:35:53 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 97%] 17:35:53 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_multiple_success PASSED [ 86%] 17:35:53 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 97%] 17:35:54 tests/integration/models_images_test.py::ImageCollectionTest::test_build_with_success_build_output PASSED [ 86%] 17:35:54 tests/integration/models_images_test.py::ImageCollectionTest::test_list PASSED [ 87%] 17:35:54 tests/integration/models_images_test.py::ImageCollectionTest::test_list_with_repository PASSED [ 87%] 17:35:54 tests/integration/models_images_test.py::ImageCollectionTest::test_load_error PASSED [ 87%] 17:35:54 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 98%] 17:35:54 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 98%] 17:35:54 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 98%] 17:35:54 tests/integration/models_images_test.py::ImageCollectionTest::test_pull PASSED [ 87%] 17:35:54 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 98%] 17:35:54 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 99%] 17:35:54 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 99%] 17:35:54 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 99%] 17:35:54 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple PASSED [ 88%] 17:35:55 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [100%] 17:35:55 17:35:55 =================================== FAILURES =================================== 17:35:55 __________________ AttachContainerTest.test_attach_no_stream ___________________ 17:35:55 tests/integration/api_container_test.py:1230: in test_attach_no_stream 17:35:55 assert output == 'hello\n'.encode(encoding='ascii') 17:35:55 E AssertionError: assert b'' == b'hello\n' 17:35:55 E Full diff: 17:35:55 E - b'hello\n' 17:35:55 E + b'' 17:35:55 17:35:55 ---------- coverage: platform linux, python 3.7.12-final-0 ----------- 17:35:55 Name Stmts Miss Branch BrPart Cover 17:35:55 ----------------------------------------------------------------------- 17:35:55 docker/__init__.py 8 0 0 0 100% 17:35:55 docker/api/__init__.py 1 0 0 0 100% 17:35:55 docker/api/build.py 126 26 92 23 74% 17:35:55 docker/api/client.py 261 56 92 19 76% 17:35:55 docker/api/config.py 29 0 4 1 97% 17:35:55 docker/api/container.py 265 34 104 26 83% 17:35:55 docker/api/daemon.py 39 14 14 3 53% 17:35:55 docker/api/exec_api.py 45 9 22 3 79% 17:35:55 docker/api/image.py 159 45 60 13 67% 17:35:55 docker/api/network.py 90 13 48 12 80% 17:35:55 docker/api/plugin.py 89 10 14 4 84% 17:35:55 docker/api/secret.py 34 3 8 2 83% 17:35:55 docker/api/service.py 200 58 149 32 62% 17:35:55 docker/api/swarm.py 106 15 38 10 81% 17:35:55 docker/api/volume.py 38 5 14 5 81% 17:35:55 docker/auth.py 197 93 74 22 48% 17:35:55 docker/client.py 69 5 2 1 92% 17:35:55 docker/constants.py 21 0 0 0 100% 17:35:55 docker/context/__init__.py 2 0 0 0 100% 17:35:55 docker/context/api.py 78 18 38 10 72% 17:35:55 docker/context/config.py 61 25 16 3 53% 17:35:55 docker/context/context.py 154 26 64 15 78% 17:35:55 docker/credentials/__init__.py 3 0 0 0 100% 17:35:55 docker/credentials/constants.py 4 0 0 0 100% 17:35:55 docker/credentials/errors.py 11 1 2 1 85% 17:35:55 docker/credentials/store.py 44 5 12 4 80% 17:35:55 docker/credentials/utils.py 23 13 12 1 31% 17:35:55 docker/errors.py 110 22 20 6 75% 17:35:55 docker/models/__init__.py 0 0 0 0 100% 17:35:55 docker/models/configs.py 21 8 2 0 57% 17:35:55 docker/models/containers.py 183 21 70 9 86% 17:35:55 docker/models/images.py 136 41 56 6 67% 17:35:55 docker/models/networks.py 37 1 12 2 94% 17:35:55 docker/models/nodes.py 15 1 2 0 94% 17:35:55 docker/models/plugins.py 48 29 8 0 34% 17:35:55 docker/models/resource.py 41 11 6 2 72% 17:35:55 docker/models/secrets.py 22 9 2 0 54% 17:35:55 docker/models/services.py 87 5 36 5 92% 17:35:55 docker/models/swarm.py 39 3 6 3 87% 17:35:55 docker/models/volumes.py 23 1 4 0 96% 17:35:55 docker/tls.py 37 13 14 5 57% 17:35:55 docker/transport/__init__.py 11 3 0 0 73% 17:35:55 docker/transport/basehttpadapter.py 6 3 2 0 38% 17:35:55 docker/transport/npipeconn.py 57 52 8 0 8% 17:35:55 docker/transport/npipesocket.py 134 130 20 0 3% 17:35:55 docker/transport/sshconn.py 162 123 54 0 18% 17:35:55 docker/transport/ssladapter.py 36 22 10 1 33% 17:35:55 docker/transport/unixconn.py 54 33 6 0 35% 17:35:55 docker/types/__init__.py 6 0 0 0 100% 17:35:55 docker/types/base.py 4 0 2 0 100% 17:35:55 docker/types/containers.py 419 222 326 70 45% 17:35:55 docker/types/daemon.py 36 8 14 4 72% 17:35:55 docker/types/healthcheck.py 33 12 4 1 59% 17:35:55 docker/types/networks.py 41 7 28 6 78% 17:35:55 docker/types/services.py 321 76 216 42 73% 17:35:55 docker/types/swarm.py 51 24 40 10 52% 17:35:55 docker/utils/__init__.py 3 0 0 0 100% 17:35:55 docker/utils/build.py 150 22 72 13 82% 17:35:55 docker/utils/config.py 36 9 10 5 70% 17:35:55 docker/utils/decorators.py 32 6 12 4 73% 17:35:55 docker/utils/fnmatch.py 55 27 28 4 41% 17:35:55 docker/utils/json_stream.py 40 8 14 3 76% 17:35:55 docker/utils/ports.py 50 50 32 0 0% 17:35:55 docker/utils/proxy.py 32 2 12 1 93% 17:35:55 docker/utils/socket.py 85 9 40 7 86% 17:35:55 docker/utils/utils.py 278 98 171 32 60% 17:35:55 docker/version.py 2 0 2 0 100% 17:35:55 ----------------------------------------------------------------------- 17:35:55 TOTAL 5090 1585 2240 451 65% 17:35:55 17:35:55 =========================== short test summary info ============================ 17:35:55 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options 17:35:55 CONFIG_RT_GROUP_SCHED isn't enabled 17:35:55 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt 17:35:55 Not supported on most drivers 17:35:55 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs 17:35:55 Output of docker top depends on host distro, and is not formalized. 17:35:55 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver 17:35:55 This doesn't seem to be taken into account by the engine 17:35:55 SKIPPED [3] tests/helpers.py:69: Feature requires Docker Engine experimental mode 17:35:55 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME 17:35:55 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41) 17:35:55 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41) 17:35:55 SKIPPED [1] tests/integration/api_swarm_test.py:30: Test stalls the engine on 1.12.0 17:35:55 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41) 17:35:55 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41) 17:35:55 == 1 failed, 377 passed, 9 skipped, 4 xfailed, 4 xpassed in 270.86s (0:04:30) == 17:35:55 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_sha PASSED [ 88%] 17:35:55 tests/integration/models_images_test.py::ImageCollectionTest::test_pull_with_tag PASSED [ 88%] 17:35:55 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load PASSED [ 88%] [Pipeline] sh 17:35:55 tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name PASSED [ 89%] 17:35:55 tests/integration/models_images_test.py::ImageCollectionTest::test_save_name_error PASSED [ 89%] 17:35:55 + docker stop dpy-dind-131-0-py3.7-20.10.9 17:35:56 tests/integration/models_images_test.py::ImageTest::test_tag_and_remove PASSED [ 89%] 17:35:56 tests/integration/models_networks_test.py::NetworkCollectionTest::test_create PASSED [ 89%] 17:35:56 tests/integration/models_networks_test.py::NetworkCollectionTest::test_get PASSED [ 90%] 17:35:56 tests/integration/models_networks_test.py::NetworkCollectionTest::test_list_remove PASSED [ 90%] 17:35:57 tests/integration/models_networks_test.py::NetworkTest::test_connect_disconnect PASSED [ 90%] 17:36:03 tests/integration/models_nodes_test.py::NodesTest::test_list_get_update PASSED [ 90%] 17:36:03 tests/integration/models_resources_test.py::ModelTest::test_reload PASSED [ 91%] 17:36:04 tests/integration/models_services_test.py::ServiceTest::test_create PASSED [ 91%] 17:36:04 tests/integration/models_services_test.py::ServiceTest::test_create_cap_add SKIPPED [ 91%] 17:36:04 tests/integration/models_services_test.py::ServiceTest::test_create_cap_drop SKIPPED [ 91%] 17:36:04 tests/integration/models_services_test.py::ServiceTest::test_create_with_network PASSED [ 92%] 17:36:04 tests/integration/models_services_test.py::ServiceTest::test_force_update_service PASSED [ 92%] 17:36:04 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_bool PASSED [ 92%] 17:36:04 tests/integration/models_services_test.py::ServiceTest::test_force_update_service_using_shorthand_method PASSED [ 92%] 17:36:04 tests/integration/models_services_test.py::ServiceTest::test_get PASSED [ 93%] 17:36:04 tests/integration/models_services_test.py::ServiceTest::test_list_remove PASSED [ 93%] 17:36:04 tests/integration/models_services_test.py::ServiceTest::test_scale_method_global_service PASSED [ 93%] 17:36:04 tests/integration/models_services_test.py::ServiceTest::test_scale_method_service PASSED [ 93%] 17:36:04 tests/integration/models_services_test.py::ServiceTest::test_scale_service PASSED [ 94%] 17:36:04 tests/integration/models_services_test.py::ServiceTest::test_tasks PASSED [ 94%] 17:36:04 tests/integration/models_services_test.py::ServiceTest::test_update PASSED [ 94%] 17:36:04 tests/integration/models_services_test.py::ServiceTest::test_update_remove_service_labels PASSED [ 94%] 17:36:04 tests/integration/models_services_test.py::ServiceTest::test_update_retains_container_labels PASSED [ 95%] 17:36:04 tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks XPASS [ 95%] 17:36:05 tests/integration/models_services_test.py::ServiceTest::test_update_retains_service_labels PASSED [ 95%] 17:36:07 tests/integration/models_swarm_test.py::SwarmTest::test_init_update_leave PASSED [ 95%] 17:36:08 tests/integration/models_swarm_test.py::SwarmTest::test_join_on_already_joined_swarm PASSED [ 96%] 17:36:08 dpy-dind-131-0-py3.7-20.10.9 17:36:08 + docker network rm dpy-testnet-131-0-py3.7-20.10.9 17:36:08 dpy-testnet-131-0-py3.7-20.10.9 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py3.7_20.10.9 17:36:08 tests/integration/models_volumes_test.py::VolumesTest::test_create_get PASSED [ 96%] 17:36:08 tests/integration/models_volumes_test.py::VolumesTest::test_list_remove PASSED [ 96%] 17:36:08 tests/integration/regression_test.py::TestRegressions::test_443_handle_nonchunked_response_in_stream PASSED [ 96%] 17:36:08 tests/integration/regression_test.py::TestRegressions::test_542_truncate_ids_client_side PASSED [ 97%] 17:36:08 tests/integration/regression_test.py::TestRegressions::test_647_support_doubleslash_in_image_names PASSED [ 97%] 17:36:11 tests/integration/regression_test.py::TestRegressions::test_649_handle_timeout_value_none PASSED [ 97%] 17:36:11 tests/integration/regression_test.py::TestRegressions::test_715_handle_user_param_as_int_value PASSED [ 97%] 17:36:12 tests/integration/regression_test.py::TestRegressions::test_792_explicit_port_protocol PASSED [ 98%] 17:36:12 tests/integration/credentials/store_test.py::TestStore::test_store_and_get PASSED [ 98%] 17:36:12 tests/integration/credentials/store_test.py::TestStore::test_get_nonexistent PASSED [ 98%] 17:36:12 tests/integration/credentials/store_test.py::TestStore::test_store_and_erase PASSED [ 98%] 17:36:12 tests/integration/credentials/store_test.py::TestStore::test_unicode_strings PASSED [ 99%] 17:36:12 tests/integration/credentials/store_test.py::TestStore::test_list PASSED [ 99%] 17:36:12 tests/integration/credentials/store_test.py::TestStore::test_execute_with_env_override PASSED [ 99%] 17:36:13 tests/integration/credentials/utils_test.py::test_create_environment_dict PASSED [100%] 17:36:13 17:36:13 ---------- coverage: platform linux, python 3.7.12-final-0 ----------- 17:36:13 Name Stmts Miss Branch BrPart Cover 17:36:13 ----------------------------------------------------------------------- 17:36:13 docker/__init__.py 8 0 0 0 100% 17:36:13 docker/api/__init__.py 1 0 0 0 100% 17:36:13 docker/api/build.py 126 26 92 23 74% 17:36:13 docker/api/client.py 261 56 92 19 76% 17:36:13 docker/api/config.py 29 0 4 1 97% 17:36:13 docker/api/container.py 265 34 104 26 83% 17:36:13 docker/api/daemon.py 39 14 14 3 53% 17:36:13 docker/api/exec_api.py 45 9 22 3 79% 17:36:13 docker/api/image.py 159 45 60 13 67% 17:36:13 docker/api/network.py 90 13 48 12 80% 17:36:13 docker/api/plugin.py 89 10 14 4 84% 17:36:13 docker/api/secret.py 34 3 8 2 83% 17:36:13 docker/api/service.py 200 58 149 32 62% 17:36:13 docker/api/swarm.py 106 15 38 10 81% 17:36:13 docker/api/volume.py 38 5 14 5 81% 17:36:13 docker/auth.py 197 93 74 22 48% 17:36:13 docker/client.py 69 5 2 1 92% 17:36:13 docker/constants.py 21 0 0 0 100% 17:36:13 docker/context/__init__.py 2 0 0 0 100% 17:36:13 docker/context/api.py 78 18 38 10 72% 17:36:13 docker/context/config.py 61 25 16 3 53% 17:36:13 docker/context/context.py 154 26 64 15 78% 17:36:13 docker/credentials/__init__.py 3 0 0 0 100% 17:36:13 docker/credentials/constants.py 4 0 0 0 100% 17:36:13 docker/credentials/errors.py 11 1 2 1 85% 17:36:13 docker/credentials/store.py 44 5 12 4 80% 17:36:13 docker/credentials/utils.py 23 13 12 1 31% 17:36:13 docker/errors.py 110 22 20 6 75% 17:36:13 docker/models/__init__.py 0 0 0 0 100% 17:36:13 docker/models/configs.py 21 8 2 0 57% 17:36:13 docker/models/containers.py 183 21 70 9 86% 17:36:13 docker/models/images.py 136 41 56 6 67% 17:36:13 docker/models/networks.py 37 1 12 2 94% 17:36:13 docker/models/nodes.py 15 1 2 0 94% 17:36:13 docker/models/plugins.py 48 29 8 0 34% 17:36:13 docker/models/resource.py 41 11 6 2 72% 17:36:13 docker/models/secrets.py 22 9 2 0 54% 17:36:13 docker/models/services.py 87 5 36 5 92% 17:36:13 docker/models/swarm.py 39 3 6 3 87% 17:36:13 docker/models/volumes.py 23 1 4 0 96% 17:36:13 docker/tls.py 37 13 14 5 57% 17:36:13 docker/transport/__init__.py 11 3 0 0 73% 17:36:13 docker/transport/basehttpadapter.py 6 3 2 0 38% 17:36:13 docker/transport/npipeconn.py 57 52 8 0 8% 17:36:13 docker/transport/npipesocket.py 134 130 20 0 3% 17:36:13 docker/transport/sshconn.py 162 123 54 0 18% 17:36:13 docker/transport/ssladapter.py 36 22 10 1 33% 17:36:13 docker/transport/unixconn.py 54 33 6 0 35% 17:36:13 docker/types/__init__.py 6 0 0 0 100% 17:36:13 docker/types/base.py 4 0 2 0 100% 17:36:13 docker/types/containers.py 419 222 326 70 45% 17:36:13 docker/types/daemon.py 36 8 14 4 72% 17:36:13 docker/types/healthcheck.py 33 12 4 1 59% 17:36:13 docker/types/networks.py 41 7 28 6 78% 17:36:13 docker/types/services.py 321 76 216 42 73% 17:36:13 docker/types/swarm.py 51 24 40 10 52% 17:36:13 docker/utils/__init__.py 3 0 0 0 100% 17:36:13 docker/utils/build.py 150 22 72 13 82% 17:36:13 docker/utils/config.py 36 9 10 5 70% 17:36:13 docker/utils/decorators.py 32 6 12 4 73% 17:36:13 docker/utils/fnmatch.py 55 27 28 4 41% 17:36:13 docker/utils/json_stream.py 40 8 14 3 76% 17:36:13 docker/utils/ports.py 50 50 32 0 0% 17:36:13 docker/utils/proxy.py 32 2 12 1 93% 17:36:13 docker/utils/socket.py 85 9 40 7 86% 17:36:13 docker/utils/utils.py 278 98 171 32 60% 17:36:13 docker/version.py 2 0 2 0 100% 17:36:13 ----------------------------------------------------------------------- 17:36:13 TOTAL 5090 1585 2240 451 65% 17:36:13 17:36:13 17:36:13 =========================== short test summary info ============================ 17:36:13 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options 17:36:13 CONFIG_RT_GROUP_SCHED isn't enabled 17:36:13 XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt 17:36:13 Not supported on most drivers 17:36:13 XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs 17:36:13 Output of docker top depends on host distro, and is not formalized. 17:36:13 XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver 17:36:13 This doesn't seem to be taken into account by the engine 17:36:13 SKIPPED [3] tests/helpers.py:69: Feature requires Docker Engine experimental mode 17:36:13 SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME 17:36:13 SKIPPED [1] tests/integration/api_service_test.py:1360: API version is too low (< 1.41) 17:36:13 SKIPPED [1] tests/integration/api_service_test.py:1375: API version is too low (< 1.41) 17:36:13 SKIPPED [1] tests/integration/api_swarm_test.py:30: Test stalls the engine on 1.12.0 17:36:13 SKIPPED [1] tests/integration/models_services_test.py:337: API version is too low (< 1.41) 17:36:13 SKIPPED [1] tests/integration/models_services_test.py:356: API version is too low (< 1.41) 17:36:13 ======= 378 passed, 9 skipped, 4 xfailed, 4 xpassed in 288.09s (0:04:48) ======= [Pipeline] sh 17:36:13 + docker stop dpy-dind-131-0-py3.7-19.03.13 17:36:25 dpy-dind-131-0-py3.7-19.03.13 [Pipeline] sh 17:36:26 + docker run --rm -d --name dpy-dind-131-0-py3.7-19.03.13 -v /tmp --privileged --network dpy-testnet-131-0-py3.7-19.03.13 dockerpinata/docker-py:sshdind-a48a5a9647761406d66e8271f19fab7fa0c5f582 dockerd --experimental 17:36:26 7d8cd3223d5923d4f93a8b4a7431e57732e837e92d2a2ce8ebc43b5598b9ccc3 [Pipeline] sh 17:36:27 + docker exec dpy-dind-131-0-py3.7-19.03.13 sh -c /usr/sbin/sshd [Pipeline] sh 17:36:27 + docker run --rm --name dpy-tests-131-0-py3.7-19.03.13 -e DOCKER_HOST=ssh://dpy-dind-131-0-py3.7-19.03.13:22 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-131-0-py3.7-19.03.13 --volumes-from dpy-dind-131-0-py3.7-19.03.13 -v /home/ubuntu/workspace/docker-py_master@tmp/08fc64f1-2a39-427d-aa92-2bf0aeec07bc/config.json:/root/.docker/config.json dockerpinata/docker-py:py3-a48a5a9647761406d66e8271f19fab7fa0c5f582 py.test -v -rxs --cov=docker tests/ssh 17:36:28 ============================= test session starts ============================== 17:36:28 platform linux -- Python 3.7.12, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 -- /usr/local/bin/python 17:36:28 cachedir: .pytest_cache 17:36:28 rootdir: /src, configfile: pytest.ini 17:36:28 plugins: timeout-2.0.1, cov-3.0.0 17:36:28 collecting ... collected 24 items 17:36:28 17:36:31 tests/ssh/api_build_test.py::BuildTest::test_build_container_with_target PASSED [ 4%] 17:36:31 tests/ssh/api_build_test.py::BuildTest::test_build_from_stringio PASSED [ 8%] 17:36:31 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_custom_encoding PASSED [ 12%] 17:36:31 tests/ssh/api_build_test.py::BuildTest::test_build_gzip_encoding PASSED [ 16%] 17:36:35 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_abs_dockerfile PASSED [ 20%] 17:36:35 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_dockerfile PASSED [ 25%] 17:36:37 tests/ssh/api_build_test.py::BuildTest::test_build_in_context_nested_dockerfile PASSED [ 29%] 17:36:37 tests/ssh/api_build_test.py::BuildTest::test_build_invalid_platform PASSED [ 33%] 17:36:37 tests/ssh/api_build_test.py::BuildTest::test_build_isolation PASSED [ 37%] 17:36:38 tests/ssh/api_build_test.py::BuildTest::test_build_labels PASSED [ 41%] 17:36:39 tests/ssh/api_build_test.py::BuildTest::test_build_out_of_context_dockerfile PASSED [ 45%] 17:36:40 tests/ssh/api_build_test.py::BuildTest::test_build_shmsize PASSED [ 50%] 17:36:43 tests/ssh/api_build_test.py::BuildTest::test_build_squash PASSED [ 54%] 17:36:44 tests/ssh/api_build_test.py::BuildTest::test_build_stderr_data PASSED [ 58%] 17:36:44 tests/ssh/api_build_test.py::BuildTest::test_build_streaming PASSED [ 62%] 17:36:45 tests/ssh/api_build_test.py::BuildTest::test_build_with_buildargs PASSED [ 66%] 17:36:48 tests/ssh/api_build_test.py::BuildTest::test_build_with_cache_from PASSED [ 70%] 17:36:48 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerfile_empty_lines PASSED [ 75%] 17:36:50 tests/ssh/api_build_test.py::BuildTest::test_build_with_dockerignore PASSED [ 79%] 17:36:53 tests/ssh/api_build_test.py::BuildTest::test_build_with_extra_hosts PASSED [ 83%] 17:36:56 tests/ssh/api_build_test.py::BuildTest::test_build_with_network_mode PASSED [ 87%] 17:36:56 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy PASSED [ 91%] 17:36:56 tests/ssh/api_build_test.py::BuildTest::test_build_with_proxy_and_buildargs PASSED [ 95%] 17:36:58 tests/ssh/api_build_test.py::BuildTest::test_prune_builds XPASS (Cur...) [100%] 17:36:58 17:36:58 ---------- coverage: platform linux, python 3.7.12-final-0 ----------- 17:36:58 Name Stmts Miss Branch BrPart Cover 17:36:58 ----------------------------------------------------------------------- 17:36:58 docker/__init__.py 8 0 0 0 100% 17:36:58 docker/api/__init__.py 1 0 0 0 100% 17:36:58 docker/api/build.py 126 22 92 23 78% 17:36:58 docker/api/client.py 261 101 92 15 56% 17:36:58 docker/api/config.py 29 18 4 0 33% 17:36:58 docker/api/container.py 265 171 104 10 28% 17:36:58 docker/api/daemon.py 39 28 14 0 21% 17:36:58 docker/api/exec_api.py 45 36 22 0 13% 17:36:58 docker/api/image.py 159 108 60 5 26% 17:36:58 docker/api/network.py 90 56 48 7 30% 17:36:58 docker/api/plugin.py 89 68 14 0 20% 17:36:58 docker/api/secret.py 34 22 8 0 29% 17:36:58 docker/api/service.py 200 176 149 0 7% 17:36:58 docker/api/swarm.py 106 77 38 0 20% 17:36:58 docker/api/volume.py 38 29 14 0 17% 17:36:58 docker/auth.py 197 93 74 22 48% 17:36:58 docker/client.py 69 20 2 0 69% 17:36:58 docker/constants.py 21 0 0 0 100% 17:36:58 docker/context/__init__.py 2 0 0 0 100% 17:36:58 docker/context/api.py 78 57 38 0 18% 17:36:58 docker/context/config.py 61 42 16 1 26% 17:36:58 docker/context/context.py 154 113 64 2 20% 17:36:58 docker/credentials/__init__.py 3 0 0 0 100% 17:36:58 docker/credentials/constants.py 4 0 0 0 100% 17:36:58 docker/credentials/errors.py 11 4 2 0 54% 17:36:58 docker/credentials/store.py 44 30 12 0 25% 17:36:58 docker/credentials/utils.py 23 18 12 0 14% 17:36:58 docker/errors.py 110 38 20 5 61% 17:36:58 docker/models/__init__.py 0 0 0 0 100% 17:36:58 docker/models/configs.py 21 8 2 0 57% 17:36:58 docker/models/containers.py 183 131 70 0 21% 17:36:58 docker/models/images.py 136 92 56 0 23% 17:36:58 docker/models/networks.py 37 20 12 0 35% 17:36:58 docker/models/nodes.py 15 5 2 0 59% 17:36:58 docker/models/plugins.py 48 29 8 0 34% 17:36:58 docker/models/resource.py 41 24 6 0 36% 17:36:58 docker/models/secrets.py 22 9 2 0 54% 17:36:58 docker/models/services.py 87 63 36 0 20% 17:36:58 docker/models/swarm.py 39 21 6 0 40% 17:36:58 docker/models/volumes.py 23 10 4 0 48% 17:36:58 docker/tls.py 37 26 14 0 22% 17:36:58 docker/transport/__init__.py 11 3 0 0 73% 17:36:58 docker/transport/basehttpadapter.py 6 0 2 1 88% 17:36:58 docker/transport/npipeconn.py 57 52 8 0 8% 17:36:58 docker/transport/npipesocket.py 134 130 20 0 3% 17:36:58 docker/transport/sshconn.py 162 58 54 15 55% 17:36:58 docker/transport/ssladapter.py 36 22 10 1 33% 17:36:58 docker/transport/unixconn.py 54 33 6 0 35% 17:36:58 docker/types/__init__.py 6 0 0 0 100% 17:36:58 docker/types/base.py 4 2 2 0 33% 17:36:58 docker/types/containers.py 419 356 326 11 10% 17:36:58 docker/types/daemon.py 36 26 14 0 20% 17:36:58 docker/types/healthcheck.py 33 20 4 0 35% 17:36:58 docker/types/networks.py 41 21 28 8 41% 17:36:58 docker/types/services.py 321 269 216 0 10% 17:36:58 docker/types/swarm.py 51 45 40 0 7% 17:36:58 docker/utils/__init__.py 3 0 0 0 100% 17:36:58 docker/utils/build.py 150 24 72 13 81% 17:36:58 docker/utils/config.py 36 9 10 5 70% 17:36:58 docker/utils/decorators.py 32 6 12 4 73% 17:36:58 docker/utils/fnmatch.py 55 27 28 4 41% 17:36:58 docker/utils/json_stream.py 40 8 14 3 76% 17:36:58 docker/utils/ports.py 50 50 32 0 0% 17:36:58 docker/utils/proxy.py 32 3 12 2 89% 17:36:58 docker/utils/socket.py 85 64 40 0 17% 17:36:58 docker/utils/utils.py 278 182 171 25 29% 17:36:58 docker/version.py 2 0 2 0 100% 17:36:58 ----------------------------------------------------------------------- 17:36:58 TOTAL 5090 3175 2240 182 31% 17:36:58 17:36:58 17:36:58 ======================== 23 passed, 1 xpassed in 29.55s ======================== [Pipeline] sh 17:36:58 + docker stop dpy-dind-131-0-py3.7-19.03.13 17:36:59 dpy-dind-131-0-py3.7-19.03.13 17:36:59 + docker network rm dpy-testnet-131-0-py3.7-19.03.13 17:36:59 dpy-testnet-131-0-py3.7-19.03.13 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // parallel [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result ERROR: script returned exit code 1 Finished: FAILURE